Post
Topic
Re: [ANN] Grin | PoW Mining | Electronic transactions for all. Community driven.
by
metadream
on 01/02/2019, 22:35:26 UTC
^ https://www.bminer.me/examples/#specifying-devices ^
you need to parse in -devices amd:0
I have tried that, but maybe I'm doing something wrong with the syntax.
Where should that go?

Without it, that's what I currently have in the .bat file:

Code:
@echo OFF
REM Change the following address to your GRIN addr.
SET ADDRESS=Rig1.1
SET USERNAME=mymail%%40gmail.com
SET POOL=geu-west-stratum.grinmint.com:4416
SET SCHEME=cuckaroo29
SET PWD=123123


REM If you're passing in emails, the '@' characters need to be escaped (%%40)
REM If the pool use / to annoate rigs, the '/' charaactrs need to be escape (%%2F)
SET EMAIL=mine%%40bminer.me
START "Bminer: When Crypto-mining Made Fast" bminer.exe -uri %SCHEME%://%USERNAME%:%PWD%@%POOL% -api 127.0.0.1:1880