dashpay / dash

Dash - Reinventing Cryptocurrency
https://www.dash.org
MIT License
1.49k stars 1.2k forks source link

Hi , after update to 12.1 dashd command never returns #1333

Closed staier closed 7 years ago

staier commented 7 years ago

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?

schinzelh commented 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.

staier commented 7 years ago

Thanks . now another problem :

# dashd
Dash Core server starting
# : Error loading block database.

Do you want to rebuild the block database now?
schinzelh commented 7 years ago

Stop dashd and restart with

dashd -reindex

staier commented 7 years ago

dashd -reindex Dash Core server starting Error: Failed to load masternode cache from mncache.dat

chaeplin commented 7 years ago

stop dashd if running.

rm ~/.dashcore/mncache.dat ~/.dashcore/mnpayments.dat

and run again.

dashd -reindex

use dashnation slack channel for faster support.

http://www.dashnation.com/chat/

staier commented 7 years ago

Thank you . Resolved .