Bitcoin Forum
June 28, 2024, 02:38:35 AM *
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 »
101  Bitcoin / Bitcoin Technical Support / Re: where can i download the blockchain? on: October 10, 2012, 06:12:58 AM
Sure, http://eu1.bitcoincharts.com/blockchain/

Get yourself a copy of 7zip.  Smiley

Or just fire up the client and let it download it for you.
102  Bitcoin / Bitcoin Technical Support / Re: where can i download the blockchain? on: October 10, 2012, 06:08:43 AM
http://sourceforge.net/projects/bitcoin/files/Bitcoin/blockchain/

Also, 7zip can open .tar files on Windows.
103  Bitcoin / Bitcoin Technical Support / Re: Wallet Brute Force Cracker on: October 07, 2012, 06:25:42 PM
Related: I wrote a brute force script that takes your best guess at the passphrase and tries possible typos.

https://bitcointalk.org/index.php?topic=85495.msg942171#msg942171
104  Bitcoin / Development & Technical Discussion / Re: How are inputs for transactions selected? on: September 30, 2012, 07:58:32 PM
Post updated for truthlessness.
105  Bitcoin / Development & Technical Discussion / Re: How are inputs for transactions selected? on: September 30, 2012, 07:45:15 PM
It favors small, old ones to minimize fees and to consolidate the dust in your wallet.

Edit: Wrong, see below.
106  Bitcoin / Bitcoin Technical Support / Re: Security of Apple's encrypted dmg's on: September 30, 2012, 02:22:15 PM
I don't know how well DMG encryption has been audited. I reccomend using gpg or truecrypt which are both well scrutinized and available on all major platforms.

A 20 character password is sufficient if it is completely random but possibly not if it is from dictionary words. I reccomend against l33tspeak words which tend to make the password hard to remember faster than they add entropy.  Either use a short fully random key or use a long list of plain words.  Otherwise you will forget some bit of punctuation.

The rest of your process looks good for a highly paranoid approach.
107  Bitcoin / Development & Technical Discussion / Re: "Heads or tails" cointoss with Bitcoin transactions? on: September 26, 2012, 07:43:42 AM
Could it also be used as a storage space, a bit like how Freenet works?

It already is.  There are a lot of small plaintext strings in the blockchain already, and likely a bunch of encrypted data that we can't measure.  It's pretty expensive storage per byte though.
108  Bitcoin / Development & Technical Discussion / Re: "Heads or tails" cointoss with Bitcoin transactions? on: September 26, 2012, 07:39:54 AM
I think we are dealing with an age old problem of creating non-determinism out of a deterministic system. To the best of my knowledge it hasn't been solved yet.

Modern computer systems are nondeterministic.  Bitcoin is sufficiently affected by network latency and being a randomly-wired network that it's chaotic to the point of being impossible to create a discrete model; you have to do it statistically.  The same goes for /dev/random / urandom which is are collected / seeded from high quality chaos such as keyboard interrupts.

Computers also have true random number generators.  Thermal noise in a resistor is popular and inexpensive method to capture quantum mechanical randomness.
109  Bitcoin / Development & Technical Discussion / Re: "Heads or tails" cointoss with Bitcoin transactions? on: September 25, 2012, 08:26:21 PM
Using the timestamp or other block data would make this vulnerable to a Finney attack.  You could mutually post an encrypted rock paper scissors roll in transactions, then mutually reveal the keys to see the results after they confirm.

There's no practical reason to do it in the blockchain; it would be faster to just do it in email or a TCP connection; but it could be done for novelty's sake.

It occurs to me that IP over blockchain would be possible.  I'm actually surprised no one has tried it.  If you think satoshidice is spammy you ain't seen nothing yet.  Smiley
110  Bitcoin / Development & Technical Discussion / Re: Better security for the internet currency Bitcoin??? on: September 24, 2012, 08:36:37 AM
The article just talks about double spending which is a problem older than Bitcoin.

https://en.bitcoin.it/wiki/Double-spending

I don't see any link to the actual research so I can't really say if there's anything new.
111  Bitcoin / Bitcoin Technical Support / Re: Can the encrypted wallet be recovered using the unencrypted? on: September 21, 2012, 09:07:30 AM
This is absolutely not generally understood, and the main dev team should not assume this.

+1.  It caught me by surprise.


Quote
I lost over 1300 btc.  Where does that put me on the loser's list of losses due to carelessness?

Ouch.  That's enough to warrant some serious exploration of your USB stick.  Definitely make a dd block dump of it before you do anything.  Even if the undelete utilities can't find anything, we may be able to scrounge something.  There's a good utility here for recovering unencrypted keys by looking for their raw signature:  https://bitcointalk.org/index.php?topic=25091.0 .  If they were encrypted you can probably place a bounty for someone to extend the program to recognize encrypted keys.
112  Bitcoin / Bitcoin Technical Support / Re: What have they done to the Nonce? on: September 21, 2012, 04:10:39 AM
I wonder if the endian-ness of things might be a clue as to Satoshi's origins... maybe he was a big-iron programmer from back in the day or something?

Is there any definitive statements on why the endian-ness is swapped around so strangely from the start?


http://en.wikipedia.org/wiki/Endianness#Endianness_in_networking
113  Alternate cryptocurrencies / Altcoin Discussion / Re: Solo mining LTC keeps moving to new block - Normal? on: September 20, 2012, 02:23:33 PM
Yes, it's the same as BTC.  A pool's round is until the pool solves a block and therefore has some reward to distribute. The pool will go through many blocks in a round until they get one.

On LTC you'll see the blocks go even faster because it's set up to average 2.5 minutes instead of 10.
114  Alternate cryptocurrencies / Altcoin Discussion / Re: Solo mining LTC keeps moving to new block - Normal? on: September 20, 2012, 01:36:19 PM
Yes that's normal. You always want to base the next block on the highest available one, so every time a new block is broadcast you start from there. This is not a setback because each new hash is as equally likely to solve it, so it's not like you're starting over.

If everyone kept working on the same old block we would still be on block #1, solving it over and over with ever increasing size.
115  Bitcoin / Bitcoin Technical Support / Re: Can the encrypted wallet be recovered using the unencrypted? on: September 20, 2012, 06:36:11 AM
Ouch, I wasn't aware of that - why would it throw away the pool?
116  Bitcoin / Bitcoin Technical Support / Re: Can the encrypted wallet be recovered using the unencrypted? on: September 20, 2012, 06:28:22 AM
Yes, your coins are probably still there.  The client pre-generates a bunch of addresses for change, so it's likely all there.

Shut it down and rerun it in a cmd window: "bitcoin-qt.exe -rescan".
117  Alternate cryptocurrencies / Altcoin Discussion / Re: LTC-LIP00: Rename Litecoin to Lovecoin on: September 19, 2012, 02:03:07 PM
Hmmm, never thought about this type of love.

I guess if this is true, we are all in a dirty business, no matter what coins you're interested in.  Angry

Kind of sobering, isn't it?  I'm here because I love the technological and sociological aspects, not for collecting and coveting, but I know I'm facilitating those who do. I rationalize it as making money less evil than government issue, but it sometimes gives me pause to make sure I'm on the right path.
118  Alternate cryptocurrencies / Altcoin Discussion / Re: LTC-LIP00: Rename Litecoin to Lovecoin on: September 19, 2012, 12:33:39 PM
"For the love of money is the root of all evil."

I usually don't quote that book but it's the first thing that comes to mind.
119  Bitcoin / Development & Technical Discussion / Re: Iphone/Android Bitcoin Client... the hurdles? on: September 17, 2012, 01:12:03 PM
Check out Bitcoin Spinner on the Google app store.
120  Alternate cryptocurrencies / Altcoin Discussion / Re: [POLL] Will LTC block halving happen in 1 year? on: September 16, 2012, 10:28:27 PM
Throw a huge amount of mining power at the coin, stop mining until the difficulty decreases again, rinse and repeat. Difficulty drops to a level where the added strength makes a huge impact...

That's a scenario where you get difficulty waves like happened to Namecoin for a while, but it doesn't blow through huge numbers of blocks.

Let's say you come online with an absurd amount of hashpower and mine through 2016 blocks in 1 minute.  Great, huge head start!  But then it retargets to something absurdly high.  Your choices:  either keep mining at that rate (and thus generate the normal 2016 blocks per half week); or pull your hashpower offline (and then fail to even get to the next retarget this year).

The waves result in a SLOWER overall block rate because the down-cycles end up being extremely long.  You won't get 100k blocks per month this way.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!