full_node_blockchain icon indicating copy to clipboard operation
full_node_blockchain copied to clipboard

Demo project for article on how the PoW blockchain works

Results 1 full_node_blockchain issues
Sort by recently updated
recently updated
newest added

This line : python3 full_node.py --port=8000 -mine=1 wasn't working. It should have had two dashes before mine. Changed to: python3 full_node.py --port=8000 --mine=1