Bitcoin Forum
September 12, 2024, 03:38:15 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Beginners & Help / Re: How to check MtGox Hashdump for your password? on: June 20, 2011, 12:16:48 AM
$1$ means it's using MD5. Use the crypt command.
2  Other / Beginners & Help / Re: How to check MtGox Hashdump for your password? on: June 20, 2011, 12:06:54 AM
On a linux system:

echo yourpassword | sha1sum

But I think unless you used a really, really, really good password (20+ characters alpha, numeric, specials) it's in all the rainbow tables and is completely compromised.
3  Other / Beginners & Help / Re: Whitelist Requests (Want out of here?) on: June 19, 2011, 11:59:41 PM
I need to post in the discussion of leaked MtGox accounts.

I have a lower userid on this forum than most of the moderators on here.
4  Bitcoin / Bitcoin Discussion / Re: Bitcoin in 15 Words for Laymen on: February 13, 2011, 07:58:29 PM
Digital cash
5  Bitcoin / Bitcoin Technical Support / Re: Using GPU to *verify* blocks? on: February 13, 2011, 07:33:44 PM
Is there a way to use a GPU to do the initial block verification? If not, I think this is a feature the developer(s) should consider adding.
By design it's very very fast to verify a block compared to generating. A CPU has more than enough processing power.

I may be wrong about where the bottleneck is, but I was referring to the initial verification of the 100,000 existing blocks when you first start using the client.

The problem with including GPU related features in the main client is that GPU computing is very hardware / operating system dependent.  At the very least, installing additional software or drivers is required.

Hmm, has some kind of standardized plugin architecture been considered (aside from the current RPC method)? You could even throw in a few default plugins for each OS/popular GPU combination. Would it be unsafe?
6  Bitcoin / Bitcoin Technical Support / Using GPU to *verify* blocks? on: February 13, 2011, 06:46:00 PM
Is there a way to use a GPU to do the initial block verification? If not, I think this is a feature the developer(s) should consider adding.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!