Author

Topic: [ mining os ] nvoc - page 142. (Read 418546 times)

member
Activity: 117
Merit: 10
November 13, 2017, 12:37:35 PM
Good Morning,

is there any good config out there where the Pampampi WTM Auto Swtich is explained.

Just to get it right for me...

1. They're are pools like nicehash that direct convert my hashpower into btc

2. algo switching pools like mining pool hub

3. and now the important one... WTM Auto Switch

but to get the most out of it, the coin actual has to be converted to into some bigger coin like
btc or now bch direct to profit from the coin auto switch?

Please correct me and/or show me the right way that I can test and use the auto switch. I already have my walltes up for the most coins like ZEC, BTCZ, HUSH, MONA, ZEN, VTC, FTC, GRS.

I know this is not an easy task to show, but I whould realy appreciate it couse I dind't found a think how to do it right.

Regards!


Well, in simple terms, it doesn't convert into BTC or any other coin.

It simply checks what is the current profitable coin, then switches the mining and mines that current profitable coin according to the individual coin setups provided in 1bash. PERIOD.

The instructions are pretty clear in 1bash, not sure what you expecting, please elaborate (perhaps, it is difficult for me to understand what people actually expecting to see as I know IN & OUT of it mostly, so finding it difficult to understand the end user point of view).

See below and let me know if you think we need to add something to the below instructions, so we will add it in the further versions which would eventually help others.

Quote
# note!! all selected COINS must HAVE ADDRESSES below (no need address if switch=no and profit=yes )
# select which coins you want to mine/check profit (profit switch only using this list of coins) it will auto switch/check profit of your COIN selection from this list using whattomine.com

WTM_AUTO_SWITCH_COINS="ZEC;ETH" ### note format is changed to reduce errors: "ZEC;ETH;ETC;XMR"

WTM_AUTO_SWITCH_SYNC_INTERVAL="3" # Time to sync with WTM for best coin

WTM_PROFIT_CHECK_INTERVAL="60" # interval between checking profit for web info

WTM_MIN_DIFFERENCE="7" # Mininumum difference in percent when switch to new coin, to prevent too many switches.

WTM_CURRENCY="USD" # USD, AUD, BRL, CAD, CHF, CLP, CNY, DKK, EUR, GBP, HKD, INR, ISK, JPY, KRW, NZD, PLN, RUB, SEK, SGD, THB, TWD

WTM_AUTO_SWITCH_URL="https://whattomine.com/coins.json"

##Go to [ https://whattomine.com/coins ] select your cards, hash rate, power.
#You can also select to mine base on current, 24    hour, 3 day or a week profit and difficulty.
#Dont forget to choose same for both profit and difficulty or it will give wrong results.       
#Click calculate, then add .json to coins at the begining of the address after you click calculate!!!

Only thing I don't understand is:

Quote
#Click calculate, then add .json to coins at the begining of the address after you click calculate!!!

I have two rigs, one with Nvoc 19 and other with centos7 (no switch there) and I may be interested in adding the switch once I fully understand how it works. 
full member
Activity: 224
Merit: 100
November 13, 2017, 11:08:06 AM
Hi all,

anyone successfully compiled Claymore's latest version on v19 ?

Also, anything better (or as good) than Claymore for Ethash ?

Im currently using Genoil...

TYIA
Claymore is not open source to compile, you can download it from it's forum page, then replace v 10 with the downloaded 10.1 in /home/m1/eth/10_0/

You can try ETHMINER too

Thanks for the infos.

You prefer Ethminer ?
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
November 13, 2017, 10:29:12 AM
Hi all,

anyone successfully compiled Claymore's latest version on v19 ?

Also, anything better (or as good) than Claymore for Ethash ?

Im currently using Genoil...

TYIA
Claymore is not open source to compile, you can download it from it's forum page, then replace v 10 with the downloaded 10.1 in /home/m1/eth/10_0/

You can try ETHMINER too
full member
Activity: 224
Merit: 100
November 13, 2017, 08:32:46 AM
Hi all,

anyone successfully compiled Claymore's latest version on v19 ?

Also, anything better (or as good) than Claymore for Ethash ?

Im currently using Genoil...

TYIA
newbie
Activity: 41
Merit: 0
November 13, 2017, 04:16:22 AM
Suggestion, could we make a tutorial on adding new coins especially going towards the end of ETH. I feel like there will be a lot of these newer coins that might just be great to hodl, however it would also allow you to outsource the addition of coins a little bit, and you can fork it over from GitHub if the coin tests to be stable on nvOC.

That's my BTG settings:
in 1bash add:

Code:
COIN="BTG"
PAPAMPI_WTM_AUTO_SWITCH="NO"

BTG_WORKER="$WORKERNAME"
BTG_ADDRESS="$SUPRNOVA_NAME"
BTG_POOL="btg.suprnova.cc"
BTG_PORT="8816"
and in 3main add:
Code:
if [ $COIN == "BTG" ]
then

if [ $EWBF_VERSION == "3_3" ]
then
HCD='/home/m1/zec/v3_3/miner'
fi

if [ $EWBF_VERSION == "3_4" ]
then
HCD='/home/m1/zec/v3_4/miner'
fi

BTGADDR="$BTG_ADDRESS.$BTG_WORKER"

if [ $ZM_or_EWBF == "ZM" ]
then
HCD='/home/m1/zec/zm/5_2/zm_miner'
screen -dmSL miner $HCD --server $BTG_POOL --user $BTGADDR --pass z --port $BTG_PORT;
fi

if [ $ZM_or_EWBF == "EWBF" ]
then
screen -dmSL miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $BTG_POOL --user $BTGADDR --pass z --port $BTG_PORT;
fi

if [ $LOCALorREMOTE == "LOCAL" ]
then
screen -r miner
fi

BITCOIN="theGROUND"

while [ $BITCOIN == "theGROUND" ]
do
sleep 60
done
fi


BTG is not on whattomine. So the switcher will not run.
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
November 13, 2017, 04:14:44 AM
Papampi, I have to say you and me must keep the same hours or something. You seem to beat me to the draw on
response here.  Thats twice now I try to help and you beat me to it my mere minutes..... At least we do agree on it.
By the way, I am  NE USA , if you dont mind, curious your general loc

Hello,  first thank you for nvoc i run it for 3 months now.

But I go 2 problem: first one is I have not enough space in the HDD, but I don't understand it's a 3TB hard drive...

Second problem: when i install nvoc in a USB key or hard-drive,  if I want to format it (for update or other usage) it's don't working,  and the device become unusable.

Apologize for my bad English and again,  thank you!

open gparted, it will ask for root password, then expand your drive

you can find some info and how to here

I'm at +3 GMT, its noon here Smiley
newbie
Activity: 5
Merit: 0
November 13, 2017, 04:07:59 AM
Good afternoon, dear community.
I decided to launch a new RIG on the NVOS.
Config: 3 * 1060 6gb, 1 * 1060 3gb, MB MSI P35 NEO2, 4GB frames, ssd, Intel E7500 CPU
I install the image nvos19-4, everything works but after time hangs RIG. The diodes caps lock and scroll lock blinks, the Kernel panic. I tried to roll back to 19.3 the same problem.
Then I tried to establish Lubuntu 17.10, unsuccessfully. The installation did not start. Lubuntu 16.04 also crashed during installation.
As a result it was possible to put Lubuntu 14.04 and for a week now it works without hang-ups, it is stable.
I really like nvOS and I would like to somehow install it on my RIG, but can not imagine how to look for a problem? After hanging in the logs everything is clean, there are no hints of error, the miner also hangs without making any mistakes.
On nvOS I mine ZEC without overclocking and with a default powerlimit turn on the EWBF miner 0.3.4
At Lubuntu 14.04, also put the same miner.
How can I solve this problem?
newbie
Activity: 64
Merit: 0
November 13, 2017, 03:44:28 AM
Papampi, I have to say you and me must keep the same hours or something. You seem to beat me to the draw on
response here.  Thats twice now I try to help and you beat me to it my mere minutes..... At least we do agree on it.
By the way, I am  NE USA , if you dont mind, curious your general loc

Hello,  first thank you for nvoc i run it for 3 months now.

But I go 2 problem: first one is I have not enough space in the HDD, but I don't understand it's a 3TB hard drive...

Second problem: when i install nvoc in a USB key or hard-drive,  if I want to format it (for update or other usage) it's don't working,  and the device become unusable.

Apologize for my bad English and again,  thank you!

open gparted, it will ask for root password, then expand your drive

you can find some info and how to here
newbie
Activity: 64
Merit: 0
November 13, 2017, 03:40:12 AM
I had that problem and they here at the forum informed me to use GParted and resize the partition to what ever size I wanted and it will take on the next reboot.
So just enlarge it and reboot and you will fix that.

Second problem, you really do need to get a SSD and use it. Thumb drives have a very short life when used for this. I found that out when I played with the RasPi.
I killed a couple of 64gig micros and did'nt know why. Anyhow, go to an SSD or like me, 80gig laptop drives. Problem fixed.

chow   thay
 

Hello,  first thank you for nvoc i run it for 3 months now.

But I go 2 problem: first one is I have not enough space in the HDD, but I don't understand it's a 3TB hard drive...

Second problem: when i install nvoc in a USB key or hard-drive,  if I want to format it (for update or other usage) it's don't working,  and the device become unusable.

Apologize for my bad English and again,  thank you!
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
November 13, 2017, 03:37:55 AM
Hello,  first thank you for nvoc i run it for 3 months now.

But I go 2 problem: first one is I have not enough space in the HDD, but I don't understand it's a 3TB hard drive...

Second problem: when i install nvoc in a USB key or hard-drive,  if I want to format it (for update or other usage) it's don't working,  and the device become unusable.

Apologize for my bad English and again,  thank you!

open gparted, it will ask for root password, then expand your drive

you can find some info and how to here
newbie
Activity: 64
Merit: 0
November 13, 2017, 03:33:58 AM
   I have a curiosity about the ASROCK H110 BTC+ board. I have three miners using the same EVGA GTX 1060 SSC
and the two standard boards (5 cards) will hash at 22.3 +- and the ASROCK will do at best 19. The only thing I have
not done to it is update the bios. All other settings are same as the other.

   Is this normal for it? Simply will not pay to run multi systems to make up for it. Will cost 100watt for each board run.
Great system as it will do 12 cards easily on 145 watts for the board. Just wan t to know how to get the most of the
cards I'm running. I use nvOC on all systems at this time so no diff there.

thay
newbie
Activity: 26
Merit: 0
November 13, 2017, 03:27:10 AM
Hello,  first thank you for nvoc i run it for 3 months now.

But I go 2 problem: first one is I have not enough space in the HDD, but I don't understand it's a 3TB hard drive...

Second problem: when i install nvoc in a USB key or hard-drive,  if I want to format it (for update or other usage) it's don't working,  and the device become unusable.

Apologize for my bad English and again,  thank you!
full member
Activity: 420
Merit: 100
November 13, 2017, 03:05:18 AM
Suggestion, could we make a tutorial on adding new coins especially going towards the end of ETH. I feel like there will be a lot of these newer coins that might just be great to hodl, however it would also allow you to outsource the addition of coins a little bit, and you can fork it over from GitHub if the coin tests to be stable on nvOC.
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
November 13, 2017, 01:39:11 AM
right below PAPAMPI_WTM_AUTO_SWITCH there is this line COIN="ETH"  maybe?



Thank's for your idea. Yes it says COIN="ETH", but WTM auto switch should switch that to one of the coins I've listed, right?
I tried to change it to one of the coins I added to WTM auto switch (ETH is not one of them) and restart the miner. But it will still mine ETH when I get back in. And says COIN="ETH" when I open up 1bash..

If I switch off WTM, it will work as normal and mine the coin I tell it to mine.

ETH is more profitable , and when you first start WTM it has been in coin selection
Open WTM_top_coin, if there is ETH inside, change it with one of your coins.

In WTM web page did you chose "current profitability" and "current difficulty" before copy the link and add json ?
You can also edit your hash rate to be the same as your rig instead of what wtm set for you
newbie
Activity: 53
Merit: 0
November 13, 2017, 12:48:33 AM
you have to copy/paste ZEC coin sections in 1bash and 3main. And then replace the ZEC with BTG and update pool/worker info.
newbie
Activity: 53
Merit: 0
November 12, 2017, 10:45:39 PM
OK, I think I got it figured out. We'll see how it goes.
newbie
Activity: 11
Merit: 0
November 12, 2017, 10:44:34 PM
Can this mine BTG? My windows rigs seem easier to switch to new coins.
yes. I'm mining it right now! Finally!
newbie
Activity: 53
Merit: 0
November 12, 2017, 10:43:11 PM
Can this mine BTG? My windows rigs seem easier to switch to new coins.
newbie
Activity: 21
Merit: 0
November 12, 2017, 09:58:27 PM
right below PAPAMPI_WTM_AUTO_SWITCH there is this line COIN="ETH"  maybe?



Thank's for your idea. Yes it says COIN="ETH", but WTM auto switch should switch that to one of the coins I've listed, right?
I tried to change it to one of the coins I added to WTM auto switch (ETH is not one of them) and restart the miner. But it will still mine ETH when I get back in. And says COIN="ETH" when I open up 1bash..

If I switch off WTM, it will work as normal and mine the coin I tell it to mine.
newbie
Activity: 4
Merit: 0
November 12, 2017, 08:38:06 PM
right below PAPAMPI_WTM_AUTO_SWITCH there is this line COIN="ETH"  maybe?

Jump to: