Bitcoin Forum
September 28, 2025, 01:09:09 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 »
1  Other / CPU/GPU Bitcoin mining hardware / Re: Bricked 5970 XFX Black Edition on: August 14, 2012, 07:49:36 AM
if atiflash doesn't see the card, you could try this http://www.techpowerup.com/forums/showthread.php?t=115240
2  Other / Archival / Re: deleted on: July 25, 2012, 02:06:51 AM
Couldn't this be easily stopped if there was a limit on the difference between two blockchain heights was put into effect? because as far as I know the litecoin client currently accepts the longest chain as the most valid one. So this would prevent something I would call "chain hopping" on the client.

uh......no

Because you "plan" to have more than 50% of the network. But this would stop the current miners from moving to your chain, would it not?
3  Other / Archival / Re: deleted on: July 25, 2012, 01:51:17 AM
Couldn't this be easily stopped if there was a limit on the difference between two blockchain heights was put into effect? because as far as I know the litecoin client currently accepts the longest chain as the most valid one. So this would prevent something I would call "chain hopping" on the client.
4  Economy / Computer hardware / Re: WTS 3 x Sapphire Radeon HD 6990 4GB (shipping worldwide) on: July 23, 2012, 02:05:03 AM

His linked ICQ profile link says he is russian.
5  Alternate cryptocurrencies / Altcoin Discussion / Re: ATTN Litecoin GPU Miners - Scrypt support for cgminer on: July 22, 2012, 11:38:59 PM
put that in run line and it's working but incredibly slow... even with 13 intensity..

RTFT
6  Alternate cryptocurrencies / Altcoin Discussion / Re: [WTS] (3x) Radeon 5850, (1x) Radeon 5770 on: July 22, 2012, 06:40:44 PM
I think you got the wrong subforum. Computer hardware is over here ->>> https://bitcointalk.org/index.php?board=75.0
7  Alternate cryptocurrencies / Altcoin Discussion / Re: ATTN Litecoin GPU Miners - Scrypt support for cgminer on: July 21, 2012, 03:23:57 PM
what configure flag does scrypt need?

it is --enable-scrypt
8  Alternate cryptocurrencies / Altcoin Discussion / Re: ATTN Litecoin GPU Miners - Scrypt support for cgminer on: July 20, 2012, 11:26:31 PM
have you tried just using reaper with those setting? and not just its kernel, although it shouldn't make a difference.
9  Alternate cryptocurrencies / Altcoin Discussion / Re: ATTN Litecoin GPU Miners - Scrypt support for cgminer on: July 20, 2012, 08:20:40 PM
Atm the reaper opencl code sucks. My 5870 generates about 420kh/s, to use as a reference. So it should be getting like 6-700 or more from a 7970.
But how many accepted shares does it generate at that alleged hashrate?

According to the pool, about 55k accepted since the night of July 18th ( almost 3 days now) but I also game on this box. I also have a tri 5970 rig that has 250k+ accepted shares. I've found that the thread concurrency switch in reaper has a lot to do with stales/invalids. Also the calculated pool speed is usually +/- 10% of 420, right now at 436.
10  Alternate cryptocurrencies / Altcoin Discussion / Re: ATTN Litecoin GPU Miners - Scrypt support for cgminer on: July 20, 2012, 04:43:01 PM
Atm the reaper opencl code sucks. My 5870 generates about 420kh/s, to use as a reference. So it should be getting like 6-700 or more from a 7970.
11  Economy / Computer hardware / Re: [Tigerdirect] New Visiontek 7970 + 6 games $370 no MIR on: July 18, 2012, 06:22:41 PM
That's a nice find.
12  Bitcoin / Bitcoin Discussion / Re: Should a bitcoinica clone be put online ? on: July 15, 2012, 07:16:44 AM
Would it be possible to hold bitcoins and use them to trade in a way like how blockchain.info has their wallet service setup? This would put everyone who deposits money in control of their own money in case the site goes down. If it is hacked, the private keys could be revealed so you would need to do the interaction with the wallet client-side. The downsides to this are that if the site goes down, the money in open positions (which would have to be moved from the clients wallet to a communal one) could be lost, and it would lead to massive bloat on the blockchain. To be effective (if ignoring bloat) the system would have to rely on 0 confirmation transactions.
13  Bitcoin / Bitcoin Discussion / Re: Bitcoinica MtGox account compromised on: July 14, 2012, 12:49:43 PM
The question remains why there hasnt been a police report initiated by the owners of bitcoinica. Shouldnt it be them and not yourself that initiates such a thing ? When else do you arbitrarily "inform the police " without the actual people involved doing it ?

We are still discussing this with our legal counsel actually, however filing the theft details pre-emptively from our side may make things easier and faster, and may protect us and our other customers too.

Japan local time when post was:

7:45 AM
Saturday, July 21, 2012
( observing Standard Time )


(Sorry for the 12pt font size)

~Bruno~


Last time I checked, Japan is not a week in the future.
14  Bitcoin / Bitcoin Discussion / Re: Personal contribution of 5,000 BTC to affected Bitcoinica customers on: July 13, 2012, 05:20:59 PM
That's a nice looking website.
15  Bitcoin / Bitcoin Discussion / Re: Class action Litigation vs. Bitcoinica Consultancy LTD & Intersango LTD on: July 13, 2012, 05:06:51 PM
I only had 50btc there to collect interest. It isn't much but I'd like it back.
16  Alternate cryptocurrencies / Altcoin Discussion / Re: ATTN Litecoin GPU Miners - Scrypt support for cgminer - Bounty required on: July 12, 2012, 05:14:18 PM
From a GPU point of view I suspect it would probably just be a --kernel option
(and the kernels would have to have extra info about verifying shares)
The extra scrypt GPU options may or may not be necessary - I'm sure he'd work that out.

Of course, as the README already says, and has said for a very long time, you wouldn't be able to mine 2 different coins in one cgminer instance.

The current reaper cl file will do >400KH/s on a 6950 mining solo using the linux code
I tried that a few weeks ago when that represented 6 blocks a day - I got 3 blocks in ~12 hours
Now I guess that would be 1 or 2 blocks a day.

When I tried that on a pool it dropped to a bit over 220KH/s
So yes the linux reaper code dealing with talking to a pool is ... well ... crap Smiley

The side effect of adding scrypt to cgminer GPU mining will certainly be to make CPU mining even more pointless on LTC.

The specific part of the code that is crap is the logic for submitting shares. It stops a sharethread until it gets a response from the pool. To fix this you could
either rewrite the logic surrounding the threading (ie. just make a thread per piece of work when it is finished and leave it to itself) or you try increasing sharethreads.
Also try other pools, like ones that are close from a latency standpoint to you. But cgminer for litecoin would still be great.
17  Economy / Computer hardware / Re: [WTB] Your BFL mini rig order on: July 12, 2012, 02:59:14 PM
your farm hit a TH yet giga?
18  Alternate cryptocurrencies / Altcoin Discussion / Re: ATTN Litecoin GPU Miners - Scrypt support for cgminer - Bounty required on: July 12, 2012, 11:49:02 AM
If it was part of the main branch, it would be easiest to make people run it with a flag like --litecoin-mode or something. Its the least intrusive suggestion I could come up with in 10 seconds.
19  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][LTC][Pool][PPS]notroll.in PPS Pool 4.8% on: July 11, 2012, 04:05:05 PM
Threw in 8 Khs or so.... how can you afford the pps rate? 0.00200439512649220000??
Litecoinpool.org being the only other pps pool only pays out 0.00012501.

Am i missing something hear only a realitive noob could miss?

I can't be sure but litecoinpool uses share with a difficulty of 1 were as this pool im guessing has share at a higher difficulty.
20  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][LTC][Pool][PPS]notroll.in PPS Pool 4.8% on: July 11, 2012, 03:55:27 PM
Nice, sent some hashpower your way. Is the worker tail supposed to be on a second line?
Pages: [1] 2 3 4 5 6 7 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!