Bitcoin Forum
July 07, 2024, 09:37:01 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 »
81  Bitcoin / Development & Technical Discussion / Re: Restoring addresses from old backup on: December 20, 2012, 02:48:52 AM
The Qt client does not use deterministic addresses.  It pre-generates a pool of keys and uses them, so you don't have to back up after each new address, but you DO need to back up: a) after every 100 operations which use an address from the pool (new address, or transactions that send change to a new address), b) after you encrypt your wallet (the old key pool is flushed).
82  Bitcoin / Development & Technical Discussion / Re: A valid criticism of Bitcoin's design? on: December 17, 2012, 09:17:54 AM
I thought Shor's algorithm will break elliptic curve encryption once quantum computers are sufficiently large?

It just cuts the effective key size in half.  The current 160-bit signatures will be brute forced in 2^80 operations.  That sounds weak, but it's going to be a long time before quantum computers reach 160-bit levels (if ever), and even when they do the operations per second will be very low and 2^80 will be infeasible for a long time thereafter.


The OP was talking about ECDSA, though.  There's certainly a chance that a weakness will be found, but there's no expected timeframe for that.  It's not a case where increasing computer power will break it in 5-10 years.
83  Bitcoin / Development & Technical Discussion / Re: Bitcoin design contract on: December 17, 2012, 09:09:58 AM
most proposals for "expiring" old coins involve sending them to miners

Personally I'd like to see them simply destroyed.  If coins go up in value a large amount then someone's old 10KBTC wallet they abandoned when it was enough to buy a pizza will suddenly come on the market, along with hundreds of others, whenever the first expiration date comes up.  It might also create weird distortions in hashrate.  Overall it's bad from a market perspective.

Simply destroying them will reestablish the number of coins that are still in circulation; overall I consider that a good thing.

It'll have to wait for an alt coin though since it's unlikely to happen in BTC.
84  Bitcoin / Bitcoin Technical Support / Re: Forgot my wallet passphrase, Any ideas? on: December 02, 2012, 12:40:45 AM
There are instructions in the thread linked above.

If you know the passphrase +/- 2 characters it might be recoverable.  How much do you know?
85  Alternate cryptocurrencies / Altcoin Discussion / Re: Why does LTC only worth 7 mBTC? on: November 29, 2012, 07:12:24 PM
It's a matter of supply and demand.  You're only considering the supply side.
86  Bitcoin / Development & Technical Discussion / Re: Predictability of the block generation time on: November 26, 2012, 11:18:35 PM
Perhaps I misunderstand.  If the game is based on guessing random elements of a block then it can't be based on already confirmed blocks.

In my scenario the block would be confirmed eventually.
87  Bitcoin / Development & Technical Discussion / Re: Predictability of the block generation time on: November 26, 2012, 09:53:10 PM
What about using 5 least significant (right) symbols from the block's hash? Is it possible for miners to cheat?

In theory yes depending on how you will use it.   The right x digits of the blockhash are random and the only way to produce a block with a different hash would be by brute force (throwing away non-matching ones).  Given each thrown away block is worth 50 BTC that is a large barrier for most prizes.  If the prize was 1,000,000 BTC you might need to reconsider.

The one area where a miner could cheat without it "costing" anything would be to generate entries until they find one which matches a block they already solved and them submit the block.   You can avoid this by requiring the entry to be in the "winning block" or prior block (i.e. unconfirmed entries can't win).

They can cheat by generating a secret block, playing a move in the game, then broadcasting the block.
88  Bitcoin / Development & Technical Discussion / Re: Predictability of the block generation time on: November 26, 2012, 09:29:22 PM
Yes, miners can control every field in the block.  Your game would be especially vulnerable to a Finney type attack.
89  Bitcoin / Development & Technical Discussion / Re: Predictability of the block generation time on: November 26, 2012, 09:16:30 PM
This would allow miners to cheat by choosing a timestamp.
90  Bitcoin / Development & Technical Discussion / Re: Want to become a full node - help needed on: November 26, 2012, 04:46:48 AM
If you add the port-forward you'll use more bandwidth since you're relaying to more nodes.  It's not a big deal if you have any kind of broadband though.

There are some security implications.  It means that the whole world can see you're running a Bitcoin node, which might make you a target for other hacking attempts.  If a security hole is announced in the Bitcoin client it might mean that you could be hacked through Bitcoin itself.  So far this has never happened, but it's always a possibility.
91  Bitcoin / Development & Technical Discussion / Re: Want to become a full node - help needed on: November 26, 2012, 04:35:44 AM
All Satoshi-client (bitcoin-qt or bitcoind) nodes are full nodes.  Even if you only connect out you're still maintaining and distributing the full blockchain and relaying transactions between the hosts you're connecting to.

If you want to accept incoming connections to provide some extra benefit to the network, configure your firewall to forward port 8333 to your PC.
92  Bitcoin / Development & Technical Discussion / Re: As far as network integrity goes, Is there anything wrong with accepting low tx on: November 14, 2012, 11:24:18 AM
Should be fine but you shouldn't expect a lot in fees.
93  Alternate cryptocurrencies / Altcoin Discussion / Re: Anyone with a lot of MH/s want to fork the TerraCoin chain? on: November 07, 2012, 08:54:25 PM
+1 I think this was a terrible idea.  What happens if we send bitcoin to terracoin addy?  Lost coins?

No.  The intended recipient can export their TC key pair and import it into a BTC wallet.
94  Alternate cryptocurrencies / Altcoin Discussion / Re: Anyone with a lot of MH/s want to fork the TerraCoin chain? on: November 06, 2012, 07:17:16 PM
It's a pointless fork.

So let it die on its own merits.  The market will take care of it without your help.
95  Bitcoin / Development & Technical Discussion / Re: How long would it take to brute force 256 bit AES passwords on: October 30, 2012, 08:55:01 PM
256 bits of entropy is not possible on any budget, but OP was asking about 64 bits.

With an unlimited ($700T) budget it could be cracked in less than a day with a very large number of GPUs or ASICs.  The lead time on hardware would be the longest part.


With a much smaller budget ($50M) you could have 10,000 ASICs at 50M/s and crack it in about a year.
96  Bitcoin / Development & Technical Discussion / Re: How long would it take to brute force 256 bit AES passwords on: October 30, 2012, 08:56:18 AM
Depends - what's your budget?
97  Bitcoin / Development & Technical Discussion / Re: Hard thermal paste on: October 29, 2012, 04:50:18 PM
Rubbing alcohol (isopropyl) should take it right off.
98  Bitcoin / Development & Technical Discussion / Re: Paper Wallets on: October 29, 2012, 04:26:23 PM
Paper wallets are usually more about secure storage than a convenient form of in-person commerce.

Paper coins can be used for face to face transactions though:  You give the merchant a slip of paper with the secret key in a QR code; they immediately import it and "sweep" the coins to their own address while you wait; they then issue your change either as a key on a paper receipt (and you sweep it when you get home) or transfer it to a pubkey you specify.  This is reasonably secure method for everyone.
99  Alternate cryptocurrencies / Altcoin Discussion / Re: SRoulette posting PMs in a locked thread. Dishonest person. on: October 19, 2012, 05:53:22 PM
should not trust someone who thinks being dishonest is funny.

And what of someone who thinks being funny is dishonest?  It's too obvious to be deceitful.

On the other hand posting private PMS publicly is poor form if it's true.
100  Alternate cryptocurrencies / Altcoin Discussion / Re: QUICKCOIN - 1 block per second! on: October 11, 2012, 09:23:29 AM
I'm for it.  The orphan rate will be jaw-dropping, and if nothing else that will give us great insight into how the protocol behaves when pushed hard.  I suspect it'd work.

One per second is perhaps too extreme, but it might have an interesting positive effect: pools would be unnecessary for a very long time since anyone could jump in and reasonably expect to strike coins several times a day even on a Bitcoin-scale network.
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!