Francis Pouliot
Francis Pouliot
The getwalletinfo RPC call returns { "walletname": "", "walletversion": 169900, "balance": { "L-CAD": 0.xxxxxxxx, "bitcoin": 0.xxxxxxxx }, "unconfirmed_balance": { "bitcoin": 0.00000000 }, "immature_balance": { "bitcoin": 0.00000000 }, "txcount": 14, "keypoololdest":...
I see there is a script for the 0.12.1 version of bitcoind but how do we download the new 0.14.0 ?
Code from: https://github.com/trezor/blockbook This is useful because a lot of people use trezor web-wallet. Blockbook is the back-end explorer for trezor wallet which people connect their web wallet to. It's...
Code from: https://github.com/kyuupichan/electrumx This is particularly useful because: 1. Having multiple electrum servers prevents sybill attacks on the network so unlike non-economic Bitcoin nodes honest users running electrum servers is...
https://github.com/bitcoin/bitcoin/releases/tag/v0.17.0rc3 We are trying to test the concept of having a chron docker batching transactions based on configurations choser by a Bitcoin node operator, and aggregating them for signature in...
Child-pays-for-parent is a new transaction selection policy introduced in Bitcoin Core 0.13 using feerate-with-ancestors. This means that if there you have an incoming transaction that is stuck because of a...
I wasn't able to connect to stratum://electrum.satoshiportal.com:5002 For my electrum client, I usually conenct to port 5002 It worked with stratum://electrum.satoshiportal.com:5001 though