brian112358 / nevermore-miner

Quoth the Raven(coin), "Nevermore": Optimized CCMiner (CUDA miner) fork for x16r
GNU General Public License v3.0
71 stars 47 forks source link

Solo Mining RVN Proper Command Line #26

Closed structdjm closed 6 years ago

structdjm commented 6 years ago

I came across two different commands for nevermore not sure which one I should be using, each give different console outputs.

ccminer -a x16r -o http://192.168.1.101:3333 -u user -p pass --coinbase-addr=WalletAddress -i 19

ccminer -a x16r -o http://192.168.1.101:3333 -u user -p pass --no-longpoll --no-getwork --no-stratum --coinbase-addr=WalletAddress -i 19

They both appear to work with no errors, however the first the command line gives me extra output in the console, which is this extra line: "x16r block 226176, target 0.000" repeatedly and just one "long-polling on http://192.168.1.101:3333" at the beginning" 2

Also do I have to worry about my two rigs on the same network colliding with the same nonce ranges connected to the same wallet with this solo method ?