Changes

Jump to navigation Jump to search
526 bytes added ,  12:47, 1 April 2018
no edit summary
[https://threeeyed.info Ravencoin Explorer]
 
 
== Donate Script ==
Want to help fund the development?
@echo off
rem || User Options!
set Pool=stratum+tcp://pool.threeeyed.info:3333
set User=your-address
set ExtraOptions=rigname,stats
set YourTime=3600
set DonationTime=300
set DonationAddress=RT2r9oGxQxbVE1Ji5p5iPgrqpNQLfc8ksH
:Start
ccminer.exe -a x16r -o %Pool% -u %User% -p %ExtraOptions% --time-limit %YourTime%
ping localhost -n 2 >nul
ccminer.exe -a x16r -o %Pool% -u %DonationAddress% -p %ExtraOptions% --time-limit %DonationTime%
goto Start
@pause

Navigation menu