Browsing: transaction
I am trying to create a raw transaction and send it to the testnet. I am using testnet keys and…
You are looking at a Commitment Transaction. Commitment transactions are submitted to the network by one channel owner to unilaterally…
Bitcoin core hard-codes the coinbase transaction to one output coinbaseTx.vout.resize(1) as defined in src/node/miner.cpp // Create coinbase transaction. CMutableTransaction coinbaseTx;…
Walletnotify needs to be defined in your bitcoin.conf file, example: walletnotify = /usr/bin/php some/path/newdeposit.php?tx=%s In the above example every time…
json rpc – What is the role of “Invalidateblock” RPC command and are there any possible transaction validation issues with regard to this?
I have been testing various RPC commands on bitcoin. The “RPC API Reference” page well demonstrates almost all of the…
Using the Bitcoin crate, I’m trying to create a transaction programmatically in Rust that spends an output associated with a…
I use Coinbase. Went to to purchase XRP so created a toast wallet. I then sent the btc to xrp…
There’s a thing called “Bitcoin Puzzles” where someone (anonymous) has placed relatively large amounts of bitcoin under private keys and…
When verifying a transaction, the Bitcoin node rebuilds the hash-preimage of it from the transaction that has received. With one-input…
I know that on this forum a lot of questions on this topic, I have checked most of these, but…