hi
i need some help to understand the issue
when i start mining with the command:
zcashd -stratum=stratum+tcp://zmine.io:1337\ -user=tmWp9vjqNnk8YynNVnVPrXniE4oSsjrGT56 -equihashsolver=tromp\ -genproclimit=-1
i have the following error:
zcashd: miner.cpp:461: void BitcoinMiner(CWallet*): Assertion `solver == “tromp” || solver == “default”’ failed.
but when i start mining without the "" after 1337 and tromp it works but i want to be sure that all arguments are considered and i’m not mining for free
zcashd -stratum=stratum+tcp://zmine.io:1337 -user=tmWp9vjqNnk8YynNVnVPrXniE4oSsjrGT56 -equihashsolver=tromp -genproclimit=-1
is ok
thx
so i have now in my zcash.conf
testnet=1
addnode=betatestnet.z.cash
rpcuser=username
rpcpassword=password
gen=1
genproclimit=-1
equihashsolver=tromp
if i start zcashd -stratum=stratum+tcp://zmine.io:1337\ -user=tmWp9vjqN8YynNVnVPrXniE4oSsjrGT56 -equihashsolver=tromp\ -genproclimit=-1
i have the same error
but with zcashd -stratum=stratum+tcp://zmine.io:1337\ -user=tmWp9vjqN8YynNVnVPrXniE4oSsjrGT56\ -genproclimit=-1
it’s ok