Post
Topic
Board Development & Technical Discussion
Re: [ANN] Protocoin - a pure Python Bitcoin protocol implementation
by
danneu
on 23/11/2013, 03:55:00 UTC
So, how do you create a wallet? Or collect all data about particular address?
I assume you have to request all blocks and search through them for data relating to wallet?
And if I want to create wallet, what should I do?


It appears to only implement the wire protocol (sending/receiving messages).