Bitcoin Forum
May 09, 2024, 04:42:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 ... 153 »
  Print  
Author Topic: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 45 sol/s on RX480)  (Read 320644 times)
IOTUSA
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250



View Profile
October 24, 2016, 08:19:23 PM
 #81

nice! clocking ~18Sols/s on the same R9 390X that does ~22 using my own brew. your miner has one major advantage though...it actually comes up with solutions that are accepted by the pool  Grin

That is one advantage that's hard to beat Smiley
Where do these 40Sols per 290x card that Toomim supposedly are getting come from? Seems awfully high.

1715229753
Hero Member
*
Offline Offline

Posts: 1715229753

View Profile Personal Message (Offline)

Ignore
1715229753
Reply with quote  #2

1715229753
Report to moderator
1715229753
Hero Member
*
Offline Offline

Posts: 1715229753

View Profile Personal Message (Offline)

Ignore
1715229753
Reply with quote  #2

1715229753
Report to moderator
Be very wary of relying on JavaScript for security on crypto sites. The site can change the JavaScript at any time unless you take unusual precautions, and browsers are not generally known for their airtight security.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715229753
Hero Member
*
Offline Offline

Posts: 1715229753

View Profile Personal Message (Offline)

Ignore
1715229753
Reply with quote  #2

1715229753
Report to moderator
1715229753
Hero Member
*
Offline Offline

Posts: 1715229753

View Profile Personal Message (Offline)

Ignore
1715229753
Reply with quote  #2

1715229753
Report to moderator
lexele
Full Member
***
Offline Offline

Activity: 190
Merit: 100


View Profile
October 24, 2016, 08:20:33 PM
 #82

RX 470 4g with modified bios at 1275/2010:
[GPU 0] T=-1C A=-1% sols=19.950  with ~100W at the wall

at a more reasonable 1150/2000 I still get 19.2 with 85W
ps_jb
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


View Profile
October 24, 2016, 08:22:07 PM
 #83


For testing you can just use the address in the config file (that's what I and it looks like a lot of others are doing) but for mainnet launch you will need your own address. Depends on if an exchange trades on day 1 or not if you can use that for an address, but it is probably worth your while to download and compile your own wallet.

Remember this is launching with a slow-start, so even if you get in a few days later you will not be missing out on a lot of coins as that was pretty much the intention to give everyone time to get kinks worked out etc. before full block mining appears. I am sure within a week or so there will be Windows wallets available and maybe even sooner you will have exchanges with addresses you can mine to.

Sound good - thank you for detailed answer!
jtoomim
Hero Member
*****
Offline Offline

Activity: 818
Merit: 1006


View Profile WWW
October 24, 2016, 08:22:15 PM
 #84

Where do these 40Sols per 290x card that Toomim supposedly are getting come from? Seems awfully high.
Secret sauce. We put it on our GPUs prior to cooking.

Btw, just a 290, not 290x.

(We wrote our own miner about a month ago. Our code is faster. No, you can't have it, sorry.)

Hosting bitcoin miners for $65 to $80/kW/month on clean, cheap hydro power.
http://Toom.im
_javi_
Hero Member
*****
Offline Offline

Activity: 968
Merit: 624


Still a manic miner


View Profile
October 24, 2016, 08:24:53 PM
 #85

OpenCL error: -42 at /build/xpmclient/src/opencl.cpp:153

win7 64, 1070 with 372.54 drivers.

anything else to install??
Chugumoto
Full Member
***
Offline Offline

Activity: 162
Merit: 104



View Profile
October 24, 2016, 08:28:24 PM
 #86

A Xeon can have up to 22 threads though vs the 8 threads of and i7
*ROFL*

couple of my Xeon E5440 do not believe you

Mare76
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile WWW
October 24, 2016, 08:29:56 PM
Last edit: October 24, 2016, 08:41:07 PM by Mare76
 #87


I'm trying to run zcashgpuclient.exe in 64-bit Windows 10 but the command prompt instantly opens and closes. Any ideas on what I should look at? Maybe the drivers?


You have to rearrange the cofig file to look like thise :

Code:
 server = "coinsforall.io";

port = "6668";


# Your ZCASH payout address

address = "zthTb2ToG5kuAc11Ni6NxoYjoxQdEr2XvST7XEdLvmHG9k7kotEcwYCaAn1SH4zRdPoXn9kNeFm8CQok9SNtNgn8d9WcdTK";


# You can give this machine a custom name

# Computer name is used as default

# name = "worker_name";


# Platform:

#  "amd": AMD GCN cards

#  "nvidia": NVidia Maxwell cards

platform = "amd";


# GPU crash handling (properly untested feature):

# 0 - do nothing

# 1 - close miner application

# 2 - reboot system (need superuser rights)

onCrash = "0";


# - The following settings have one entry per GPU

# - If you have more than 4 just add more entries or leave it as is to use defaults

# - All entries must be separated by commas and set between double quotes


# 0 = don't use device

# 1 = use device

devices =        ["1", "1", "1", "1", "1"];


# work sizes

worksizes = ["256", "256", "256", "256", "256"];


# threads

threads = ["8192", "8192", "8192", "8192", "8192"];


# -1 means don't change

corefreq =       ["-1", "-1", "-1", "-1", "-1"];

memfreq =        ["-1", "-1", "-1", "-1", "-1"];

powertune =      ["-1", "-1", "-1", "-1", "-1"];

fanspeed =       ["-1", "-1", "-1", "-1", "-1"];
iom
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
October 24, 2016, 08:34:14 PM
 #88

When i use only one GTX1070 i get ~25sol, and when i put 5xGTX1070 at the same pc i get ~5sol each.

Can you check your miner pls?
MantaMine
Sr. Member
****
Offline Offline

Activity: 301
Merit: 250


View Profile
October 24, 2016, 08:49:22 PM
 #89

Any indications on what difference, if any, there are on RX-series cards running ETH optimized BIOS (1500 straps) vs running stock.  Is there a better route to go with BIOS mods for this algo?
Marvell1
Legendary
*
Offline Offline

Activity: 2408
Merit: 1102


Leading Crypto Sports Betting & Casino Platform


View Profile
October 24, 2016, 08:53:33 PM
 #90

A Xeon can have up to 22 threads though vs the 8 threads of and i7
*ROFL*

couple of my Xeon E5440 do not believe you

*ROFL ?***? what world are you living in 2010 ?

there are some 10 core XEONS out there bro

http://ark.intel.com/products/75279/Intel-Xeon-Processor-E5-2690-v2-25M-Cache-3_00-GHz

20 threads or there about

But i was talking about the real high end ones 12 core 24 threads

http://ark.intel.com/products/75283/Intel-Xeon-Processor-E5-2697-v2-30M-Cache-2_70-GHz

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
Psynthax
Hero Member
*****
Offline Offline

Activity: 2296
Merit: 504



View Profile
October 24, 2016, 08:54:05 PM
 #91

I am on windows and getting 10sol with 1070 while power is only 30-50%

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
lexele
Full Member
***
Offline Offline

Activity: 190
Merit: 100


View Profile
October 24, 2016, 08:57:52 PM
 #92

Any indications on what difference, if any, there are on RX-series cards running ETH optimized BIOS (1500 straps) vs running stock.  Is there a better route to go with BIOS mods for this algo?

See my results above in the thread, I'm running 1375 strap. I think it improves ~10% compared to stock results I saw earlier.
mogs
Full Member
***
Offline Offline

Activity: 135
Merit: 100


View Profile
October 24, 2016, 09:08:59 PM
 #93

Anyone willing to help walk me through installing this on linux? I have 0.04 btc for you! Would prefer to walk through on skype. Im running AMD cards.
Tmdz
Hero Member
*****
Offline Offline

Activity: 1008
Merit: 1000


View Profile
October 24, 2016, 09:10:38 PM
 #94

Any indications on what difference, if any, there are on RX-series cards running ETH optimized BIOS (1500 straps) vs running stock.  Is there a better route to go with BIOS mods for this algo?

See my results above in the thread, I'm running 1375 strap. I think it improves ~10% compared to stock results I saw earlier.

Any HW errors running the 1375 strap?
ZenFr
Legendary
*
Offline Offline

Activity: 1260
Merit: 1046



View Profile
October 24, 2016, 09:18:08 PM
 #95

First of al : thanks eXtremai for this first nVidia GPU Miner (Linux) :-).

With a GTX 1070 at 100 W TdP, I have 21,8 Sol/s.

But when I put three cards in the config files (GTX 1070, GTX 960, GTX 750), each one made 3 Sol/s, then only 10 Sol/s with the 3 cards...

In this config.txt, is there some information on how optimize the parameters (and their syntax) Work size, threads, core frequencies and so on...

Thanks again.

My config : Ubuntu 16.04
tiCeR
Hero Member
*****
Offline Offline

Activity: 1722
Merit: 750



View Profile
October 24, 2016, 09:25:56 PM
 #96

When i start the exe on windows it directly close after it list the gpus? what i am doing wrong?

.
.DuelbitsSPORTS.
▄▄▄███████▄▄▄
▄▄█████████████████▄▄
▄██████████████████████▄
██████████████████████████
███████████████████████████
██████████████████████████████
██████████████████████████████
█████████████████████████████
███████████████████████████
█████████████████████████
▀████████████████████████
▀▀███████████████████
██████████████████████████████
██
██
██
██

██
██
██
██

██
██
██
████████▄▄▄▄██▄▄▄██
███▄█▀▄▄▀███▄█████
█████████████▀▀▀██
██▀ ▀██████████████████
███▄███████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
▀█████████████████████▀
▀▀███████████████▀▀
▀▀▀▀█▀▀▀▀
OFFICIAL EUROPEAN
BETTING PARTNER OF
ASTON VILLA FC
██
██
██
██

██
██
██
██

██
██
██
10%   CASHBACK   
          100%   MULTICHARGER   
riskyfire
Sr. Member
****
Offline Offline

Activity: 275
Merit: 250


View Profile WWW
October 24, 2016, 09:31:14 PM
 #97

Thank you for this miner, many people have been eagerly awaiting a open source development.

I've tested this miner with one of my Win AMD boxes and after one false start, its now working well. Posted below are my results with this miner and I've linked to a video showing the miner being used on the same system.

Drivers AMD catalyst 15.12

AMD 7950 6.95 sols/s
AMD 280X 9.73 sols/s
AMD 7700K (gpu cores) 1.47 sols/s

Zcash GPU Miner Video
https://www.youtube.com/watch?v=S7KUS9E2Eu8

beyinsi
Hero Member
*****
Offline Offline

Activity: 742
Merit: 501


View Profile
October 24, 2016, 09:41:46 PM
 #98

guys,

HOW CAN I TRY THIS GPU MINER WITH SOLO MINING?

Quote
server = "127.0.0.1";  //localhost?
port = "18233";

# Your ZCASH payout address (z-addr)
address = "? ? ? ? ?";


zcash.conf
Code:
    rpcallowip=127.0.0.1
    rpcbind=127.0.0.1
    rpcport=18232
    bind=0.0.0.0
    port=18233

Huh
tiCeR
Hero Member
*****
Offline Offline

Activity: 1722
Merit: 750



View Profile
October 24, 2016, 09:43:30 PM
 #99

i get the error equiw200k9.bin empty on windows cmd when i start it what can i do?

.
.DuelbitsSPORTS.
▄▄▄███████▄▄▄
▄▄█████████████████▄▄
▄██████████████████████▄
██████████████████████████
███████████████████████████
██████████████████████████████
██████████████████████████████
█████████████████████████████
███████████████████████████
█████████████████████████
▀████████████████████████
▀▀███████████████████
██████████████████████████████
██
██
██
██

██
██
██
██

██
██
██
████████▄▄▄▄██▄▄▄██
███▄█▀▄▄▀███▄█████
█████████████▀▀▀██
██▀ ▀██████████████████
███▄███████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
▀█████████████████████▀
▀▀███████████████▀▀
▀▀▀▀█▀▀▀▀
OFFICIAL EUROPEAN
BETTING PARTNER OF
ASTON VILLA FC
██
██
██
██

██
██
██
██

██
██
██
10%   CASHBACK   
          100%   MULTICHARGER   
sammy007
Legendary
*
Offline Offline

Activity: 1904
Merit: 1003


View Profile
October 24, 2016, 09:46:01 PM
Last edit: October 24, 2016, 10:55:10 PM by sammy007
 #100

Code:
make[2]: *** No rule to make target '/opt/AMDAPPSDK-3.0/lib/x86_64/libOpenCL.so', needed by 'xpmclient'.  Stop.
CMakeFiles/Makefile2:104: recipe for target 'CMakeFiles/xpmclient.dir/all' failed
make[1]: *** [CMakeFiles/xpmclient.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2


Fixed broken symlink on fucking 16.04 anal ubuntu
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 ... 153 »
  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!