Post
Topic
Board Mining (Altcoins)
Re: [OS] rxOC easy-to-use Linux AMD Mining v0012
by
fullzero
on 30/09/2017, 19:22:21 UTC
I just installed rxoc.  How do you edit the 1bash after i ssh in??? can i edit the 1bash from inside ubuntu locally?

how do you overclock amd cards on this also???

Use these oneBash options for OC:
Code:
__CORE_OVERCLOCK_LEVEL=7   # for ETH use lowest without decreasing the hashrate / Highest for ZEC
MEMORY_OVERCLOCK_LEVEL=1   # use highest level

OVERDRIVE="YES"                  # YES NO

# unlikely to be stable above 10%
OVERDRIVE_PERCENT=5
   

you can edit via SSH with the cmd:

Code:
nano '/media/m1/1263-A96E/oneBash'

you can open oneBash locally with the cmd:

Code:
gedit '/media/m1/1263-A96E/oneBash'