Skip to content

Commit

Permalink
whitelist Bitcoin mempool related RPCs to enable mempool pending txs …
Browse files Browse the repository at this point in the history
…monitoring (#17)
  • Loading branch information
ws4charlie authored Jan 6, 2025
1 parent 1f61e90 commit 4a1b4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rpcpassword=${ADMIN_RPC_PASSWORD}
rpcallowip=0.0.0.0/0
$(generate_rpcauth_entry $ADMIN_RPC_USER $ADMIN_RPC_PASSWORD)
$(generate_rpcauth_entry $RPC_USER $RPC_PASSWORD)
rpcwhitelist=${RPC_USER}:getnetworkinfo,getbalance,sendrawtransaction,listunspent,estimatesmartfee,gettransaction,getrawtransaction,getblock,getblockhash,getblockheader,getblockcount,getinfo,ping
rpcwhitelist=${RPC_USER}:getnetworkinfo,getbalance,sendrawtransaction,listunspent,estimatesmartfee,gettransaction,getrawtransaction,getrawmempool,getmempoolentry,getblock,getblockhash,getblockheader,getblockcount,getinfo,ping
rpcwhitelistdefault=0
[${CHAIN}]
Expand Down

0 comments on commit 4a1b4b8

Please sign in to comment.