I cant install Bitcoin Core 13.2 thru 15.01 64 bit on my window 10 64 bit system it worked ver 14.2 worked before I tried to sign into coinbase that emailed me an address that […]
Suppose there is mining pool XYZ. 10 miners, 1 through 10, are subscribed to it and miners have varying hash power. Some have 10 GPU mining rigs, while others have just a single CPU running […]
All the answers I see here are just confusing me. What is a ‘ client ‘? Is it me, my computer, my online wallet, the person selling to me or buying my bit coin or […]
I had some BTC in my electrum wallet prior to the BTG fork – sent it there approx 7 days before it happened. I am trying on a MAC using Bluestacks emulator to run coinomi […]
I bought and transacted BTC in 2013/2014. I had a Bitcoin QT 0.8.5 wallet. I plugged it in and it updated correctly to the latest block. It correctly showed my BTC balance. I made a […]
Trying to send HTTP Post request to GDAX with auth. The ‘GET’ requests work fine and I’m unsure if I am passing the json params correctly as I keep getting Bad Request. private static JsonObject […]
I would like my simple wallet app to automatically select UTXOs for inputs. I realize that I can’t accomplish this with just bitcoinjs, but is there something I can add to it to keep track […]
Here’s my Bitcoin.conf: server=1 rpcallowip=127.0.0.1 rpcuser=userrunningbitcoind rpcpassword=passwordofuserrunningbitcoind rpcport=7788 walletnotify=/home/userrunningbitcoind/transaction.sh %s And here’s my transaction.sh, which I’ve tried running manually already. This works without issue on its own: #!/bin/sh curl -d “txid=$1” http://127.0.0.1/api/process-payment What else can […]
I’m trying to fetch transactions for a certain Bitcoin address, but I only need to fetch transactions within a specific date range. Now, I had a look at the blockchain.info api and it seems like […]