Post
Topic
Board Announcements (Altcoins)
Re: [ANN] SpreadCoin | Decentralize Everything (decentralized blockexplorer coming)
by
georgem
on 04/07/2018, 01:05:35 UTC
Hi there! Anyone knows how to launch two instances of spreadcoin-qt wallet simultaneously?

I'd like to make a script under Win 10 that could run spreadminer for mining onto two different wallet.dat alternately (every 12 hours) on one machine.

In order to be able to do that you need to give one of the two instances another port and another datadir (blockchain folder), so that they don't interfere with each other.

The datadir you have to add via parameter -datadir=the_other_folder to the spreadcoin-qt.exe (through commandline, or for windows create a shortcut and add parameter there)

After that you can set the Port (and RPC-Port) via a spreadcoin.conf file once the second blockchain folder has been created.
Use any values other than 41678 and 41677.

Code:
port=X
rpcport=Y

Thank you very very much, Georgem!

Let me know if you succeed.