copernicus icon indicating copy to clipboard operation
copernicus copied to clipboard

An alternative implementation of the Bitcoin Cash protocol, written in Golang

Results 4 copernicus issues
Sort by recently updated
recently updated
newest added

Recently I found there is faster and lightweight base58 conversion in https://github.com/trezor/trezor-crypto/blob/master/base58.c. And the original base58 implement now is based on the bigint which is more expensive especially in memory...

**Describe the bug** After long time running, it seems we may be banned by some peers. **To Reproduce** Difficult to reproduce, should run for a long time, and maybe occur....

**Describe the solution you'd like** We should do self addr broadcast via ADDR msg in two situations: 1, OnVersion, when recv version from peer 2, Periodically, refresh to broadcast. **Additional...

**describe** currently block relay is throught inv/headers, getdata cycle **Describe the solution you'd like** send newValidPoWBlock through `cmpctblock` message **Additional context** refer to logic in ABC's code: ``` void PeerLogicValidation::NewPoWValidBlock(...