What should I write in the batch file for CPU + GPU to work in Suprnova's VertCoin (VTC) Pool https://vtc.suprnova.cc/index.php
No matter how I entered the pool, it failed to start.
Command for Verthashminer:
Example:
./VerthashMiner -o stratum+tcp://vtc.suprnova.cc:1777 -u suprnova.1 -p x --verthash-data /your/path/to/verthash.dat --all-cu-devices --all-cl-devices
Thank you in advance for your help!
You have literally an example file with with the miner called start-mining-vertcoin.sh where you just change pool & wallet data and you are done.
Also on the first page of this forum thread there is an example:
Vertcoin
SRBMiner-MULTI.exe --disable-cpu --algorithm verthash --pool verthash.eu.mine.zergpool.com:4534 --wallet vertcoin-wallet-here --password c=VTC,mc=vtc --gpu-boost 3
so you take and change the pool part and password if you want :
SRBMiner-MULTI.exe --disable-cpu --algorithm verthash --pool vtc.suprnova.cc:1777 --wallet vertcoin-wallet-here --password x --gpu-boost 3
done