Join
May 16, 2026
Login

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

Error getting bitcoin block to process from DB

i am installing a full node on a linux server and i’m trying to connect to Bitcoin with BIFROST(https://github.com/stellar/go/tree/master/services/bifrost) but i am getting the error below which looks like a bitcoin error. All blocks have […]

Read More