Added fallbackfee for testnet and regtest and logrotate sample for logs

This commit is contained in:
kexkey
2020-08-28 12:50:36 -04:00
parent 0c7a2ed2ce
commit 851cfc0e6f
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Replace the following path by the path where Cyphernode writes its log files
/home/debian/.cyphernode/cyphernode/dist/cyphernode/logs/*.log
{
rotate 7
daily
missingok
notifempty
delaycompress
compress
}

View File

@@ -40,12 +40,14 @@ test.wallet=watching01.dat
test.wallet=xpubwatching01.dat
test.wallet=spending01.dat
test.rpcbind=0.0.0.0
fallbackfee=0.0002
<% } else if ( net === 'regtest' ) { %>
regtest.wallet=watching01.dat
regtest.wallet=xpubwatching01.dat
regtest.wallet=spending01.dat
regtest.rpcbind=0.0.0.0
regtest.rpcport=18443
fallbackfee=0.0002
<% } else { %>
main.wallet=watching01.dat
main.wallet=xpubwatching01.dat