feat(send transaction): Allowing specific node for broadcasting txs

This commit is contained in:
Chris Troutner
2021-05-13 09:27:50 -07:00
parent d58c98030d
commit 2a3baf39b9
3 changed files with 39 additions and 7 deletions
+5
View File
@@ -15,6 +15,11 @@ export RPC_BASEURL=http://$RPC_IP/
export RPC_USERNAME=bitcoin
export RPC_PASSWORD=password
# (optional) If load-balancing multiple full nodes, it's best to pick a single
# one for broadcasting transactions to the network. Prevents accidental
# double spends.
#export RPC_SENDURL=http://$RPC_IP/
# SLPDB
export SLPDB_PASS_GP=somelongpassword
export SLPDB_URL=http://<SLPDB IP>:12300/