Bitcoin Forum
May 05, 2024, 10:03:06 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 [135] 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 ... 1240 »
  Print  
Author Topic: CCminer(SP-MOD) Modded GPU kernels.  (Read 2347498 times)
scryptr
Legendary
*
Offline Offline

Activity: 1793
Merit: 1028



View Profile WWW
May 03, 2015, 08:45:40 PM
Last edit: May 03, 2015, 10:34:32 PM by scryptr
 #2681

@SP_ --

I just flipped you two bits!  Thanks for incorporating Neoscrypt.  Now, if I could only pull together a working BASH scrypt, CCminer could seek the highest paying algos Round-Robin.       --scryptr

TIPS:  BTC - 1Fs4uZ6a9ABYBTaHGUfqcwCQmeBRxkKRQT    DASH - XrK81tW31SLsVvZ2WX9VhTjpT6GXJPLdbQ
          SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
          GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
1714903386
Hero Member
*
Offline Offline

Posts: 1714903386

View Profile Personal Message (Offline)

Ignore
1714903386
Reply with quote  #2

1714903386
Report to moderator
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714903386
Hero Member
*
Offline Offline

Posts: 1714903386

View Profile Personal Message (Offline)

Ignore
1714903386
Reply with quote  #2

1714903386
Report to moderator
scryptr
Legendary
*
Offline Offline

Activity: 1793
Merit: 1028



View Profile WWW
May 03, 2015, 10:33:56 PM
Last edit: May 04, 2015, 12:05:28 AM by scryptr
 #2682

BASH SCRYPT for ALGO SWITCHING--

This is a rough edit from Skunk's earlier posting.  3 big differences:

1) NiceHash has changed the ID number for some algos, and eliminated x14 and fresh algos.
2) TradeMyBit (TMB) is gone.
3) ALL algos can be mined with just CCminer now.  No need for CudaMiner or NeoGpuMiner.

This script is set up to mine at NiceHash and Yaamp.  I was getting syntax errors.  I execute the script as "sudo ./switch.sh", it runs, it mines, it doesn't switch just ok yet.  I hope some other user(s) might want to work the bugs out.

Right now, the script launches cleanly, and reports the best paying algo between NiceHash and Yaamp every minute, and mines!  My error was using an abreviation for my home directory.  I just corrected it; use the full path from root to your mining directory with "ccminer".  I am still looking for bugs...

For what it is worth:


============================= switch.sh ========================================

#!/bin/bash

# depends on sys-devel/bc, app-misc/jq, app-misc/screen and sys-process/schedtool
# after starting this script you can execute "screen -r miner" to see miner's output

# algo ids (the first 12 must match with nicehash's api: https://nicehash.com/?p=api)
scrypt=0
sha256=1
nscrypt=2
x11=3
x13=4
keccak=5
x15=6
nist5=7
neoscrypt=8
lyra2re=9
whirlpoolx=10
qubit=11
quark=12

# in the following array keys must match with above ids
declare -a ALGO=('scrypt' 'sha256' 'nscrypt' 'x11' 'x13' 'keccak' 'x15' 'nist5' 'neoscrypt' 'lyra2re' 'whirlpoolx' 'qubit' 'quark')

# hashing rates in Mhs (750ti)
# if not minable, leave it at 0!
RATE[$scrypt]=.28
RATE[$sha256]=0
RATE[$nscrypt]=.105
RATE[$x11]=3.2
RATE[$x13]=2.4
RATE[$keccak]=115
RATE[$x15]=2.11
RATE[$nist5]=8.1
RATE[$neoscrypt]=.180
RATE[$lyra2re]=.076
RATE[$whirlpoolx]=165
RATE[$qubit]=5.6
RATE[$quark]=6.35


# https://www.nicehash.com/index.jsp?p=gstarted#seller
NH_URL=stratum+tcp://stratum.nicehash.com
NH_USER=BITCOIN-ADDRESS.worker
NH_PASS=x
NH_FEE=2
NH_PORT[$scrypt]=3333
NH_PORT[$sha256]=3334
NH_PORT[$nscrypt]=3335
NH_PORT[$x11]=3336
NH_PORT[$x13]=3337
NH_PORT[$keccak]=3338
NH_PORT[$x15]=3339
NH_PORT[$nist5]=3340
NH_PORT[$neoscrypt]=3341
NH_PORT[$lyra2re]=3342
NH_PORT[$whirlpoolx]=3343
NH_PORT[$qubit]=3344
NH_PORT[$quark]=3345

# http://yaamp.com/ (ports numbers and fees are delivered by the api)
YA_URL=stratum+tcp://yaamp.com
YA_USER=BITCOIN-ADDRESS
YA_PASS=worker

# hysteresis: by which (absolute) increment of price a pool/algo switch should be triggered
HYST=.1

# miner's paths
CCMINER=/home/yourusername/miningdirectory/ccminer

# start miner screen session if it doesn't exist
if [ "$(screen -ls|grep miner)" == "" ]
then
        screen -dmS miner
fi

MPRICE=0

while [ 1 ]
do
        # start execution timer
        START=$(date +%s)

        # initialize profitability list
        LIST=''

        # fetch data from pool's api
        NH=$(wget -qO - 'https://www.nicehash.com/api?method=stats.global.current')
        YA=$(wget -qO - 'http://yaamp.com/api/status')

        # process yaamp's data
        for i in $(echo "$YA"|jq '.[].name'|tr -d '"')
        do
                eval x='$'$i
                price=$(echo "$YA"|jq ".[\"$i\"].estimate_current"|awk '{ print sprintf("%.9f", $1); }')
                YA_FEE=$(echo "$YA"|jq ".[\"$i\"].fees")
                price=$(echo "$price * 1000 * ${RATE[$x]}"|bc)
                price=$(echo "$price - ($price * $YA_FEE / 100)"|bc)
                # if port is 0 means this channel is inactive...
                YA_PORT[$x]=$(echo "$YA"|jq ".[\"$i\"].port")
                if [ ${YA_PORT[$x]} -gt 0 ]
                then
                        LIST+="$price\t${ALGO[$x]}\tYA\n"
                fi
        done

        # process nicehash's data
        for i in $(echo "$NH"|jq '.result.stats[].algo')
        do
                # ignore algo id 100 (multi-algo id)
                if [ $i -eq 100 ]
                then
                        continue
                fi
                price=$(echo "$NH"|jq ".result.stats[$i].price"|tr -d '"')
                price=$(echo "$price * ${RATE[$i]}"|bc)
                price=$(echo "$price - ($price * $NH_FEE / 100)"|bc)
                LIST+="$price\t${ALGO[$i]}\tNH\n"
        done

        # most profitable channel candidate extraction
        LIST=$(echo -e $LIST|sort -rn)
        MPRICE_CAND=$(echo "$LIST"|head -n1|cut -f1)
        MALGO_CAND=$(echo "$LIST"|head -n1|cut -f2)
        MPOOL_CAND=$(echo "$LIST"|head -n1|cut -f3)

        # actual channel price extraction
        if [ $(echo "$MPRICE > 0"|bc) -eq 1 ]
        then
                MPRICE=$(echo "$LIST"|grep -P "[0-9.]+\t$MALGO\t$MPOOL"|cut -f1)
                if [ -z $MPRICE ]
                then
                        MPRICE=0
                fi
        fi

        # choose candidate pool/algo if candidate's price difference is greater than HYST
        if [ $(echo "$MPRICE_CAND > ($MPRICE + $HYST)"|bc) -eq 1 ]
        then
                MPRICE=$MPRICE_CAND
                MPOOL=$MPOOL_CAND
                MALGO=$MALGO_CAND
        fi

        # set miner parameters
        eval URL='$'${MPOOL}_URL
        eval PORT='$'{${MPOOL}_PORT[$MALGO]}
        eval USER='$'${MPOOL}_USER
        eval PASS='$'${MPOOL}_PASS


        # choose miner and correctly set algo parameter for nscrypt
        if [ "$MALGO" == "scrypt" -o "$MALGO" == "nscrypt" ]
        then
                MINER=$CCMINER
                if [ "$MALGO" == "nscrypt" ]
                then
                        PMALGO="-a scrypt:2048"
                fi
        elif [ "$MALGO" == "neoscrypt" ]
        then
                MINER=$CCMINER
                PMALGO="-a neoscrypt -i 15.5"
        else
                MINER=$CCMINER
        fi

        # start miner if not running or restart it with new parameters if they've changed
        if [ -z "$(pgrep $(basename $CCMINER))" ]
        then
                screen -S miner -X screen schedtool -B -e $MINER $PMALGO -o $URL:$PORT -u $USER -p $PASS
        elif [ -z "$(pgrep -f -- "$PMALGO.*$USER")" ]
        then
                killall -q $(basename $CCMINER)
                screen -S miner -X screen schedtool -B -e $MINER $PMALGO -o $URL:$PORT -u $USER -p $PASS
                echo "========================================================"
        fi

        # current date/tme and status output
        DATE=$(date +"%x %R")
        echo "$DATE - Mining $MALGO@$MPOOL@$MPRICE (best $MALGO_CAND@$MPOOL_CAND@$MPRICE_CAND)"

        # stop execution timer and sleep until next minute
        END=$(date +%s)
        TOOK=$((END-START))
        SLEEP=$((60-TOOK))
        if [ $SLEEP -lt 0 ]
        then
                SLEEP=0
        fi
        sleep $SLEEP
done

==================================END======================================


TIPS:  BTC - 1Fs4uZ6a9ABYBTaHGUfqcwCQmeBRxkKRQT    DASH - XrK81tW31SLsVvZ2WX9VhTjpT6GXJPLdbQ
          SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
          GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
CapnBDL
Hero Member
*****
Offline Offline

Activity: 1064
Merit: 500


MOBU


View Profile WWW
May 04, 2015, 01:08:52 AM
 #2683

Ok...so plz allow me to say that I haven't been keeping up with this thread lately. Wow...fast changes. I'm currently lost. Using a single ASUS GTX750Ti2G-DF series card (/w an i7 CPU). Using ccminer 1.5 release 44 strictly for x11.  I was getting 3.25Mh (roughly) and was happy. Then, I see that 1.6.2 has come out and I can mine any scrypt now. Gave it a quick spin on the x11 and only got 3Mh. I OC using GPUTweak. I don't set any xxx.bat perimeters,  just the algo and pool. Here's where I'm lost. What version of ccMiner should I be using now and are there any suggestions for single card settings I need (should) add to my xxx.bat file. I use xHash and suprnova pools for mining the x11s.

Thank you for replies.

           ▄██▄
████▄    ▄██████▄    ▄████
██████▄ ▀████████▀ ▄██████
▐███████▄ ▀████▀ ▄███████▌
▐█████████▄ ▀▀ ▄█████████▌
 ████ ▀█████▄▄█████▀ ████
 ████ ▄ ▀████████▀ ▄ ████
 ▐███ ██▄ ▀████▀ ▄██ ███▌
 ▐███ ████▄ ▀▀ ▄████ ███▌
  ███ ██████▄▄██████ ███
  ███ ██████████████ ███
  ▐██ ██████████████ ██▌
  ▐██ ██████████████ ██▌
   ██ ██████████████ ██
       ▀██████████▀
         ▀██████▀
           ▀██▀
.M O B U.███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
   The Investment Bank of the Future  
The Security Token Protocol and Licensed Security Token Exchange
█▀




█▄
Facebook Medium
Whitepaper ANN
LinkedIn    Reddit
▀█




▄█

         ▄▄▄█████▄▄▄
      ▄███████████████▄
    ▄███████████████████▄
   ███████████████████████
  ████ ▀███████▀    ▀██████
 █████▌  ▀▀███        ▄█████
▐██████▄             ▐██████▌
▐█████▄               ██████▌
▐███████▄            ███████▌
 ███████▄          ▄████████
  ████████       ▄█████████
   █████▀   ▄▄▄███████████
    ▀███████████████████▀
      ▀███████████████▀
         ▀▀▀█████▀▀▀

         ▄▄▄█████▄▄▄
      ▄███████████████▄
    ▄███████████████████▄
   ███████████████████████
  █████▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█████
 █████     ▄▄          █████
▐█████     ████▄▄      █████▌
▐█████     ████████    █████▌
▐█████     ████▀▀      █████▌
 █████     ▀▀          █████
  █████▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█████
   ███████████████████████
    ▀███████████████████▀
      ▀███████████████▀
         ▀▀▀█████▀▀▀

         ▄▄▄█████▄▄▄
      ▄███████████████▄
    ▄███████████████████▄
   ███████████████████████
  ████████████████▀▀▀ ▐████
 ███████████▀▀▀  ▄█▀  ██████
▐█████▀▀▀      ▄█▀    ██████▌
▐███▄▄▄    ▄▄██▀     ███████▌
▐████████ ███▀       ███████▌
 ████████▌█          ███████
  ████████ ▄▄██▄    ███████
   ███████████████▄ ██████
    ▀███████████████████▀
      ▀███████████████▀
         ▀▀▀█████▀▀▀
scryptr
Legendary
*
Offline Offline

Activity: 1793
Merit: 1028



View Profile WWW
May 04, 2015, 01:19:11 AM
 #2684

Ok...so plz allow me to say that I haven't been keeping up with this thread lately. Wow...fast changes. I'm currently lost. Using a single ASUS GTX750Ti2G-DF series card (/w an i7 CPU). Using ccminer 1.5 release 44 strictly for x11.  I was getting 3.25Mh (roughly) and was happy. Then, I see that 1.6.2 has come out and I can mine any scrypt now. Gave it a quick spin on the x11 and only got 3Mh. I OC using GPUTweak. I don't set any xxx.bat perimeters,  just the algo and pool. Here's where I'm lost. What version of ccMiner should I be using now and are there any suggestions for single card settings I need (should) add to my xxx.bat file. I use xHash and suprnova pools for mining the x11s.

Thank you for replies.

CCMINER FLAVORS--

There are several current developers.  SP_'s release of v49 (1.5.49) will mine most all algos, and at top hashing rates.  Tpruvot's 1.6.2 has a higher release number, but is concurrent, as is KlausT's v3.00.  The developers are numbering differently.        --scryptr

TIPS:  BTC - 1Fs4uZ6a9ABYBTaHGUfqcwCQmeBRxkKRQT    DASH - XrK81tW31SLsVvZ2WX9VhTjpT6GXJPLdbQ
          SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
          GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
hashbrown9000
Sr. Member
****
Offline Offline

Activity: 427
Merit: 250


View Profile
May 04, 2015, 02:42:34 AM
 #2685

scryptr, thanks for that script.  can any instances of nicehash be replaced with westhash for those of us from the U.S.  And is this script an all-in-one solution, i.e. it will start the miner and then run on auto-pilot?

Pinkcoin:
ETH:
VTC:
BTC:
DragonSlayer
Full Member
***
Offline Offline

Activity: 181
Merit: 100



View Profile
May 04, 2015, 02:45:57 AM
 #2686

Nicely done, I am getting 10,300 kh/s with x11 on gtx980.  I am not using -g, as it still not work in conjunction with -d.

CapnBDL
Hero Member
*****
Offline Offline

Activity: 1064
Merit: 500


MOBU


View Profile WWW
May 04, 2015, 02:51:00 AM
Last edit: May 04, 2015, 03:29:54 AM by CapnBDL
 #2687

scryptr,

Not sure what context that 'concurrent' falls into but... So, to mine just x11 coins, then, I take it that the sp (latest, of course) will give me the better hashrate? Will it mine LTC? Also, would you mind giving me a correct .bat file for the best hash /w my 750Ti?    Thank you very much for the help!

Edit: did a reread & believe I understand the concurrent remark. Sorry. Not sure if it (sp) will mine just any scrypt tho. I've always thought it was for x11 only. I STILL don't know the correct syntax for my .bat tho. Ive got it OCed already. Help?

Thanks!

           ▄██▄
████▄    ▄██████▄    ▄████
██████▄ ▀████████▀ ▄██████
▐███████▄ ▀████▀ ▄███████▌
▐█████████▄ ▀▀ ▄█████████▌
 ████ ▀█████▄▄█████▀ ████
 ████ ▄ ▀████████▀ ▄ ████
 ▐███ ██▄ ▀████▀ ▄██ ███▌
 ▐███ ████▄ ▀▀ ▄████ ███▌
  ███ ██████▄▄██████ ███
  ███ ██████████████ ███
  ▐██ ██████████████ ██▌
  ▐██ ██████████████ ██▌
   ██ ██████████████ ██
       ▀██████████▀
         ▀██████▀
           ▀██▀
.M O B U.███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
   The Investment Bank of the Future  
The Security Token Protocol and Licensed Security Token Exchange
█▀




█▄
Facebook Medium
Whitepaper ANN
LinkedIn    Reddit
▀█




▄█

         ▄▄▄█████▄▄▄
      ▄███████████████▄
    ▄███████████████████▄
   ███████████████████████
  ████ ▀███████▀    ▀██████
 █████▌  ▀▀███        ▄█████
▐██████▄             ▐██████▌
▐█████▄               ██████▌
▐███████▄            ███████▌
 ███████▄          ▄████████
  ████████       ▄█████████
   █████▀   ▄▄▄███████████
    ▀███████████████████▀
      ▀███████████████▀
         ▀▀▀█████▀▀▀

         ▄▄▄█████▄▄▄
      ▄███████████████▄
    ▄███████████████████▄
   ███████████████████████
  █████▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█████
 █████     ▄▄          █████
▐█████     ████▄▄      █████▌
▐█████     ████████    █████▌
▐█████     ████▀▀      █████▌
 █████     ▀▀          █████
  █████▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█████
   ███████████████████████
    ▀███████████████████▀
      ▀███████████████▀
         ▀▀▀█████▀▀▀

         ▄▄▄█████▄▄▄
      ▄███████████████▄
    ▄███████████████████▄
   ███████████████████████
  ████████████████▀▀▀ ▐████
 ███████████▀▀▀  ▄█▀  ██████
▐█████▀▀▀      ▄█▀    ██████▌
▐███▄▄▄    ▄▄██▀     ███████▌
▐████████ ███▀       ███████▌
 ████████▌█          ███████
  ████████ ▄▄██▄    ███████
   ███████████████▄ ██████
    ▀███████████████████▀
      ▀███████████████▀
         ▀▀▀█████▀▀▀
scryptr
Legendary
*
Offline Offline

Activity: 1793
Merit: 1028



View Profile WWW
May 04, 2015, 03:29:26 AM
 #2688

scryptr, thanks for that script.  can any instances of nicehash be replaced with westhash for those of us from the U.S.  And is this script an all-in-one solution, i.e. it will start the miner and then run on auto-pilot?

It is all-in-one.  You could directly replace the NiceHash URLs and api with WestHash equivalents.

My apologies to Skunk, it is currently a hack-n-slash job, removing code no longer necessary for different mining programs and the defunct TMB site.  I can still see portions that need removal, but that function as-is. 

The script finally mined for me today.  It didn't switch, though, when Yaamp started paying more for Quark.  The script kept running, but the miner was killed and did not reboot properly.  It definitely needs work.  I flopped it out there like a flea circus side-show.

--scryptr

TIPS:  BTC - 1Fs4uZ6a9ABYBTaHGUfqcwCQmeBRxkKRQT    DASH - XrK81tW31SLsVvZ2WX9VhTjpT6GXJPLdbQ
          SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
          GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
hashbrown9000
Sr. Member
****
Offline Offline

Activity: 427
Merit: 250


View Profile
May 04, 2015, 03:32:47 AM
 #2689


Pinkcoin:
ETH:
VTC:
BTC:
scryptr
Legendary
*
Offline Offline

Activity: 1793
Merit: 1028



View Profile WWW
May 04, 2015, 03:41:54 AM
Last edit: May 04, 2015, 03:55:00 AM by scryptr
 #2690

scryptr,

Not sure what context that 'concurrent' falls into but... So, to mine just x11 coins, then, I take it that the sp (latest, of course) will give me the better hashrate? Will it mine LTC? Also, would you mind giving me a correct .bat file for the best hash /w my 750Ti?    Thank you very much for the help!

Edit: did a reread & believe I understand the concurrent remark. Sorry. Not sure if it (sp) will mine just any scrypt tho. I've always thought it was for x11 only. I STILL don't know the correct syntax for my .bat tho. Ive got it OCed already. Help?

Thanks!

X11 COMMAND LINE--

Windows batch file format:

":loop

ccminer.exe -a x11 -i 20.5 -o stratum+tcp:// URL:PORT -u USERNAME.WORKER -p PASSWORD -b 0.0.0.0:4068

goto loop"

Linux BASH scrypt, or single command line:

"./ccminer -a x11 -i 20.5 -o stratum+tcp:// URL:PORT -u USERNAME.WORKER -p PASSWORD -b 0.0.0.0:4068"

The "-i 20.5" is the "intensity" setting.  It is a performance flag.  The "-b 0.0.0.0:4068" is an optional API flag, if you want to monitor your performance with software like CCmonitor, etc.  Currently, the "gputhreads", or "-g" switch is also being developed.  Read at least the last 10 pages of this thread to learn about it, it is another performance option, and just about ready for stable use.       --scryptr

TIPS:  BTC - 1Fs4uZ6a9ABYBTaHGUfqcwCQmeBRxkKRQT    DASH - XrK81tW31SLsVvZ2WX9VhTjpT6GXJPLdbQ
          SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
          GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
May 04, 2015, 07:09:44 AM
Last edit: May 04, 2015, 07:34:37 AM by sp_
 #2691

scryptr,
Not sure what context that 'concurrent' falls into but... So, to mine just x11 coins, then, I take it that the sp (latest, of course) will give me the better hashrate? Will it mine LTC? Also, would you mind giving me a correct .bat file for the best hash /w my 750Ti?    Thank you very much for the help!
Edit: did a reread & believe I understand the concurrent remark. Sorry. Not sure if it (sp) will mine just any scrypt tho. I've always thought it was for x11 only. I STILL don't know the correct syntax for my .bat tho. Ive got it OCed already. Help?
Thanks!

Don't mine scrypt, mine quark.

ccminer -a quark -o stratum+tcp://yaamp.com:4033 -u <your LTC adress> -p xx

Yaamp is currently paying around 0.4BTC for 1 GHASH of quark


1 750ti OC does 6.5 MHASH in the quark algo

You earn:
0.0065*0.4=0,0026 (btc per day) (0,4355 LTC Per day.) ($0.64 / day)


SCRYPT pays 0.1840 BTC/GHASH

A 750ti is earning as much as a  15MHASH Scrypt ASIC miner with the current prices. (and use 50watt in the wall) (3.33 watt per MHASH (converted to scrypt MHASH))

A used 750ti can be bought for around $100 second hand.

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
chrysophylax
Legendary
*
Offline Offline

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
May 04, 2015, 07:44:18 AM
 #2692

scryptr,
Not sure what context that 'concurrent' falls into but... So, to mine just x11 coins, then, I take it that the sp (latest, of course) will give me the better hashrate? Will it mine LTC? Also, would you mind giving me a correct .bat file for the best hash /w my 750Ti?    Thank you very much for the help!
Edit: did a reread & believe I understand the concurrent remark. Sorry. Not sure if it (sp) will mine just any scrypt tho. I've always thought it was for x11 only. I STILL don't know the correct syntax for my .bat tho. Ive got it OCed already. Help?
Thanks!

Don't mine scrypt, mine quark.

ccminer -a quark -o stratum+tcp://yaamp.com:4033 -u <your LTC adress> -p xx

Yaamp is currently paying around 0.4BTC for 1 GHASH of quark


1 750ti OC does 6.5 MHASH in the quark algo

You earn:
0.0065*0.4=0,0026 (btc per day) (0,4355 LTC Per day.) ($0.64 / day)


SCRYPT pays 0.1840 BTC/GHASH

A 750ti is earning as much as a  15MHASH Scrypt ASIC miner with the current prices. (and use 50watt in the wall) (3.33 watt per MHASH (converted to scrypt MHASH))

A used 750ti can be bought for around $100 second hand.

sp - for some unknown reason - the latest git clone is not compiling ...

it just freezes and sits at the same specific place during compile ...

compilation has not changed for any other compiles that have been made before - just this one ...

where it freezes is below ...

-------

ptxas info    : Function properties for _Z25titan_scrypt_core_kernelAILi1EL12MemoryAccess1EEvPKjii
    0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
ptxas info    : Used 25 registers, 336 bytes cmem[0]
ptxas info    : Compiling entry function '_Z25titan_scrypt_core_kernelBILi1EL12MemoryAccess1EEvPjii' for 'sm_50'
ptxas info    : Function properties for _Z25titan_scrypt_core_kernelBILi1EL12MemoryAccess1EEvPjii
    0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
ptxas info    : Used 28 registers, 336 bytes cmem[0]
scrypt/titan_kernel.cu: In member function ‘virtual bool TitanKernel::run_kernel(dim3, dim3, int, int, cudaStream_t, uint32_t*, uint32_t*, unsigned int, unsigned int, bool, bool, int)’:
scrypt/titan_kernel.cu:682:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if (N != prev_N[thr_id]) {
                           ^
ptxas info    : 0 bytes gmem, 480 bytes cmem[3]
ptxas info    : Compiling entry function '_Z24x11_luffa512_gpu_hash_64jjPmPj' for 'sm_50'
ptxas info    : Function properties for _Z24x11_luffa512_gpu_hash_64jjPmPj
    0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
ptxas info    : Used 80 registers, 344 bytes cmem[0]
ptxas info    : Overriding global maxrregcount 128 with entry-specific value 64 computed using thread count
ptxas info    : Overriding global maxrregcount 128 with entry-specific value 64 computed using thread count
ptxas info    : 0 bytes gmem, 1152 bytes cmem[3]
ptxas info    : Compiling entry function '_Z26x11_shavite512_gpu_hash_64jjPm' for 'sm_50'
ptxas info    : Function properties for _Z26x11_shavite512_gpu_hash_64jjPm
    32 bytes stack frame, 28 bytes spill stores, 28 bytes spill loads
ptxas info    : Used 64 registers, 4096 bytes smem, 336 bytes cmem[0]
ptxas info    : Compiling entry function '_Z26x11_shavite512_gpu_hash_80jjPv' for 'sm_50'
ptxas info    : Function properties for _Z26x11_shavite512_gpu_hash_80jjPv
    128 bytes stack frame, 132 bytes spill stores, 132 bytes spill loads
ptxas info    : Used 64 registers, 4096 bytes smem, 336 bytes cmem[0]

-------

that last line is where it sits and doesnt move ...

any ideas? ...

edit - when ctrl-c stops the compile - this is what is displayed ...

-------

ptxas info    : Used 64 registers, 4096 bytes smem, 336 bytes cmem[0]
^Cnvcc error   : 'cicc' died due to signal 2
make[2]: *** [yescrypt/cuda_yescrypt.o] Error 2
make[1]: *** [all-recursive] Interrupt
make: *** [all] Interrupt

-------

im stumped ...

#crysx

sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
May 04, 2015, 07:48:04 AM
Last edit: May 04, 2015, 07:58:34 AM by sp_
 #2693

Did you get the last commit (makefile)?

scryptr buildt it yesterday on linux.

Please do a full clean and get the latest sourcecode and try again.

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
chrysophylax
Legendary
*
Offline Offline

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
May 04, 2015, 08:17:04 AM
 #2694

Did you get the last commit (makefile)?

scryptr buildt it yesterday on linux.

Please do a full clean and get the latest sourcecode and try again.

my compile script does exactly that ...

1 - deletes the current compile directory completely ...
2 - git clone
3 - cd into ccminer directory and 'builds' the ccminer file ...
4 - mv the newly compiled ccminer file to the miner directory and renames it to ccminer-sph-xxx ( xxx being whatever i want it to be ) ...
5 - mv the current ccminer file to ccminer-orig ...
6 - copies the newly made ccminer-sph-xxx to ccminer ...
7 - changes ownership of the miner directory ( as all the above is done as root ) ...
8 - reboots ...

when the machine restarts - it runs the new ccminer and the settings in the miner script ...

this is fine for all compiles except the latest ones ... since the commit when you added neoscrypt ...

now it just stops and freezes at part 3 of the compile / install sequence ...

ive tried it manually also with your 'standard' build.sh file and its still locks up in the same place - the yescrypt part you see in above ...

ive also found that since neoscrypt has been added - BEFORE all this happened ( and forgot to mention ) the 'build.sh' would not even start the compile unless fedora had installed the static c++ libraries ( which it never needed prior to this ) ...

so i added them in the install ...

yum -y install libstdc++-static.x86_64 ...

the compile started and continued up until now ... the compile just simply stalls at the same place everytime ...

possibly scryptr has and idea? ... or djm maybe? ... anyone? ...

im now lost as to why this wont compile sp ...

#crysx

sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
May 04, 2015, 10:34:51 AM
 #2695

I think a solution will be to exlude all the scrypt code with a #define in the project.

#define includescrypt 1


Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
May 04, 2015, 11:04:57 AM
 #2696

Did you get the last commit (makefile)?

scryptr buildt it yesterday on linux.

Please do a full clean and get the latest sourcecode and try again.

my compile script does exactly that ...

1 - deletes the current compile directory completely ...
2 - git clone
3 - cd into ccminer directory and 'builds' the ccminer file ...
4 - mv the newly compiled ccminer file to the miner directory and renames it to ccminer-sph-xxx ( xxx being whatever i want it to be ) ...
5 - mv the current ccminer file to ccminer-orig ...
6 - copies the newly made ccminer-sph-xxx to ccminer ...
7 - changes ownership of the miner directory ( as all the above is done as root ) ...
8 - reboots ...

when the machine restarts - it runs the new ccminer and the settings in the miner script ...

this is fine for all compiles except the latest ones ... since the commit when you added neoscrypt ...

now it just stops and freezes at part 3 of the compile / install sequence ...

ive tried it manually also with your 'standard' build.sh file and its still locks up in the same place - the yescrypt part you see in above ...

ive also found that since neoscrypt has been added - BEFORE all this happened ( and forgot to mention ) the 'build.sh' would not even start the compile unless fedora had installed the static c++ libraries ( which it never needed prior to this ) ...

so i added them in the install ...

yum -y install libstdc++-static.x86_64 ...

the compile started and continued up until now ... the compile just simply stalls at the same place everytime ...

possibly scryptr has and idea? ... or djm maybe? ... anyone? ...

im now lost as to why this wont compile sp ...

#crysx
the compilation doesn't stop on yescrypt but on shavite (as usual), the compilation of shavite always takes time

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
Handofmidas
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
May 04, 2015, 11:12:30 AM
 #2697

Hi just tried release49 for X11 and getting occasionally a few booooos due to low difficulty shares. Cards not overclocked.

chrysophylax
Legendary
*
Offline Offline

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
May 04, 2015, 03:51:08 PM
 #2698

Did you get the last commit (makefile)?

scryptr buildt it yesterday on linux.

Please do a full clean and get the latest sourcecode and try again.

my compile script does exactly that ...

1 - deletes the current compile directory completely ...
2 - git clone
3 - cd into ccminer directory and 'builds' the ccminer file ...
4 - mv the newly compiled ccminer file to the miner directory and renames it to ccminer-sph-xxx ( xxx being whatever i want it to be ) ...
5 - mv the current ccminer file to ccminer-orig ...
6 - copies the newly made ccminer-sph-xxx to ccminer ...
7 - changes ownership of the miner directory ( as all the above is done as root ) ...
8 - reboots ...

when the machine restarts - it runs the new ccminer and the settings in the miner script ...

this is fine for all compiles except the latest ones ... since the commit when you added neoscrypt ...

now it just stops and freezes at part 3 of the compile / install sequence ...

ive tried it manually also with your 'standard' build.sh file and its still locks up in the same place - the yescrypt part you see in above ...

ive also found that since neoscrypt has been added - BEFORE all this happened ( and forgot to mention ) the 'build.sh' would not even start the compile unless fedora had installed the static c++ libraries ( which it never needed prior to this ) ...

so i added them in the install ...

yum -y install libstdc++-static.x86_64 ...

the compile started and continued up until now ... the compile just simply stalls at the same place everytime ...

possibly scryptr has and idea? ... or djm maybe? ... anyone? ...

im now lost as to why this wont compile sp ...

#crysx
the compilation doesn't stop on yescrypt but on shavite (as usual), the compilation of shavite always takes time

djm34 - its not that it takes a long time ... to test this i have left it ...

it is now more than 6 hours ( only due to the fact im not in the office at the moment and i CAN leave it ) and its still in the same position it was when i left it ...

impossible for a compilation to take that sort of time ...

how has everyone else compiled this version? ... i have had no issues with the previous versions ...

frustrated with it now :| ...

#crysx

chrysophylax
Legendary
*
Offline Offline

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
May 04, 2015, 03:52:30 PM
 #2699

I think a solution will be to exlude all the scrypt code with a #define in the project.

#define includescrypt 1



maybe - but that that doesnt actually resolve the issue ...

i can replicate this EVERY time - so its an inherent issue ...

im stumped ...

#crysx

sp_ (OP)
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
May 04, 2015, 04:59:41 PM
 #2700

Are you running the latest drivers?

I just submitted a 117% faster blake coin.

from 230MHASH to 515MHASH on the 750ti.


Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
Pages: « 1 ... 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 [135] 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 ... 1240 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!