cd proof_of_work/go
go run main.go
Run verify benchmark
cd block_verification/go/
GO111MODULE=off go test ./... -bench=. -count 5
- https://github.com/bitcoin/bitcoin
- https://bitcoin.org/bitcoin.pdf
- https://developer.bitcoin.org/reference/block_chain.html
upper_tags: [protocol, peer_to_peer, network, ledger, database, cryptocurrency]
lower_tags: [merkle_tree, transaction, node, client, miner, block, hash, secure_hashing_algorithm_256, application_specific_integrated_circuit, timestamp, consensus, proof_of_work, unspent_transaction_output]