Pages:
Author

Topic: [OS] nvOC easy-to-use Linux Nvidia Mining - page 5. (Read 418244 times)

newbie
Activity: 66
Merit: 0
December 18, 2018, 06:06:02 AM
Hi, can anyone expline how exactly update TRex miner please

Sorry for late reply,
You can use @Tigel how to or post a heads up here or in discord channel with miner update link and we will update them in miners repo.


Updated some miners:
t-rex 0.8.8
z-enemy 1.28
CryptoDredge 0.14.0

Just update your nvOC
Code:
bash ~/NVOC/mining/nvOC upgrade

Good afternoon. Can't connect to the new RVN Nanopool pool. Writes errors:

_[0m_[0;93m20181217 00:10:22 WARN: failed to subscribe, JSON-RPC call failed: member "result" must have Json::ValueType 6 instead of 5 (original json {"id":1,"jsonrpc":"2.0","result":true}
)
_[0m_[1;91m20181217 00:10:22 ERROR: No connection, retry after 10 seconds



Check with your miner help thread and see if your miner command line is correct or not.
You can see the miner start command in gnome-terminal.

Nanopool uses slash as separator for wallet and workername while most of other pools use dot. Has this been taken into consideration?
jr. member
Activity: 112
Merit: 3
Linux Forever... Resistance is futile!!!
December 18, 2018, 05:12:04 AM
Hi, can anyone expline how exactly update TRex miner please

Sorry for late reply,
You can use @Tigel how to or post a heads up here or in discord channel with miner update link and we will update them in miners repo.


Updated some miners:
t-rex 0.8.8
z-enemy 1.28
CryptoDredge 0.14.0

Just update your nvOC
Code:
bash ~/NVOC/mining/nvOC upgrade

Good afternoon. Can't connect to the new RVN Nanopool pool. Writes errors:

_[0m_[0;93m20181217 00:10:22 WARN: failed to subscribe, JSON-RPC call failed: member "result" must have Json::ValueType 6 instead of 5 (original json {"id":1,"jsonrpc":"2.0","result":true}
)
_[0m_[1;91m20181217 00:10:22 ERROR: No connection, retry after 10 seconds



Check with your miner help thread and see if your miner command line is correct or not.
You can see the miner start command in gnome-terminal.
newbie
Activity: 40
Merit: 0
December 17, 2018, 03:01:57 AM
Hi, can anyone expline how exactly update TRex miner please

Sorry for late reply,
You can use @Tigel how to or post a heads up here or in discord channel with miner update link and we will update them in miners repo.


Updated some miners:
t-rex 0.8.8
z-enemy 1.28
CryptoDredge 0.14.0

Just update your nvOC
Code:
bash ~/NVOC/mining/nvOC upgrade

Good afternoon. Can't connect to the new RVN Nanopool pool. Writes errors:

_[0m_[0;93m20181217 00:10:22 WARN: failed to subscribe, JSON-RPC call failed: member "result" must have Json::ValueType 6 instead of 5 (original json {"id":1,"jsonrpc":"2.0","result":true}
)
_[0m_[1;91m20181217 00:10:22 ERROR: No connection, retry after 10 seconds
jr. member
Activity: 112
Merit: 3
Linux Forever... Resistance is futile!!!
December 15, 2018, 02:30:00 AM
Hi, can anyone expline how exactly update TRex miner please

Sorry for late reply,
You can use @Tigel how to or post a heads up here or in discord channel with miner update link and we will update them in miners repo.


Updated some miners:
t-rex 0.8.8
z-enemy 1.28
CryptoDredge 0.14.0

Just update your nvOC
Code:
bash ~/NVOC/mining/nvOC upgrade
newbie
Activity: 66
Merit: 0
December 12, 2018, 11:33:34 AM
Hi, can anyone expline how exactly update TRex miner please

I believe the official way is described here:
https://github.com/papampi/nvOC_miners

In case you don't feel comfortable with git and want just your T-rex updated:

T-Rex miner is located in: /home/m1/NVOC/mining/miners/T_Rex/recommended, this directory is a softlink to recommended version.

- login as m1
- "nvOC stop"
- download newest t-rex to
- "cd /home/m1/NVOC/mining/miners/T_Rex"
- mkdir I believe newest is 0.8.6 so do: "mkdir 0.8.6"
- "cp /t-rex.new.version.tar.xz ." (this will copy new t-rex to current directory, don't for get the dot .)
- "cd " (0.8.6 in this case)
- "tar xvfz ../t-rex.new.version.tar.xz" (unzip the tarball packet)
- "mv t-rex ccminer" (rename t-rex to ccminer)
- "cd .."
- "rm recommended" (remove softlink to old version directory)
- "ln -s 0.8.6 recommended" (create new softlink to new version)
- nvOC start

Writing this from top of my head, hopefully got it right.

--
Tigel
newbie
Activity: 4
Merit: 0
December 10, 2018, 01:47:12 PM
Got it working, not sure what I did differently.  Running with OC mode = NO.  Gonna download that remote monitor and see if I can get the OC up a bit.  Thanks again
newbie
Activity: 4
Merit: 0
December 10, 2018, 09:49:09 AM
If system freeze while or after applying OC that usually means there are aggressive values set and cards cant handle, try lowering the values and test.
I have also tried setting Overclock mode = NO, same screen fragmenting, freezing.  It seemed to boot up fine when I set auto start miner =NO, however I couldn't figure out how to start mining from there.  (Sorry I'm complete linux noob.) Is there a command to permit the miner to start after the 1bash has been set to not auto-start mining?  I'm just at a point where I can't imagine what I could be doing wrong.  
 
For the wallet/pool information section, the bottom line for pool protocol shows "stratum + tcp" Does this need to be changed to anything?
Or perhaps the algorithm intensity do I need to change that from 0?

Thanks again and let me know if you have a donation address.
member
Activity: 73
Merit: 10
December 10, 2018, 09:00:26 AM
Hi, can anyone expline how exactly update TRex miner please
jr. member
Activity: 112
Merit: 3
Linux Forever... Resistance is futile!!!
December 10, 2018, 04:52:25 AM
Hello again, I have installed the new version.  On first boot, after purple screen, I'm sent to a black screen with text:
"BusyBox v122 built in shell (ash)
Enter help for list of built-in commands.
(initramfs)"
When I restart rig from this screen it boots into ubuntu dash, terminal begins and mining session starts however when it reaches the overclock application stage, the screen fragments and freezes up.  Restarting from this point takes me back to the BusyBox screen.
Any recommendations or could I have you take a look at my files to see what I may be doing wrong?  I would really appreciate it and can compensate for your time. 
Thank you.

If system freeze while or after applying OC that usually means there are aggressive values set and cards cant handle, try lowering the values and test.
newbie
Activity: 231
Merit: 0
newbie
Activity: 4
Merit: 0
December 06, 2018, 10:45:38 AM
Hello again, I have installed the new version.  On first boot, after purple screen, I'm sent to a black screen with text:
"BusyBox v122 built in shell (ash)
Enter help for list of built-in commands.
(initramfs)"
When I restart rig from this screen it boots into ubuntu dash, terminal begins and mining session starts however when it reaches the overclock application stage, the screen fragments and freezes up.  Restarting from this point takes me back to the BusyBox screen.
Any recommendations or could I have you take a look at my files to see what I may be doing wrong?  I would really appreciate it and can compensate for your time. 
Thank you.
jr. member
Activity: 112
Merit: 3
Linux Forever... Resistance is futile!!!
December 04, 2018, 06:31:22 PM
Latest nvOC Community release stable is 19-3.0, have a look at the nvOC GitHub,
Flash the image, grab latest 1bash.template, save it as 1bash, edit it and put in small fat partition.
newbie
Activity: 4
Merit: 0
December 04, 2018, 05:22:33 PM
Hello,

I've been using nvoc for 8 months or so, however only found out the other day that there have been additional updates to it outside of the original fullzero post,
so I have been using the original ver 00019 this whole time mining eth. 

Since 3gb cards are starting to have dag issues I'm moving my 1060 rig to xmr for the time being. 

Now, with the original ver 0019, all I had to do was flash the USB and edit the 1bash and I was good to go. 

I'm seeing posts about editing the '3main' file however I can't find it on the flashed USB, I believe ver 0019-2.0. 

Where can I edit this file? With only 1bash edited I get 0% utilization on all gpus on boot. 

Thanks for any help!
full member
Activity: 340
Merit: 103
It is easier to break an atom than partialities AE
November 18, 2018, 02:21:50 PM

We are working with Foreman team to have a seamless Foreman Dashboard experience with nvOC,

You can check Foreman thread and Foreman Dashboard to see how it works or install it manually until our next release.




What a good news !

This project looks like very good. nvOC will win some users with this type of monitor.
jr. member
Activity: 112
Merit: 3
Linux Forever... Resistance is futile!!!
November 17, 2018, 03:17:54 AM

We are working with Foreman team to have a seamless Foreman Dashboard experience with nvOC,

You can check Foreman thread and Foreman Dashboard to see how it works or install it manually until our next release.


jr. member
Activity: 112
Merit: 3
Linux Forever... Resistance is futile!!!
November 17, 2018, 02:57:44 AM
Hello!

Still loving the work with nvOC, the whole farm runs 19-2.1 and works great.

Upgraded my test rig to -3.0 tonight and seem to have stumbled across the 6tempcontrol issue where the GPU fans sit at 30% and don't change even though the cards are above the target temp.

The Github has the issue logged as a bug but nothing has been said for 3 weeks. Is there a fix? I've upgraded to the latest nvidia-smi and -settings but still no success.

Any thoughts or rollback?

Thanks!

There is a problem with ubuntu 18.04 and tempcontrol, and we were unable to find whats causing this problem yet.
Use latest 16.04 image and all should be ok.
newbie
Activity: 3
Merit: 0
November 15, 2018, 04:53:47 PM
Hello!

Still loving the work with nvOC, the whole farm runs 19-2.1 and works great.

Upgraded my test rig to -3.0 tonight and seem to have stumbled across the 6tempcontrol issue where the GPU fans sit at 30% and don't change even though the cards are above the target temp.

The Github has the issue logged as a bug but nothing has been said for 3 weeks. Is there a fix? I've upgraded to the latest nvidia-smi and -settings but still no success.

Any thoughts or rollback?

Thanks!
jr. member
Activity: 112
Merit: 3
Linux Forever... Resistance is futile!!!
November 14, 2018, 09:18:07 AM
Thanks, but already made a ton of tries.

Why ethminer cannot be build? I try to lauch it with --cuda but it doesn't work (always 0H/s)

Better ask that in ethminer support page too.
full member
Activity: 406
Merit: 100
November 13, 2018, 11:20:27 AM
Thanks, but already made a ton of tries.

Why ethminer cannot be build? I try to lauch it with --cuda but it doesn't work (always 0H/s)
jr. member
Activity: 112
Merit: 3
Linux Forever... Resistance is futile!!!
November 13, 2018, 08:40:15 AM
Hi all,

I have still and always the same problem: mining stop to work, gpuinfo doesn't respond and restart doesn't work (no restart).
If I try a manual nvOC restart:
Quote
(sometimes Failed to get unit file satet for nvoc.service: Connection timed out)
Stopping nvOC processes...
...done.
Restarting nvOC tasks....
And that all, nothing happens.

ethminer process is running, take 100% CPU, in zombie state and strictly impossible to stop (never saw that on linux).

Any ideas?



I have seen sometimes ethminer hangs when trying to kill it,
No idea why and the only way to kill it is by using kill -9
May be post in ethminer GitHub page, see if they have some info why it happens

For now try this when it happens
Code:
ps ax | grep -v cpuminer | grep SCREEN | grep miner | awk '"miner" {print $1}' | xargs kill -9
Pages:
Jump to: