Search content
Sort by

Showing 20 of 51 results by tccd
Post
Topic
Board Mining (Altcoins)
Re: Any word on amd vega hash rates?
by
tccd
on 26/09/2017, 21:22:10 UTC

Thanks for this. I've been playing with the power settings with a Sapphire RX Vega 64 Liquid Cooled and got 1990.7 H/s stable @ 0.875 VDDC. Couldn't get power draw at the wall because I need a kill-a-watt thing.

https://i.imgur.com/DvDAIpS.png



About 145W. More details in the next video this weekend.
Post
Topic
Board Mining (Altcoins)
Re: Any word on amd vega hash rates?
by
tccd
on 24/09/2017, 09:36:12 UTC
...
video not open  Sad

The link is fixed. Sorry about that.
Post
Topic
Board Mining (Altcoins)
Re: Any word on amd vega hash rates?
by
tccd
on 23/09/2017, 21:45:16 UTC
...
Power tuning is private yet, sorry.

Not anymore Wink

RX Vega 64 Undervolting Guide for Blockchain Drivers


If this guide was useful for you, then like or share or donate (check the video description for details).
Post
Topic
Board Mining (Altcoins)
Re: Ethash DAG epoch RX470/480/570/580 FIX !!
by
tccd
on 07/08/2017, 07:47:40 UTC
What about Hawaii? Any change in hashrate with this driver?
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner
by
tccd
on 05/05/2015, 08:12:48 UTC
Sorry, it's not public. Only the author has the rights to distribute it.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner
by
tccd
on 05/05/2015, 08:05:39 UTC
Is that just new bin files for sgminer or complete new miner?

qubit and quark kernels not compatible with stock sgminer.

True. It worked with the supplied modified sgminer. I'm getting 16.1MH/s with 290X(1000/1250) when mining quark.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner
by
tccd
on 05/05/2015, 06:48:43 UTC
why was the supposedly optimized quark and qubit sgminer post removed?
was it a trojan or a wolf0's leak?
The author still distributes them via PM at original Russian forum Wink
Quote
aлгo/cк-ть вoльфa/cк-ть/пoтpeблeниe кoмпa c 1 кapтoй, Bт/yвeличeниe пoтpeблeния нa 1 кapтy, Bт
x11/5900/7400/310/10
x13/4600/5700/310/5
qubit/5300/12500/285/35
quark/3000/12900/315/65
(algo/Wolf's speed/speed/Watt/Watt delta)
is there a linux build? :-)
kernels have been split and parameters changed so you can't just copy the bins over... :-/

310 watt is alot. Is this on the 290x?
The public binaries of the Wolf0
does

10MHASH@x11 and
7MHASH@x13 on the 290x overclocked.
The numbers posted for this was on a 280x, they only had bins for x11/x13/quark/qubit on Pitcairn and Tahiti.
Nothing for 290's


they say you can use the tahiti binary on hawaii.
i tried but it didn't work for me...

It didn't work for me, either.
Post
Topic
Board Announcements (Altcoins)
Re: [VNL] VanillaCoin.net [WhirlpoolX Algo] [Whitepaper Inside] [Poloniex] 0.2.4 out
by
tccd
on 26/03/2015, 19:35:50 UTC
I think I got one low-hanging fruit but it was too obvious even for a person not involved in any kind of software development. I was doing 300MH/s with 290X@1000/1250 (15.3 beta) and now my hashrate is 316MH/s:

http://store.picbg.net/thumb/B9/34/368dc2228c7eb934.png
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner
by
tccd
on 07/01/2015, 11:56:49 UTC
Here is a small neoscrypt kernel improvement for free, since I am mostly doing X11 anyway.
It gave me a 5.8% speedup on my reference R9 290 card (with Stilt bios),
from 290.2 to 307Kh/s  at 800/1500 core/mem freq on Ubuntu 12.04 with stock drivers.
I didnt try it on my R9 280x cards, so please post your results if you try this.

You will have to mod the kernel as per the code below.
The bottleneck in this kernel is the way it stores the 128 intermediate results of chacha and salsa in global memory.
By doing the change below you are reducing stalls/latency by not making read/writes to same/adjacent memory banks.

Change:
void ScratchpadStore(__global void *V, void *X, uchar idx)
{
   ((__global ulong16 *)V)[idx << 1] = ((ulong16 *)X)[0];
   ((__global ulong16 *)V)[(idx << 1) + 1] = ((ulong16 *)X)[1];
}

void ScratchpadMix(void *X, const __global void *V, uchar idx)
{
   ((ulong16 *)X)[0] ^= ((__global ulong16 *)V)[idx << 1];
   ((ulong16 *)X)[1] ^= ((__global ulong16 *)V)[(idx << 1) + 1];
}

To:
void ScratchpadStore(__global void *V, void *X, uchar idx)
{
   ((__global ulong16 *)V)[idx] = ((ulong16 *)X)[0];
   ((__global ulong16 *)V)[idx + 128] = ((ulong16 *)X)[1];
}
void ScratchpadMix(void *X, const __global void *V, uchar idx)
{
   ((ulong16 *)X)[0] ^= ((__global ulong16 *)V)[idx];
   ((ulong16 *)X)[1] ^= ((__global ulong16 *)V)[idx + 128];
}


Not working well with Wolf0's Hawaii mod. Hash rate dropped from 339kh/s to 320kh/s.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
tccd
on 22/11/2014, 08:26:08 UTC

wait a minute it no good getting at Wolf0 about this couse this guy got loads of hash BUT look at those temps and fan speeds,,,
that has got to be water cooled or not 14.6 drivers or inside an igloo
Not really, dude - open air rig in cold weather with good coolers will produce that.
Nope. Watercooling FTW and driver Catalyst 14.6

http://store.picbg.net/thumb/03/DA/20d567f6cdd803da.jpg
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
tccd
on 21/11/2014, 17:50:29 UTC
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
tccd
on 21/11/2014, 14:35:24 UTC
Nice improvement. Thanks, Wolf0.

4 x 290X@1000/1250
http://store.picbg.net/pubpic/6F/2F/d39e87c32ce86f2f.png

For you guys with Hawaii cards, or guys who just want to try something new, here: https://github.com/wolf9466/neo-sgminer5-hawaii

Should help you get this (270X, 290X, and 290X, in that order; nsfw): https://ottrbutt.com/miner/neoscryptwolf-11212014.png

Any benefit on using the kernel on Tahiti cards (280x) at all?

Maybe - I haven't tried all settings - if you want to try something new, try it out. You'll want to change your settings, though; I basically implemented a lookup gap of 2.

Can you build a Windows 64-bit version like you normally do?

Here is my windows build:

http://www.filedropper.com/sgminer-5-dev-neoscrypt-windows-wolf0
Post
Topic
Board Gambling
Re: Cloudbet.com - LIVE NBA BETTING | sportsbook and casino
by
tccd
on 12/11/2014, 20:41:44 UTC
The event should be visible. They can limit the bets without hiding the event. Here is an example:

http://store.picbg.net/pubpic/BA/2C/8b5d9dad4198ba2c.png
Post
Topic
Board Gambling
Re: Cloudbet.com - LIVE NBA BETTING | sportsbook and casino
by
tccd
on 12/11/2014, 19:26:13 UTC
Its not offered in the list of bets now.

http://store.picbg.net/pubpic/FD/BF/313fe859d07ffdbf.png
Post
Topic
Board Gambling
Re: Cloudbet.com - LIVE NBA BETTING | sportsbook and casino
by
tccd
on 12/11/2014, 15:45:41 UTC
Why event number 125432 (Wladimir Klitschko v Kubrat Pulev) is not visible to bet now?
Post
Topic
Board Mining support
Re: [GUIDE] BitFury Miner Support/Tuning
by
tccd
on 25/09/2013, 19:19:19 UTC
Wow, the new version of chainminer is magic. With stock version one of my chips was always with zero nonce rate, no mater what speed I set, so I disabled it. With the new version all my chips are OK and autotune is working fine.
Post
Topic
Board Pools
Re: [65000 GH/s] Slush's Pool (mining.bitcoin.cz); TX FEES + UserDiff; ASIC tested
by
tccd
on 16/09/2013, 07:52:41 UTC
I am pulling my BF from Slush's. Sad
From BitFury page I am hitting 36-39GH/s (running 24/7 obviously)
Lately there have been to many instances where BF is reporting 36Gh lets say ans Slush's is saying my reward is not what is should be.
My only temporary fix for this was to restart my miner every few hours or when I catch the rewards levels drifting off to where I know it's a problem somewhere.
(I am going to test a few days with Bitminter to see if any difference. The last 30min it's been 37 to 40Gh.)

Let the test begin.


#   Block found at   Duration   Total shares   Your shares   Your BTC reward   Block #   Block value   Validity
20058   2013-09-15 17:29:19   0:13:43   12548741   6854   0.01344081   258178   25.19760381    73 confirmations left
20057   2013-09-15 17:15:36   0:30:45   27923822   15687   0.01340737   258176   25.03930960    71 confirmations left
20056   2013-09-15 16:44:51   1:41:51   92542754   53523   0.01400364   258172   25.17849582    67 confirmations left
20055   2013-09-15 15:03:00   0:28:30   25660964   8143   0.00795845   258164   25.10434846    59 confirmations left
20054   2013-09-15 14:34:30   3:54:12   212791583   113196   0.00777608   258159   25.08676663    54 confirmations left
20053   2013-09-15 10:40:18   2:36:46   141656128   82434   0.01397730   258135   25.18045046    30 confirmations left
20052   2013-09-15 08:03:32   1:00:39   54904212   33131   0.01343850   258117   25.02893680    12 confirmations left
20051   2013-09-15 07:02:53   4:03:00   218937938   126283   0.01426751   258108   25.32093276    3 confirmations left
20050   2013-09-15 02:59:53   5:12:41   284428611   135114   0.01408910   258072   25.12901062    confirmed
20049   2013-09-14 21:47:12   2:13:35   122161653   56129   0.00753105   258034   25.14307541    confirmed
20048   2013-09-14 19:33:37   0:50:57   46401717   27014   0.01465370   258015   25.01535462    confirmed
20047   2013-09-14 18:42:40   0:13:34   12502023   6850   0.01222630   258003   25.07640000    confirmed
20046   2013-09-14 18:29:06   0:02:01   1829874   929   0.01257313   258001   25.03120000    confirmed
20045   2013-09-14 18:27:05   1:37:26   88768628   41450   0.01300920   258000   25.09370015    confirmed
20044   2013-09-14 16:49:39   0:31:22   28885734   16083   0.01064981   257982   25.24410730    confirmed
20043   2013-09-14 16:18:17   2:17:04   122606366   52388   0.01310560   257979   25.25859928    confirmed
20042   2013-09-14 14:01:13   0:34:28   29963805   18377   0.01397606   257961   25.08078998    confirmed
20041   2013-09-14 13:26:45   3:19:09   170795001   77586   0.01602968   257953   25.09193760    confirmed


#   Block found at   Duration   Total shares    Your shares    Your BTC reward    Block #   Block value   Validity
20061    2013-09-16 05:16:58    1:14:04    66928719    49531    0.02453905    258271    25.17486378    85 confirmations left
20060    2013-09-16 04:02:54    2:42:23    146349338    4333    0.00076529    258261    25.11184913    75 confirmations left
20059    2013-09-16 01:20:31    7:51:12    427752608    384437    0.00074610    258243    25.33121055    57 confirmations left
20058    2013-09-15 17:29:19    0:13:43    12548741    12495    0.02438421    258178    25.19760381    confirmed
20057    2013-09-15 17:15:36    0:30:45    27923822    26600    0.02210033    258176    25.03930960    confirmed
20056    2013-09-15 16:44:51    1:41:51    92542754    87780    0.02440325    258172    25.17849582    confirmed
20055    2013-09-15 15:03:00    0:28:30    25660964    23275    0.02137285    258164    25.10434846    confirmed
20054    2013-09-15 14:34:30    3:54:12    212791583    203525    0.02038170    258159    25.08676663    confirmed
20053    2013-09-15 10:40:18    2:36:46    141656128    133525    0.02343147    258135    25.18045046    invalid
20052    2013-09-15 08:03:32    1:00:39    54904212    53235    0.02388774    258117    25.02893680    confirmed
20051    2013-09-15 07:02:53    4:03:00    218937938    209965    0.02502974    258108    25.32093276    confirmed

Same here. I restarted the mining proxy to fix it.
Post
Topic
Board Service Announcements
Re: [ANN] Bitfury ASIC sales in EU and Europe
by
tccd
on 04/09/2013, 21:32:23 UTC
I have one suspicious chip too:

http://img28.imageshack.us/img28/8028/ojwe.png

Look at number 16 on board 1. Just tried spiccioli's 50 value but the noncerate is still 0 for this chip.
Post
Topic
Board Service Announcements
Re: [ANN] Bitfury ASIC sales in EU and Europe
by
tccd
on 04/09/2013, 04:32:46 UTC
What is the IP address of the web interface of the Rpi

You can see it in your router's web interface -> DHCP Clients List.
Post
Topic
Board Service Announcements
Re: [ANN] Bitfury ASIC sales in EU and Europe
by
tccd
on 03/09/2013, 18:12:08 UTC
I received my starter kit today. I am running it now (about 41 GH/s) without any fan and the ambient temperature is 24C. Do I have to be concerned or running without any fans with a kit with just 2 H-boards is not a problem?