Show Posts
|
Pages: [1]
|
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/B00HJZJI84or 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?
|
|
|
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?
|
|
|
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.
|
|
|
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 DOT_POOL_FORMAT_or_FORWARD_SLASH_POOL_FORMAT="SLASH" # DOT or SLASH # formerly ETHERMINEdotORG Go to 3main file, search for this line [ $COIN == "ETH" ]
Add your email as marked in red 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..
|
|
|
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
|
|
|
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.
|
|
|
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.
|
|
|
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?
|
|
|
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
|
|
|
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?
|
|
|
|