pycoind icon indicating copy to clipboard operation
pycoind copied to clipboard

Pure-Python full node and libraries for bitcoind-based crypto-currencies (eg. bitcoin, litecoin, etc)

Results 16 pycoind issues
Sort by recently updated
recently updated
newest added

The current code base has some errors when runs in Python 3. At this point I can't think of a reason for not starting support for v3.x of the language....

Wonder if the project still alive and if the dependencies can work on more modern libraries?

running the setup.py throws an error at this line with python 3. This should fix it (?)

There were a few run time issues due to use of invalid functions/variables. Fixed them, able to sync blocks now.

Converted OP_NOP2 to OP_CHECKLOCKTIMEVERIFY per BIP0065

Some coins use an alternate form of blocks in their blockchain in addition to the standard form. This alternate allows blocks mined against a different coin's blockchain to be counted,...

enhancement

Firstly, great to see the Bitcoin protocol and blockchain functionality implemented in Python! In the file `basenode.py` near line 338 you have a statement: ``` peer.send_message(message.Address(addresses)) ``` I'm running two...

This is more important than I thought for some of the less popular altcoins. The DNS seeds for mooncoin don't seem to return any useful addresses. After finding a peers.dat...

enhancement

Primer files are similar to bitcoind's bootstrap.dat files. These will allow people to quickly sync their blockchain database with downloadable (and torrentable) files.

enhancement

I need to grab all the JSON test suites from bitcoind and add Python unit tests to ingest them and execute them against pycoind.

help wanted
Testing