blockchain-py icon indicating copy to clipboard operation
blockchain-py copied to clipboard

A python imlementation of blockchain_go

Results 2 blockchain-py issues
Sort by recently updated
recently updated
newest added

python cli.py createblockchain --address 1NYTHzofehALBDPJvzVhhRJiGEd68Rv7ok Mining a new block 00169e5239bc2ff12dd48f9a980a3c862fbd2e53743bc498baa5b68e8d1c84fe Traceback (most recent call last): File "D:\论文\区块链\blockchain-py\blockchain-py\blockchain.py", line 119, in blocks raise StopIteration StopIteration The above exception was the direct...

``` blockchain-py/cli.py(69)create_blockchain() -> bc = Blockchain(address) (Pdb) ``` 去掉后RuntimeError: generator raised StopIteration ``` Traceback (most recent call last): File "/Users/Documents/Github/blockchain-py/blockchain-py/blockchain.py", line 119, in blocks raise StopIteration StopIteration The above exception...