Bitcoin Forum
September 24, 2025, 01:00:19 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: March 30, 2018, 07:29:18 PM
Have anyone able to mine bitcoinz in nvoc 19.2, I can't seem to get miner to work.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining vBASIC || Community Edition 2.0 on: March 29, 2018, 09:00:00 AM
 

Glad it helped,
Do you set claymore version in 1bash ?

Code:
CLAYMORE_VERSION="latest"
   

[/quote]

It didn't seem to work, that why I change it in   ominer instead.
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining vBASIC || Community Edition 2.0 on: March 28, 2018, 02:34:37 PM
Does anyone know how I can dual mine Ethereum with verge(xvg). I am currently running nvoc 19.2

There is a new dual mining introduced for 19-2.1 (Not released yet), you can try it

in 1bash add this after all the other coins :

Code:
###################################################
# Claymore_Dual Mining                            #
# Set COIN="Claymore_Dual"                        # 
###################################################

###You can use variables like this:
#DUAL_ECOIN="ETH"
#DUAL_EPOOL="$ETH_POOL"       
#DUAL_EPORT="$ETH_PORT"           
#DUAL_EWAL="$ETH_ADDRESS"       
#DUAL_EPSW="$MINER_PWD"                       
#DUAL_EWORKER="$ETH_WORKER" 

DUAL_ECOIN="MAIN COIN"                      #Main Coin, Ethereum or any Ethash Coin
DUAL_EPOOL="MAIN COIN POOL ADDREES"         #Main Coin pool address, no need to add stratum+tcp://
DUAL_EPORT="MAIN COIN POOL PORT"            #Main Coin Port Number
DUAL_EWAL="MAIN COIN WALLET ADDRESS"        #Main Coin Wallet address or pool username
DUAL_EPSW="$MINER_PWD"                      #Main Coin worker password on pool
DUAL_EWORKER="$WORKER"                      #Main Coin Worker Name
DUAL_EWAL_FORMAT="."                        #Set your main pool wallet address format ".", "/", "-"

DUAL_DCOIN="DUAL COIN"                      #select second coin to mine in dual mode. Possible options are "dcr", "sc", "lbc", "pasc", "blake2s", "keccak". Default value is "dcr".
DUAL_DPOOL="DUAL COIN POOL ADDRESS"         #2nd coin pool address
DUAL_DPORT="DUAL COIN POOL PORT"             #2nd coin pool address
DUAL_DWAL="DUAL COIN WALLET ADDRESS"        #2nd coin wallet address or worker name, it depends on pool.
DUAL_DPSW="$MINER_PWD"                      #Password for 2nd coin .
DUAL_DWORKER="$WORKER"                      #Worker name for 2nd coin
DUAL_DWAL_FORMAT="."                        #Set your dual pool wallet address format ".", "/", "-"

DCRI="40"                                   #2nd coin intensity.
ALL_POOLS="1"                               #Specify "-allpools 1" if miner does not want to mine on specified pool (because it cannot mine devfee on that pool), but you agree to use some default pools for devfee mining.
MPORT="-3333"                               #remote monitoring/management port. Default value is -3333 (read-only mode), specify "-mport 0" to disable remote monitoring/management feature.
MPSW=""                                     #remote monitoring/management password.
DUAL_ADDITIONAL_ARGUMENTS=""                #add "-allcoins 1" if you mine Ethereum forks or other Ethash coins

in 0miner add :

Code:
if [[ $COIN == CLAYMORE_DUAL ]]
then
  HCD=/home/m1/eth/claymore/$CLAYMORE_VERSION/ethdcrminer64
  E_ADDR="$DUAL_EWAL$DUAL_EWAL_FORMAT$DUAL_EWORKER"
  D_ADDR="$DUAL_DWAL$DUAL_DWAL_FORMAT$DUAL_DWORKER"
  screen -dmSL miner $HCD -epool $DUAL_EPOOL:$DUAL_EPORT -ewal $E_ADDR -epsw  $DUAL_EPSW -dpool stratum+tcp://$DUAL_DPOOL:$DUAL_DPORT -dwal $D_ADDR -dpsw $DUAL_DPSW -dcoin $DUAL_DCOIN -allpools $ALL_POOLS -dbg -1 -mport $MPORT -mpsw $MPSW $DUAL_ADDITIONAL_ARGUMENTS
fi

in 1bash set :

Code:
COIN="CLAYMORE_DUAL"

With this new setting you can mine any eth combo you like.
Keep calm and carry on mining ...


P.S: Let me know how it works.


Big thank you. I just have it running, but for some reason  I have to change the path $claymore_version to latest for it to work.
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining vBASIC || Community Edition 2.0 on: March 27, 2018, 04:03:35 PM
Does anyone know how I can dual mine Ethereum with verge(xvg). I am currently running nvoc 19.2
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining vBASIC || Community Edition 2.0 on: March 19, 2018, 09:06:48 AM
Have anyone here mining raven coin yet. I wondering if it possible to run cc miner on nvoc.

Yes we have already added instructions for adding RAVEN coin and getting the ccminer for it, it uses MSFT ccminer.

You can get most of the ccminers available in the market on nvOC, if there isn't one on the list we will provide instructions how to get it and how to build it as well.

See the below post which explains more in detail;

https://bitcointalk.org/index.php?topic=1854250.msg31430936#msg31430936





Where can I find instruction on how to add raven coin on nvoc 19.2 and get msftccminer
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining vBASIC || Community Edition 2.0 on: March 14, 2018, 12:56:29 PM
Have anyone here mining raven coin yet. I wondering if it possible to run cc miner on nvoc.
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: February 16, 2018, 01:04:19 PM
Does anyone know how i can start mining Ellasim with Nvoc 19.2. I currently mining Pirl, but can't seem to start mining Ella. 
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!