July 9, 2026

Keeping wallet addresses outside bitcoin core

I’m trying to build a good security for my online Bitcoin based application. Is something like this possible? send_bitcoin(address) create_address() sweep_balances() + | | v New transactions +————-+ <—————- +————–+ | | | | | […]

Read More

Can’t link my Paper Wallet to Blockchain

So I’ve created a Paper wallet using bit address.org, and have joined Blockchain.com, but can’t find out how to link the two? Also the strategy I’m using at the moment-till maybe “you” say otherwise, is-I’ve […]

Read More

Bitcoind 0.5.3 stuck at block 364,670 – what to do?

I compiled bitcoind using the same steps as last year. In particular I set DB_CONFIG: set_lg_dir database set_lk_max_locks 537000 Unfortunately once I hit block 364,670 (2015-07-10) I’m treated with: EXCEPTION: 11DbException Db::put: Cannot allocate memory […]

Read More

Schnorr batch validation speed statistics

In this question What are the advantages of Schnorr vs ECDSA? I see in the Pieter Wuille’s answer the following comment about Schnorr signature batch validation: "Improving verification speed, by supporting batch validation of all […]

Read More