Bitcoin Forum
September 21, 2025, 08:52:00 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3 on: October 31, 2017, 10:28:40 PM
ok.. so my usb stick gets corrupted about once a day now.. my mining rig already has a m.2 ssd i originally had windows on.  i would like to install NVOC on the ssd, however my other computer only has 1 m.2 slot which it boots from, so im trying to think of a way to install this OS..  the normal way of installing this with raw hdd copy would wipe the os thats completing the copy on the miner, is there a method of installing beside windows on the same drive in a different partition? and dual booting?  or is there a way to install this OS on my usb, then running a install like ubuntu does from a live session?  im really wishing i had a sata ssd on this rig. trying to find a work around is driving me nuts.

so, i guess there is no option for a workaround?

-1.4 should solve your problems.

I recommend using one of these adapters when using an SSD as your rig has less cables and it is easier to swap out:

https://www.amazon.com/StarTech-SATA-Drive-Adapter-Cable/dp/B00HJZJI84

or any similar adapter.

 

thanks fullzero... i think you misunderstood my drive though.. i have a m.2 ssd, not a sata ssd.. and i have no other cumputer with a extra m.2 slot to write NVOC to it..  is there a way to write this os to this drive as a dual boot? if so then i could do that from a windows partition.  otherwise i have to way of installing this OS to the m.2.......

also, what is in 1.4 that you think will fix the issue?
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3 on: October 29, 2017, 11:19:13 PM
ok.. so my usb stick gets corrupted about once a day now.. my mining rig already has a m.2 ssd i originally had windows on.  i would like to install NVOC on the ssd, however my other computer only has 1 m.2 slot which it boots from, so im trying to think of a way to install this OS..  the normal way of installing this with raw hdd copy would wipe the os thats completing the copy on the miner, is there a method of installing beside windows on the same drive in a different partition? and dual booting?  or is there a way to install this OS on my usb, then running a install like ubuntu does from a live session?  im really wishing i had a sata ssd on this rig. trying to find a work around is driving me nuts.

so, i guess there is no option for a workaround?
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3 on: October 29, 2017, 03:08:56 PM
ok.. so my usb stick gets corrupted about once a day now.. my mining rig already has a m.2 ssd i originally had windows on.  i would like to install NVOC on the ssd, however my other computer only has 1 m.2 slot which it boots from, so im trying to think of a way to install this OS..  the normal way of installing this with raw hdd copy would wipe the os thats completing the copy on the miner, is there a method of installing beside windows on the same drive in a different partition? and dual booting?  or is there a way to install this OS on my usb, then running a install like ubuntu does from a live session?  im really wishing i had a sata ssd on this rig. trying to find a work around is driving me nuts.
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3 on: October 27, 2017, 07:52:17 PM
it seems like most ETH pools require a email field, where you can put a email or passphrase in the miner, then you need to use that on the pool webpage to change payout settings..... is there a way to add this into the 1BASH file, or is there already a default that this os uses in that field?   im beating my head against the wall trying to figure this out.
. Can I please get some input on this.

Not all of the pools support email, so we never tried to add one by default, if you can let me now coin name and pool name, i can certainly help you with that.
etherium on. Nanopool

To use nanopool, first ensure that this option has been set to 'SLASH' in your 1bash

Quote
DOT_POOL_FORMAT_or_FORWARD_SLASH_POOL_FORMAT="SLASH"    # DOT  or  SLASH    # formerly ETHERMINEdotORG

Go to 3main file, search for this line

Quote
[ $COIN == "ETH" ]

Add your email as marked in red

Quote
if [ $COIN == "ETH" ]
then

if [ $ETHMINER_or_GENOIL_or_CLAYMORE == "GENOIL" ]
then
HCD='/home/m1/eth/Genoil-U/ethminer'

ETHADDR="$ETH_ADDRESS/$ETH_WORKER/yourEmail@mail(dot)com"

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

screen -dmS miner $HCD -S $ETH_POOL -O $ETHADDR:x -U

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

BITCOIN="theGROUND"

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

if [ $ETHMINER_or_GENOIL_or_CLAYMORE == "ETHMINER" ]
then
HCD='/home/m1/eth/ethminer_12dev2/ethminer'

ETHADDR="$ETH_ADDRESS/$ETH_WORKER/yourEmail@mail(dot)com"

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

screen -dmS miner $HCD -S $ETH_POOL -O $ETHADDR:x -U

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

BITCOIN="theGROUND"

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

if [ $ETHMINER_or_GENOIL_or_CLAYMORE == "CLAYMORE" ]
then

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

ETHADDR="$ETH_ADDRESS/$ETH_WORKER/yourEmail@mail(dot)com"

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

screen -dmS miner $HCD -epool $ETH_POOL -ewal $ETHADDR -epsw x -mode 1 -dbg -1 $ETH_EXTENSION_ARGUMENTS

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

BITCOIN="theGROUND"

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



Note :
This fix only works for ETH solo mining (for any miner); hoping you can figure out if you are dual mining.

Let me know if this has worked for you.

thank you, ill test as soon as i get a new usb drive... mine corrupts after about 12 hours of mining now..
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3 on: October 26, 2017, 10:22:26 PM
it seems like most ETH pools require a email field, where you can put a email or passphrase in the miner, then you need to use that on the pool webpage to change payout settings..... is there a way to add this into the 1BASH file, or is there already a default that this os uses in that field?   im beating my head against the wall trying to figure this out.
. Can I please get some input on this.

Not all of the pools support email, so we never tried to add one by default, if you can let me now coin name and pool name, i can certainly help you with that.
etherium on. Nanopool
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3 on: October 26, 2017, 10:02:10 PM
it seems like most ETH pools require a email field, where you can put a email or passphrase in the miner, then you need to use that on the pool webpage to change payout settings..... is there a way to add this into the 1BASH file, or is there already a default that this os uses in that field?   im beating my head against the wall trying to figure this out.
. Can I please get some input on this.
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3 on: October 25, 2017, 11:32:21 PM
it seems like most ETH pools require a email field, where you can put a email or passphrase in the miner, then you need to use that on the pool webpage to change payout settings..... is there a way to add this into the 1BASH file, or is there already a default that this os uses in that field?   im beating my head against the wall trying to figure this out.
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3 on: October 11, 2017, 03:12:34 PM
im having a hard time finding this info... but when mining ETH, to change settings in the pool i have to use the miners email to save the settings.. however i dont find any area in 1bash to insert this information. am i over looking something?
9  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3 on: October 10, 2017, 09:16:51 PM
so i got my rig up and running with this os... played with it a few days. i decided i wanted to go headless with teamviewer as im a linux newb. everything worked great until i unplugged the monitor. now when i log in with teamviewer the screen resolution is absolutely tiny, and it makes most tasks almost impossible. i tried looking up how to change it, but it seems beyond my skills. is there a easy way to set the minimum screen res to 1080p? and could this screen res be baked into future builds for people who want a headless space heater like i do?

You have to use a dummy plug, which you can pick up on amazon for $5-10 (cheaper if you get multiple)
ok thank you
10  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3 on: October 10, 2017, 08:43:39 PM
so i got my rig up and running with this os... played with it a few days. i decided i wanted to go headless with teamviewer as im a linux newb. everything worked great until i unplugged the monitor. now when i log in with teamviewer the screen resolution is absolutely tiny, and it makes most tasks almost impossible. i tried looking up how to change it, but it seems beyond my skills. is there a easy way to set the minimum screen res to 1080p? and could this screen res be baked into future builds for people who want a headless space heater like i do?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!