update:iclude port to conf

This commit is contained in:
Elyan 2024-05-09 02:29:31 -07:00
parent 68a3a494ad
commit 7f3e85ee7e
2 changed files with 2 additions and 6 deletions

1
.env
View File

@ -19,6 +19,7 @@ ZMQPUBHASHBLOCK=tcp://0.0.0.0:28334
# Additional Configuration
RPCBIND=0.0.0.0:38332
RPCPORT=38332
RPCALLOWIP=0.0.0.0/0
WHITELIST=0.0.0.0/0
ADDNODE=

View File

@ -36,16 +36,11 @@ zmqpubrawblock=$ZMQPUBRAWBLOCK
zmqpubrawtx=$ZMQPUBRAWTX
zmqpubhashblock=$ZMQPUBHASHBLOCK
rpcbind=$RPCBIND
rpcport=$RPCPORT
rpcallowip=$RPCALLOWIP
whitelist=$WHITELIST
fallbackfee=0.0002"
# Add wallet auto-load configurations (outside of the [signet] section)
echo "wallet=easepay.wallet.hot.2.3.multisig"
echo "wallet=easepay.wallet.cold.first"
echo "wallet=easepay.wallet.cold.second"
echo "wallet=easepay.wallet.cold.third"
if [[ "$ADDNODE" != "" ]]; then
echo $ADDNODE | tr ',' '\n' | while read node; do