dark_wanderer
Member
Sorry if this was already explained before, but can I send the deposit of 1000 DASH with Darksend using anonymized funds? If not, why it is not possible from the technical point of view?
It just has to be a single 1000DASH deposit to the Masternode address. Try it and see if it works. If not, just re-send with a normal transaction. Let me know if it doesn't work, and I'll add it to my guide.Sorry if this was already explained before, but can I send the deposit of 1000 DASH with Darksend using anonymized funds? If not, why it is not possible from the technical point of view?
Hi Tao and fellow Dashers,
Obviously new to Dashtalk so a big "G'day" to all.
First off, thanks a bunch for an excellent guide, gratuities inbound! I have successfully completed all steps and my masternode is running :smile:
One issue is the last command; grep HotCold .darkcoin/debug.log
When I hit enter I get; grep: .darkcoin/debug.log: No such file or directory
Has this command changed at all since the rename to dash? And if so whats the command I should enter into Putty? I have retraced all my steps and am pretty sure I got everthing right.....
Yours or anyones help would be awesome
Welcome Marco :smile:
With the re-branding from Darkcoin to Dash the default folder name has changed as well, it's now ".dash".
So, the grep command should now be "grep HotCold .dash/debug.log"
Thanks for using my guide and pointing out this holdover from my rebranding. Fixed!Hi Tao and fellow Dashers,
Obviously new to Dashtalk so a big "G'day" to all.
First off, thanks a bunch for an excellent guide, gratuities inbound! I have successfully completed all steps and my masternode is running :smile:
One issue is the last command; grep HotCold .darkcoin/debug.log
When I hit enter I get; grep: .darkcoin/debug.log: No such file or directory
Has this command changed at all since the rename to dash? And if so whats the command I should enter into Putty? I have retraced all my steps and am pretty sure I got everthing right.....
Yours or anyones help would be awesome
thanks Tao for this great guide! it helped me alot since i don't have linux experience!
but if i want to run a second MN for a different wallet at the same vultr server, is it possible?
i need to run a second dashd instance as another user or i can do it with one instance?
or i just need a second vultr server?
thanks Tao for this great guide! it helped me alot since i don't have linux experience!
but if i want to run a second MN for a different wallet at the same vultr server, is it possible?
i need to run a second dashd instance as another user or i can do it with one instance?
or i just need a second vultr server?
use 'nano' editor...Big time newb over here, how do I paste my custom .dash/dash.conf file into Joe? I'm scared to go to the next step without being sure I actually copied the file over to Joe. Appreciate any help, thank you
Copy the file in windows normally, then right click in the Joe window.Big time newb over here, how do I paste my custom .dash/dash.conf file into Joe? I'm scared to go to the next step without being sure I actually copied the file over to Joe. Appreciate any help, thank you
Simply stop the deamon by:How do you turn off or delist a masternode in order or move it to a different server?
Quick Dash update Guide for Dummies:
Download QT and dashd.
In Putty:
Login to your VPS.
./darkcoind stop
rm .darkcoin/peers.dat
rm .darkcoin/debug.log
In WinSCP:
Login to your VPS.
On the right side, right click and rename the .darkcoin folder .dash.
Go into the .dash folder, right click and rename Darkcoin.conf to dash.conf
Transfer dashd to VPS.
Back to Putty:
chmod 777 ./dashd
./dashd
Wait a minute, and do a Masternode start on your local wallet.
That's it!
Thank you TAO. But I dont understand, I should save cold wallet on server or not?