Author

Topic: [ mining os ] nvoc - page 106. (Read 418542 times)

full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 17, 2017, 01:55:52 PM
hi all - noob here.

(1)
is it possible to use Alexis78 miner for lyra2REv2 ? i get here much better results than other like tpruvot ...

(2)
also how can i install Teamviewer? Thanks

(1)
I'm not sure if Alexis version is there but you can download the version you want on the rig on your own and then update the dir for the location of the alexis miner under the coin that you are mining's settings in 3main.


(2)
You don't install it, just enable it in the 1bash file.

Code:
TEAMVIEWER="YES"                 # YES NO

alexis ccminer is already available in nvoc

Code:
/home/m1/ASccminer

If you are on 19-2.0 its the default miner for lyra2rev2, if not you should edit 3main
full member
Activity: 210
Merit: 100
December 17, 2017, 01:46:28 PM
hi all - noob here.

(1)
is it possible to use Alexis78 miner for lyra2REv2 ? i get here much better results than other like tpruvot ...

(2)
also how can i install Teamviewer? Thanks

(1)
I'm not sure if Alexis version is there but you can download the version you want on the rig on your own and then update the dir for the location of the alexis miner under the coin that you are mining's settings in 3main.


(2)
You don't install it, just enable it in the 1bash file.

Code:
TEAMVIEWER="YES"                 # YES NO
member
Activity: 224
Merit: 13
December 17, 2017, 01:38:03 PM
HI,
after applying the latest version of nvOC-19-2-update I've got this in the MINER_TEMP_CONTROL:

GPU 0, Target temp: 65, Current: 60, Diff: 5, Fan: 50, Power: [Not Supported]
GPU 1, Target temp: 65, Current: 59, Diff: 6, Fan: 50, Power: [Not Supported]
GPU 2, Target temp: 65, Current: 57, Diff: 8, Fan: 50, Power: [Not Supported]
GPU 3, Target temp: 65, Current: 63, Diff: 2, Fan: 50, Power: [Not Supported]
GPU 4, Target temp: 65, Current: 63, Diff: 2, Fan: 50, Power: [Not Supported]
GPU 5, Target temp: 65, Current: 64, Diff: 1, Fan: 50, Power: [Not Supported]
GPU 6, Target temp: 65, Current: 61, Diff: 4, Fan: 50, Power: [Not Supported]
GPU 7, Target temp: 65, Current: 59, Diff: 6, Fan: 50, Power: [Not Supported]
GPU 8, Target temp: 65, Current: 63, Diff: 2, Fan: 55, Power: [Not Supported]
GPU 9, Target temp: 65, Current: 64, Diff: 1, Fan: 50, Power: [Not Supported]
GPU 10, Target temp: 65, Current: 60, Diff: 5, Fan: 50, Power: [Not Supported]
GPU 11, Target temp: 65, Current: 62, Diff: 3, Fan: 50, Power: [Not Supported]
GPU 12, Target temp: 65, Current: 63, Diff: 2, Fan: 50, Power: [Not Supported]
Sun Dec 17 10:43:54 MST 2017 - All good, will check again in 13.5 seconds

Why power has become "Not Supported"?

Ah. Are you are using the 1050 GPU? For that GPU, Nvidia's linux API does not support reading the power. Hence, reading it returns [Not Supported]. It is the only GPU (so far) that we have seen like that. As far as I know, it has little to no impact on the temp control for 19-2.0 but leenoox can correct me if I am wrong.
full member
Activity: 340
Merit: 103
It is easier to break an atom than partialities AE
December 17, 2017, 01:31:24 PM

Since nobody answered me on the VIVO Pool I read again their thread btctalk and I chose the pool which seems to me the most promising in view of its hashrate in neoscrypt: https://www.unimining.net/ at 0.5% fee
This other pool has the interface quite similar to that of suprnova appears equally interesting: https://aikapool.com/vivo/index.php
but to check in the long term concerning its stability online because at the time I write these lines, the site is no longer reachable ..... 1% fee

On the other hand, I had to modify the file 0miner because of the password which makes it possible to indicate the coin to be mined.

so I deleted the variable
Code:
MINER_PWD = "x" # Set the miner password. Default: x
in the 0miner file, which produces this lines:

Line 394
Code:
 screen -dmSL miner $HCD -a neoscrypt -o stratum+tcp://$TZC_POOL:$TZC_PORT -u $ADDR -p c=TZC -i $TZC_INTENSITY
Line 401
Code:
 screen -dmSL miner $HCD -a neoscrypt -o stratum+tcp://$VIVO_POOL:$VIVO_PORT -u $ ADDR -p c=VIVO -i $VIVO_INTENSITY


In the 1bash, I modified like this:

Code:
#Trezarcoin (TZC)
# ## No need to add add stratum + tcp: // to server address
TZC_WORKER = "$ WORKERNAME"
TZC_ADDRESS = "TtpFnwJ9YnpMGk4YG93q5nuy2HkQH6jLe3" # Cryptopia Wallet Address
TZC_POOL = "pool.unimining.net"
TZC_PORT = "4237"
TZC_INTENSITY = "21"

Code:
#Vivo (VIVO)
# ## No need to add add stratum + tcp: // to server address
VIVO_WORKER = "$ WORKERNAME"
VIVO_ADDRESS = "VPnkB5GtGwnYV5TvvDT5NhvaAHRzvHbXbw" # Cryptopia Wallet Address
VIVO_POOL = "pool.unimining.net"
VIVO_PORT = "4233"
VIVO_INTENSITY = "21"

Well, in fact I have never succeed to mine VIVO and it seems that several pools have synchronization pb with this blockchain. I just read this on the BTCTalk thread of the pool I chose:
https://bitcointalksearch.org/topic/m.26264470

The post also talks about FORK of VIVO ...

It will wait until the end of the year, or even the next year for me to put the computing power
newbie
Activity: 46
Merit: 0
December 17, 2017, 12:47:48 PM
HI,
after applying the latest version of nvOC-19-2-update I've got this in the MINER_TEMP_CONTROL:

GPU 0, Target temp: 65, Current: 60, Diff: 5, Fan: 50, Power: [Not Supported]
GPU 1, Target temp: 65, Current: 59, Diff: 6, Fan: 50, Power: [Not Supported]
GPU 2, Target temp: 65, Current: 57, Diff: 8, Fan: 50, Power: [Not Supported]
GPU 3, Target temp: 65, Current: 63, Diff: 2, Fan: 50, Power: [Not Supported]
GPU 4, Target temp: 65, Current: 63, Diff: 2, Fan: 50, Power: [Not Supported]
GPU 5, Target temp: 65, Current: 64, Diff: 1, Fan: 50, Power: [Not Supported]
GPU 6, Target temp: 65, Current: 61, Diff: 4, Fan: 50, Power: [Not Supported]
GPU 7, Target temp: 65, Current: 59, Diff: 6, Fan: 50, Power: [Not Supported]
GPU 8, Target temp: 65, Current: 63, Diff: 2, Fan: 55, Power: [Not Supported]
GPU 9, Target temp: 65, Current: 64, Diff: 1, Fan: 50, Power: [Not Supported]
GPU 10, Target temp: 65, Current: 60, Diff: 5, Fan: 50, Power: [Not Supported]
GPU 11, Target temp: 65, Current: 62, Diff: 3, Fan: 50, Power: [Not Supported]
GPU 12, Target temp: 65, Current: 63, Diff: 2, Fan: 50, Power: [Not Supported]
Sun Dec 17 10:43:54 MST 2017 - All good, will check again in 13.5 seconds

Why power has become "Not Supported"?
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 17, 2017, 12:32:19 PM
Hello,

Please could someone explain me or point me to right direction?

Im bit confused about OC settings:

there are multiple OC parts:


1. This one i understand is the MAIN setting for all card/algo/hash

I either enable/disable PowerLimit, but the CORE and MEM stays

Code:
# OC (overclock) and Power Limit settings              #
#                                                      #
########################################################

POWERLIMIT="NO"            # YES or NO # Choose YES to set Global Power Limit for all GPU's

POWERLIMIT_WATTS=75         # Global Power Limit in watts for all GPU's. If enabled, INDIVIDUAL settings will override this.

__CORE_OVERCLOCK=100        # Global Core overclock for all GPU's if not using INDIVIDUAL settings

MEMORY_OVERCLOCK=100        # Global Memory overclock for all GPU's if not using INDIVIDUAL settings

2. Set this as NO - dont want to be ALGO (coin) specific

Code:
# Default values set at the end of 1bash are for 1060, remember to set yours accordingly.
ALGO_SPECIFIC_OC="NO"       # YES or NO # See the description above


3. This one i thought its hash (equihash) specific OC setting, but it wont take it - ignores
So what is it for? not sure what relation it has with FANs

Code:
# ENSURE YOU USE MINER_TEMP_CONTROL for fanspeed

equihash_POWERLIMIT_WATTS=115
__equihash_CORE_OVERCLOCK=110
equihash_MEMORY_OVERCLOCK=500


4. Those are per card in case i have different models in the rig

Code:
########################################################
#                                                      #
# INDIVIDUAL Power Limit, Temp and Clock settings      #
#                                                      #
########################################################

# Settings below are for rigs using INDIVIDUAL powerlimit / target temps / clocks only
# If set to YES, the INDIVIDUAL settings will override the GLOBAL settings

INDIVIDUAL_POWERLIMIT="NO"    # YES or NO

# Set individual powerlimits here if INDIVIDUAL_POWERLIMIT="YES"
INDIVIDUAL_POWERLIMIT_0=100
INDIVIDUAL_POWERLIMIT_1=100

5. Not sure why are also HASH specific OC settings and also ALGO/COIN specific - bit confused  Huh

Code:
# ALGO_SPECIFIC_OC settings                            #
#                                                      #
########################################################

# ALGO_SPECIFIC_OC settings
# OC settings you can use based on COIN or ALGO (how ever you want to categorize them)
# Deafault values are for 1060 check http://krypto-mining.blogspot.co.uk/ for other OC values

if [ $ALGO_SPECIFIC_OC == "YES" ]
then

  # Equihash
  if [ $COIN == "BTG" -o $COIN == "ZEC" -o $COIN == "ZEN" -o $COIN == "HUSH" -o $COIN == "ZCL" -o $COIN == "KMD" -o $COIN == "ZPOOL_EQUIHASH" -o $COIN == "MPH_EQUIHASH" -o $COIN == "NICE_EQUIHASH" -o $COIN == "VOTE" ]
  then
    ALGORITHM="EQUIHASH"
    POWERLIMIT_WATTS=130
    __CORE_OVERCLOCK=150
    MEMORY_OVERCLOCK=800
  fi


Your part 3 is for salfter auto switch... Don't know if there is a better way to show it

Code:

########################################################
#                                                      #
# SALFTER_NICEHASH_PROFIT_SWITCHING &                  #
# SALFTER_MPH_PROFIT_SWITCHING Settings                #
#                                                      #
########################################################

CURRENCY=USD

POWER_COST=0.20

MINIMUM_PROFIT=0.0

MPH_USERNAME=replace_with_your_MPH_username

PAYMENT_ADDRESS="$BTC_ADDRESS"

WORKER_NAME="$WORKERNAME"

PROFIT_CHECK_TIMEOUT=600

# ENSURE YOU USE MINER_TEMP_CONTROL for fanspeed

daggerhashimoto_POWERLIMIT_WATTS=120
__daggerhashimoto_CORE_OVERCLOCK=100
daggerhashimoto_MEMORY_OVERCLOCK=100

If you want individual OC its the last part of 1bash your part 5


newbie
Activity: 53
Merit: 0
December 17, 2017, 11:51:28 AM
hi all - noob here.

is it possible to use Alexis78 miner for lyra2REv2 ? i get here much better results than other like tpruvot ...

also how can i install Teamviewer? Thanks
newbie
Activity: 22
Merit: 0
December 17, 2017, 11:28:44 AM
Hello,

Please could someone explain me or point me to right direction?

Im bit confused about OC settings:

there are multiple OC parts:


1. This one i understand is the MAIN setting for all card/algo/hash

I either enable/disable PowerLimit, but the CORE and MEM stays

Code:
# OC (overclock) and Power Limit settings              #
#                                                      #
########################################################

POWERLIMIT="NO"            # YES or NO # Choose YES to set Global Power Limit for all GPU's

POWERLIMIT_WATTS=75         # Global Power Limit in watts for all GPU's. If enabled, INDIVIDUAL settings will override this.

__CORE_OVERCLOCK=100        # Global Core overclock for all GPU's if not using INDIVIDUAL settings

MEMORY_OVERCLOCK=100        # Global Memory overclock for all GPU's if not using INDIVIDUAL settings

2. Set this as NO - dont want to be ALGO (coin) specific

Code:
# Default values set at the end of 1bash are for 1060, remember to set yours accordingly.
ALGO_SPECIFIC_OC="NO"       # YES or NO # See the description above


3. This one i thought its hash (equihash) specific OC setting, but it wont take it - ignores
So what is it for? not sure what relation it has with FANs

Code:
# ENSURE YOU USE MINER_TEMP_CONTROL for fanspeed

equihash_POWERLIMIT_WATTS=115
__equihash_CORE_OVERCLOCK=110
equihash_MEMORY_OVERCLOCK=500


4. Those are per card in case i have different models in the rig

Code:
########################################################
#                                                      #
# INDIVIDUAL Power Limit, Temp and Clock settings      #
#                                                      #
########################################################

# Settings below are for rigs using INDIVIDUAL powerlimit / target temps / clocks only
# If set to YES, the INDIVIDUAL settings will override the GLOBAL settings

INDIVIDUAL_POWERLIMIT="NO"    # YES or NO

# Set individual powerlimits here if INDIVIDUAL_POWERLIMIT="YES"
INDIVIDUAL_POWERLIMIT_0=100
INDIVIDUAL_POWERLIMIT_1=100

5. Not sure why are also HASH specific OC settings and also ALGO/COIN specific - bit confused  Huh

Code:
# ALGO_SPECIFIC_OC settings                            #
#                                                      #
########################################################

# ALGO_SPECIFIC_OC settings
# OC settings you can use based on COIN or ALGO (how ever you want to categorize them)
# Deafault values are for 1060 check http://krypto-mining.blogspot.co.uk/ for other OC values

if [ $ALGO_SPECIFIC_OC == "YES" ]
then

  # Equihash
  if [ $COIN == "BTG" -o $COIN == "ZEC" -o $COIN == "ZEN" -o $COIN == "HUSH" -o $COIN == "ZCL" -o $COIN == "KMD" -o $COIN == "ZPOOL_EQUIHASH" -o $COIN == "MPH_EQUIHASH" -o $COIN == "NICE_EQUIHASH" -o $COIN == "VOTE" ]
  then
    ALGORITHM="EQUIHASH"
    POWERLIMIT_WATTS=130
    __CORE_OVERCLOCK=150
    MEMORY_OVERCLOCK=800
  fi
full member
Activity: 340
Merit: 103
It is easier to break an atom than partialities AE
December 17, 2017, 09:43:45 AM
Questions about Vivo Coin, i need some advices about it :

It seems that this coin be stable and profitable since i can see it in WTM coin list, but we don't know who is behind this coin not even on their own official page !  Huh
Is this coin is more risky than others listed on WTM ?  Undecided
I wonder for weeks on this piece ... Undecided

1/ Is anyone tried this neoscrypt miner software ?
NSGminer : https://bitcointalksearch.org/topic/nsgminer-v094-the-fastest-neoscrypt-gpu-miner-712650
if so, did you get better performance (hash rate and power consumption) than with other mining software?

2/ Is someone here mine Vivo coin ? If so, can you tell us which pool do you choose because there are a lot listed on their btctalk thread but, i can't détermine which is better to choose.
(https://bitcointalksearch.org/topic/ann-vivo-masternodes-asic-resistant-secure-high-mn-rewards-decentralized-2110690)

Nobody has answers to my questions about this mining software or the choice of pools for VIVO?

I tried to compile myself NSGminer but it seems that the scripts are no longer operational and I have a git error while running the file autogen.sh

Are my questions understandable or should I rephrase them?

help me please


Since nobody answered me on the VIVO Pool I read again their thread btctalk and I chose the pool which seems to me the most promising in view of its hashrate in neoscrypt: https://www.unimining.net/ at 0.5% fee
This other pool has the interface quite similar to that of suprnova appears equally interesting: https://aikapool.com/vivo/index.php
but to check in the long term concerning its stability online because at the time I write these lines, the site is no longer reachable ..... 1% fee

On the other hand, I had to modify the file 0miner because of the password which makes it possible to indicate the coin to be mined.

so I deleted the variable
Code:
MINER_PWD = "x" # Set the miner password. Default: x
in the 0miner file, which produces this lines:

Line 394
Code:
 screen -dmSL miner $HCD -a neoscrypt -o stratum+tcp://$TZC_POOL:$TZC_PORT -u $ADDR -p c=TZC -i $TZC_INTENSITY
Line 401
Code:
 screen -dmSL miner $HCD -a neoscrypt -o stratum+tcp://$VIVO_POOL:$VIVO_PORT -u $ ADDR -p c=VIVO -i $VIVO_INTENSITY


In the 1bash, I modified like this:

Code:
#Trezarcoin (TZC)
# ## No need to add add stratum + tcp: // to server address
TZC_WORKER = "$ WORKERNAME"
TZC_ADDRESS = "TtpFnwJ9YnpMGk4YG93q5nuy2HkQH6jLe3" # Cryptopia Wallet Address
TZC_POOL = "pool.unimining.net"
TZC_PORT = "4237"
TZC_INTENSITY = "21"

Code:
#Vivo (VIVO)
# ## No need to add add stratum + tcp: // to server address
VIVO_WORKER = "$ WORKERNAME"
VIVO_ADDRESS = "VPnkB5GtGwnYV5TvvDT5NhvaAHRzvHbXbw" # Cryptopia Wallet Address
VIVO_POOL = "pool.unimining.net"
VIVO_PORT = "4233"
VIVO_INTENSITY = "21"
newbie
Activity: 22
Merit: 0
December 17, 2017, 09:25:12 AM
ah ok , so pleaase where do i download the 19-2.0?

Also how do i get in there  this newer version DSTM 0.5.7 - many thinks fixed vs 0.5.2


thanks

EDIT:
Found it...find the upgrade script and then...

Download this script
nvOC_19-02_DSTM_ZM_MINER_0_5_7_UPDATE

And run :
Code:
bash nvOC_19-02_DSTM_ZM_MINER_0_5_7_UPDATE

so lets try;)
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 17, 2017, 09:04:14 AM

Its already there with the ZM name

1bash:

Code:
ZM_or_EWBF="ZM"  # choose ZM or EWBF miner

# DSTM ZM Miner optional arguments add "--telemetry=$IPW:42000" if you want web info
ZM_OPTS=""

Ah ok thanks cos in version i just downloaded "v0019-1.4"

its only
Code:
ZM_or_EWBF="ZM"  # choose  ZM  or  EWBF

nothing else with "ZM" there also none "# DSTM ZM Miner optional arguments add "--telemetry=$IPW:42000" if you want web info
ZM_OPTS=""

Thanks

Added it like this:

ZEC_POOL="zec-eu1.nanopool.org"
ZEC_PORT="6666"
ZM_OPTS="--telemetry=0.0.0.0:4029"

but seems like web page doesnt work (using the same style on other mining OS)

Those options are for 19-2.0 Community Release not 19-1.4
member
Activity: 224
Merit: 13
December 17, 2017, 08:57:23 AM

Its already there with the ZM name

1bash:

Code:
ZM_or_EWBF="ZM"  # choose ZM or EWBF miner

# DSTM ZM Miner optional arguments add "--telemetry=$IPW:42000" if you want web info
ZM_OPTS=""

Ah ok thanks cos in version i just downloaded "v0019-1.4"

its only
Code:
ZM_or_EWBF="ZM"  # choose  ZM  or  EWBF

nothing else with "ZM" there also none "# DSTM ZM Miner optional arguments add "--telemetry=$IPW:42000" if you want web info
ZM_OPTS=""

Thanks

Added it like this:

ZEC_POOL="zec-eu1.nanopool.org"
ZEC_PORT="6666"
ZM_OPTS="--telemetry=0.0.0.0:4029"

but seems like web page doesnt work (using the same style on other mining OS)

Have you tried $IPW instead of 0.0.0.0? IIRC, DSTM's miner is picky about what is used for the IP and $IPW should be your rig's IP address as determined by code in 1bash.
newbie
Activity: 22
Merit: 0
December 17, 2017, 08:04:41 AM

Its already there with the ZM name

1bash:

Code:
ZM_or_EWBF="ZM"  # choose ZM or EWBF miner

# DSTM ZM Miner optional arguments add "--telemetry=$IPW:42000" if you want web info
ZM_OPTS=""

Ah ok thanks cos in version i just downloaded "v0019-1.4"

its only
Code:
ZM_or_EWBF="ZM"  # choose  ZM  or  EWBF

nothing else with "ZM" there also none "# DSTM ZM Miner optional arguments add "--telemetry=$IPW:42000" if you want web info
ZM_OPTS=""

Thanks

Added it like this:

ZEC_POOL="zec-eu1.nanopool.org"
ZEC_PORT="6666"
ZM_OPTS="--telemetry=0.0.0.0:4029"

but seems like web page doesnt work (using the same style on other mining OS)
full member
Activity: 340
Merit: 103
It is easier to break an atom than partialities AE
December 17, 2017, 07:41:49 AM
Questions about Vivo Coin, i need some advices about it :

It seems that this coin be stable and profitable since i can see it in WTM coin list, but we don't know who is behind this coin not even on their own official page !  Huh
Is this coin is more risky than others listed on WTM ?  Undecided
I wonder for weeks on this piece ... Undecided

1/ Is anyone tried this neoscrypt miner software ?
NSGminer : https://bitcointalksearch.org/topic/nsgminer-v094-the-fastest-neoscrypt-gpu-miner-712650
if so, did you get better performance (hash rate and power consumption) than with other mining software?

2/ Is someone here mine Vivo coin ? If so, can you tell us which pool do you choose because there are a lot listed on their btctalk thread but, i can't détermine which is better to choose.
(https://bitcointalksearch.org/topic/ann-vivo-masternodes-asic-resistant-secure-high-mn-rewards-decentralized-2110690)

Nobody has answers to my questions about this mining software or the choice of pools for VIVO?

I tried to compile myself NSGminer but it seems that the scripts are no longer operational and I have a git error while running the file autogen.sh

Are my questions understandable or should I rephrase them?

help me please
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 17, 2017, 07:35:56 AM
Thanks to all whom helped us testing nvOC v0019-2.0 Community Release.

Testing is almost done and we will start making the full image install any time soon.

If you caught any bugs please send me, Stubo or Leenoox a PM or post in forum so we can correct it before releasing the full image.


Keep calm and carry on mining.
Where can I download the latest update script for the nvOC v0019-2.0 Community Release?
Would it help if I participate to the test (very late) it or would it be better if I wait for the final image?

Testing is almost done,
But it would be great if more people test so we make sure all is good for image release.

Testing - 19-2.0 Community Release Update Script

Hi Papampi,
In the file that I downloaded I cannot find the update script. What is the update procedure?

Sorry,
My mistake, this is the correct link
I set the rig just to mine ETH
So far everything is working fine, except for the permission assigned to ethminer. I had to manually change them in order to make it run.
I will test the other features little by little

Thanks for the heads up
There was a typo in update script, fixed it.
member
Activity: 126
Merit: 10
December 17, 2017, 07:16:30 AM
Thanks to all whom helped us testing nvOC v0019-2.0 Community Release.

Testing is almost done and we will start making the full image install any time soon.

If you caught any bugs please send me, Stubo or Leenoox a PM or post in forum so we can correct it before releasing the full image.


Keep calm and carry on mining.
Where can I download the latest update script for the nvOC v0019-2.0 Community Release?
Would it help if I participate to the test (very late) it or would it be better if I wait for the final image?

Testing is almost done,
But it would be great if more people test so we make sure all is good for image release.

Testing - 19-2.0 Community Release Update Script

Hi Papampi,
In the file that I downloaded I cannot find the update script. What is the update procedure?

Sorry,
My mistake, this is the correct link
I set the rig just to mine ETH
So far everything is working fine, except for the permission assigned to ethminer. I had to manually change them in order to make it run.
I will test the other features little by little
full member
Activity: 340
Merit: 103
It is easier to break an atom than partialities AE
December 17, 2017, 07:08:26 AM
@papampi
   I am currently testing to see the overall result of WTM.  Most will not need what I want so will ask what to edit or add.  I want to watch the overall output of all 4 coins that I have added and want to track each one.  What I would like to add is a date/time stamp on the output of WTM. I have already edited to save last 200k of the file so I can generate a very large data set. This will be added to a spread sheet to see what coin does best at what time and for how long. So far, my ETH has been the best over all. I soon will add 2 more to the data set.

thanks much    thay


This is an addition that seems interesting to me to make the right choice of coins to mine according to the algorithms too.
Nicehash was doing this through a graph not so long ago before being stolen our hash stored on their poorly secured servers ...

How do you intend to present the data? In graphical form excel ??

I would be interested in this tool that you intend to develop.
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 17, 2017, 06:06:17 AM
@papampi
   I am currently testing to see the overall result of WTM.  Most will not need what I want so will ask what to edit or add.  I want to watch the overall output of all 4 coins that I have added and want to track each one.  What I would like to add is a date/time stamp on the output of WTM. I have already edited to save last 200k of the file so I can generate a very large data set. This will be added to a spread sheet to see what coin does best at what time and for how long. So far, my ETH has been the best over all. I soon will add 2 more to the data set.

thanks much    thay


If you are on latest community release...
Open 8wtm_auto_switch and add

Code:
 | ts "$(date)"


Before the output logs you want timestamp for them
So it will be like this:

Code:
    python2.7 '/home/m1/WTM_SWITCHER' /home/m1/WTM.json  | ts "$(date) - " | tee -a $LOG_FILE
newbie
Activity: 64
Merit: 0
December 17, 2017, 05:43:01 AM
@papampi
   I am currently testing to see the overall result of WTM.  Most will not need what I want so will ask what to edit or add.  I want to watch the overall output of all 4 coins that I have added and want to track each one.  What I would like to add is a date/time stamp on the output of WTM. I have already edited to save last 200k of the file so I can generate a very large data set. This will be added to a spread sheet to see what coin does best at what time and for how long. So far, my ETH has been the best over all. I soon will add 2 more to the data set.

thanks much    thay
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
December 17, 2017, 05:40:03 AM


Yes it should be terminated and start again
WTM Auto Switch Logic is :
if ALGO_SPECIFIC_OC="NO", it only restart miner and watchdog (to prevent wdog from catching low util and restart again)
if ALGO_SPECIFIC_OC="YES", it checks coins algo
if algo changed, it restart watchdog, temp control and 3main so specific algo takes effect
if algo not changed, it only restart watchdog and miner

You will see a miner terminated in gnome-terminal when algo not changed, if you check wtm tab you see it started with new command line and you can watch miner output log with:

Code:
~/nvOC miner-log

I have some ideas for next version to show the miner info in a new tab when miner terminated.

Thanks for explanation - the problem is that nothing is restarting after termination neither wtm nor watchdog and miner.
This behavior is on two independant rigs.
At the time I am running without Auto Switch
As I'am a Linux virgin - is there a possibility to give you more information for check?

I made a small change so the terminal keeps showing miner output even after switch.
You can run the update script again and it will make the change.
After it finishes just launch the gnome-terminal again, no need to reboot.

If mining wont start again after switch its usually a problem with your coins settings in 1bash
Check and make sure all the coins in WTM_AUTO_SWITCH_COINS=" ..... " has correct values.

Also you said ".... neither wtm nor watchdog and miner."
wtm stops working after switch?
Thats wierd ...
Is there any errors on the wtm switch tab?
Jump to: