Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
by
papampi
on 10/04/2019, 19:01:28 UTC

 i upgraded and new bash.


I get this for some reason:
  
    SCREEN -c /home/m1/NVOC/mining/screenrc-miner -dmSL miner /home/m1/NVOC/mining/miners/T_Rex/recommended/ccminer -a x16r -o stratum+tcp://rvn.suprnova.cc:6666 -u infowire.RVNMiner1.122 -p x -i 19 -p PASSWORD -a x16r

Why is that the address adds  ".122" and a password of x ... i didn't configure that ?

and i get :

parse error: Argument: -a (--algo)





122 is the worker name, you can edit in worker name section


Worker name section:
Code:
GLOBAL_WORKERNAME="YES"     # YES or NO # Use same workername for all coins

AUTO_WORKERNAME="HOST"      # HOST or MAC or CUSTOM # Use HOST IP address or network card MAC address or CUSTOM name workername

CUSTOM_WORKERNAME="19_3"    # If AUTO_WORKERNAME="CUSTOM" enter your desired workername here


Password section:
Code:
MINER_PWD="x"                                    # Set the miner password. Default: x
                                                 # For zpool use MINER_PWD="$WORKERNAME,c=btc"
                                                 # For dwarfpool and some other pools you can set your email to enable notification from pool



And it looks like you added  not needed "-a x16r" in COIN_OPTS too, remove it.


Read 1bash settings more thoroughly.


Your worker section should be:
Code:
GLOBAL_WORKERNAME="YES"     # YES or NO # Use same workername for all coins

AUTO_WORKERNAME="CUSTOM"      # HOST or MAC or CUSTOM # Use HOST IP address or network card MAC address or CUSTOM name workername

CUSTOM_WORKERNAME="RVNMiner1"    # If AUTO_WORKERNAME="CUSTOM" enter your desired workername here


And RVN section:
Code:
# Raven Coin (RVN)
RVN_ADDRESS="infowire"
RVN_OPTS=""
RVN_POOL="rvn.suprnova.cc"
RVN_PORT="6666"
RVN_WORKER="$WORKERNAME"
RVN_POOL_PROTOCOL="stratum+tcp"


Let me know how it goes