Skip to content

Commit

Permalink
fix: built-in node rpc host must have http://
Browse files Browse the repository at this point in the history
  • Loading branch information
remcoros committed Jul 28, 2024
1 parent 7aae55a commit e5be101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo "Starting NFC Push TX..."
echo

if [ $(yq e '.advanced.use_custom_node' /home/app/start9/config.yaml) = "false" ]; then
export RPC_HOST="bitcoind.embassy:8332"
export RPC_HOST="http://bitcoind.embassy:8332"
export RPC_USERNAME=$(yq e '.bitcoind_rpcusername' /home/app/start9/config.yaml)
export RPC_PASSWORD=$(yq e '.bitcoind_rpcpassword' /home/app/start9/config.yaml)
echo "Use built-in Bitcoin Core node: $RPC_USERNAME@$RPC_HOST"
Expand Down

0 comments on commit e5be101

Please sign in to comment.