Bitcoin Forum
June 26, 2024, 07:49:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 17 »  All
  Print  
Author Topic: [OS] rxOC easy-to-use Linux AMD Mining v_stopgap  (Read 31343 times)
SergGT001
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
October 31, 2017, 02:42:12 PM
 #221

Hi! I recorded the image on a flash drive as described in the first post of the topic. But I get the compand string grub. The image is not loaded. What am I doing wrong?
Screenshot https://cdn1.savepice.ru/uploads/2017/10/31/5205d8dee4f2371e5a84d12d54231a0b-full.jpg
MentalNomad
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
November 01, 2017, 04:37:04 AM
 #222

I have tested my stopgap version of rxOC on a lot of rigs now; with most GPU models it offers significant improvements when mining Ethash coins.  I will clean it up a little; its still very beta, but works well for ETH, ZEC, ETC.  I will try to upload it tomorrow before the end of the day. 

Running stable since first boot with my mining address... No hassles at all. 

Went from 130 to 136.7 hash on ETH with 6 * rx470, and rock solid. Thanks!
maxvan1
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
November 03, 2017, 03:15:59 AM
Last edit: November 03, 2017, 03:49:23 AM by maxvan1
 #223

Just switched to stopgap and I can't get it to launch the mining software. It sets all the overclocking and echos the prompt to view using "screen -r miner", but when I open a quake terminal and input screen -r miner, that screen cannot be found. I tried a couple reinstalls, tried switching from claymore 10 to claymore 9.5 to Genoils. None worked.

Ideas?

Thank you for the fantastic work and support, FullZero and community.
MentalNomad
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
November 03, 2017, 03:36:21 PM
 #224

Just switched to stopgap and I can't get it to launch the mining software. It sets all the overclocking and echos the prompt to view using "screen -r miner", but when I open a quake terminal and input screen -r miner, that screen cannot be found. I tried a couple reinstalls, tried switching from claymore 10 to claymore 9.5 to Genoils. None worked.
 

Try
Code:
screen -list

To get a list of active screens. What does that give you?

Here's what mine looks like:

Code:
m1@m1-desktop:~$ screen -list
There is a screen on:
        1971.miner      (11/03/2017 04:01:54 AM)        (Detached)
1 Socket in /var/run/screen/S-m1.
m1@m1-desktop:~$
m1@m1-desktop:~$
m1@m1-desktop:~$ head oneBash
#!/bin/bash

# rxOC v_stopgap by fullzero
maxvan1
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
November 04, 2017, 03:32:08 AM
 #225

Quote
Try
Code:
screen -list

To get a list of active screens. What does that give you?

It gives me:
Code:
No sockets found in /var/run/screen/S-m1.

MentalNomad
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
November 05, 2017, 09:10:44 PM
 #226

Quote
Try
Code:
screen -list

To get a list of active screens. What does that give you?

It gives me:
Code:
No sockets found in /var/run/screen/S-m1.



Definitely no miners to be opened on other screens, then... I have my only AMD rig racked and headless right now, but when I have it out on the bench, I'll see if I can figure out how to help.

Is it throwing any errors? And did you make any mods to oneBash besides setting your coin/address/wallet? You're mining ETH, right? (I'm guessing from the Claymore versions you mention.)

Afterthought:

Set oneBash for Claymore, but turn on logging by doing it like this:

Code:
GENOILorCLAYMORE="CLAYMORE"  # choose GENOIL  or  CLAYMORE

ETH_WORKER="$IP_AS_WORKER"
ETH_ADDRESS="youraddress"
ETH_POOL="yourpool"
ETH_EXTENTION_ARGUMENTS=" -dbg 0"    # add any additional claymore arguments desired here

The -dbg 0 will tell Claymore's debugger to turn on some basic logging.

Reboot and let it fire up.

Then, go look in the folder:
/home/m1/eth/10_1/
for files named like this:

1509915035_log.txt

These log files will show you if Claymore is starting up properly, or crapping out, or what. If there are NO log files, then Claymore isn't trying to start at all, and the problem is somewhere else.
fullzero (OP)
Legendary
*
Offline Offline

Activity: 1260
Merit: 1009



View Profile
November 06, 2017, 03:48:08 AM
 #227

Quote
Try
Code:
screen -list

To get a list of active screens. What does that give you?

It gives me:
Code:
No sockets found in /var/run/screen/S-m1.



Definitely no miners to be opened on other screens, then... I have my only AMD rig racked and headless right now, but when I have it out on the bench, I'll see if I can figure out how to help.

Is it throwing any errors? And did you make any mods to oneBash besides setting your coin/address/wallet? You're mining ETH, right? (I'm guessing from the Claymore versions you mention.)

Afterthought:

Set oneBash for Claymore, but turn on logging by doing it like this:

Code:
GENOILorCLAYMORE="CLAYMORE"  # choose GENOIL  or  CLAYMORE

ETH_WORKER="$IP_AS_WORKER"
ETH_ADDRESS="youraddress"
ETH_POOL="yourpool"
ETH_EXTENTION_ARGUMENTS=" -dbg 0"    # add any additional claymore arguments desired here

The -dbg 0 will tell Claymore's debugger to turn on some basic logging.

Reboot and let it fire up.

Then, go look in the folder:
/home/m1/eth/10_1/
for files named like this:

1509915035_log.txt

These log files will show you if Claymore is starting up properly, or crapping out, or what. If there are NO log files, then Claymore isn't trying to start at all, and the problem is somewhere else.

There is a problem I have found when using 7 or more GPUs; x will not start.  This prevents the auto start execution code from running when the rig boots.  To get it going one can either use:

Code:
ctrl + alt + f1

to enter console mode then login in as:

Code:
m1

miner1

then manually launch 2unix or oneBash.

or you can ssh in and manually launch 2unix or 1bash

I know this is very annoying; but it does work and is a work around for this version.

the other problem involved when using 7 or more GPUs in this version is at first boot the oneBash in the windows partition will not be copied to the home folder so you will have to manually do this.  The easiest way should be to manually run the cmd:

Code:
bash 2unix

on the first boot.

You can also boot the usb or SSD on another rig and it will copy the oneBash over.  Then shutdown and attach that usb or ssd to the intended rig and manually launch 2unix or oneBash.

Code:
bash 2unix 

or

Code:
bash oneBash
OverEasy
Sr. Member
****
Offline Offline

Activity: 301
Merit: 251


View Profile
November 08, 2017, 03:09:18 PM
 #228

Stopgap version will not load for me. Tried many times.
Please post links to previous versions.
thanks
SergGT001
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
November 08, 2017, 08:28:07 PM
 #229

Does rxOS support Radeon Vega 56?
fk1
Full Member
***
Offline Offline

Activity: 216
Merit: 100


View Profile
November 11, 2017, 09:02:39 PM
 #230

hey fullzero,

you may noticed me in the nvOC thread already. Looking forward for a new rig and I am considering rx580s. I am just wondering if salfter_nicehash_profit_switching script is also implemented in rxOC and if not, will it be possible to do so?
Michael_Scarn
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
November 11, 2017, 10:41:16 PM
 #231

I've got a 6x MSI Armor RX580 with modded bios that I have running in windows at ~30mh/s each with some clock changes as Claymore arguments (-cclock....)

When I boot up rxOC I get only 27mh/s for each, I thought maybe it was the onebash not accepting my overclock options so I tried to run my own bash in the claymore folder with the arguments and it still only ran at 27mh/s.

Is there a setting I missed?

I commented-out the CORE_OVERCLOCK and MEMORY_OVERCLOCK because I assumed I would be clocking them in Claymore.

Thanks
highree
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
November 13, 2017, 10:09:51 PM
 #232

Hi,

first of all i searched for an alternative to ethos. This seems perfect. It works well and is well configured. I dont like the remote stuff, but maby thats just because im an security paranoid.

Thanks for all your great work.

I have 13 rx470 running stable at 28.5 Mhs. At the wall it uses 2080 Watts. Anyone know howto undervolt this gpus anyhow?

would be great if so.

thank you
fk1
Full Member
***
Offline Offline

Activity: 216
Merit: 100


View Profile
November 14, 2017, 06:31:00 AM
 #233

Can anyone who is running rxOC tell me wether there is the salfter nicehash script available (as a coin) ¿
pantalyra
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
November 16, 2017, 03:27:24 PM
 #234

I am thinking about building an AMD rig. I already have a couple nvOC rigs. However I am still a newb and keep reading about this bios flashing stuff. Do I really need to flash my GPU bios in order to get decent hash rates with sapphire rx580 8g's? Or can I just use the OC settings within rxOC?

If someone can explain my necessity to mod the bios or tell me I don't need to that would be amazing.

I am thinking that if I need to mod the bios I might just build another nvOC rig.
ed.m
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
November 17, 2017, 07:43:15 PM
 #235

Is it possible to reduce the size of the image? I have 3 different types of 16GB USBs (a lot of them) and they are all smaller than 15.6GB Sad
martyroz
Full Member
***
Offline Offline

Activity: 325
Merit: 110


View Profile
December 01, 2017, 08:41:21 AM
 #236

No work on Vega support +XMR?
stash2coin
Jr. Member
*
Offline Offline

Activity: 108
Merit: 1


View Profile
December 01, 2017, 08:52:29 AM
 #237

I have problems starting v_stopgap with iGPU turned on  with H81 BTC r2.0 mobo, also wont discover more than 1 GPU when managed to start it. Anyone with same issues?
QuintLeo
Legendary
*
Offline Offline

Activity: 1498
Merit: 1030


View Profile
December 02, 2017, 10:13:48 AM
 #238

No work on Vega support +XMR?

 At this time there are ZERO working LINUX drivers for Vega.

I'm no longer legendary just in my own mind!
Like something I said? Donations gratefully accepted. LYLnTKvLefz9izJFUvEGQEZzSkz34b3N6U (Litecoin)
1GYbjMTPdCuV7dci3iCUiaRrcNuaiQrVYY (Bitcoin)
romkaenot
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
December 05, 2017, 10:42:00 AM
 #239

Hi everyone!

Will it work on r9-280x and r9-380(380x) cards? Have 4 280x (Asus DC2t), 1 380x (powercolor), 1 380 (msi gaming).

Tried 1 380, at usb riser on H81 Pro BTC v2, but driver cant recognized card correctly and don't show any after screen -x miner after loading
kedes
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
December 06, 2017, 11:16:11 AM
 #240

No work on Vega support +XMR?

 At this time there are ZERO working LINUX drivers for Vega.

Is it possible to mine XMR/ETN on RX470-570-580 with this OS?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 17 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!