gocoin icon indicating copy to clipboard operation
gocoin copied to clipboard

Full bitcoin solution written in Go (golang)

Results 10 gocoin issues
Sort by recently updated
recently updated
newest added

First of all: Amazing effort to write an independent Bitcoin implementation as an (as it seems) single contributor. I stumbled upon this thanks to [this Tweet](https://twitter.com/lopp/status/1193536652372840449), which points to the...

Did you evaluate the possibility of requiring a signed CLA (Contributors License Agreement) for contributions? I think that way you could set the terms under which contributions can be made...

In some countries IPv4 is not working so well anymore because CGNAT and other stuff. Here it would help a lot to have IPV6 support. So it would be great...

We're expecting testnet4 to launch in the coming months and be a part of the next Bitcoin Core release. PR is here: https://github.com/bitcoin/bitcoin/pull/29775

### Fix This PR adds unit test for hash.go in btc package and partially solves #64

### Description Currently, some unit tests are missing in btc package ### Use case The proposed solution is to address this by adding the necessary tests for the files in...

### Fix This PR adds unit test for prof package and close #62

### Description Currently, unit tests are missing in prof package ### Use case The proposed solution is to address this by adding the necessary tests for the files in the...

### Introduction This PR introduces support for the Remote Wallet functionality as specified in this [spec](https://docs.google.com/document/d/1CvKEt2iFQi7fHnZNalJTrQQnrRL_X1CFhu5NYKmT1Fs/edit#heading=h.thusaos8kc6p). ### Description This PR introduces its changes in the `remote-wallet` directory. There are two...

Hi folks, The serialization format described in [BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki#serialization-format) indirectly restricts valid keys to depth in the range [0, 255], because the depth is serialized as a single byte. The `Depth`...