I made a purchase and paid using Bitcoin. They sent me a link which took me to a coinbase processor. I got the wallet address and sent the money from my Electrum Wallet. I have […]
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 […]
Is BIP 146, which defines using the low S value, still on the docket to be signalled and implemented given that SegWit fixed the txid malleability issue by moving the witness outside the transaction? I’m […]
To implement automated deposits/withdrawals of a single currency for a business there has to be a lot of code in place specific for that currency. For example if I want to automate sending and receiving […]
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 […]
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 […]
I am studying the MuSig protocol and am having trouble grasping certain segments. This is my understanding thus far: In current Bitcoin CHECKMULTISIG format, the size of the signature grows linearly with the number of […]
I am using BlockCypher’s API to get a list of transactions for a Bitcoin address. I need to maintain a record of IN and OUT transactions from this address with time and transaction hash. However, […]
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 […]
this is followup on question #85475: I have learned in previous question that there is an automatic refund mechanism in case of force closure of a channel, except for some very rare circumstances. I would […]