Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3
by
fullzero
on 23/10/2017, 00:09:08 UTC
Having issues!! Getting error NO SCREEN TO RESUME NAMED MINER. Info below.

I am new and this is my first attempt at building a miner.

I am running an Asus Z270 MOBO with  Asus GTX 1070 cards (1 now, will go to 3or more) I setup my0 bios using all the tips I could find in this rather large thread!

My issue is once I boot using your package it starts perfect then says "no screen to resume named miner." I F12 and type screen -r miner and I get the same error. I have not used Linux in almost 10 years when I was in college but I am computer literate. I know this is a simple issue of the package not finding MINER... So how do I help it find miner so I can get this rig built?? I did find one post that says to put a "switch" file in the folder, but I could not find any more on what that switch file is, or what folder or location to put it in really! I tried to figure this out on my own. Been hunting for it since last night, but alas I am in over my head and now humbly ask for help.

Oh and is there a way to lengthen the reboot timeout? It generally likes to reboot right as I am in the middle of thinking I got it solved!! Of course I don't!

Any help is most appreciated. I know I have a TON more reading to do, I just wanted to get it up and running so I could show my system works and then get into the serious tweaking of it!

What COIN are you mining; and what are the settings you have for that COIN in 1bash?

I attempted both ZEN and ZEC.
I followed VOSKCOIN's video on setup and I only changed the wallet, name and like one other thing.

ZEC_WORKER="$Ibizian"
ZEC_ADDRESS="znbXu4BkWVyT9J9SYUbfrQiSzfgHcVJ1xLE"
ZEC_POOL="zec-us-east1.nanopool.org"
ZEC_PORT="6666"

EWBF_VERSION="3_4" # choose 3_3  or  3_4

# change EWBF_PERCENT to alter donation percent for EWBF Miner
EWBF_PERCENT=0

#ZClassic
ZCL_WORKER=$WORKERNAME
ZCL_ADDRESS="replace_with_your_ZCL_address"
ZCL_POOL="us.zclmine.pro"
ZCL_PORT="9009"

#For Nice Equihash
NICE_EQUIHASH_WORKER=$WORKERNAME
NICE_EQUIHASH_ADDRESS=$BTC_ADDRESS
NICE_EQUIHASH_POOL="equihash.usa.nicehash.com"
NICE_EQUIHASH_PORT="3357"

KMD_WORKER=$WORKERNAME
KMD_ADDRESS="replace_with_your_KMD_address"
KMD_POOL="luckpool.org"
KMD_PORT="3857"

ZEN_WORKER="$Ibizian"
ZEN_ADDRESS="t1VA2CNJc1xv2g2mEtyGpdvVpfZy7LcS9c6"
ZEN_POOL="luckpool.org"
ZEN_PORT="3057"

Unfortunately I know the rig works as I just tested it on nicehash miner for windows. I really want to use yours tho!

try this:

ensure:

Code:
COIN="ZEC"

ZEC_WORKER="Ibizian"

having the $ symbol at the beginning creates a reference to a variable which does not exist.