May 15, 2026

broadcasting error for raw bitcoin transaction testnet

I am trying to create a raw transaction and send it to the testnet. I am using testnet keys and here is the simplified readable output from my script: decoded private key: efd0171bc0e1a973c75d97cdf38ecccfb2e70227a23cfcdadfed8d9dd1f198c6dc testnet private […]

Read More

Script to import multiple priv keys in Electrum

DuckDuckGo turns up nothing of interest. How to import multiple priv keys in Electrum from a file using Electrum console or shell script, for all derivable valid BTC addresses? (1,3,bc1) Eventually I would like to […]

Read More

Dealing with inactive channels

What is the best practice to deal with inactive channels? Do they have an impact on my node’s ‘reputation’ somehow, should I close them after a few days of being inactive? What happens if channel […]

Read More

how to place a bitforex api buy order

I have read the documentation for BitForex on placing a buy order here: https://github.com/bitforexapi/API_Doc_en/wiki/Order Then after understanding that, I read the API Call Description documentation: https://github.com/bitforexapi/API_Doc_en/wiki/API-Call-Description Here is what I have in my code: var […]

Read More