blockchain_go icon indicating copy to clipboard operation
blockchain_go copied to clipboard

A simplified blockchain implementation in Golang

Results 56 blockchain_go issues
Sort by recently updated
recently updated
newest added

Noticed something in the method `Part 4: FindUnspentTransactions`. Maybe I'm missing something obvious but can someone please correct me if I'm wrong. In the block of code below, shouldn't we...

New block minede by NODE_3002.and printchain the PoW is false. I think a lot. But I did't get the problem. I'd be appreciate for this if anybody help.

the coinbase transaction is the first in blockchain

Following part in NewBlockChain `err = db.Update(func(tx *bolt.Tx) error { ....... }) ` can be replace with View, because there is update operation and we jus getting last hash from...

I have checked the code for many many time. However, I could not figure out what is going on. Thanks a lot for helping me solve this problem. # Things...

Hi, I have implemented this repo in Rust: 
https://github.com/ZuoFuhong/blockchain_rust

Rename utility function IntToHex to IntToBytes because function convert Int64 into []byte. Often I see comments of people who read that tutorial that they are confused because of IntToHex function.