Pages:
Author

Topic: [ANN] MiningRigRentals.com - Web pool manager - Easy Mass Rentals - Algos! - page 21. (Read 71309 times)

sr. member
Activity: 411
Merit: 250
How to add support for xnonce when working on an algorithm SHA256.
sr. member
Activity: 411
Merit: 250
hero member
Activity: 544
Merit: 507
can someone explain how to configure the difficulty when you are creating a new rig?
legendary
Activity: 3164
Merit: 1003
depends, if you use -r 5 -R 1 it will try to reconnect 5 times and 1 seconds between each retry, that's 5 seconds then it will connect to your second pool
Yes I changed only -R 1 to -R 3 . What is the proper way to test because it will connect to the first pool.

remove the s in miningrigrentals.com:3333 on your first pool
Ok thx   Smiley

beers received, thanks much  Grin
Your welcome and the fall back pools and bat file is working great. thx again  totoy   Wink

great! you welcome tbear  Smiley
Working on sending 2 more cards for higher total hash.  Smiley
hero member
Activity: 623
Merit: 500
depends, if you use -r 5 -R 1 it will try to reconnect 5 times and 1 seconds between each retry, that's 5 seconds then it will connect to your second pool
Yes I changed only -R 1 to -R 3 . What is the proper way to test because it will connect to the first pool.

remove the s in miningrigrentals.com:3333 on your first pool
Ok thx   Smiley

beers received, thanks much  Grin
Your welcome and the fall back pools and bat file is working great. thx again  totoy   Wink

great! you welcome tbear  Smiley
legendary
Activity: 3164
Merit: 1003
depends, if you use -r 5 -R 1 it will try to reconnect 5 times and 1 seconds between each retry, that's 5 seconds then it will connect to your second pool
Yes I changed only -R 1 to -R 3 . What is the proper way to test because it will connect to the first pool.

remove the s in miningrigrentals.com:3333 on your first pool
Ok thx   Smiley

beers received, thanks much  Grin
Your welcome and the fall back pools and bat file is working great. thx again  totoy   Wink
hero member
Activity: 623
Merit: 500
depends, if you use -r 5 -R 1 it will try to reconnect 5 times and 1 seconds between each retry, that's 5 seconds then it will connect to your second pool
Yes I changed only -R 1 to -R 3 . What is the proper way to test because it will connect to the first pool.

remove the s in miningrigrentals.com:3333 on your first pool
Ok thx   Smiley

beers received, thanks much  Grin
legendary
Activity: 3164
Merit: 1003
depends, if you use -r 5 -R 1 it will try to reconnect 5 times and 1 seconds between each retry, that's 5 seconds then it will connect to your second pool
Yes I changed only -R 1 to -R 3 . What is the proper way to test because it will connect to the first pool.

remove the s in miningrigrentals.com:3333 on your first pool
Ok thx   Smiley
hero member
Activity: 623
Merit: 500
depends, if you use -r 5 -R 1 it will try to reconnect 5 times and 1 seconds between each retry, that's 5 seconds then it will connect to your second pool
Yes I changed only -R 1 to -R 3 . What is the proper way to test because it will connect to the first pool.

remove the s in miningrigrentals.com:3333 on your first pool
legendary
Activity: 3164
Merit: 1003
depends, if you use -r 5 -R 1 it will try to reconnect 5 times and 1 seconds between each retry, that's 5 seconds then it will connect to your second pool
Yes I changed only -R 1 to -R 3 . What is the proper way to test because it will connect to the first pool.
hero member
Activity: 623
Merit: 500
depends, if you use -r 5 -R 1 it will try to reconnect 5 times and 1 seconds between each retry, that's 5 seconds then it will connect to your second pool
legendary
Activity: 3164
Merit: 1003
you're welcome  Smiley
i love beer  Grin thanks Smiley

remember to increase your -r param after you're done testing.

Why do I need to increase ? Isn't 5 good?
hero member
Activity: 623
Merit: 500
you're welcome  Smiley
i love beer  Grin thanks Smiley

remember to increase your -r param after you're done testing.
legendary
Activity: 3164
Merit: 1003
-r  -R   stands for time in seconds ? Help me out here and i'll send .01 btc   Smiley

-r  -r, --retries=N       number of times to retry if a network call fails
                          (default: retry indefinitely)
-R, --retry-pause=N   time to pause between retries, in seconds (default: 15)
ok and  is that   -a any algo    -o stratum+tcp://pool # 1 :1234 -u  -p x -d 2

yep Smiley
Ok so it looks like this.

:loop
ccminer.exe -r 5 -R 1 -a any   -o stratum+tcp://us-east01.miningrigrentals.com:3333 -u me  -p x  -d 0,1
ccminer.exe -r 5 -R 1 -a any   -o stratum+tcp://us-west01.miningrigrentals.com:3333 -u me  -p x  -d 0,1
ccminer.exe -r 5 -R 1 -a any   -o stratum+tcp://us-central01.miningrigrentals.com:3333 -u me  -p x  -d 0,1
goto loop


If that is correct then i save that as a bat file in my ccminer folder correct?


Cheesy
Do you want a beer.... .01 btc  pm me with address if so.  Wink
EDIT: Thx so much.
hero member
Activity: 623
Merit: 500
-r  -R   stands for time in seconds ? Help me out here and i'll send .01 btc   Smiley

-r  -r, --retries=N       number of times to retry if a network call fails
                          (default: retry indefinitely)
-R, --retry-pause=N   time to pause between retries, in seconds (default: 15)
ok and  is that   -a any algo    -o stratum+tcp://pool # 1 :1234 -u  -p x -d 2

yep Smiley
Ok so it looks like this.

:loop
ccminer.exe -r 5 -R 1 -a any   -o stratum+tcp://us-east01.miningrigrentals.com:3333 -u me  -p x  -d 0,1
ccminer.exe -r 5 -R 1 -a any   -o stratum+tcp://us-west01.miningrigrentals.com:3333 -u me  -p x  -d 0,1
ccminer.exe -r 5 -R 1 -a any   -o stratum+tcp://us-central01.miningrigrentals.com:3333 -u me  -p x  -d 0,1
goto loop


If that is correct then i save that as a bat file in my ccminer folder correct?



Edit: remeber to increase the -r param after you're done testing
legendary
Activity: 3164
Merit: 1003
-r  -R   stands for time in seconds ? Help me out here and i'll send .01 btc   Smiley

-r  -r, --retries=N       number of times to retry if a network call fails
                          (default: retry indefinitely)
-R, --retry-pause=N   time to pause between retries, in seconds (default: 15)
ok and   is that   -a any algo    -o stratum+tcp://pool # 1 :1234 -u  -p x -d 2

yep Smiley
Ok so it looks like this.

:loop
ccminer.exe -r 5 -R 1 -a any   -o stratum+tcp://us-east01.miningrigrentals.com:3333 -u me  -p x  -d 0,1
ccminer.exe -r 5 -R 1 -a any   -o stratum+tcp://us-west01.miningrigrentals.com:3333 -u me  -p x  -d 0,1
ccminer.exe -r 5 -R 1 -a any   -o stratum+tcp://us-central01.miningrigrentals.com:3333 -u me  -p x  -d 0,1
goto loop


If that is correct then i save that as a bat file in my ccminer folder correct?
legendary
Activity: 3164
Merit: 1003
ok let me type that in  Smiley
I type with onscreen keyboard  im disabled it will take a minute  Smiley
hero member
Activity: 623
Merit: 500
-r  -R   stands for time in seconds ? Help me out here and i'll send .01 btc   Smiley

-r  -r, --retries=N       number of times to retry if a network call fails
                          (default: retry indefinitely)
-R, --retry-pause=N   time to pause between retries, in seconds (default: 15)
ok and   is that   -a any algo    -o stratum+tcp://pool # 1 :1234 -u  -p x -d 2

yep Smiley
legendary
Activity: 3164
Merit: 1003
-r  -R   stands for time in seconds ? Help me out here and i'll send .01 btc   Smiley

-r  -r, --retries=N       number of times to retry if a network call fails
                          (default: retry indefinitely)
-R, --retry-pause=N   time to pause between retries, in seconds (default: 15)
ok and   is that   -a any algo    -o stratum+tcp://pool # 1 :1234 -u  -p x -d 2
hero member
Activity: 623
Merit: 500
-r  -R   stands for time in seconds ? Help me out here and i'll send .01 btc   Smiley

-r  -r, --retries=N       number of times to retry if a network call fails
                          (default: retry indefinitely)
-R, --retry-pause=N   time to pause between retries, in seconds (default: 15)

Pages:
Jump to: