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

11.1 - Dash Wallet

eduffield

Core Developer
The Dash Rebranded Wallet is Now Available!
  • This update is not mandatory, in fact it's the exact same wallet, just rebranded.

Configurations have been moved from .darkcoin to .dash! You’ll need to do the following when updating your client:

1.)
Windows : Goto %APPDATA% and move Darkcoin to Dash
Linux & Mac : Goto ~/ and move .darkcoin to .dash

2.) Move darkcoin.conf to dash.conf
3.) Update and restart

Downloads Available At:
https://www.dashpay.io/downloads/
 
eduffield ... small glitch on the OSx side of life...

aS5WX4R.png


.

qV493pT.png


.

AbT0sGZ.png
 
Last edited by a moderator:
I have a folder on my C: drive called darkcoin with my qt and darkcoin.conf in it. Can I just rename the folder dash and put the conf and new qt in it? Also, in the appdata section you just create a new folder called "Dash" and move all the stuff from the Darkcoin folder to the new one?
 
Win environment:

Copy your wallet.dat to safe location just for sure.
Rename APPDATA\Darkcoin folder -> Dash.
Delete Darkcoin-qt.exe and copy Dash-qt.exe to Dash folder.
Rename darkcoin.conf -> dash.conf if you have one.
Update shortcut if you have one.
Done.
 
I still prefer having old darkcoin wallet and Dash as 2 separate folders and transferring coins over having both hot and starting fresh, but any either way is good, whatever people prefer.

Its a big shout out to all the team, you're the best, long live Dash! :cool:
 
Can you confirm this wallet is the 0.11.1.25 code base with just the css bits?

I was able to easily upgrade mainnet nodes with the following:

#> darkcoind stop
#> rm -Rf darkcoind
#> mv .darkcoin .dash
#> mv .dash/darkcoin.conf .dash/dash.conf
#> wget https://www.dashpay.io/binaries/dash-0.11.1.26-linux.tar.gz
#> tar zxvf dash-0.11.1.26-linux.tar.gz
... you can take it from here
#> dashd start
 
Can you confirm this wallet is the 0.11.1.25 code base with just the css bits?

I was able to easily upgrade mainnet nodes with the following:

#> darkcoind stop
#> rm -Rf darkcoind
#> mv .darkcoin .dash
#> mv .dash/darkcoin.conf .dash/dash.conf
#> wget https://www.dashpay.io/binaries/dash-0.11.1.26-linux.tar.gz
#> tar zxvf dash-0.11.1.26-linux.tar.gz
... you can take it from here
#> dashd start
Is it safe and working ? drk.mn not showing 11.1.26 for now :)
 
Win environment:

Copy your wallet.dat to safe location just for sure.
Rename APPDATA\Darkcoin folder -> Dash.
Delete Darkcoin-qt.exe and copy Dash-qt.exe to Dash folder.
Rename darkcoin.conf -> dash.conf if you have one.
Update shortcut if you have one.
Done.
Thanks! I almost got mad because I haven`t darkcoin.conf,,,,,,
 
Back
Top