Browsing: bitcoind
I managed to test forks by creating 3 reg test nodes. One node is used to interface with my software,…
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…
We use ZMQ notifications to monitor new blocks and new transactions in the mempool. It works very well on mainnet,…
Hey I keep getting this error everytime I run sudo systemctl enable –now bitcoind Job for bitcoind.service failed because the…
bitcoind – Is there a way to salvage the old mining software originally included in bitcoin core to mine with just a standalone computer – no asic?
I’m trying to figure out how to use mining software on my computer with a full node. The API’s seem…
This will be mostly possible in the upcoming Bitcoin Core 0.18 release. First you need to understand that the sequence…
I am trying to spend a P2WSH output. Here are the steps I have taken: I have created a P2WSH…
json rpc – How to use local Bitcoin wallet with remote bitcoind node for transaction creation
I’m trying to manage a Bitcoin wallet on my local machine using bitcoin-cli, but my local node isn’t and cannot…
bitcoin core – Will bitcoind import private keys for multi-sig descriptor with watch-only flag set to true?
I am importing a “warm” multi-sig quorum into bitcoind using importmulti like so: {“jsonrpc”:”1.0″,”id”:”curltest”,”method”:”importmulti”,”params”:[[{ “desc”: “sh(multi(2,[eb2d2f9e/44’/1’/0′]tprv8g5heqz5AnCKdYQHsHyYvyDvWFdp5RN8Z5uhvb1FrzgPmeuYseQNsknt1KFf1b1Y9dtNaNMbxkaNdkP7FLbhP9a4UosbV5rWLAMFPhUcMVT/0/*,[e19b3701/44’/1’/0′]tpubDCkUBfVNYjzdX37ARqSFWNAA5WvQRGy3Y5PA13ve1dSVtBLr7tEf6c7C2sYtnRazFfsfAdCfuv9JG62BnUVvofvvvs9iyDreQhTRJJ6Mp8u/0/*,[65b2e5d3/44’/1’/0′]tpubDCFM6STEuVkkh6qCCooJw4TXHRzyq6R6tBeigSQSgf4xY6ZwAeoSQH2ZTTfcsZTrJ7wJF2bixpn38XcKj3KihxH5LzMraCLwsbt3bnkAHrU/0/*))#2pztwc0s”, “timestamp”: “now”, “range”: [2500,5000],…
Using Bitcoin core 25.1 on Raspberry Pi. Have .bitcoin dir on external drive. Bitcoin-25.1 package after unarchiving came with bin…