Post
Topic
Board Mining (Altcoins)
Re: SRBMiner-MULTI AMD & CPU Miner 0.7.0 - RX 6500/6800/6900
by
doktor83
on 20/03/2021, 05:32:43 UTC
Please help me to use SRBMiner in your program.
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
Code:
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 :

Code:
SRBMiner-MULTI.exe --disable-cpu --algorithm verthash --pool vtc.suprnova.cc:1777 --wallet vertcoin-wallet-here --password x --gpu-boost 3

done