May 1, 2026

Is a wallet simply a folder of private keys?

I try to understand how a wallet actually works. I know there are lots of resources around the internet, but I still can’t find simple and concise answers for basic questions about wallets and private […]

Read More

Blockchain.info testnet websocket doesn’t work

When I try to connect testnet websocket provided by blockchain.info api. Connection doesn’t establish, when i looked into the code. It says for testnet it uses “wss://ws.testnet.blockchain.info/inv” url. I guess that blockchain.info stops the service […]

Read More

Why outputs’ spendable and solvable are false?

I noticed a transaction whose spendable and solvable are both false, what does this mean and why? { “txid”: “c940241a0ef626e865e2004bc120536fb7868d510115e923c76d5e658a97f6d5”, “vout”: 0, “address”: “mnbFFLXUqTPBweLm6w1GA2ZAJQbrTndEGC”, “account”: “”, “scriptPubKey”: “76a9144d98b2350032c849ac6e6e7ad0eb88e00fd7fbff88ac”, “amount”: 1.10000000, “confirmations”: 132, “spendable”: false, “solvable”: […]

Read More

Can’t connect to Bitcoind remotely

I am running a Bitcoin Cash node on my server, and starting it like this: start bitcoind.exe –server=1 –rpcuser=user –rpcpassword=password –rest=1 –rpcport=8332 –datadir=F:Bitcoin –bind=10.1.0.4 –testnet=1 –rpcallowip=0.0.0.0/0 The node runs, and I can connect to it […]

Read More

Electrum Wallet How to use “Child Pays for Parent”

my transaction is here: https://blockchain.info/tr/tx/cb371b331e99eccb2d7447f4fe02417812ad066de21843fa156d4890e2cdf329 The reciever is a exchange wallet I don’t know the reciever’s private key. it got stuck for hours and I need them immediately. I used electrum wallet for the first […]

Read More