mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-17 04:35:14 +01:00
Added fallbackfee for testnet and regtest and logrotate sample for logs
This commit is contained in:
11
contrib/etc/logrotate.d/cyphernode
Normal file
11
contrib/etc/logrotate.d/cyphernode
Normal 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
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user