<<  >> (p.178)
    Author Topic: [ mining os ] nvoc  (Read 418569 times)
    zbfountain
    Newbie
    *
    Offline Offline

    Activity: 3
    Merit: 0


    View Profile
    October 22, 2017, 04:58:28 AM
     #3541


    https://www.dropbox.com/s/8j89ha0a6m7nee6/file%20%281%29.jpg?dl=0

    Sorry, dont know how to insert picture. please see it in my shared link.
    seems the password command is not right. appreciate your help! Thanks.

    Ok, from the result I can clearly see that you are not using the suprnova settings properly.

    To use suprnova you don't need to add wallet address and set worker password as 'x' on suprnova dashboard

    Assuming 'dcrminer' is your suprnova worker name and 'zbfountain' is your suprnova login name please use the below settings in your 1bash

    Code:
    DCR_WORKER="dcrminer"
    DCR_ADDRESS="zbfountain"
    DCR_POOL="stratum+tcp://dcr.suprnova.cc:3252"

    Remove all the additional details you have added in 1bash for DCR.

    Now replace 'DUAL_ETH_DCR' & 'DUAL_ETC_DCR' settings in 3main with your

    Open 3main file, search for 'DUAL_ETH_DCR' and replace the below lines as is in the right place.

    Code:
    if [ $COIN == "DUAL_ETH_DCR" ]
    then

    HCD=/home/m1/eth/$CLAYMORE_VERSION/ethdcrminer64

    ETHADDR="$ETH_ADDRESS/$ETH_WORKER"

    if [ $DOT_POOL_FORMAT_or_FORWARD_SLASH_POOL_FORMAT == "DOT" ]
    then
    ETHADDR="$ETH_ADDRESS.$ETH_WORKER"
    fi

    DADDR="$DCR_ADDRESS.$DCR_WORKER"

    screen -dmS miner $HCD -epool $ETH_POOL -ewal $ETHADDR -epsw x -dpool $DCR_POOL -dwal $DADDR -dpsw x -dcoin dcr -allcoins 1 -allpools 1 -dbg -1 $ETH_EXTENSION_ARGUMENTS


    if [ $LOCALorREMOTE == "LOCAL" ]
    then
    screen -r miner
    fi

    BITCOIN="theGROUND"

    while [ $BITCOIN == "theGROUND" ]
    do
    sleep 60
    done
    fi

    Open 3main file, search for 'DUAL_ETC_DCR' and replace the below lines as is in the right place.


    Code:
    if [ $COIN == "DUAL_ETC_DCR" ]
    then

    HCD=/home/m1/eth/$CLAYMORE_VERSION/ethdcrminer64

    ETCADDR="$ETC_ADDRESS/$ETC_WORKER"

    if [ $DOT_POOL_FORMAT_or_FORWARD_SLASH_POOL_FORMAT == "DOT" ]
    then
    ETCADDR="$ETC_ADDRESS.$ETC_WORKER"
    fi

    DADDR="$DCR_ADDRESS.$DCR_WORKER"

    screen -dmS miner $HCD -epool $ETC_POOL -ewal $ETCADDR -epsw x -dpool $DCR_POOL -dwal $DADDR -dpsw x -dcoin dcr -allcoins 1 -allpools 1 -dbg -1 $ETC_EXTENSION_ARGUMENTS

    if [ $LOCALorREMOTE == "LOCAL" ]
    then
    screen -r miner
    fi

    BITCOIN="theGROUND"

    while [ $BITCOIN == "theGROUND" ]
    do
    sleep 60
    done
    fi

    Let me know if it worked for you.





    Thank you so much.
    I just changed the settings as you suggested.
    dont know where is 3main file. haven't replace the code you provided. But it is working now.

    Do I still need to replace the code you mentioned?
Page 177
Viewing Page: 178