Bitcoin Forum
May 08, 2024, 09:48:23 AM *
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 18 19 20 »
261  Alternate cryptocurrencies / Mining (Altcoins) / Re: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 18.5 sol/s on RX480) on: October 26, 2016, 01:49:50 PM
new version doesn't work for me

Code:
found platform[0] name = 'NVIDIA CUDA'
<info> found 1 devices
Using device 0 as GPU 0
<info> compiling ...
<info> source: 0 bytes
<error> source files not found or empty
OpenCL error: -48 at /build/xpmclient/src/zcash/zcashgpuclient.cpp:181
OpenCL error: -48 at /build/xpmclient/src/zcash/zcashgpuclient.cpp:181
threads: 8192, work size: 256
Connecting to frontend: coinsforall.io:6668 ...
ZCash GPU miner thread 0 started
Connecting to bitcoin: coinsforall.io:60200 ...
Connecting to signals: coinsforall.io:60201 ...
Work received: height=2343 diff=22616.045 latency=140ms
OpenCL error: -48 at /build/xpmclient/src/zcash/zcashgpuclient.cpp:112
OpenCL error: -48 at /build/xpmclient/src/zcash/zcashgpuclient.cpp:378

0.1.0 did work without an error
262  Alternate cryptocurrencies / Mining (Altcoins) / Re: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 18.5 sol/s on RX480) on: October 26, 2016, 01:03:52 PM
Funny stuff.

zcashclient-0.10

using kernel RX4xx with r9280x gives me about 9.5 Sol/s
with kernel R92xx it is 8.3 Sol/s

Win7 and 15.12 drivers

Any ideas why potentialy optimized kernel for my card works worse than rx's?

I cannot reproduce that with my 280x's.  My miner nearly immediately shuts down.

Try to delete or rename the equiw200k9.bin in your main directory and start again
263  Alternate cryptocurrencies / Mining (Altcoins) / Re: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 18.5 sol/s on RX480) on: October 26, 2016, 12:12:02 PM
Nice! Great work.
Any optimizations for the 280x and older cards also?

Regards
264  Alternate cryptocurrencies / Mining (Altcoins) / Re: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 18.5 sol/s on RX480) on: October 26, 2016, 08:37:29 AM
How many RAM is recommended when running 5 GPUs?
Or does it only count when you mine with CPU?

Regards
265  Alternate cryptocurrencies / Mining (Altcoins) / Re: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 18.5 sol/s on RX480) on: October 25, 2016, 06:15:57 PM
I'm running it on win7

nice i keep getting an error,
ERROR: config.txt, line 42: expecting '=' , '?=' or '{' near ' <end of file>'
hit return to exit

i have 1 rig with 4 amd cards and 1 1070 and my other rig just has 1 1060, getting this error on both systems, cant seem to figure out why lol


delete or rename the file equiw200k9.bin into equiw200k9.xxx or something and try again
266  Alternate cryptocurrencies / Mining (Altcoins) / Re: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 18.5 sol/s on RX480) on: October 25, 2016, 05:39:50 PM
I'm running it on win7
267  Alternate cryptocurrencies / Mining (Altcoins) / Re: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 18.5 sol/s on RX480) on: October 25, 2016, 04:42:05 PM
Well, maybe because a nvidia gtx 1070 is not an AMD Card?
Just maybe...  Huh Roll Eyes
268  Alternate cryptocurrencies / Mining (Altcoins) / Re: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 18.5 sol/s on RX480) on: October 25, 2016, 04:24:43 PM
if u try with 5 gpus u get 2s/s for each


I've read above that only 4 gpus are limited for that miner (work properly). is that right?


No. I got 5 GPUs (280x):

[GPU 0] T=-1C A=-1% sols=8.661
[GPU 1] T=-1C A=-1% sols=9.085
[GPU 2] T=-1C A=-1% sols=9.525
[GPU 3] T=-1C A=-1% sols=9.068
[GPU 4] T=-1C A=-1% sols=9.763
269  Alternate cryptocurrencies / Mining (Altcoins) / Re: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 18.5 sol/s on RX480) on: October 25, 2016, 02:16:07 PM
Quote
btw sol on 1070 is very bad around 2-3, with windows 10, drivers, 372.90
Is seems that the current release has some issues with multiple GPUs.
Try testing with only 1 card specified in the config and you should see around 21-22 sols/s.

PS: I haven't tried it yet, but you can also try to run multiple instances and use 1 device per instance (something like below).

Code:
# 1st instance config
devices =        ["1", "0", etc];

# 2nd instance config
devices =        ["0", "1", etc];


280x has the same speed with one card

[GPU 0] T=-1C A=-1% sols=9.288

270  Alternate cryptocurrencies / Mining (Altcoins) / Re: Stratum Based Open Source ZEC ZCASH GPU Miner - ZOGMINER on: October 25, 2016, 11:48:15 AM
Nice work. Sadly, i cant test it, i'm on win7 at the moment.
271  Alternate cryptocurrencies / Mining (Altcoins) / Re: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 18.5 sol/s on RX480) on: October 24, 2016, 08:11:25 PM
First of all, thanks for this miner.
I'm having 5 R9 280x with the lastest catalyst on Win7.

[GPU 0] T=-1C A=-1% sols=10.103
[GPU 1] T=-1C A=-1% sols=9.186
[GPU 2] T=-1C A=-1% sols=9.288
[GPU 3] T=-1C A=-1% sols=8.833
[GPU 4] T=-1C A=-1% sols=9.417

Cards on 1050 Clock and 1500 Memory
272  Alternate cryptocurrencies / Mining (Altcoins) / Re: Open Source ZEC (ZCash) GPU Miner AMD & NVidia (up to 18.5 sol/s on RX480) on: October 24, 2016, 07:01:43 PM
C:\mining\zcashclient-0.1.0>zcashgpuclient
madPrimeMiner-v1.1
ClientName = 'MINER-PC'  ClientID = 1680735710  InstanceID = 1759740800
Address = 'zthTb2ToG5kuAc11Ni6NxoYjoxQdEr2XvST7XEdLvmHG9k7kotEcwYCaAn1SH4zRdPoXn9kNeFm8CQo k9SNtNgn8d9WcdTK'
found platform[0] name = 'AMD Accelerated Parallel Processing'
<info> found 5 devices
Using device 0 as GPU 0
Using device 1 as GPU 1
Using device 2 as GPU 2
Using device 3 as GPU 3
Using device 4 as GPU 4
OpenCL error: -11 at /build/xpmclient/src/opencl.cpp:153


I also tried the kernals in the directory (kernel_RX4xx_windows_16.7) need i new drivers?
273  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000 on: October 11, 2016, 11:58:41 AM
How can I use 5x R9 280x to mine? Is that possible with burst? It only chooses card 1 to mine.
Regards
274  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Vertcoin - 1 | ASIC - 0 | Lyra2RE | Decentralised | GPU Mineable | Open Source on: October 03, 2016, 05:02:20 PM
http://www.coinwarz.com/cryptocurrency

Vertcoin 812$/day?  Cheesy Cheesy
275  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ETC] Ethereum Classic: Immutable Smart Contracts on: September 27, 2016, 06:56:09 PM
So today is the day the dollar is said to fall from grace!


Anonymous : The First 24 Hours of The Dollar Collapse on 27 September 2016 - MUST SEE
https://www.youtube.com/watch?v=vdhQ02oY-T0

Ron Paul The Dollar Will Collapse on 27 September 2016
https://www.youtube.com/watch?v=qoA-rlpVJp0

Peter Schiff : The Dollar Will Collapse 100% on 27 September 2016 . Last Warning To America.
https://www.youtube.com/watch?v=IRe8lq4E0Os


If it is today, holding the right crypto will matter.
What about coins like Ripple and Ethereum that are backed by bankers?

Many have tryed to predict the day the dollar is said to fall from grace, holding ETC would be a good move IMO ATM




https://www.youtube.com/watch?v=bMxc2tKlCWA


...or maybe... not?  Grin
276  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ETC] Ethereum Classic: Immutable Smart Contracts on: September 20, 2016, 11:38:44 AM
Reast In Peace ETC sadly....

LOL, you're funny

look at the charts, still funny?  Roll Eyes
277  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ETC] Ethereum Classic: Immutable Smart Contracts on: September 20, 2016, 06:06:29 AM
etc really dropped now during devcon  Undecided
278  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ETC] Ethereum Classic: Immutable Smart Contracts on: September 19, 2016, 05:49:54 AM
ETH dying, put on your ETC fomo hats



Right now it seems that will go in the other direction
279  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] -NEW BURST OP- MINE ANY FREE SPACE-(HDD MINING)- ATs, AE, P2P MARKET+MORE! on: September 15, 2016, 07:49:53 AM
To above (@Gaglam & @BitcoinBus)

Update Windows explorer. The client uses it to access the online wallet and local. You can also go to: https://wallet.burst-team.us:8125/index.html and use the wallet there.

Edit: Np, just ask if you got additional questions. More people are also able to help you on http://forums.burst-team.us:4567

you mean the internet explorer?
280  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] -NEW BURST OP- MINE ANY FREE SPACE-(HDD MINING)- ATs, AE, P2P MARKET+MORE! on: September 15, 2016, 06:39:32 AM
I got a problem there...



I just updated chrome... any suggestions?

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