May 1, 2026

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

Samourai Wallet 0.96.03 APK file

The release page for Samourai Wallet 0.96.03 lists an APK hash but does not have a downloadable APK file. From the available zip or tar.gz files how can I locate (or create) an APK file […]

Read More

Monitor a bunch of addresses for deposits

I have a situation where I create one address per user through GetNewAddress(User.Id) So, in the end, I have a lot of addresses to monitor, to see if any user has deposited money. I can […]

Read More