Bitcoin Forum
June 28, 2024, 03:52:06 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 [134] 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 »
2661  Bitcoin / Project Development / Re: Vanity Address Web site - Would you use? on: September 22, 2012, 11:34:55 PM
My aVanityGen for Android is mobile and simple to use(at least I believe it to be). But it does have bugs I've identified but am reluctant to fix due to other projects taking priority.
2662  Bitcoin / Bitcoin Technical Support / Re: Is a wallet backup compatible from a client to another client? on: September 22, 2012, 07:28:56 PM
Yup it's compatible, but if there was ever a significant change in the wallet format or anything like that, then it would perhaps not work with older versions.

Someone correct me if I am wrong.

EDIT:Unless you are talking about alternate clients, such as Electrum, Armory in which case I've no idea.
2663  Other / CPU/GPU Bitcoin mining hardware / Re: 5970: Did I kill the master GPU? on: September 22, 2012, 12:42:25 PM
Your card's fan needs to be re-greased.
2664  Bitcoin / Bitcoin Discussion / Re: 200,000 blocks / 10M coins today! on: September 22, 2012, 10:47:38 AM
200k blocks brothers.
2665  Bitcoin / Bitcoin Discussion / Re: 200,000 blocks / 10M coins today! on: September 22, 2012, 10:35:08 AM
http://www.bitcoinwatch.com/

is showing 10 000 000 and 199 999

??

something about block 0 ?
Perhaps.
2666  Bitcoin / Bitcoin Discussion / Re: 200,000 blocks / 10M coins today! on: September 22, 2012, 10:24:50 AM
2 more blocks
2667  Bitcoin / Bitcoin Technical Support / Re: Code lines for keys generation on: September 21, 2012, 11:07:41 PM
Those lines you are talking about are not exactly the same across different languages. Look here https://github.com/bitcoin/bitcoin/blob/master/src/key.cpp

The whole file is relevent, but you also might want to take a look at void CKey::MakeNewKey(bool fCompressed)
2668  Other / CPU/GPU Bitcoin mining hardware / Re: You're using too much thermal paste! on: September 20, 2012, 10:47:34 PM
I have the same paste btw. Got it with my Cooler Master Hyper 212+ cooler.
2669  Bitcoin / Bitcoin Technical Support / Re: What have they done to the Nonce? on: September 20, 2012, 10:31:01 PM
They haven't "done" anything.  It is called hexadecimal.


You seriously can't count? It's 2 billion, 504 million...where on earth did you see 2 trillion and how do you expect it to fit in a 32-bit variable?
2670  Bitcoin / Bitcoin Technical Support / Re: How To Get The Data Needed To Find A Block? on: September 20, 2012, 07:19:55 PM
The guy basically wants to know the algorithm to calculate the hash and then see if it's < target. Likely to write his own miner, or write a miner for the community or just to satisfy the thirst for knowledge.

I suggest looking at the very simple example in this C program written by someone http://pastebin.com/n8UEGA86
2671  Bitcoin / Bitcoin Discussion / Re: Anyone know what happened to knightmb and his 371,000 BTC? on: September 20, 2012, 06:55:35 PM
maybe he IS Satoshi after all?
Fixed that for you.
2672  Bitcoin / Bitcoin Technical Support / Re: Can the encrypted wallet be recovered using the unencrypted? on: September 20, 2012, 09:48:04 AM
Well this is what happens when people mindlessly encrypt their wallets. Obviously better safe than sorry, but again, this is what happens when people mindlessly encrypt their wallets.
2673  Bitcoin / Project Development / Re: 2^256 Deep Space Vagabond 1.1 on: September 18, 2012, 02:28:31 PM
If you release the source code, no one is stopping anyone to remove any throttling.
2674  Other / CPU/GPU Bitcoin mining hardware / Re: HD5970 red lights on: September 17, 2012, 01:05:50 AM
I can tell you from my own experience with the same problem(but on a HD5850+5870 system) that it is either the PSU or the connectors to the card are loose, and usually changing their places might help.

Back then I had thought I had crapped my brand new 5870, turns out I didn't. Never had the problem since.
2675  Bitcoin / Bitcoin Technical Support / Re: [0.6.3+] direct crash on start up (win7_64) on: September 15, 2012, 04:58:57 PM
I'm no wallet expert, but could your Hard drive be failing?
2676  Bitcoin / Project Development / Re: [ANNOUNCE] Abe 0.6: Open Source Block Explorer Knockoff on: September 15, 2012, 11:42:06 AM
Quote
Two processes using slightly different abe.conf.  (Shared portions can be in a third file named by the config=FILE directive.)

  • Process 1 does not include the new/loading chain in datadir but does serve web requests.
  • Process 2 includes the chain but does not serve web requests.
Would you mind sharing this config file where it does not scan the blockchain and import? I don't think I will be able to figure it out myself Smiley.
But I am using a tad bit older version, with schema_version Abe29.

EDIT: Nope, made it work myself.
2677  Bitcoin / Project Development / Re: [ANNOUNCE] Abe 0.6: Open Source Block Explorer Knockoff on: September 15, 2012, 01:30:57 AM
The import status is easily viewable from the ABE import output. What I am talking about is being able to use the web interface while abe is still importing.
2678  Bitcoin / Bitcoin Discussion / Re: [ANN] cbitcoin 1.0 Alpha 1 Released. on: September 15, 2012, 12:37:24 AM
Well, just wanted to come back and say that libevent appears to officially support Windows. Hell, there was even a libmemcached v0.42 port for Windows and then I was able to port PushPool to Windows.
2679  Bitcoin / Project Development / Re: [ANNOUNCE] Abe 0.6: Open Source Block Explorer Knockoff on: September 15, 2012, 12:33:14 AM
I see that Abe is still under development, when can we expect 0.7?
At the moment the holdup is writing a change log.  Then I'll try to find all the pieces I need to build the Windows installer and update pypi.  Anything particular you need?

As a matter of fact there are a few things. Currently ABE doesn't gracefully handle Ctr+C and so I have to execute the queries you gave a couple of pages back AND reset the blkoffset number to either 0 or a value which I've stored for emergencies.
And though it happened a long time ago, I had a very nasty problem where the bitcoin days destroyed value was 0 every few transactions/blocks and since I could not arbitrarily delete any blocks manually I was forced to reimport the blockchain all over again and this usually takes 2 weeks for me.

And not sure if there was a workaround, but while Abe is importing blocks, the webserver is off and there is no way for me to view the chain imported thus far.
2680  Bitcoin / Project Development / Re: 2^256 Deep Space Vagabond 1.01 on: September 14, 2012, 10:12:14 PM
Usually, if money is involved, thus higher motivation anyone can try to find a weakness in whatever algorithm.
Pages: « 1 ... 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 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 [134] 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!