Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 721 Bytes

File metadata and controls

28 lines (19 loc) · 721 Bytes

Bitcoin

cd proof_of_work/go
go run main.go

Run verify benchmark

cd block_verification/go/
GO111MODULE=off go test ./... -bench=. -count 5

Sources


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]