moocowmoo / dashman

DASH wallet/daemon management utilities
MIT License
52 stars 38 forks source link

cannot find dash-cli in current directory, ~/.dashcore, or $PATH #20

Open Solaso opened 7 years ago

Solaso commented 7 years ago

Hello. dashman version 0.1.25 (30-g5d6a5f5) - Tue Apr 18 11:04:23 MSK 2017 gathering info, please wait... cannot find dash-cli in current directory, ~/.dashcore, or $PATH. -- Exiting.

dashman Worked fine by this day. But I see directory .dashcore, what happened

illuzen commented 6 years ago

I had this problem bc I did dashman syn after dashman update instead of before like I was supposed to. This worked for me:

rm /root/.dashcore/dash-cli 
ln -s /root/.dashcore/dashcore-0.12.2/bin/dash-cli /root/.dashcore/dash-cli
./dashman update
./dashman status

It basically didn't complete the symlink bc it didn't know where to find the new dash-cli binary.