bminer -uri cuckaroo29://satoshi%40nakamoto%2Ecom%2Fworker:[email protected]:3416
The instruction on mine_grin.bat
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)
So which is right one ?
%40 or %%40
%2F or %%2F
How about someone just give a simple answer to where/how do we put in our workerid in a normal one line startup such as:
bminer -uri cuckaroo29://[email protected]:[email protected]:3416 -api 127.0.0.1:1880
So where exactly do I put my workername?
bminer -uri cuckaroo29://[email protected]/workername:[email protected]:3416 -api 127.0.0.1:1880
bminer -uri cuckaroo29://someone%%40yahoo.com%%2Fworkername:[email protected]:3416 -api 127.0.0.1:1880
I tried that, it doesn't work, the cli box just insta closes
https://imgur.com/Fv2lK4A
Works fine, I even use the sample i wrote