update:iclude port to conf
This commit is contained in:
parent
68a3a494ad
commit
7f3e85ee7e
1
.env
1
.env
@ -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=
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user