Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC Community Release free-easy-to-use Linux Nvidia Mining
by
LuKePicci
on 20/09/2019, 21:27:54 UTC
We are unable to mining BEAM with NVOC.

google translate.

Why not? Just add the coin info in 1bash

In Algo section add it to Equihash coins:
Code:
EQUIHASH_COINS="BEAM,...."

Set you Equihash miner to GMINER or whichever you like:
Code:
EQUIHASH_MINER="GMINER"

Add coin info:
Code:
# BEAM (BEAM)
BEAM_ADDRESS="replace_with_your_address"
BEAM_OPTS="--algo 150_5"
BEAM_POOL="beam.sparkpool.com"
BEAM_PORT="2222"
BEAM_WORKER="$WORKERNAME"
BEAM_POOL_PROTOCOL="stratum+tcp"

Set your coin:
Code:
COIN="BEAM"

Restart nvOC
Code:
bash ~/NVOC/mining/nvOC restart


Hello. How I can mining beam with NvOc and algo beamhash2?
Same thing, define a new algo by adding BEAMHASH2_COINS="BEAM", remove BEAM from EQUIHASH_COINS and set everything as usual.
does nvOC supports RTX 2080ti card?
Why not?