Bitcoin Forum
October 02, 2025, 01:26:55 PM *
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 vBASIC || Community Edition 2.0 on: October 01, 2018, 03:14:32 AM
Code:
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)
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining vBASIC || Community Edition 2.0 on: September 30, 2018, 10:25:14 PM
Code:
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
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 11, 2017, 04:20:51 PM
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
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 11, 2017, 03:36:35 PM
who can share their experience with which more profitable mining best coin in current moment or mining one?
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 09, 2017, 04:09:40 PM
looks like tpruvot added ASccminer optimisations 5 day ago did any one tested?

https://github.com/tpruvot/ccminer/tree/windows/lyra2
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 08, 2017, 01:22:42 AM
hello,

can anyone share latest tpruvot/ccminer for 1070?  thanks!
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 06, 2017, 10:01:26 PM
I'm getting 30 Mh/s with KXccminer i22 with 1070 mining MONA

open 3main, search for mona and change HCD to :

Code:
  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?
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: November 21, 2017, 04:12:49 AM
Can you please share latest tpruvot/ccminer for 1070s?

Thank you
9  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: November 19, 2017, 04:24:33 AM
Hi,

can any one help with how to mine NeoScrypt with nicehash on nvOC?

Thanks
10  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019 on: September 06, 2017, 05:21:04 AM
SALFTER_NICEHASH_PROFIT_SWITCHING vs SALFTER_MPH_PROFIT_SWITCHING

what the difference?
11  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018 on: August 25, 2017, 08:48:40 PM
Best mining OS!! can not wait for v0019
12  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018 on: August 24, 2017, 09:46:49 PM
Thanks for bets help! Up and running  Smiley

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!

Code:
COIN="DUAL_NICEHASH"

Define your worker pool and worker details etc;

make sure you add your own BTC address; can use same address for both coins;

Code:
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;  

Code:
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
Code:
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;

Code:
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




13  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018 on: August 24, 2017, 08:42:32 PM
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?
14  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018 on: August 24, 2017, 08:34:52 PM
Is any way we can dual mine NICE_ETHASH and SIA ?
15  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018 on: August 24, 2017, 07:35:43 PM
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  
16  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018 on: August 22, 2017, 06:28:08 AM
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
17  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018 on: August 20, 2017, 12:00:51 AM
How to add Claymore 9.8 Im keep getting error with screen attach?
18  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018 on: August 18, 2017, 04:40:47 AM
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...
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!