Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ROI] ROI Coin | CPU Only Solo Mining Hybrid | 15% POS | 593% Term Deposit
by
cobfor
on 19/12/2018, 02:14:30 UTC
I'll probably switch more of my machines to cluster soon, during holidays. It's just a lot of work as I have to split every miner with different identifiers. Also, if I want to run 2 or 4 miners per machine it makes it even more complex. A lot of bat files per computer. That's the downside of it.

Any idea how to make it all faster?

Wish I could answer that. I'm running DL580's with quad chips, and I have to start 16-20 instances by hand. I'm running Linux, so I'm a little dumb on how to write a script to start them all at once. I've tried several ways I found online, but none of them work. I think I need to put the miners in my home directory, just haven't done it yet.


I dont know about linux but on windows you can run something like this from a bat and it will run 4 instances at once.

Code:
START hodlminer-avx2.exe -o http://roicluster.hopto.org:3333 -u mine -p miner --coinbase-addr=RASTERyzu9TVDkzSDvEfC6Tz9G871KUseU --coinbase-sig=mine1 -t 4 -q
START hodlminer-avx2.exe -o http://roicluster.hopto.org:3333 -u mine -p miner --coinbase-addr=RLR7f7tGNoYv6hp5kr2BWRGwfKRGu3hh2y --coinbase-sig=mine2 -t 4 -q
START hodlminer-avx2.exe -o http://roicluster.hopto.org:3333 -u mine -p miner --coinbase-addr=RNtrBsr1zmyC9ho9V87LJsBnbu3UvRM1hb --coinbase-sig=mine3 -t 4 -q
START hodlminer-avx2.exe -o http://roicluster.hopto.org:3333 -u mine -p miner --coinbase-addr=RNk6E4sPp9W97jgZgNczA6hZ6aXQkcMUxo --coinbase-sig=mine4 -t 4 -q



I'll give it a shot.

It does have to use 4 different addresses?

I understand that miner(mine1, mine2...)  has to be unique, but can I use same receiving address?