Bitcoin Forum
May 28, 2024, 12:55:48 PM *
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 22 23 24 25 26 27 28 29 30 [31] 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 ... 87 »
601  Bitcoin / Hardware / Re: DIY PCB with AVAlON - [Documentation ready Mid April!!!!] on: April 15, 2013, 10:27:27 PM
But i guess there will be anyway many big miners that will buy a coupld 100k chips and wait then for the DIY-Plans.

A big miner buying this many chips won't "wait for DIY plans". He will hire an engineer (or himself) to design the whole device.
602  Bitcoin / Bitcoin Discussion / Re: How to deal with haters in positions of authority? on: April 15, 2013, 08:32:52 AM
On certain boards the topics are immediately crushed/deleted/warnings handed out just for mentioning what they claim is a "pyramid scheme"...I'm actual quite surprised by this huge amount of inexplicable aggression towards bitcoin by some people.

With all the recent press about Bitcoin, it is easy to point misinformed people to media giving it legitimacy:

- Bloomberg TV: https://www.youtube.com/watch?v=CdVVECKKSXo
- NY Times: http://dealbook.nytimes.com/2013/04/11/as-big-investors-emerge-bitcoin-gets-ready-for-its-close-up/
- CNBC: http://www.youtube.com/watch?v=y1POVoi9NPk
603  Bitcoin / Bitcoin Discussion / Re: Satoshi's Fortune lower bound is 100M USD(DEBATE GOING ON, DO NOT TWEET!) on: April 15, 2013, 07:33:21 AM
deepceleron: are you saying bitcoin 0.1.0 launched 1 miner thread per socket instead of 1 per core? If that is the case, for all we know, Satoshi may have been running, say, 4 instances of bitcoin on a quad-core machine. Or maybe he was running 4 Bitcoin VMs. These multiple instances must have been needed by him anyway, if only to test the network code.

The bottom line is that I showed a single $200 processor released in 2008 was able to account for 5 Mhash/s with the crypto++ code used back then. So if there were other users, either they were mining with extremely weak processors (10-year-old Pentium III), or they were not mining 24/7.
604  Economy / Service Discussion / Re: MtGox announcement on DDoS attack on: April 15, 2013, 07:18:44 AM
I have not seen this posted anywhere, but the person who DDoS'd mtgox is known as "skynetbnet" per his twitter account: https://community.rapid7.com/community/infosec/blog/2013/04/12/botnets-and-the-war-on-bitcoin
605  Bitcoin / Bitcoin Discussion / Re: Satoshi's Fortune lower bound is 100M USD on: April 15, 2013, 06:09:21 AM
Do you have solid proof that this is the case? That nothing was tweaked to improve the speed of CPU generation? No one should be in the habit of taking someone's word for it.

Yes. Bitcoin 0.1.0 does the double hash here:

Code: (bitcoin-0.1.0/main.cpp)
        loop
        {
            BlockSHA256(&tmp.block, nBlocks0, &tmp.hash1);
            BlockSHA256(&tmp.hash1, nBlocks1, &hash);
            if (hash <= hashTarget)

And BlockSHA256 converts to the correct endianness, and calls the crypto++ routine CryptoPP::SHA256::Transform.

As to Bitcoin 0.3.24 the double hash is:

Code: (bitcoin-0.3.24/main.cpp)
    for (;;)
    {
        // Crypto++ SHA-256
        // Hash pdata using pmidstate as the starting state into
        // preformatted buffer phash1, then hash phash1 into phash
        nNonce++;
        SHA256Transform(phash1, pdata, pmidstate);
        SHA256Transform(phash, phash1, pSHA256InitState);

        // Return the nonce if the hash has at least some zero bits,
        // caller will check if it has enough to reach the target
        if (((unsigned short*)phash)[14] == 0)
            return nNonce;

And SHA256Transform merely calls memcpy to init the state, and calls the same crypto++ routine: CryptoPP::SHA256::Transform. Because it is the same, I do not expect any significant performance difference between 0.1.0 and 0.3.24. I have a mirror of the 0.1.0 code if you want to try compiling it: http://www.zorinaq.com/pub/
606  Bitcoin / Bitcoin Discussion / Re: Satoshi's Fortune lower bound is 100M USD on: April 15, 2013, 05:06:55 AM
And they were, compared to current software on current hardware Sergio spent a lot of time here arguing about numbers like 7.5MH/s on a single desktop. It's _laughable_.

Time to end this debate with cold hard facts.

I just benchmarked bitcoin 0.3.24 (where the CPU mining code is identical to bitcoin 0.1.0, as both are based on crypto++), and a measly entry-level 2-core 2.5 GHz Athlon X2 4850 (released in March 2008) can reach 2.40 Mhash/s.

Therefore a 4-core 2.4 GHz Phenom X4 9750 (released in March 2008, about $200, way less than many other much more expensive desktop processors which went up to $1000) can do almost 5.0 Mhash/s (it scales linearly with the number of cores).

Finally, the overall hashrate of the network throughout 2009 was 5 Mhash/s, so it is not unreasonable that a single PC with a quad-core CPU such as the Phenom X4 9750 could have accounted for the majority of the network hashrate.
607  Bitcoin / Hardware / Re: bASIC BTC refunds list - v2.0 on: April 15, 2013, 03:19:08 AM
Tom just sent me bitcoins for the remainder of the $10700 he owed me. I am now refunded in full.

Thanks Tom! I will advocate for the forum admins to remove the "scammer" tag from your account, when you are done refunding. And it looks like you may be close to it.
608  Bitcoin / Bitcoin Discussion / Re: Satoshi's Fortune lower bound is 100M USD(DEBATE GOING ON, DO NOT TWEET!) on: April 15, 2013, 02:41:36 AM
111 MiB/sec / 1024 = 0.1084 MH/s = 108 KH/s.

Wrong.

(SHA256 processes 512 bytes at a time, 111 MiB/sec ~= 113KH/s of SHA256^2)

Wrong.

SHA256 processes 512 bits, not bytes, per block. A double-SHA256 is 1024 bits. So:

111 MiB/sec * 8 (bits/bytes) / 1024 ~= 870 khash/sec.
609  Economy / Securities / Re: [PicoStocks] 100TH/s bitcoin mine [100th] on: April 14, 2013, 07:35:44 AM
The lowest ask is at 0.1 BTC right now.
610  Bitcoin / Bitcoin Discussion / Re: Satoshi's Fortune lower bound is 100M USD(DEBATE GOING ON, DO NOT TWEET!) on: April 14, 2013, 07:27:30 AM
I've assumed:
1. Satoshi mined almost alone from 1/3/2009 to 1/25/2010 (block 0 to block 36288).

A user, maria2.0, has proven she owns the private key of block 9455 (mined on 2009-04-01) by signing a message: https://bitcointalk.org/index.php?topic=164569.0

And she claims to own "3.5 million coins between satoshi and her" (although that is probably false or an exxageration IMHO).
611  Bitcoin / Hardware / Re: bASIC BTC refunds list - v2.0 on: April 13, 2013, 11:23:08 AM
no sorry let me re-quote Him and I just talked today and we agreed the rest will be refunded in BTC once the markets stabilize a bit.

why are you special enough to get to wait till the markets stabilize a bit? no one else get the treatment why you. he was paying everyone else at the highest price of that day.which the high was in the upper 200 but now your going to get it for somwhere in the 80-90 just saying you guys must be friends and he still owes me .8 btc so in my book hes still a scammer and a lowlife. any man would of stuck to his word i was always taught a mans word is his bond guess that doesnt fly here.

I am not special. Just ask Tom, I am sure he will wait to refund you if this is what you want.
612  Bitcoin / Press / Re: 2013-04-13 [Video/Fr] Olivier Delamarche: Le Bitcoin, une alternative à l'euro on: April 13, 2013, 07:04:54 AM
Olivier Delamarche is so sarcastic and critical of politicians that I was laughing out loud  Smiley
613  Economy / Securities / Re: [PicoStocks] 100TH/s bitcoin mine [100th] on: April 13, 2013, 03:20:50 AM
Wow, someone bought ~1600 shares, with the last and highest trade at 0.0707 BTC. Already 77% higher than the IPO price (0.04 BTC)!

http://picostocks.com/stocks/transactions/19
614  Bitcoin / Bitcoin Discussion / Re: Put the Gox Down and Step Away. Ideas: How to make a Pro BTC Exchange on: April 13, 2013, 01:43:27 AM
...

You are not solving anything (replacing one exchange, MtGox, with another).

What Bitcoin needs is a multitude of exchanges to pop up across the world, to spread load, users, trades, DDoS, infrastructure, etc.
615  Bitcoin / Hardware / Re: bASIC BTC refunds list - v2.0 on: April 12, 2013, 12:07:15 AM
you mean go up so he needs to return little to you?

Irrelevant. Purchases were in USD.

(And do not reply what I think you will reply. My preemtive reply would be hexed's post so go argue with him instead of in this thread.)
616  Economy / Service Discussion / Re: How I got robbed of 34 btc on Mt.Gox today on: April 11, 2013, 10:42:46 PM
I also saw this link posted multiple times in BTC-E chat. After people pointed out the person was posting a virus, the moderator bans him for 1 HOUR.

They would have banned him longer and/or permanently, had the malware been stealing from btc-e.com accounts instead of mtgox.com  Roll Eyes
617  Bitcoin / Hardware / Re: bASIC BTC refunds list - v2.0 on: April 11, 2013, 10:00:06 PM
If people think I am only refunding small orders they are completely wrong.
I have so far refunded all my refunds 10k and over including a 26k order.

I confirm that I was waiting for $10700 in refunds, and that Tom refunded me $7000 so far in multiple checks and money orders (after a failed attempt to do it via Western Union who flagged the txfer as fraudulent). Tom was waiting for me to cash out the checks successfully, before refunding the remainder ($3700). Him and I just talked today and we agreed the rest will be refunded in BTC once the markets stabilize a bit.

Thanks Tom.
618  Bitcoin / Press / Re: 2013-04-11 Israeli banks limit money connected to bitcoin. on: April 11, 2013, 06:40:58 PM
Welcome to the UK. This has been the case here for years.

Huh? AFAIK UK residents are authorized to transfer or receive dollars from Japan.
619  Economy / Service Discussion / Re: How I got robbed of 34 btc on Mt.Gox today on: April 11, 2013, 05:43:15 PM
their site is not secured against such rudimentary attacks

Very sorry about your loss. However: there is nothing else that MtGox could have done to secure against such rudimentary attacks.

You got owned by a Java exploit which can apparently execute arbitrary code on your computer. So it can log in as you on mtgox.com and do everything that you can do yourself. Even if you had no active session on MtGox, and were using the Yubikey to authenticate, the malware would still have been able to steal your coins: it could have stayed in the background, waiting for a browser session to mtgox.com to be active before hijacking it to perform the transfer. Maybe it could even have installed a persistent malware on your PC that would start running at boot time and wait for you to log in, one day, with a Yubikey, before stealing the coins.

Note: by default MtGox utilizes the Yubikey for logins only, not for transfer operations, but it is possible to configure your account to require it for transfers. You should have enabled this feature.
620  Economy / Scam Accusations / Re: Butterflylabs Huge SCAM on: April 11, 2013, 03:34:08 AM
Personally I'm relieved that this is a scam. I mean, seriously, one mini rig replaces about 20%-25% of all mining globally?

Your math is bad. It would be only 2% (1.5 Th/s out of 70 Th/s).

And, no, BFL is not a scam (they have a working prototype of their ASICs - not the Mini Rig though).
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 [31] 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 ... 87 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!