Bitcoin Forum
May 23, 2024, 05:14:00 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 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 »
2141  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BETA][EXCHANGE][REALTIME] CoinEX realtime exchange on: March 30, 2014, 10:36:45 PM
Shouldn't you have wiped the orderbooks though? The people not paying attention or sleeping will get screwed.

I placed an order, it may get filled, it may stand & wait.  How does that screw me?

You placed it based on information that's nearly two weeks old. That may be okay with you, but the right thing to do would be to wipe out the order books before resuming trading.
2142  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BETA][EXCHANGE][REALTIME] CoinEX realtime exchange on: March 30, 2014, 09:53:18 PM
Shouldn't you have wiped the orderbooks though? The people not paying attention or sleeping will get screwed.
2143  Alternate cryptocurrencies / Announcements (Altcoins) / Re: !<~~~~~[ANN] BatCoin! NOW @Cryptsy [KGW][ANN]~~~~~>! on: March 30, 2014, 08:47:26 PM

...and then what? Can't get coins out of the cryptorush.
2144  Bitcoin / Hardware / Re: [ANN] US/North American Bitfury sales NEW STOCK ***NOW SHIPPING*** on: March 30, 2014, 07:41:30 PM
True enough about the sd cards, sandisk + proper shutdown and they never seem to corrupt. I've yet to have one flake out on 12 rigs. The wobble thing is a very fair criticism though. Never should've been set up with that silly connector.

I just wish the stratum proxy worked as failover (if primary pool fails, go to backup, so on), instead of splitting work.

Just chuck chainminer and that proxy and run cgminer.


Can anyone confirm cgminer working with V2.2 H-cards? I followed instructions found elsewhere in the forum, compiled from a certain github repo (can't find link right now) with --enable-bab and running cgminer did not hash, just gave spi errors. If I could get cgminer going for my V3 m/V2.2 H rig, I'd be very very happy   Smiley

All of my hcards are v2 and running cgminer. Just nano driver-bab.c and change this:

#define BAB_SPI_SPEED 96000

to this:

#define BAB_SPI_SPEED 625000

run make again and you're gold.

These options can be passed to cgminer on startup:

--bab-options <arg> Set BaB options max:def:min:up:down:hz:delay:trf

As mentioned above bfgminer also works with --enable-bfsb, but cgminer autotunes bitfury, uses far less of the rpi's weak cpu, and runs much better imo.

I tried that but it seems that hashrate is consistently lower than with chainminer. I've got v2.3 h-cards. The v1.2 h-cards run on average about the same as with chainminer - or so it seems. I should mention that I did not change the SPI SPEED value for the v1.2 h-cards rigs only for the v2.3.


Maybe I should let cgminer tune for a longer period of time?

Watch the hw error rate. Cgminer is set to 1.0% tuneup and 10.0% tunedown so it wipes out huge numbers of hw errors. The mechanism it uses to do this is the osc so it's tuning chips all the way down to speed 32 over time. This causes power efficiency to improve dramatically over time, but if you don't want it to do that or you want it to do it in moderation then simply pass different values to cgminer at startup via the --bab-options parameter mentioned above. It's extremely flexible and capable of matching chainminer's performance.
2145  Bitcoin / Hardware / Re: [ANN] US/North American Bitfury sales NEW STOCK ***NOW SHIPPING*** on: March 30, 2014, 07:37:49 PM
I tried changing the SPI_SPEED on my v1.2 cards, and it just gives me "BaB delay getting work" when it starts up.

Change line 1663 in driver-bab.c from "false" to "true". Don't forget to run make again.
2146  Alternate cryptocurrencies / Mining (Altcoins) / Re: GUIMiner-scrypt: A GUIMiner fork for mining scrypt chains on: March 30, 2014, 05:32:58 PM
It creates batch files in the directory of the associated mining program.

Could you explain what you just said? Like I have no idea how to comprehend tech language.

Not entirely sure how to make it more clear, but I'll give it a shot.

When you create a miner in guiminer scrypt, enter your credentials, devices, settings, extra flags etc, and then start mining, guiminer creates a .bat file in the relevant mining program's directory. This is the mechanism that directs the mining program.

Perhaps a pic will help? This is the /guiminer-scrypt/cgminer directory on a win7 x64 machine.

2147  Alternate cryptocurrencies / Mining (Altcoins) / Re: GUIMiner-scrypt: A GUIMiner fork for mining scrypt chains on: March 30, 2014, 05:25:30 AM
It creates batch files in the directory of the associated mining program.
2148  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BETA][EXCHANGE][REALTIME] CoinEX realtime exchange on: March 30, 2014, 03:41:11 AM
Insurance as we are paying fees!! what do they get used for!



Glad I didn't have much at this pathetic excuse for an exchange. Coinex can gth and take cryptorush with them.
2149  Bitcoin / Hardware / Re: [ANN] US/North American Bitfury sales NEW STOCK ***NOW SHIPPING*** on: March 30, 2014, 02:19:42 AM
True enough about the sd cards, sandisk + proper shutdown and they never seem to corrupt. I've yet to have one flake out on 12 rigs. The wobble thing is a very fair criticism though. Never should've been set up with that silly connector.

I just wish the stratum proxy worked as failover (if primary pool fails, go to backup, so on), instead of splitting work.

Just chuck chainminer and that proxy and run cgminer.


Can anyone confirm cgminer working with V2.2 H-cards? I followed instructions found elsewhere in the forum, compiled from a certain github repo (can't find link right now) with --enable-bab and running cgminer did not hash, just gave spi errors. If I could get cgminer going for my V3 m/V2.2 H rig, I'd be very very happy   Smiley

All of my hcards are v2 and running cgminer. Just nano driver-bab.c and change this:

#define BAB_SPI_SPEED 96000

to this:

#define BAB_SPI_SPEED 625000

run make again and you're gold.

These options can be passed to cgminer on startup:

--bab-options <arg> Set BaB options max:def:min:up:down:hz:delay:trf

As mentioned above bfgminer also works with --enable-bfsb, but cgminer autotunes bitfury, uses far less of the rpi's weak cpu, and runs much better imo.
2150  Alternate cryptocurrencies / Announcements (Altcoins) / Re: !<~~~~~[ANN] BatCoin! NOW @Cryptsy [KGW][ANN]~~~~~>! on: March 29, 2014, 04:35:51 PM
can you transfer ltc out of cryptorush.in?
2151  Bitcoin / Project Development / Re: Haasonline Simple Trade Bot For BTCe and Bitstamp[Main topic] on: March 29, 2014, 12:07:32 PM
Thanks Stephan, haven't had a parsing error since updating to 0.9.9.2.
2152  Economy / Securities / Re: [Active Mining] The UNofficial Active Mining Discussion Thread [UNmoderated] on: March 29, 2014, 04:17:29 AM
Well then it's just a couple of scammy companies colluding:

http://digitaljournal.com/pr/1819167

Deans & Lyons Lawyers Obtain a TRO against HashFast Technologies, "Freezing" its Bitcoin Wallets
2153  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][TomPool][Multipool - SHA256 & Scrypt - DEM/GLD/GME/MNC/SXC/UNO/ZET...] on: March 29, 2014, 04:10:29 AM
Hey Tommo, I dunno how feasible this is, but perhaps you could reach out to doublec, the op over at mmpool.bitparking.com. The difficulty increases are leaving that terrific btc DGM pool behind. If there was someway you could share hashing power when alts are down it may benefit both your pools.

https://bitcointalk.org/index.php?topic=57148.0
2154  Bitcoin / Hardware / Re: HashFast announces specs for new ASIC: 400GH/s on: March 29, 2014, 04:02:01 AM
http://digitaljournal.com/pr/1819167

Deans & Lyons Lawyers Obtain a TRO against HashFast Technologies, "Freezing" its Bitcoin Wallets
Posted from Bitcointa.lk - #EiSnJ07GtWCWlpdE


Interesting... very interesting. I wonder if the same could be applied to BFL.

Probably. Then there's cointerra...and amc/vmc. Actually someone should just shut down all the scammy american manufacturers. None of em are worth crap.
2155  Bitcoin / Hardware / Re: [ANN] US/North American Bitfury sales NEW STOCK ***NOW SHIPPING*** on: March 29, 2014, 03:57:26 AM
True enough about the sd cards, sandisk + proper shutdown and they never seem to corrupt. I've yet to have one flake out on 12 rigs. The wobble thing is a very fair criticism though. Never should've been set up with that silly connector.

I just wish the stratum proxy worked as failover (if primary pool fails, go to backup, so on), instead of splitting work.

Just chuck chainminer and that proxy and run cgminer.
2156  Bitcoin / Hardware / Re: The Habanero Project - Third Party HF Mining Board on: March 29, 2014, 12:27:04 AM
oh brother
2157  Bitcoin / Hardware / Re: HashFast announces specs for new ASIC: 400GH/s on: March 29, 2014, 12:24:04 AM
see they can easily return my btc
2158  Bitcoin / Hardware / Re: The Habanero Project - Third Party HF Mining Board on: March 28, 2014, 11:49:25 PM
You guys may be interested in this:

http://digitaljournal.com/pr/1819167

Deans & Lyons Lawyers Obtain a TRO against HashFast Technologies, "Freezing" its Bitcoin Wallets

https://bitcointalk.org/index.php?topic=262052.msg5958081#msg5958081

I suggest a different business partner.


Doubtful seems more like a media PR for the law firm considering no other sources...

I hope you're kidding...

http://www.prnewswire.com/news-releases/deans--lyons-lawyers-obtain-a-tro-against-hashfast-technologies-freezing-its-bitcoin-wallets-252963991.html

http://www.news.nom.co/deans-amp-lyons-lawyers-obtain-a-tro-8619549-news/

http://www.wfmj.com/story/25104230/deans-lyons-lawyers-obtain-a-tro-against-hashfast-technologies-freezing-its-bitcoin-wallets

Hashfast is staffed by crooks. Don't do business with them. I don't need an article to tell me this, because I sent hashfast 51btc for a product last september. A product to be delivered last November. A product I still do not have.
2159  Bitcoin / Mining support / Re: BITMAIN Antminer support and OverClocking thread on: March 28, 2014, 11:14:10 PM
I could have been more clear.

According to Kano, there was no code to disable or throttle the s1 in an overheat situation prior to the latest cgminer bitmain release(4.2).

Feb 07 firmware had cgminer v3.12 I believe.
2160  Bitcoin / Hardware / Re: HashFast announces specs for new ASIC: 400GH/s on: March 28, 2014, 10:53:03 PM
It works with some issues. Icedrill is running sierras.

I'd be able to tell you a whole lot more if I had the sierra I paid for last frickin september.
Pages: « 1 ... 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!