April 27, 2026

Restore Block.io multisig wallet in Electrum

I’ve exported my private keys from Block.io. They’re compressed WIF keys (starting with L…). Additionally I’ve got the following data from Block.io: Address type: P2SH (obviously) Redeem script Redeem script hex Two public keys I’ve […]

Read More

Get wallet address when creating wallet with blockchain API

Using the API endpoint http://localhost:3000/api/v2/create I get this response: {“guid”:”58671a54-7d60-4319-8742-b06fb2a8d060″,”address”:”xpub6CzAMijBVeK5qBxbXc2i4NyGbvr9wLRTJWf58f3mdv7Lb2eeo6Uz9UKq7ntTDdvfDgH6MhuuLJgCAWcto1BX9TA3wpaKU9vomML8MfvdZUD”} It seems to be returning an extended public key rather than an address, how can I get the wallet address to accept payments?

Read More

Total Market Cap Data Set

I want to get the data for the total market cap similar to what I see when I view this page in the total market capitalization graph. https://coinmarketcap.com/charts/ I already have the Bitcoin market cap […]

Read More

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