Bitcoin Forum
June 10, 2024, 03:21:01 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 17 »
221  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: January 02, 2018, 04:09:10 PM
First i want to congrat everyone involved on this beautiful project.
Im having issues, my friends, everytime i try to burn a image (usb drive or ssd) with HDD (aplication) at some point the burning process is cancelled. What i should do ?
i've tried with 1.4 or normal 19 version , but everyone is  having this issue on buring.

thank you all for your kindness


Try this link : https://mega.nz/#!UV9UlASA!JNUSOR0A0XuzWkXYM3YhWWvtTsQlH17PU4v9Pez6Hhc

and use HDDRawcopy software after unzipping with universal latest 7-Zip.

you will be in v0019-2.0 more stable. You will have acces to small fat32 partition at the beginning of disk and then you will have to modify and complete 1bash variables for your coins and Watchdogs and more and more options...You can choose not to start miner at the first boot with the option autostart miner = NO.

Just after that, you can run this papampi script : https://www.dropbox.com/s/cyo86xoqotplges/nvOC-19-2-update

You can also take a look at here 

https://github.com/papampi/nvOC_by_fullzero_Community_Release/tree/19.2

222  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: January 02, 2018, 03:58:58 PM
To add Verge-Lyra2REv2 (XVG) to the selection of cryptocurrency in the 1bash and therefore also in the WTm switch:

1 / add this in the 1bash (just below the VTC variables you will copy / paste as a template):
 
Code:
# Verge-Lyra2REv2(XVG)
# ## No Need to add stratum+tcp:// to server address
XVG_WORKER="$WORKERNAME"
XVG_ADDRESS="Your_XVG_ADDRESS" # Bittrex Wallet Address (for me)
XVG_POOL="lyra2v2.mine.zpool.ca"  # 1.75% fee but i think this pool is more reliable than other. If you find better, i want it.
XVG_PORT="4533"
XVG_INTENSITY="21"

Add this to the 0miner scrypt file (in the same way below the command to launch the VTC ccminer (and you can copy VTC but be careful to replace VTC_ by XVG_ in the whole command):

Code:
if [ $COIN == "XVG" ]
then
HCD='/home/m1/ASccminer/ccminer'
ADDR="$XVG_ADDRESS.$XVG_WORKER"
screen -dmSL miner $HCD -a lyra2v2 -o stratum+tcp://$XVG_POOL:$XVG_PORT -u $ADDR -p c=XVG -i $XVG_INTENSITY
fi


Finally, because there is more algo to mine XVG Coin, You have to disable the algo Groestl in your Whtatomine selection because in its GPU list, the WTM site lists both the XVG-Groestl and XVG-Lyra2Rev2 which makes a problem with the WTM_SWITCHER python script (need some modifications for multialgo coins recognization and listanng) ...

It will be a small change like NIcehash previously posted on this thread to filter correctly the difference but I have not enough time tonight to make this change and test.
Needless to say that if you mine another Goestl algo coins, you can't disable it in wtm page / URL ! Thus, think carefully about what you choose to do and decide whether or not to mine XVG in place of Groestl according to the best profit

To disable this algo in the WTM list, just click on the blue button dedicated to this algorithm and proceed as usual with the Whattomine URL by adding the .json just behind https://whattomine.com/coins after you have made your request in your browser.

To consult your pool balance : http://www.zpool.ca/?address=Your_XVG_ADDRESS

NB: if you think there is a better ccminer than alexis for lyra2rev2, I'm interested. Same for better pool.

EDIT : Other pools possibility :
https://www.ahashpool.com/ => fee 1%
http://pool.hashrefinery.com/ => fee 1.25%
223  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 30, 2017, 02:18:30 AM
Are you guys planning to make a new Bitcointalk thread yet? I guess the github could be the central source of all the latest information, but now that the initial post is so outdated, isn't it just creating more work for newbs since you have to read the last 20 pages to figure out what's going on? Unless you're expecing fullzero to return?

Maybe get a mod to lock this with a link to the new thread?


Attempting to boot the latest on b250 expert. Stuck at black screen, has anyone else gotten it up? Will try another flash. Can confirm that other nvOC versions do boot though.

I do not want to speak in their place, but I think the most active ones like papampi, Leenoox, kk003, stubo, Damnmad ..etc wait for answers and other forms of fullzero permissions, but this one does not seem to have any more time to answer.
I do not know where they are on this point.

but what I do know is that PXA did not wait to make another thread of its version ...

I think that after the holidays this end of the year everything will move a little faster from this point of view. Let's hope so

In any case, I agree with you that a decision must be made. It is just necessary that Fullzero answers and therefore his agreement.
224  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 30, 2017, 12:52:16 AM
To add Verge-Lyra2REv2 (XVG) to the selection of cryptocurrency in the 1bash and therefore also in the WTm switch:

1 / add this in the 1bash (just below the VTC variables you will copy / paste as a template):
 
Code:
# Verge-Lyra2REv2(XVG)
# ## No Need to add stratum+tcp:// to server address
XVG_WORKER="$WORKERNAME"
XVG_ADDRESS="Your_XVG_ADDRESS" # Bittrex Wallet Address (for me)
XVG_POOL="lyra2v2.mine.zpool.ca"   # 1.75% fee but i think this pool is more reliable than other. If you find better, i want it.
XVG_PORT="4533"
XVG_INTENSITY="21"

Add this to the 0miner scrypt file (in the same way below the command to launch the VTC ccminer (and you can copy VTC but be careful to replace VTC_ by XVG_ in the whole command):

Code:
if [ $COIN == "XVG" ]
then
HCD='/home/m1/ASccminer/ccminer'
ADDR="$XVG_ADDRESS.$XVG_WORKER"
screen -dmSL miner $HCD -a lyra2v2 -o stratum+tcp://$XVG_POOL:$XVG_PORT -u $ADDR -p c=XVG -i $XVG_INTENSITY
fi


Finally, because there is more algo to mine XVG Coin, You have to disable the algo Groestl in your Whtatomine selection because in its GPU list, the WTM site lists both the XVG-Groestl and XVG-Lyra2Rev2 which makes a problem with the WTM_SWITCHER python script (need some modifications for multialgo coins recognization and listanng) ...

It will be a small change like NIcehash previously posted on this thread to filter correctly the difference but I have not enough time tonight to make this change and test.
Needless to say that if you mine another Goestl algo coins, you can't disable it in wtm page / URL ! Thus, think carefully about what you choose to do and decide whether or not to mine XVG in place of Groestl according to the best profit

To disable this algo in the WTM list, just click on the blue button dedicated to this algorithm and proceed as usual with the Whattomine URL by adding the .json just behind https://whattomine.com/coins after you have made your request in your browser.

To consult your pool balance : http://www.zpool.ca/?address=Your_XVG_ADDRESS

NB: if you think there is a better ccminer than alexis for lyra2rev2, I'm interested. Same for better pool.
225  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 30, 2017, 12:13:46 AM
If you want to mine only on NICEHASH and nothing else, this will be useless and may be less effective than Scott Alfter's script for nicehash which also makes the automatic profit toggle according to the most cost-effective algorithm to undermine.
To summarize, if you want to send all your hash on nicehash use this in 1bash:
Code:
COIN = "SALFTER_NICEHASH_PROFIT_SWITCHING"
and
Code:
WTM_AUTO_SWITCH = "NO"

But if you want to mine a little on nicehash and other cryptocurrency at the same time, then you have to use
Code:
WTM_AUTO_SWITCH = "YES"
and
Code:
WTM_AUTO_SWITCH_COINS = "NICE-SKUNKHASH; NICE-EQUIHASH , NICE-ETHASH; NICE-NEOSCRYPT , NICE-X11GOST; NICE-CRYPTONIGHT , NICE-LYRA2REV, COIN1; COIN2; COIN3; COIN4 COIN..."


To add Nicehash in your coins selection of Whattomine auto switch, follow these step by step:

1/ Modify Papampi  WTM_Switcher :

Replace this code (ligne 79)
Code:
# filter WTM coins by user selection only
for i in reversed(data):
    if i["tag"] not in includedCoins:
        data.remove(i)

by these
Code:
# filter WTM coins by user selection only
for i in reversed(data):
    if i["tag"] == "NICEHASH":
       i["tag"] = "NICE-" + i["algorithm"].upper()

for i in reversed(data):
    if i["tag"] not in includedCoins:
       data.remove(i)
 

2/ Add these lines in 1bash file after SMART coin variables (line 799) before Salfter NICEHASH and MPH profit switches lines

NB : Don't forget the "fi" at the end of file

Code:
# For Use Of NICEHASH SWITCHES in WTM_AUTO_SWITCH
NICEHASH_BTC_ADDRESS="Your_NICEHASH_BTC_ADRESS"

NICE_WORKER="$WORKERNAME"
NICE_ADDRESS="$NICEHASH_BTC_ADDRESS"

#NICE_LYRA2REV2
NICE_LYRA2REV2_POOL="stratum+tcp://lyra2rev2.eu.nicehash.com:3347"
NICE_LYRA2REV2_INTENSITY="21"

#NICE_NEOSCRYPT
NICE_NEOSCRYPT_POOL="stratum+tcp://neoscrypt.eu.nicehash.com:3341"
NICE_NEOSCRYPT_INTENSITY="17" # 17 because using KTccminer latest version that give best hashrate in Neoscrypt but more intensity crash ccminer

#NICE_CRYPTONIGHT
NICE_CRYPTONIGHT_POOL="stratum+tcp://cryptonight.eu.nicehash.com:3355"
NICE_CRYPTONIGHT_INTENSITY="21"

#NICE_X11GOST
NICE_X11GOST_POOL="stratum+tcp://x11gost.eu.nicehash.com:3359"
NICE_X11GOST_INTENSITY="21"

#NICE_SKUNKHASH
NICE_SKUNKHASH_POOL="stratum+tcp://skunk.eu.nicehash.com:3362"
NICE_SKUNKHASH_INTENSITY="21"

#NICE_EQUIHASH
NICE_EQUIHASH_POOL="equihash.eu.nicehash.com"
NICE_EQUIHASH_PORT="3357"

3/ Add these lines after ALTCOM COMMANDS in 0miner file
Code:
###########################################################Nicehash###############################################

if [ $COIN == "DUAL_NICEHASH" ]
then
HCD=/home/m1/eth/$CLAYMORE_VERSION/ethdcrminer64
ETHASH_ADDR="$DUAL_BTC_ADDRESS.$DUAL_WORKER"
DCR_ADDR="$DUAL_BTC_ADDRESS.$DUAL_WORKER"
screen -dmSL miner $HCD -epool $DUAL_ETHASH_POOL -ewal $ETHASH_ADDR -epsw x -allcoins 1 -allpools 1 -dpool $DUAL_DCR_POOL -dwal $DCR_ADDR -dpsw x $DUAL_EXTENSION_ARGUMENTS
fi
if [ $COIN == "NICE-NEOSCRYPT" ]
then
HCD='/home/m1/KTccminer/ccminer'
ADDR="$NICEHASH_BTC_ADDRESS.$NICE_WORKER"
screen -dmSL miner $HCD -a neoscrypt -o $NICE_NEOSCRYPT_POOL -u $ADDR -p x -i $NICE_NEOSCRYPT_INTENSITY
fi

if [ $COIN == "NICE-LYRA2REV2" ]
then
HCD='/home/m1/ASccminer/ccminer'
ADDR="$NICEHASH_BTC_ADDRESS.$NICE_WORKER"
screen -dmSL miner $HCD -a lyra2v2 -o $NICE_LYRA2REV2_POOL -u $ADDR -p x -i $NICE_LYRA2REV2_INTENSITY
fi

if [ $COIN == "NICE-EQUIHASH" ]
then
HCD='/home/m1/zec/zm/latest/zm_miner'
ADDR="$NICEHASH_BTC_ADDRESS.$NICE_WORKER"
screen -dmSL miner $HCD --server $NICE_EQUIHASH_POOL --user $ADDR --pass x --port $NICE_EQUIHASH_PORT
fi

if [ $COIN == "NICE-X11GOST" ]
 then  
HCD='/home/m1/SPccminer/ccminer'
ADDR="$$NICEHASH_BTC_ADDRESS.$NICE_WORKER"
screen -dmSL miner $HCD -a sib -o $NICE_X11GOST_POOL -u $ADDR -p x -i $NICE_X11GOST_INTENSITY
fi

if [ $COIN == "NICE-SKUNKHASH" ]
then  
HCD='/home/m1/TPccminer/ccminer'
ADDR="$NICEHASH_BTC_ADDRESS.$NICE_WORKER"
screen -dmSL miner $HCD -a skunk -o $NICE_SKUNKHASH_POOL -u $ADDR -p x -i $NICE_SKUNKHASH_INTENSITY
fi

if [ $COIN == "NICE-CRYPTONIGHT" ]
then
HCD='/home/m1/KTccminer-cryptonight/ccminer'
ADDR="$NICEHASH_BTC_ADDRESS.$NICE_WORKER"
screen -dmSL miner $HCD -o $NICE_CRYPTONIGHT_POOL -u $ADDR -p x -i $NICE_CRYPTONIGHT_INTENSITY
fi

###########################################################Nicehash###############################################

4/ ADD these coins in your WTM selection (for better profitability, i give you all but i advise NICE-NEOSCRYPT and NICE-EQUIHASH and/or eventually NICE-LYRA2REV2)
Code:
WTM_AUTO_SWITCH_COINS="NICE-SKUNKHASH;NICE-EQUIHASH;NICE-ETHASH;NICE-NEOSCRYPT;NICE-X11GOST;NICE-CRYPTONIGHT;NICE-LYRA2REV"

5/ Restart 3 main by CTRL+C in terminal or reboot rig and verify the presence of nicehash switches added in wtm_auto_switch selection by pressing F12 to look wtm_auto_switch tab in guake terminal

OPTION : if you use ALGO_SPECIFIC OC you may add this in each lines in code

in each of the following lines of the 8wtm_auto_switch script file you must add - o [NICE- {ALGO}] 8wtm_auto_switch. Like this :
Code:
 if [ $ALGO_SPECIFIC_OC == "YES" ]; then
      if [ $TOP_COIN == "FTC" -o $TOP_COIN == "ORB" -o $TOP_COIN == "PXC" -o $TOP_COIN == "VIVO" -o $TOP_COIN == "TZC" -o $TOP_COIN == "NICE-NEOSCRYPT"]; then
        TOP_COIN_ALGORITHM="NEOSCRYPT"
      fi

but also add them to the 1bash file like this:
Code:
iif [ $ALGO_SPECIFIC_OC == "YES" ]
then

  # Neoscrypt
  if [ $COIN == "FTC" -o $COIN == "ORB" -o $COIN == "PXC" -o $COIN == "VIVO" -o $COIN == "TZC" -o $COIN == "NICE-NEOSCRYPT"]
  then
    ALGORITHM="NEOSCRYPT"
POWERLIMIT_WATTS=135
__CORE_OVERCLOCK=150
MEMORY_OVERCLOCK=0

Of course, you have to make like this for each algo you choose in your wtm_switch selection

NB : inspired and updated from this old post since nicehash is online again :
https://bitcointalk.org/index.php?topic=1854250.msg25224093#msg25224093
226  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 29, 2017, 05:25:59 PM
For equihash miners, It's a bit off topic but it can probably shed light on Zclassic's violent and sudden rise this day:

Here is a news that explain the great raise of ZCL this day :
https://medium.com/chain-intelligence/the-resurgence-of-zcl-and-an-upcoming-hardfork-3ba65de3cf21

hardfok is comming on this currencie :

"While the fork wasn’t ready by Christmas eve, development is currently under progress and the date for the snapshot will likely be near mid January or the end of January.

At the high level, the plan is the following:

    Circulating BTC = 17 million, Circulating ZCL = 2 million.
    The ZClassic coin will be migrated to become a Bitcoin hard-fork “Bitcoin Private” or “BTCP” by dropping coinbase inputs into the blockchain as a hard-fork.
    This way, holders of BTC (or BCH) will receive BTCP in a 1:1 ratio and holders of ZCL will receive BTCP in a 1:1 ratio as well.
    The community is still in the process of deciding the details of the fork, choosing between non-SegWit BTC addresses and BCH addresses.
    BTCP will regardless be a fork of Bitcoin, and the first purely privacy focused Bitcoin fork driven by the community itself. Its circulation will be roughly 19 million at the time of the drop."


I took my benefits now, this night. I hope i will profit of segweet2x BTC hardforkthis night too



Wow, very nice and informative, I was shell shocked by seeing the rise of ZCL, so I have like 20 ZCL bought long long ago, so I need to keep them in the desktop wallet to get BTCP??

Can some one guide me the best way to proceed and get my benefit Cheesy

BUT, why on earth these forks happening (any real purpose!!)? hope they stop these meaning less forks soon...

I do not know, but I think that it would be impossible to send them on an exchange that accepts the ZCL but also where you have BTC.

However, I wonder where they will take the money to make this double payment. Because if I understand correctly, it will pay twice: once with the ZCL to the BTCD and another time with the BTC / BTCD parity presented on the same account, because, I repeat, if I have including, ZCL will become a BTC HF ... Exactly like BTG and all the others before it. Which means that once again we will have an equivalent payment of our amount in BTC at the time of the creation of the BTCD!

I feel that the war of hard fork has not finished making emulators. It may well be that sooner or later the community of cryptocurrencies finds a parade to frame or counter all these HF, certainly profitable but will eventually totally dilute the good concepts by drowning them under a mass of coins created only for immediate profit and nothing else. Which could definitely destroy everything in the medium term. That's what I think, anyway.

For ZCL, the team seems to want to propose improvements to what they already have, but this is not the case in the majority of HF! In particular those of BTC which took place recently or which will arrive soon.

Post scriptum: The news posted above indicated mid January, I personally think it will be rather late January.

Post scriptum 2: The beginning of 2018 is likely to see a new tip for a large number of crypto. This is due to the ongoing development of Atomics Swaps. I do not have time this weekend of the new year to take care of it, but I will do it next week by trying the platform of SUperNET on a Ubuntu VM, since it seems that we must compile a pile stuff on unbuntu for now. As a reminder, the Atomics Swaps are a software solution that will allow exchanges of coins directly on blockchains without going through the exchanges. I do not know the concept well yet and still how it works but I guess the blockchain will be maintained either in a storage cloud, as a personal wallet in the cloud, or directly locally, which could require a lot of disk space since it will download all the blockchains we want to exchange. which is not infeasible unless you store hundreds of different cryptocurrencies in your wallet, which is rarely the case in my humble opinion.
Already VTC, and LTC have benefited greatly recently. 2018 will be as charged if not more loaded than 2017 and this huge outbreak causes the gradual addition of support for these atomics swaps! On the other hand, the tradding platforms will rationalize and keep only the best cryptocurrencies for settling to fiat
227  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 28, 2017, 12:12:39 AM
For equihash miners, It's a bit off topic but it can probably shed light on Zclassic's violent and sudden rise this day:

Here is a news that explain the great raise of ZCL this day :
https://medium.com/chain-intelligence/the-resurgence-of-zcl-and-an-upcoming-hardfork-3ba65de3cf21

hardfok is comming on this currencie :

"While the fork wasn’t ready by Christmas eve, development is currently under progress and the date for the snapshot will likely be near mid January or the end of January.

At the high level, the plan is the following:

    Circulating BTC = 17 million, Circulating ZCL = 2 million.
    The ZClassic coin will be migrated to become a Bitcoin hard-fork “Bitcoin Private” or “BTCP” by dropping coinbase inputs into the blockchain as a hard-fork.
    This way, holders of BTC (or BCH) will receive BTCP in a 1:1 ratio and holders of ZCL will receive BTCP in a 1:1 ratio as well.
    The community is still in the process of deciding the details of the fork, choosing between non-SegWit BTC addresses and BCH addresses.
    BTCP will regardless be a fork of Bitcoin, and the first purely privacy focused Bitcoin fork driven by the community itself. Its circulation will be roughly 19 million at the time of the drop."


I took my benefits now, this night. I hope i will profit of segweet2x BTC hardforkthis night too

228  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 26, 2017, 10:45:57 PM
Hello everyone.

I want just to say thanks to anyone who makes our lives easier with this great distro...

I noticed a problem/bug with the community build. it was working great on ast Fullzero release 1.4 and i'm talking about wi-fi networking. Yes i'm using one rig with wi fi for obvious resons, and it was working great (tp-link 722n - chipset rtl8801eu), but since i made the update to community build the wi fi after every restart just hangs, stops working. usb stick isnt recognized. if i take it out of usb and reconnect everything starts working.


any idea what could be or what to do. can anyone take a look. maybe some boot priority for usb drivers?


thx

Can you check and see if vbrick solution for his mouse works for you too or not ?




Hello just to inform you that the solution for usb mouse worked with usb wifi too. now everything works much smoother.

i  have a question.

Is there any way to mine BWK (bulwark) with nvoc?
thx

yes i think you can if refer from the help from KTccminer :

/KTccminer$ ccminer --help
No command 'ccminer' found, did you mean:
 Command 'cgminer' from package 'cgminer' (universe)
ccminer: command not found
m1@ATOMICMINER44:~/KTccminer$ ./ccminer --help
ccminer 8.17-KlausT (64bit) for nVidia GPUs
Compiled with GCC 5.4 using Nvidia CUDA Toolkit 8.0

Based on pooler cpuminer 2.3.2 and the tpruvot@github fork
CUDA support by Christian Buchner, Christian H. and DJM34
Includes optimizations implemented by sp-hash, klaust, tpruvot and tsiv.

[2017-12-26 16:57:10] NVML GPU monitoring enabled.
Usage: ccminer [OPTIONS]
Options:
  -a, --algo=ALGO specify the hash algorithm to use
                        bitcoin     Bitcoin
                        blake       Blake 256 (SFR/NEOS)
                        blakecoin   Fast Blake 256 (8 rounds)
                        c11         X11 variant
                        deep        Deepcoin
                        dmd-gr      Diamond-Groestl
                        fresh       Freshcoin (shavite 80)
                        fugue256    Fuguecoin
                        groestl     Groestlcoin
                        jackpot     Jackpot (JHA)
                        keccak      Keccak-256 (Maxcoin)
                        luffa       Doomcoin
                        lyra2v2     VertCoin
                        myr-gr      Myriad-Groestl
                        neoscrypt   neoscrypt (FeatherCoin)
                        nist5       NIST5 (TalkCoin)
                        penta       Pentablake hash (5x Blake 512)
                        quark       Quark
                        qubit       Qubit
                        sia         Siacoin (at pools compatible to siamining.co                                              m)
                        skein       Skein SHA2 (Skeincoin)
                        s3          S3 (1Coin)
                        x11         X11 (DarkCoin)
                        x13         X13 (MaruCoin)
                        x14         X14
                        x15         X15
                        x17         X17 (peoplecurrency)
                        vanilla     Blake 256 8 rounds
                        whirl       Whirlcoin (old whirlpool)
                        whirlpoolx  Vanillacoin

Bulwark is nist5 algo.

I think you can try to adapt this :

In 1bash : (replace ORB by BWK)


Code:
#ORB ### No Need to add add stratum+tcp:// to server address
ORB_WORKER="$WORKERNAME"
ORB_ADDRESS="Your Wallet address"
ORB_POOL="bulwarkpool.com" #0.5%
ORB_PORT="3833"
ORB_INTENSITY="16"


In 0miner (if you use WTM_SWITCH) :
Copy this from ORB in 1bash

    if [ $COIN == "ORB" ]
       then
  HCD='/home/m1/KTccminer/ccminer'
  ADDR="$ORB_ADDRESS.$ORB_WORKER"
  screen -dmSL miner $HCD -a neoscrypt -o stratum+tcp://$ORB_POOL:$ORB_PORT -u $ADDR -p $MINER_PWD -i $ORB_INTENSITY
fi

by this (replace appropriates values)

    if [ $COIN == "ORB" ]
       then
  HCD='/home/m1/KTccminer/ccminer'
  ADDR="$ORB_ADDRESS.$ORB_WORKER"
  screen -dmSL miner $HCD -a nist5-o stratum+tcp://$ORB_POOL:$ORB_PORT -u $ADDR -p c=BWK -i $ORB_INTENSITY
fi

in 3main copy (if you want to mine bulwark only, not auto-switch)

if [ $COIN == "ORB" ]
then
HCD='/home/m1/KTccminer/ccminer'
ADDR="$ORB_ADDRESS.$ORB_WORKER"

screen -dmSL miner $HCD -a neoscrypt -o $ORB_POOL -u $ADDR -p x -i $ORB_INTENSITY

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

while true; do
sleep 45
done
fi

By replacing appropriates values ORB==> BWK :


if [ $COIN == "ORB" ]
then
HCD='/home/m1/KTccminer/ccminer'
ADDR="$ORB_ADDRESS.$ORB_WORKER"

screen -dmSL miner $HCD -a nist5 -o $ORB_POOL -u $ADDR -p c=BWK -i $ORB_INTENSITY

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

while true; do
sleep 45
done
fi

Before launching 3main, it is advisable to test command like above but in replacing manually your values provided in 1bash for pool, port, wallet, worker ... like this (my TZC neoscrypt command) :
/home/m1/KTccminer/ccminer -a neoscrypt -o stratum+tcp://pool.unimining.net:4237 -u TtpFnwJ9YnpMazertyuiopnuy2HkQH6jLe3.MYWORKERER44 -p c=TZC -i 16

@CryptAtomeTrader44
There is no miner config lines in 3main of v0019-2.0 and no 0miner in earlier versions ... seems you mix them together ...

Yes, i just saw that i was copying from old 3main because i want to add nicehash-algos in wtm_switch sélection (and i had made it in 3main from v0019-1.4)
Post EDITed and corrected
229  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 26, 2017, 04:25:07 PM
Hello everyone.

I want just to say thanks to anyone who makes our lives easier with this great distro...

I noticed a problem/bug with the community build. it was working great on ast Fullzero release 1.4 and i'm talking about wi-fi networking. Yes i'm using one rig with wi fi for obvious resons, and it was working great (tp-link 722n - chipset rtl8801eu), but since i made the update to community build the wi fi after every restart just hangs, stops working. usb stick isnt recognized. if i take it out of usb and reconnect everything starts working.


any idea what could be or what to do. can anyone take a look. maybe some boot priority for usb drivers?


thx

Can you check and see if vbrick solution for his mouse works for you too or not ?




Hello just to inform you that the solution for usb mouse worked with usb wifi too. now everything works much smoother.

i  have a question.

Is there any way to mine BWK (bulwark) with nvoc?
thx

yes i think you can if refer from the help from KTccminer :

/KTccminer$ ccminer --help
No command 'ccminer' found, did you mean:
 Command 'cgminer' from package 'cgminer' (universe)
ccminer: command not found
m1@ATOMICMINER44:~/KTccminer$ ./ccminer --help
ccminer 8.17-KlausT (64bit) for nVidia GPUs
Compiled with GCC 5.4 using Nvidia CUDA Toolkit 8.0

Based on pooler cpuminer 2.3.2 and the tpruvot@github fork
CUDA support by Christian Buchner, Christian H. and DJM34
Includes optimizations implemented by sp-hash, klaust, tpruvot and tsiv.

[2017-12-26 16:57:10] NVML GPU monitoring enabled.
Usage: ccminer [OPTIONS]
Options:
  -a, --algo=ALGO specify the hash algorithm to use
                        bitcoin     Bitcoin
                        blake       Blake 256 (SFR/NEOS)
                        blakecoin   Fast Blake 256 (8 rounds)
                        c11         X11 variant
                        deep        Deepcoin
                        dmd-gr      Diamond-Groestl
                        fresh       Freshcoin (shavite 80)
                        fugue256    Fuguecoin
                        groestl     Groestlcoin
                        jackpot     Jackpot (JHA)
                        keccak      Keccak-256 (Maxcoin)
                        luffa       Doomcoin
                        lyra2v2     VertCoin
                        myr-gr      Myriad-Groestl
                        neoscrypt   neoscrypt (FeatherCoin)
                        nist5       NIST5 (TalkCoin)
                        penta       Pentablake hash (5x Blake 512)
                        quark       Quark
                        qubit       Qubit
                        sia         Siacoin (at pools compatible to siamining.co                                              m)
                        skein       Skein SHA2 (Skeincoin)
                        s3          S3 (1Coin)
                        x11         X11 (DarkCoin)
                        x13         X13 (MaruCoin)
                        x14         X14
                        x15         X15
                        x17         X17 (peoplecurrency)
                        vanilla     Blake 256 8 rounds
                        whirl       Whirlcoin (old whirlpool)
                        whirlpoolx  Vanillacoin

Bulwark is nist5 algo.

I think you can try to adapt this :

In 1bash : (replace ORB by BWK)


Code:
#ORB ### No Need to add add stratum+tcp:// to server address
ORB_WORKER="$WORKERNAME"
ORB_ADDRESS="Your Wallet address"
ORB_POOL="bulwarkpool.com" #0.5%
ORB_PORT="3833"
ORB_INTENSITY="16"


In 0miner (if you use WTM_SWITCH) :
Copy this from ORB in 1bash

    if [ $COIN == "ORB" ]
       then
  HCD='/home/m1/KTccminer/ccminer'
  ADDR="$ORB_ADDRESS.$ORB_WORKER"
  screen -dmSL miner $HCD -a neoscrypt -o stratum+tcp://$ORB_POOL:$ORB_PORT -u $ADDR -p $MINER_PWD -i $ORB_INTENSITY
fi

by this (copy and replace appropriates values)

    if [ $COIN == "ORB" ]
       then
  HCD='/home/m1/KTccminer/ccminer'
  ADDR="$ORB_ADDRESS.$ORB_WORKER"
  screen -dmSL miner $HCD -a nist5-o stratum+tcp://$ORB_POOL:$ORB_PORT -u $ADDR -p c=BWK -i $ORB_INTENSITY
fi

in v0019-2.0 : Ignore the following code and do not copy it to your 3main file (i make a mistalke copying from 3main v0019-1.4)

Code:
[i]in 3main copy (if you want to mine bulwark only, not auto-switch)[/i]

if [ $COIN == "ORB" ]
then
HCD='/home/m1/KTccminer/ccminer'
ADDR="$ORB_ADDRESS.$ORB_WORKER"

screen -dmSL miner $HCD -a neoscrypt -o $ORB_POOL -u $ADDR -p x -i $ORB_INTENSITY

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

while true; do
sleep 45
done
fi
[i]
By replacing appropriates values ORB==> BWK : [/i]

if [ $COIN == "ORB" ]
then
HCD='/home/m1/KTccminer/ccminer'
ADDR="$ORB_ADDRESS.$ORB_WORKER"

screen -dmSL miner $HCD [b]-a nist5 [/b]-o $ORB_POOL -u $ADDR [b]-p c=BWK[/b] -i $ORB_INTENSITY

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

while true; do
sleep 45
done
fi

Before launching 3main, it is advisable to test command like above but in replacing manually your values provided in 1bash for pool, port, wallet, worker ... like this (my TZC neoscrypt command) :
/home/m1/KTccminer/ccminer -a neoscrypt -o stratum+tcp://pool.unimining.net:4237 -u TtpFnwJ9YnpMazertyuiopnuy2HkQH6jLe3.MYWORKERER44 -p c=TZC -i 16

EDIT : Since version 19-2.0 de nvOC, there is NO-miners commands in 3main, it's a mistake. So, don't copy nothing in 3main
I have this version :
nvOC_ver = "nvOC v0019-2.0 Community Release" # Do not edit this
nvOC_3main_ver = "v0019-2.0.006" # Do not edit this

and excuse me for inducing error.

Sorry papampi an all. I just take my nicehash-coin integrations commands in WTM_SWitching from 3main of v0019-1.4.
I think i will réintégrate into coins sélection for WTM_Switch in v0019-2.0.
230  Alternate cryptocurrencies / Mining (Altcoins) / Re: nvOC v0019-2.0 Community Release - KlausT ccminer - v8.17 on: December 26, 2017, 03:33:46 PM
you dont like ssh ?


I use ssh only in local, at home.

I don't want to open a NAT/PAT port on my ISP router bbox... I know i can redirect to a different port but I did not do it before this Christmas weekend.
There is also the fact that before I used a 4G router connected to the mobile network and I connected in wifi on it. But, I do not know if it is the same thing in your respective countries, in France, in mobile network you can not do NAT / PAT because you have a local IP address and not a public IP address. The public IP address is that of the 4G antenna to which you are connected. The ISPs clearly stipulate in their Terms for cexu who take the trouble to read them ....

Of course, i know how to do this NAT/PAT but i think this is not more secure than teamviewer ...
231  Alternate cryptocurrencies / Mining (Altcoins) / Re: nvOC v0019-2.0 Community Release - KlausT ccminer - v8.17 on: December 24, 2017, 03:35:01 PM
Here is the Klaust ccminer v 8.17 compiled with cuda 8
So far I get so much better neoscrypt hashrate with it
SPccminer was giving me around 400 with 1060 and KT is giving me more than 630


KTccminer-v8.17

Download, extract and copy it to /home/m1/KTccminer folder.
Please test and check before replacing your old version.

Change 0miner for the coins you want it to be the default miner.

Any one testing KlausT ccminer 8.17 please report your hashrate and changes to default miners so we can change the default miners if its better on those coins.
Thanks.

Just tested yourt KTccminer compiled instead of TPccminer and this is not functional for me.
i just replace TPccminer in command lines by KTccminer in 0miner file.

My rig entering in a loop ...

do I also have to modify the command line in the 0miner file with arguments other than TPcciminer!?

Lower the intensity ...

i'll do later when i'm home.

teamviewer is convenient for visualization and some basic operations, but not really for changing code remotely let alone testing without starting scripts

Merry christmas all
232  Alternate cryptocurrencies / Mining (Altcoins) / Re: nvOC v0019-2.0 Community Release - KlausT ccminer - v8.17 on: December 24, 2017, 02:45:46 PM
Here is the Klaust ccminer v 8.17 compiled with cuda 8
So far I get so much better neoscrypt hashrate with it
SPccminer was giving me around 400 with 1060 and KT is giving me more than 630


KTccminer-v8.17

Download, extract and copy it to /home/m1/KTccminer folder.
Please test and check before replacing your old version.

Change 0miner for the coins you want it to be the default miner.

Any one testing KlausT ccminer 8.17 please report your hashrate and changes to default miners so we can change the default miners if its better on those coins.
Thanks.

Just tested yourt KTccminer compiled instead of TPccminer and this is not functional for me.
i just replace TPccminer in command lines by KTccminer in 0miner file.

My rig entering in a loop ...

do I also have to modify the command line in the 0miner file with arguments other than TPcciminer!?
233  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Whattomine - profitability website with basic json. on: December 21, 2017, 07:12:22 PM
Awesome project, long time I've been using it and today I realize that we got the topic on bitcointalk. Guys developers how do you decide what new coin to add?


Note sure, but i think you should try to submit some resquest of coins you want to mine and if it is in the appropritae range of ETH and others coins listed, it will be added.
I think it depends on pools who accepts these coin for mining, because if you list a coin that noone can mine on pools it will not a good choice.

If you look a the above of list you have DGB multialgo, so it's not only the value that défine the choice. I know you ddid'n't said that, but i think some readers and internauts of WTM think that it is the price who détermine.

I don't know deve and i'm not in their team, but i think it's complivated and they choose a criteria of BTC profitability and secndarys factors.


Sorrrrrrry, for my fulty globish, all thaaaaaaaaaaaaaattttt  Lips sealed
234  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Whattomine - profitability website with basic json. on: December 21, 2017, 07:03:44 PM
hello, I would like to use the json.coins api from a program. Is it possible to know the hashrate coresponding for each 'estimated revenue' for every coin or from which gpu cards these one are derived.


another question, is there a way to customize the json (without going through the web site) ?

thanks in advance
djm

Look at this (my) old post 2 page before :

https://bitcointalk.org/index.php?topic=567730.msg26231509#msg26231509


Hope it Helps
235  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin. on: December 21, 2017, 02:02:07 AM
Is Vivo will be added on MPH for future ?

ETN wasn't interesting for me. More interreted in VIvo.
236  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Whattomine - profitability website with basic json. on: December 21, 2017, 01:50:46 AM
I just realized that XVG is hashable in algo Blake2s. It seemed to me that this coin was only  hashable in algo scrypt.


Would it be possible to add it as XVG-Blake2s in your coin list against ETH Huh??

Verge website seems to be unreachable at the time I write these lines but here is the link to their site that you probably already know.

https://vergecurrency.com/

This algo is not supported by the site yet, best to write a message via contact section requesting it.
Just so I wont forget about it.


Sent by contact form on your website :

Subject : Add XVG with Lyra2v2 ALGO at least

Software minning : https://vergecurrency.com/mining/
Multi Algorithm (hash to verge)
ALGOS :  Scrypt, Myr-Groestl, Lyra2Rev2, Blake2s, x17

You support 2 of these algos : Lyra2Rev2 et Myr-Groestl

POOLS : https://vergecurrency.com/pools/

Exchanges :
https://bittrex.com/Market/Index?MarketName=BTC-XVG
https://hitbtc.com/XVG-to-BTC
https://www.cryptopia.co.nz/Exchange/?market=XVG_BTC

GitHUB : https://github.com/vergecurrency?tab=repositories

Bitcointalk
https://bitcointalk.org/index.php?topic=1365894.0

Explorers :
https://prohashing.com/explorer/Verge/
https://verge-blockchain.info/

Their Website :
https://vergecurrency.com/langs/en/

Please add it for minning in nvOC papampi Switching
237  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Whattomine - profitability website with basic json. on: December 20, 2017, 10:10:32 PM
I just realized that XVG is hashable in algo Blake2s. It seemed to me that this coin was only  hashable in algo scrypt.


Would it be possible to add it as XVG-Blake2s in your coin list against ETH Huh??

Verge website seems to be unreachable at the time I write these lines but here is the link to their site that you probably already know.

https://vergecurrency.com/
238  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 20, 2017, 01:35:13 PM
why in linux there are 2 version - for rx and for nvidia... is it not possible to make unified version which works for both cards?

I think if you propose a structure in directorys and a script that permit to réunite all the miners and drivers version for AMD and Nvidia, you'll make somme happy guys in mining world.

In m1, you could make two directorys, AMD directory and Nvidia directory.

For weight's image, i suggest you too look for a tiny Linux distro like Lubuntu for example.

Install all you need for AMD and try to rewrite scripts for temp cotrol and watchdog with appropriates commands.


The most important could be the script who permit the choice a the first boot but possible after Huh
239  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 19, 2017, 01:06:04 AM

Hello,
trying to mine Lyra with ccminer, but it just fail to run all the time:
Code:
[2017-12-18 22:00:42] Starting on stratum+tcp://xzc.suprnova.cc:1569
[2017-12-18 22:00:42] NVML GPU monitoring enabled.
[2017-12-18 22:00:42] 5 miner threads started, using 'lyra2z' algorithm.
/home.m1/2unix: line 138: 2205 Terminated  bash '/home/m1/3main'
or
Code:
/home.m1/2unix: line 138: 2907 Terminated  bash '/home/m1/3main'
or
/home.m1/2unix: line 138: 3554 Terminated  bash '/home/m1/3main'

Any clue how to fix it? thanks

What version of nvOC? Are you LOCAL or REMOTE configuration?

Im on 19-20 and LOCAL, thx

Please,
Execute in remote ssh terminal (Or at tty01 (CTRL+ALT+F1)) the nvOC report command and give us here the result by copy/paste
nvOC file to diagnose is in /home/m1

Code:
nvOC report

Set this to NO in 1 bash

Code:
AUTO_START_MINER="NO"      # YES or NO # Set this to NO when troubleshooting, this will prevent the watchdog restarting the rig

And try to execute or copy paste the minning command without automatic loop of nvOC Like that but in replacing variables :
Code:
if [ $COIN == "ZCOIN" ]
then
  HCD='/home/m1/TPccminer/ccminer'
  ADDR="$ZCOIN_ADDRESS.$ZCOIN_WORKER"
[b]  screen -dmSL miner $HCD -a lyra2z -o stratum+tcp://$ZCOIN_POOL:$ZCOIN_PORT -u $ADDR -p $MINER_PWD[/b]
fi
240  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 17, 2017, 06: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://bitcointalk.org/index.php?topic=2156784.msg26264470#msg26264470

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
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 17 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!