Author

Topic: [ mining os ] nvoc - page 113. (Read 418542 times)

full member
Activity: 210
Merit: 100
December 11, 2017, 11:50:48 AM
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

... you're not making any sense. this is still the wrong thread for that question
full member
Activity: 558
Merit: 194
December 11, 2017, 11:39:05 AM
Either open 3main and edit the 2 lines and add :$XMR_PORT in this section :

Code:
if [ $plusCPU == "YES" ] && [ $AUTO_START_MINER == "YES" ]


Code:
      guake -n $HCD -r plusCPU -e "$HCD -a cryptonight -o stratum+tcp://$XMR_POOL:$XMR_PORT -u $XMRADDR -p x -t $threadCOUNT"
    else
      screen -dmS plusCPU $HCD -a cryptonight -o stratum+tcp://$XMR_POOL:$XMR_PORT -u $XMRADDR -p x -t $threadCOUNT

Or run the update script again to fix it for you

I edited those 2 lines in 3main and changed 1bash back to the new way with port on a separate line.  The XMR miner now connects to the pool.  However, the miner still exits within 20 seconds of starting for some reason.  The screen window closes immediately when this happens.
newbie
Activity: 18
Merit: 0
December 11, 2017, 11:20:51 AM
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
newbie
Activity: 32
Merit: 0
December 11, 2017, 11:10:35 AM
Quote
Sure. The easiest way to figure out what functions it supports is to just run it:
Code:
m1@Miner3:~$./nvOC
Usage:  ./nvOC clearlogs
           clears out OS & nvOC logs
        ./nvOC gpuinfo
           displays GPU ID, infomation, settings, and status
        ./nvOC patch
           stops nvOC and applies outstanding Ubuntu patches and
           Nvidia driver updates
        ./nvOC reboot
           reboots the host machine
        ./nvOC stop
           stops mining, watchdog and temperature control
        ./nvOC start
           starts normal nvOC mining operations
        ./nvOC help
           displays help about using and configuring nvOC for mining
The feature that I think will be most useful is gpuinfo which shows what GPUs you have including the settings like power and OC:
Code:
m1@Miner3:~$./nvOC gpuinfo
ID,VENDOR,MODEL,PSTATE,TEMP,FAN,UTILIZATION,POWER,POWERLIMIT,MAXPOWER,GPUCLOCK,MEMCLOCK
--------------------------------------------------------------------------------
0,EVGA,GeForce GTX 1070,P2,48,50,100,113.66,115.00,170.00,1822,4303
1,EVGA,GeForce GTX 1070,P2,41,50,100,86.99,115.00,170.00,1569,4303
2,EVGA,GeForce GTX 1070,P2,54,50,100,112.74,115.00,170.00,1847,4303
3,MSI,GeForce GTX 1080 Ti,P2,68,75,100,243.26,250.00,330.00,1911,5556
The current implementation is not complete. For example, the help function is just stubbed out. We plan to complete this, add more, and refine existing functions in future releases.

Enjoy.

Hi, looks like
Code:
./nvOC stop

works
but
Code:
./nvOC start

does not start anything...nothing going on except the help screen
Could you please check that?

Thank you in advance,
Respectfully,
Serg
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 11, 2017, 11:06:02 AM
I have 19-2 running on my test rig that is also running plusCPU.

On a clean reboot, plusCPU starts up right away as usual, but as soon as the main GPU miner comes online, something (wdog?) kills plusCPU.

Is the pool address correct ?
No need to add stratum+tcp:// to pool address any more


Looks like the issue is that the port is not being passed to the miner, so it defaults to 80:



And this is what I have in 1bash:

Code:
# XMR : if plusCPU is "YES" replace with your XMR info  ##
XMR_WORKER=$WORKERNAME
XMR_ADDRESS="crazydane"
XMR_POOL="us-east.cryptonight-hub.miningpoolhub.com"
XMR_PORT="20580"

I fixed it for now by reverting back to:

XMR_POOL="us-east.cryptonight-hub.miningpoolhub.com:20580"


So sorry for my mistake


Either open 3main and edit the 2 lines and add :$XMR_PORT in this section :

Code:
if [ $plusCPU == "YES" ] && [ $AUTO_START_MINER == "YES" ]


Code:
      guake -n $HCD -r plusCPU -e "$HCD -a cryptonight -o stratum+tcp://$XMR_POOL:$XMR_PORT -u $XMRADDR -p x -t $threadCOUNT"
    else
      screen -dmS plusCPU $HCD -a cryptonight -o stratum+tcp://$XMR_POOL:$XMR_PORT -u $XMRADDR -p x -t $threadCOUNT

Or run the update script again to fix it for you
full member
Activity: 210
Merit: 100
December 11, 2017, 11:03:16 AM
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
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 11, 2017, 11:00:01 AM
Hey guys, first, congratulations to all involved in improving nvOC! Smiley Given this new unofficial testing release, I have a few questions:

1) Has fullzero abandoned development of nvOC? Is this unofficial release going to take over and become the official one, or are we going to have two branches?

2) papampi and the others involved: are you planning to release a full image (.img or .iso) once the testing is completed?

Thanks mate,

1- My last contact with fullzero was more than 2 weeks ago when he send me a message that he will check our updates and release an official one when he gets free time from his personal issue. Hopefully he will get free time.

2-We will try our best as soon as tests are done Wink
full member
Activity: 558
Merit: 194
December 11, 2017, 10:55:15 AM
I have 19-2 running on my test rig that is also running plusCPU.

On a clean reboot, plusCPU starts up right away as usual, but as soon as the main GPU miner comes online, something (wdog?) kills plusCPU.

Is the pool address correct ?
No need to add stratum+tcp:// to pool address any more


Looks like the issue is that the port is not being passed to the miner, so it defaults to 80:



And this is what I have in 1bash:

Code:
# XMR : if plusCPU is "YES" replace with your XMR info  ##
XMR_WORKER=$WORKERNAME
XMR_ADDRESS="crazydane"
XMR_POOL="us-east.cryptonight-hub.miningpoolhub.com"
XMR_PORT="20580"

I fixed it for now by reverting back to:

XMR_POOL="us-east.cryptonight-hub.miningpoolhub.com:20580"

EDIT:  Something is still killing plusCPU miner after a couple of minutes, even with the above change.  I see it start up successfully but then it dies.
member
Activity: 119
Merit: 10
December 11, 2017, 10:45:06 AM
Hey guys, first, congratulations to all involved in improving nvOC! Smiley Given this new unofficial testing release, I have a few questions:

1) Has fullzero abandoned development of nvOC? Is this unofficial release going to take over and become the official one, or are we going to have two branches?

2) papampi and the others involved: are you planning to release a full image (.img or .iso) once the testing is completed?
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 11, 2017, 10:43:52 AM
I have 19-2 running on my test rig that is also running plusCPU.

On a clean reboot, plusCPU starts up right away as usual, but as soon as the main GPU miner comes online, something (wdog?) kills plusCPU.

Is the pool address correct ?
No need to add stratum+tcp:// to pool address any more
newbie
Activity: 18
Merit: 0
December 11, 2017, 10:36:35 AM
who can share their experience with which more profitable mining best coin in current moment or mining one?
full member
Activity: 558
Merit: 194
December 11, 2017, 10:11:19 AM
I have 19-2 running on my test rig that is also running plusCPU.

On a clean reboot, plusCPU starts up right away as usual, but as soon as the main GPU miner comes online, something (wdog?) kills plusCPU.
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 11, 2017, 07:29:45 AM
Hi

Can somebody tell me the different between the ccminers?
AS...
KT...
KX...
SP...
TP...

Thanks a lot


AS... Alexis ccminer
KT... Klaust ccminer
KX... Krnlx ccminer
SP... SP-Mod ccminer
TP... Tpruvot ccminer
Na ... nanashi ccminer

Ok. Is there a different mining performance or what


What do you think?  Wink  
newbie
Activity: 26
Merit: 0
December 11, 2017, 04:45:46 AM
Hi

Can somebody tell me the different between the ccminers?
AS...
KT...
KX...
SP...
TP...

Thanks a lot


AS... Alexis ccminer
KT... Klaust ccminer
KX... Krnlx ccminer
SP... SP-Mod ccminer
TP... Tpruvot ccminer
Na ... nanashi ccminer

Ok. Is there a different mining performance or what
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 11, 2017, 04:35:49 AM
To all friends that are updating to v0019-2 community release ...

We are still in testing mode and while we appreciate your help to test and find the bugs,  Dont forget V0019-2.0 Community Release is still in testing mode


So don't expect a full bug free OS, until we announce the final stable release.

full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 11, 2017, 04:16:49 AM


To update to v0019-2.0 download "nvOC-19-2-update" and run:
Code:
bash nvOC-19-2-update

Download nvOC-19-2-update: https://github.com/papampi/nvOC_by_fullzero_unofficial/blob/19.2/nvOC-19-2-update

Dropbox link :https://www.dropbox.com/s/s3rkv2o3bynqnpm/nvOC-19-2-update



Thanks!

How do I download from a source to a folder using SSH?

You can do :

Code:
cd ~/Downloads
wget https://www.dropbox.com/s/s3rkv2o3bynqnpm/nvOC-19-2-update
bash ~/Downloads/nvOC-19-2-update
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 11, 2017, 04:12:53 AM
Hi

Can somebody tell me the different between the ccminers?
AS...
KT...
KX...
SP...
TP...

Thanks a lot


AS... Alexis ccminer
KT... Klaust ccminer
KX... Krnlx ccminer
SP... SP-Mod ccminer
TP... Tpruvot ccminer
Na ... nanashi ccminer
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 11, 2017, 04:11:42 AM
Is there a full download for the 19.2 or if one is setting up a new rig must they download the 19-1.4 and then update?

No download full image until testing finishes
Thanks
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 11, 2017, 04:10:32 AM
Is there a way to keep the miner screen persistent when using WTM profit switcher? After moving to a new coin you have to resume the miner screen manually using "screen -r miner" to monitor the process. Would it be possible to add this command at end of the switching script to bring the miner up in a new guake tab after switching to a new coin?

You can always use to watch miner output, when it switches it will continue
Code:
tail -f ~/nvoc_logs/screenlog.0

newbie
Activity: 26
Merit: 0
December 11, 2017, 03:05:22 AM
Hi

Can somebody tell me the different between the ccminers?
AS...
KT...
KX...
SP...
TP...

Thanks a lot
Jump to: