• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Dash Core daemon starting ... But nothing happens

johnyj

Member
I just upgraded the Linux to 22.04 and also dash to 19.3, to my surprise, after I run dashd, it shows "Dash Core daemon starting" as the only feedback, but then nothing happens, no process I can find in top and no load on CPU, no error message in debug.log either

What could be the cause?
 
If you start from scratch it takes a while before the dashd starts to catch the headers and later to catch the blocks.
Possibly wait enough to see the progress.
Eventually check if you have some peers to connect to.
If you have 0 peers then add some into your dash.conf
 
The cause is you need a minimal dash.conf file.
Create the following in ~/.dashcore/dash.conf
Code:
rpcuser=X
rpcpassword=X
rpcallowip=127.0.0.1

listen=1
server=1
daemon=1
 
Thanks for your quick reply! Finally found out the reason by running "dashd -debug=1" option, and then it output something in the debug.log, it is a permission issue on some of the directories, changed owner and it works good again
 
你好,我不会使用达世币钱包,我的助记词为什么没用呢?输入助记词以后,没有效果,看不到以前钱包的资产
 
你好,我不会使用达世币钱包,我的助记词为什么没用呢?输入助记词以后,没有效果,看不到以前钱包的资产
Maybe all the Dash is spent, you can check on block explorer to see if it is now gone. Also, tell us name of wallet you are using. The staff here are not mind readers.
 
Back
Top