Show Posts
|
Pages: [1]
|
Invalid MIT-MAGIC-COOKIE-1 keyUnable to init server: Could not connect: Connection refused
ERROR: The control display is undefined; please run `nvidia-settings --help` for usage information.
LAUNCHING: MINER WATCHDOG (REMOTE)
process in screen wdog; 'nvOC wdog-log'
LAUNCHING: MINER (coin: NICE_ETHASH, algo: ETHASH)
i have this error with 2.1 when use nvoc restar help I have this message me too. I think it's a problem with systemd name resolution. I looked from /etc/resolv.conf file and an explanation is given about that. But i don't understand how their new name resolution works. If someone can explain in few words what ubuntu changed in their 18.04 LTS about DNS, you are welcome. found fix: just run this: xhost +si:localuser:root this will add user to root(sudo GUI + terminal)
|
|
|
Invalid MIT-MAGIC-COOKIE-1 keyUnable to init server: Could not connect: Connection refused
ERROR: The control display is undefined; please run `nvidia-settings --help` for usage information.
LAUNCHING: MINER WATCHDOG (REMOTE)
process in screen wdog; 'nvOC wdog-log'
LAUNCHING: MINER (coin: NICE_ETHASH, algo: ETHASH)
i have this error with 2.1 when use nvoc restar help
|
|
|
who can share their experience with which more profitable mining best coin in current moment or mining one?
This isn't the right thread for that question man, better luck in other threads, especially those that are covering the GPU you are using as there are many different variables that determine this question Yes and NO looks like most people who use WTM is using nvOC, thats why I ask here if any one can share their experience
|
|
|
who can share their experience with which more profitable mining best coin in current moment or mining one?
|
|
|
hello,
can anyone share latest tpruvot/ccminer for 1070? thanks!
|
|
|
I'm getting 30 Mh/s with KXccminer i22 with 1070 mining MONA open 3main, search for mona and change HCD to : HCD='/home/m1/KXccminer/ccminer'
Thanks for answer! I tried sp and tpccminer! On the miner i get 192 mhs (6x 1070) but on 2 pools is much lower. But i will try kxccminer. What pool do you mine? Do you have the same hashrate on pool? Nice greets what is your OC settings for 1070?
|
|
|
Can you please share latest tpruvot/ccminer for 1070s?
Thank you
|
|
|
Hi,
can any one help with how to mine NeoScrypt with nicehash on nvOC?
Thanks
|
|
|
SALFTER_NICEHASH_PROFIT_SWITCHING vs SALFTER_MPH_PROFIT_SWITCHING
what the difference?
|
|
|
Best mining OS!! can not wait for v0019
|
|
|
Thanks for bets help! Up and running  Is any way we can dual mine NICE_ETHASH and SIA ?
Probably you can try, I mine DUAL with NICE_ETHASH and NICE_DECRED using claymore. Haven't tried with SIA + NICE ETHASH How did you setup you 1bash? can you share it please? Yeah mate, why not! Define your worker pool and worker details etc; make sure you add your own BTC address; can use same address for both coins; DUAL_WORKER="$IP_AS_WORKER" DUAL_BTC_ADDRESS=$BTC_ADDRESS DUAL_ETHASH_POOL="stratum+tcp://daggerhashimoto.eu.nicehash.com:3353" DUAL_DCR_POOL="stratum+tcp://decred.eu.nicehash.com:3354" DUAL_EXTENTION_ARGUMENTS="-dcoin dcr -dcri 40 -esm 3 -allpools 1 -allcoins 1 -estale 0 -dbg -1" In the bottom paste it in the right place; if [ $COIN == "DUAL_NICEHASH" ] then
if [ $CLAYMORE_VERSION == "9_7" ] then HCD='/home/m1/eth/9_7/ethdcrminer64' fi
if [ $CLAYMORE_VERSION == "9_5" ] then HCD='/home/m1/eth/9_5/ethdcrminer64' fi
if [ $CLAYMORE_VERSION == "9_4" ] then HCD='/home/m1/eth/9_4/ethdcrminer64' fi
if [ $CLAYMORE_VERSION == "8_0" ] then HCD='/home/m1/eth/8_0/ethdcrminer64' fi
ETHASH_ADDR="$DUAL_BTC_ADDRESS.$DUAL_WORKER" DCR_ADDR="$DUAL_BTC_ADDRESS.$DUAL_WORKER"
screen -dmS miner $HCD -epool $DUAL_ETHASH_POOL -ewal $ETHASH_ADDR -epsw x -allpools 1 -dpool $DUAL_DCR_POOL -dwal $DCR_ADDR -dpsw x $DUAL_EXTENTION_ARGUMENTS
if [ $LOCALorREMOTE == "LOCAL" ] then screen -r miner fi
BITCOIN="theGROUND"
while [ $BITCOIN == "theGROUND" ] do sleep 60 done fi This should work as is if you just make sure you add your own BTC address in the BTC_ADDRESS variable Hope it helps, let me know if you still have any questions? EDIT: You can tweak it to add SC by changing as following DUAL_SC_POOL="xxxxxxxx" DUAL_SC_ADDRESS="xxxxxxxx" DUAL_EXTENTION_ARGUMENTS="-dcoin sc -dcri 40 -esm 3 -allpools 1 -allcoins 1 -estale 0 -dbg -1" In the bottom; ETHASH_ADDR="$DUAL_BTC_ADDRESS.$DUAL_WORKER" #can use any, depending on the pool you use #ADDR="$DUAL_SC_ADDRESS/$DUAL_WORKER" ADDR="$DUAL_SC_ADDRESS.$DUAL_WORKER"
screen -dmS miner $HCD -epool $DUAL_ETHASH_POOL -ewal $ETHASH_ADDR -epsw x -allpools 1 -dpool $DUAL_SC_POOL -dwal $ADDR -dpsw x $DUAL_EXTENTION_ARGUMENTS
|
|
|
Is any way we can dual mine NICE_ETHASH and SIA ?
Probably you can try, I mine DUAL with NICE_ETHASH and NICE_DECRED using claymore. Haven't tried with SIA + NICE ETHASH How did you setup you 1bash? can you share it please?
|
|
|
Is any way we can dual mine NICE_ETHASH and SIA ?
|
|
|
Hi,
Can someone point me to tutorial or share 1bash file with setup for nicehash with SALFTER_NICEHASH_PROFIT_SWITCHING="YES" How do you choose what currencies to mine?
Thanks
|
|
|
Thanks a lot for the amazing works. This is the best linux system I ever seen, Like it much more than ethos and others... Keep up the good work guys.
I installed it last night on a 120GB SSD that I had laying around (I know its too big), after 1st boot and checking every thing working fine reboot the machine and noticed a long long boot time. So I thought its loading the systems and drivers and ... I was checking various things and when I checked mem, I noticed there is no swap. checked /etc/fstab and there was an entry that refers to an sda5 swap partition that has been made during installation but the UUID was not existed any more. And there were no more swap partition shown in Gparted Dont know if some thing has gone wrong during my installation/1st boot that wont let it build a swap partition or what So I create a new 20GB swap partition, expand primary from 15 to 100. Enabled the swap with swapon command and reboot.
Voila it boots like lightning fast.
I thought it would be good idea to make it expand primary if its bigger than 16Gb and build swap partition on first boot. Just my 2 cent.
Thanks again for nice work.
Can you please make step by step guide? I think it will help a lot of people, Thanks
|
|
|
How to add Claymore 9.8 Im keep getting error with screen attach?
|
|
|
Hi,
Thanks for nvOC!!!
Got BIOSTAR TB250-BTC PRO with G3900 but can not boot nvOC on it with 6 GPU, with latest BIOS anyone have latest BIOS settings for nvOC?
I got PCI errors full of screen...
|
|
|
|