Guys!I have two rigs with seem IP adress,can someone help me to get them working for one wallet?
set one as server, and another can mine for the server.
Can you please explain how to set one as server,and another to mine for server?I didn`t mine solo yet...
say your server run at IP1 (start your QT client or daemon), say 10.1.1.2, so from the same machine, you can solo mine like this (assume windows):
# sgminer.exe -k jackpot -o localhost:15372 -u user -p pass -I 19
you need of course to have a config file in the config dir.
another machine, you can mine with the same server:
# sgminer.exe -k jackpot -o 10.1.1.2:15372 -u user -p pass -I 19