April 11, 2026

GDAX Java Limit Order (HTTP Post)

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 […]

Read More

Walletnotify not working

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 […]

Read More