Bitcoin Forum
May 28, 2024, 02:22:00 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 [21]
401  Bitcoin / Group buys / Re: [OPEN] ASICMiner Tube Group Buy #1 on: August 18, 2014, 01:33:07 PM
CanaryInTheMine,
Lining up PSU etc. and I noticed that in the unit that Dogie does the guide on a separate barrel type power connector like used on some lcd screens is needed for the controller card. Is that the case for this one. Trying to have everything in place for before ships, thanks.
Here's the response from ASICMiner:

"its 12V 1A,     2.1mm  (actually 2.5mm is also available ,its compatible)"

This is for the ethernet controller?
Yes.  You could get an adapter from 6 pin pcie to barrel or from molex to barrel. Buyahash store sells them and you can always make your own and run from the same PSU powering the Tube.
You may also have an adapter from a switch/router etc... As long as it's 12 v out, minimum 1amp.


presumably this was the right part: https://buyahash.com/shop/molex-4-pin-gridseed-power-plug-2-1mm-dc-barrel-plug/

??
402  Bitcoin / Group buys / Re: [OPEN] ASICMiner Tube Group Buy #1 on: August 17, 2014, 05:01:21 PM
CanaryInTheMine,
Lining up PSU etc. and I noticed that in the unit that Dogie does the guide on a separate barrel type power connector like used on some lcd screens is needed for the controller card. Is that the case for this one. Trying to have everything in place for before ships, thanks.
Here's the response from ASICMiner:

"its 12V 1A,     2.1mm  (actually 2.5mm is also available ,its compatible)"

This is for the ethernet controller?
403  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: August 16, 2014, 06:13:21 PM
I wont keep quoting the above but badman's develop branch is working well for me now with 4-5% speedups over the v5_0 branch.

@bullus I'm also running 7950s. What are you settings and hashrates? I'm currently pulling 2424-2435 khs per card @ 1025 engine / 1250 mem on x15 using:

"hamsi-expand-big" : "7",
"hamsi-short" : true,
"blake-compact" : true,
"keccak-unroll" : "8",
"luffa-parallel" : true,

Not sure if these are the right settings for this card or not. It's about 5.2% faster than the v5_0 branch, but there might be room for optimization. I'll probably fiddle around with it throughout the week.
404  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: August 16, 2014, 04:59:36 PM
OK I got it running. What I had to do was cherry pick 3 commits to bring develop branch up to even with v5_0 branch. I was having the same segfault with the sgminer-dev/sgminer:develop as with your badman74/sgminer:develop branch.

The commits I cherry picked were:

82b5320 - https://github.com/badman74/sgminer/commit/82b5320f36913f3c330633021a4800ce89c4ccc2#diff-d41d8cd98f00b204e9800998ecf8427e

dbe0263 - https://github.com/badman74/sgminer/commit/dbe0263c2d9d12d2595d2aece69d1d1d5d22ed5e#diff-d41d8cd98f00b204e9800998ecf8427e

3ddffaa - https://github.com/badman74/sgminer/commit/3ddffaa915add904d0bfedd25b2b5383cff9035f#diff-d41d8cd98f00b204e9800998ecf8427e

I don't really know how to merge those commits back over into the develop branches of your repo or the sgminer-dev repo on github and I don't want to mess anything up so if you can check that out, let me know.

So far, without any additional config changes over my v5_0 binaries I am seeing 2-4% increase in hash rates.

Would you mind summarizing the new config options I should be trying out? and which values you think are best? (my cards are 7950s and R9 270 non-x)
ok those commits are merged to my develop branch
also fixed sifcoin and groestlcoin
i think that was all of the ones i broke....

Code:
"hamsi-expand-big" : "7", 
"hamsi-short" : true,
"blake-compact" : true,
"keccak-unroll" : "8",
"luffa-parallel" : true,
are the speedups for 290(x) my older cards need all of them set to false or 0
each combination should build a different bin if it will make a change so just try different things

Do I set in the main settings? or in the pool? or profile? or ...?
405  Economy / Service Announcements / Re: [ANN] NiceHash.com - innovative professional cryptocurrency cloud mining service on: August 16, 2014, 03:46:19 PM
I totally agree with you...

Profit on Nicehash has been less then other multipool in the last few days

On the SHA-256 side I have never made as much as the calc have said i should except on Nicehash.  Thanks Nicehash!

this is how you set your prices as a seller.

https://www.nicehash.com/?p=faq#faqs4

Just use pool fail over and the sellers can easily control the price. If you want more and you all set the price high enough then it will move.  It would have to be a coordinated effort.

I suggest we don't sell unless the price on SHA-256 is .03/Thash

;-)

Fahlcor

re: setting the price, that's a good point. If sellers have some home-made tools for calculating and setting prices via config files it'd be great if they could share with other sellers. I have a spreadsheet that's a little messy right now, but I am gonna work on cleaning it up and sharing it with all. Not quite automatic, but it just requires you input a target price in USD for bitcoin, electrical cost per kwh, electrical use per algo per rig, and hashrate per algo per rig. It spits out a full, valid config string, per pool, that you can copy-paste into a config file.

I suppose I can convert this into a batch file at some point, but my time is limited unfortunately.
406  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: August 16, 2014, 12:12:06 PM
OK I got it running. What I had to do was cherry pick 3 commits to bring develop branch up to even with v5_0 branch. I was having the same segfault with the sgminer-dev/sgminer:develop as with your badman74/sgminer:develop branch.

The commits I cherry picked were:

82b5320 - https://github.com/badman74/sgminer/commit/82b5320f36913f3c330633021a4800ce89c4ccc2#diff-d41d8cd98f00b204e9800998ecf8427e

dbe0263 - https://github.com/badman74/sgminer/commit/dbe0263c2d9d12d2595d2aece69d1d1d5d22ed5e#diff-d41d8cd98f00b204e9800998ecf8427e

3ddffaa - https://github.com/badman74/sgminer/commit/3ddffaa915add904d0bfedd25b2b5383cff9035f#diff-d41d8cd98f00b204e9800998ecf8427e

I don't really know how to merge those commits back over into the develop branches of your repo or the sgminer-dev repo on github and I don't want to mess anything up so if you can check that out, let me know.

So far, without any additional config changes over my v5_0 binaries I am seeing 2-4% increase in hash rates.

Would you mind summarizing the new config options I should be trying out? and which values you think are best? (my cards are 7950s and R9 270 non-x)
407  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: August 16, 2014, 04:17:40 AM
Still segfaulting on start.

If it helps, I am on ubuntu 14.04 64-bit.
408  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: August 15, 2014, 10:53:56 PM
OK I tried compiling after cloning this:

https://github.com/badman74/sgminer/tree/develop

but replacing kernel/whirlpool.cl with the one here:

https://github.com/sgminer-dev/sgminer/blob/develop/kernel/whirlpool.cl

but when I run sgminer I get a segfault before it even tries to build the .bin files.

Also tried running with only -n and it was fine.

Did I pull from all the right places and replace the right files?
409  Economy / Scam Accusations / Re: Scammer trying to impersonate me on: August 15, 2014, 09:17:12 PM
I can confirm this. The scammer PM'd me. Luckily I was smart enough to use info from the group buy thread, not the PM, otherwise he woulda got me.

410  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: August 15, 2014, 09:08:52 PM
@badman74 which branch in your github repo should I be compiling to get your latest performance mods?
Develop branch but currently x15 is broken.... to fix it get whirlpool.cl from an older version or from the official repo this should fix everything but whirlcoin

So if I replace whirlpool.cl everything works except whirlcoin?
I believe so as only whirl coin and x15 use whirlpool.cl (I didn't realize x15 used it before I added whirlcoin so I made some changes to get whirlcoin to work for me)
I will try to get it updated this weekend

OK so I guess what I'm wondering is if X15 is broken on your current dev branch even after replacing whirlpool.cl? I'm guessing not?
411  Bitcoin / Group buys / Re: [OPEN] ASICMiner Tube Group Buy #1 on: August 15, 2014, 08:38:02 PM
thanks for letting me know!  I marked that profile as a scammer.
Please help me by marking with negative trust.  Especially those of you who are in the default trust list via me or other default trust member.

I guess it was bound to happen eventually.  Most reputable sellers have had scamming attempts and today is my turn.  So please don't fall for it.  The payment address I use is right in OP and not sent via PMs.

Scammer profile: https://bitcointalk.org/index.php?action=profile;u=366381

I'm interested in one MIner Cheesy


and BTW:
There's a Faker named "CanarylnTheMine"
(the i is a little L)

His Profile:
https://bitcointalk.org/index.php?action=profile;u=366381


the right name is "CanaryInTheMine".




Greets
newfrozzen Smiley


Wow I dodged a bullet. Was wondering why you'd send a different payment address in a PM compared to the one in the thread.
412  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: August 15, 2014, 07:45:04 PM
@badman74 which branch in your github repo should I be compiling to get your latest performance mods?
Develop branch but currently x15 is broken.... to fix it get whirlpool.cl from an older version or from the official repo this should fix everything but whirlcoin

So if I replace whirlpool.cl everything works except whirlcoin?
413  Economy / Computer hardware / Re: [WTB] 8 Used 7950's on: August 15, 2014, 07:19:49 PM
Haha totally read the date wrong. Thought it said 2014.

 Cool
414  Economy / Computer hardware / Re: [WTB] 8 Used 7950's on: August 15, 2014, 03:06:12 PM
If you are still looking, I have 3X Sapphire AMD Radeon HD 7950 cards to sell. They are all the 3GB models with BOOST technology.

Here is the product description on Sapphire website:

http://www.sapphiretech.com/presentation/product/?cid=1&gid=3&sgid=1157&pid=1841&psn=&lid=1&leg=0
415  Bitcoin / Group buys / Re: [OPEN] ASICMiner Tube Group Buy #1 on: August 14, 2014, 11:25:13 PM
Count me in for one. Will send funds this evening. Can I hold off on shipping label until you figure out the right box size?
416  Bitcoin / Group buys / Re: [OPEN] ASICMiner Tube Group Buy #1 on: August 14, 2014, 08:04:47 PM
Pretty interested in this. What all is needed aside from what'd come in the package? a PSU and ethernet cable I suspect... anything else?
417  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner on: August 13, 2014, 10:53:53 PM
@badman74 which branch in your github repo should I be compiling to get your latest performance mods?
418  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][POOL][X11][X13] Auto profit switch with exchange - YAAMP.COM on: August 10, 2014, 02:37:54 PM
they already have x15
419  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][POOL][X11][X13] Auto profit switch with exchange - YAAMP.COM on: August 09, 2014, 09:58:42 PM
is there a way to have identifiers for each miner mining on the same address?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!