Closed staier closed 7 years ago
12.1 is using a different datadir, so currently your dashd does not use any dash.conf file
First stop/kill dashd, then delete the new dir again
rm -Rf ~/.dashcore
then copy your old datadir to the new location.
mv ~/.dash ~/.dashcore
Then start dashd again.
Thanks . now another problem :
# dashd
Dash Core server starting
# : Error loading block database.
Do you want to rebuild the block database now?
Stop dashd and restart with
dashd -reindex
dashd -reindex Dash Core server starting Error: Failed to load masternode cache from mncache.dat
stop dashd if running.
rm ~/.dashcore/mncache.dat ~/.dashcore/mnpayments.dat
and run again.
dashd -reindex
use dashnation slack channel for faster support.
Thank you . Resolved .
What i did:
system centos 6.5
What i observe: command never returns to shell but system seems to work , if i open another shell i can communicate to dashd with dash-cli no problem
as a workaround i run dashd in screen Any thoughts?