Masternode Available Space

dashtag

New member
I have 3 masternodes running on Vultr with a 15GB server limit. A few months back one of the MN stopped working because a debug.log got too big. I just took a look at the 3 again, and I'm seeing one has only 7% of the 15GB left. Any advice as to what I should delete, and how to prevent this in the future? Not the best when it comes to linux, and I don't want to mess up any of my Dash MN configs. Any help is greatly appreciated. Thanks!

Filesystem Size Used Avail Use% Mounted on
/dev/vda1 15G 13G 1.1G 93% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
udev 361M 12K 361M 1% /dev
tmpfs 75M 364K 74M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 371M 0 371M 0% /run/shm
none 100M 0 100M 0% /run/user

username@vultr:~/.dash$ du -hsx * | sort -rh | head -10
2.3G debug.log
1.6G blocks
39M chainstate
14M backups
11M mncache.dat
6.8M mnpayments.dat
4.0M budget.dat
2.3M peers.dat
1.8M database
672K wallet.dat

username@vultr:~$ ./dash-cli getinfo
{
"version" : 120055,
"protocolversion" : 70103,
"walletversion" : 61000,
"balance" : 0.00000000,
"darksend_balance" : 0.00000000,
"blocks" : 410905,
"timeoffset" : 0,
"connections" : 17,
"proxy" : "",
"difficulty" : 3424.23517818,
"testnet" : false,
"keypoololdest" : 1431144767,
"keypoolsize" : 1001,
"paytxfee" : 0.00000000,
"relayfee" : 0.00010000,
"errors" : ""
 
You can delete debug.log.
v.12.1 bring no logging option.

Edit: also update latest version 0.12.0.56 if you want, but not mandatory.
 
Back
Top