parity-bitcoin
parity-bitcoin copied to clipboard
The Parity Bitcoin client
Parity team would rule the world if parity-bitcoin supports Bitcoin Gold and Bitcoin Platinum. About Bitcoin Gold: Bitcoin Gold is a hardfork of bitcoin with a change of pow algorithm...
This a block propagation protocol featured in at least 2 implementations of Bitcoin Cash. Having both would help in the interoperation of the network.
Hey, would love to update the coin.dance entry. Could you help me to understand what's implemented in pbtc? - [x] Segregated Witness (SegWit) - [ ] BIP 101 (BIP 101)...
Just not to forget lessons I've learned using this wifi: - [x] requests to sync peers should be ordered. let scheduled_queue = [b0, b1, b2, b3]. let fast_peers = [p0,...
Originally code in `support_segwit` branch had a panic here: https://github.com/paritytech/parity-bitcoin/blob/2cacae099ead6b8240a570e4b9226e4007843be5/verification/src/deployments.rs# This was fixed (temporarily?) by this commit: https://github.com/paritytech/parity-bitcoin/commit/9e58d50d9124c2c6ce89bed0705292ce20c387e5#diff-39fbf28d89d87ddaff46695c971ec50fR142 But: 1) looks like it is fix of side-effects, not the original...
Similar to #441, was running the bitcoin cash branch. Forgot to report. 2017-08-18 15:01:57 INFO sync "15:01:57" Processed 51 blocks in 60.07 seconds. Peers: [active:9, idle:0, bad:1]. Chain: [sch:19088 ->...
As this todo says: ```rust // reorganization is performed only if length of side chain is at least the same as main chain // todo: shorter chain may actualy become...
from slack: guys, for `getblock` RPC method I need `chainwork` for the block. I have found two approaches to get this. First one is to store this with block in...
It should be done once repo is open-sourced and can be done by removing this line: https://github.com/ethcore/parity-bitcoin/blob/master/.travis.yml#L30