Bitcoin Forum
June 22, 2024, 04:33:34 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 »
2961  Bitcoin / Development & Technical Discussion / Re: BitCoin Deanonymization on: August 05, 2011, 12:50:57 PM
The other attack is the offline attack, where the attacker does not publish his blocks until his chain is at least X blocks longer than the public chain.  In this attack, 51% is indeed a tipping point, because once he reaches 51% he is assured that if he waits long enough, he will eventually have enough blocks saved up to perform the chain reversion.
But this attack is so easy to detect that it makes no sense to try it.

You mean like everyone would notice if 7 blocks get swapped all at once?  Yeah, we would notice, but they would be the correct chain then, so what would we do about it?
2962  Bitcoin / Development & Technical Discussion / Re: BitCoin Deanonymization on: August 05, 2011, 11:47:20 AM
There are two ways for an attacker to do a 51% attack.

The first is a "live" attack, where the attacker publishes his blocks as soon as he gets them.  In this version, his chances are not very good, even with 51% or 60% or 70% of 80% of the network hashing power, because the odds calculation is %^Blocks.

The other attack is the offline attack, where the attacker does not publish his blocks until his chain is at least X blocks longer than the public chain.  In this attack, 51% is indeed a tipping point, because once he reaches 51% he is assured that if he waits long enough, he will eventually have enough blocks saved up to perform the chain reversion.

This attack can be countered by changing the calculation for deciding which chain is valid.  An exponential function would solve the problem.
2963  Alternate cryptocurrencies / Altcoin Discussion / Re: How to profitably create Bitcoin forks without causing economic chaos on: August 05, 2011, 11:33:37 AM
I agree about burning bridges, and how it's probably not a good idea.    However, I'll journey down this thought experiment a little more:  The BTC destruction script mentioned in (1) could include a list of transaction IDs/hashes of the forkcoins that are taking their place.  If forkcoin is anything like BTC, the forkcoin minting process (even if completely different than BTC) should still have uniquely identifiable coinbase/creation transactions where currency units are injected into the system.  Then you can easily get a 1-1 mapping of BTC destroyed to forkcoins created.
Yeah, my thought was that as long as people are using it, to not burn the bridge.  Further, all newly created forkcoins must come into existence through the central bank; otherwise it can't ensure the 1-1 mapping of BTC held out of circulation by it to forkcoins it has released into circulation.

But if the exchanger is merely holding onto the bitcoins, no one will trust it.
2964  Bitcoin / Bitcoin Discussion / Re: Is Bitcoin legally anonymous on: August 05, 2011, 03:15:36 AM
That isn't how investigations work.

They don't need to prove that step, they just need to be able to follow the connection which will surely lead them to stuff that they can prove.  And there is always something that can be proven.
Hes emphasizing the words in bold, so they must be true.

Ask Martha Stewart if you don't believe me.  Or spend some time talking to actual cops (investigators).
2965  Alternate cryptocurrencies / Altcoin Discussion / Re: How to profitably create Bitcoin forks without causing economic chaos on: August 05, 2011, 03:11:50 AM
Quote
New problems.

1) The exchanger needs to be able to prove that it has destroyed the bitcoins, or no one will trust it.

2) The exchanger needs to be able to prove that it has created no more newcoins than the number of bitcoins destroyed, or no one will trust it.

So, the exchange needs to be a trap door, or the whole thing falls apart.  But, by being a trap door, it brings fear back in, since no one will give up their bitcoins unless they are pretty confident that the new system is not only viable, but will eventually dominate.  Most people would be better off using a floating exchange, at least until the question of dominance has been settled.

Neither of these are problems:

(1) Coins can be verifiably "destroyed" by creating a transaction script that can't ever evaluate to true.  This transaction enters the network and becomes public.  Everyone can see it, and see that the PkScript is impossible to satisfy, ever.  That's pretty good "proof".   And since it's a custom script anyway, they could even include a message in the script which explains exactly the source and purpose (and signature) so that there is no confusion about whose coins were destroyed and why.

(2)  If the new currency is anything like BTC, then similarly, the currency is all public information.  Unless we're talking about non-decentralized currencies... all units of the currency should be traceable, both in time and quantity.  If it's not, I don't see how this currency can really "compete" with BTC, since centralization and closed-ness would pretty much make the "fork" a non-fork.

Except that #2 requires that the entire network follow the new chain, plus the old bitcoin chain so they can verify that creations match destructions.  And that the two points together form a trap door that essentially causes the same faith problem that this entire proposal was intended to solve.

The way to get people to commit to the a new system is not by having them make an irreversible decision to burn their bridges back to the old system.
2966  Bitcoin / Bitcoin Discussion / Re: Is Bitcoin legally anonymous on: August 05, 2011, 02:32:30 AM
That isn't how investigations work.

They don't need to prove that step, they just need to be able to follow the connection which will surely lead them to stuff that they can prove.  And there is always something that can be proven.
2967  Bitcoin / Development & Technical Discussion / Re: Bitcoin URL scheme: have any proposals been adapted? on: August 05, 2011, 02:12:09 AM
I agree that it seems sensible apart from the hex digits and non-standard exponent, the only virtue of the exponent is that it would discourage people from storing the values in IEEE floats, which are susceptible to rounding error. The hex thing is just plain unforgivable and should rightly be as ignored as hex floats are.

edit: the semicolon thing should also be ignored IMO. Everyone is used to ampersands whether Tim Berners-Lee likes it or not, we're used to parsing them by now.

I can see two ways around the incompatibilities, either label this as version 1.0 of the standard and rename the amount parameter to something else (send?), or have someone rewrite the entire thing, debate it, then actually submit it as an RFC to be forever set in stone.

There are also other things aside from the URI scheme that are worth defining if they haven't been already, for example an XHTML microformat for sharing addresses inline in HTML, plus a way to embed addresses in a vCard or address book.

RFCs are written (or at least should be written) after a sizable body of working code exists.

I would feel free to ignore a spec on a wiki page, but try to avoid gratuitous incompatibilities.  In this case, adding E notation in addition to the existing X notation won't be ambiguous for many years, hopefully plenty of time for the X notation to vanish.  And as much as I hate to admit it, accepting hex values for compatibility is pretty easy, however silly it is to generate them.
2968  Economy / Trading Discussion / Re: A new design suggestion: Pegged exchange rate of BTC on: August 05, 2011, 01:50:15 AM
Because they can print RMB at will.

Expect to see that blow up in their faces in the next 5 to 10 years.
Same as FED printing USD, and that pegged exchange rate is not fixed, I remember it is 3.x in 80s, 8.x in 90s, now 6.x

A pegged system could be aimed by hedge funds. Soros crashed bank of england and some aisan countries, but he was defeated by the HongKong government when he played the same trick, because chinese government had much more USD reserve than he could leverage. As long as an economy scale is small, maintain price stability is difficult

Not even remotely the same thing.  China is printing RMB to balance a massive influx of dollars in a futile effort to keep the value of their currency low to keep sucking manufacturing into the country.  Google "mercantilism".

And a having a peg doesn't mean that you can't change it occasionally.  It just means that the PBC is ready, willing, and able to convert any quantity of USD into RMB (or the reverse) at whatever the official rate is that day.
2969  Bitcoin / Bitcoin Discussion / Re: Is there a leagal investigation into mybitcoin? on: August 05, 2011, 01:30:44 AM
yeah it seems that way, but the dates dont add up, it seems they are sent to MT GOX straight away after transferring to mybitcoin.

Can you post some of the direct addresses that you personally used to send your coins to mybitcoin?
2970  Bitcoin / Development & Technical Discussion / Re: BitCoin Deanonymization on: August 05, 2011, 01:16:57 AM
Connect to every node in the cloud, discoverable via sweeping/IRC/get_peers messages.  The first IP to consistently relay transactions for a given identity, is the given identity.
There are many ways to defeat this. The simplest is:
1) Never relay local transactions to nodes that connected to you.
2) Only make outbound connections to semi-trusted nodes.
3) Always send transactions to the same node.

4) Always send transactions to a different node (just one).
2971  Bitcoin / Bitcoin Discussion / Re: $10,000 Bet that Bitcoins will outperform Gold, Silver by 100X !!! on: August 05, 2011, 01:07:53 AM
WTF?  A billboard for fiber transceivers at retail?
2972  Economy / Investor-based games / Re: Bitcoin Pyramid [alpha-stage] on: August 05, 2011, 01:05:21 AM
Nice!

Maybe set it to show the ad numbers in the payment lists.  A1+, A2-, etc.
2973  Economy / Trading Discussion / Re: A new design suggestion: Pegged exchange rate of BTC on: August 05, 2011, 01:01:38 AM
Anyone trying to peg the BTC to anything will get pegged  Grin

To OP's point... have you ever researched what has happened to countries that peg their currency to the US dollar? It works for a while, then it gets really ugly really fast.

China has been pegging RMB to USD for decades, it still goes on

Because they can print RMB at will.

Expect to see that blow up in their faces in the next 5 to 10 years.
2974  Bitcoin / Bitcoin Discussion / Re: $10,000 Bet that Bitcoins will outperform Gold, Silver by 100X !!! on: August 04, 2011, 08:44:34 PM
If he wins the bet, he gets $20,000.  If he loses, he gets nothing, the $10,000 winnings would go to MemoryDealer's charity, and $10,000 wager would go back in MemoryDealer's pocket.

Nope, neither party can ever get any of their money back.  That is in the agreement on the site.  It is a tax-deductable charitable donation the instant the agreement is completed.  The resolution of the bet only decides which of the two charities it goes to.
2975  Bitcoin / Bitcoin Discussion / Re: $10,000 Bet that Bitcoins will outperform Gold, Silver by 100X !!! on: August 04, 2011, 08:27:46 PM
Just so everyone knows, he is offering to make the bet using longbets.org.  So far, no one has accepted, and the details have not been completed.

In either case, the money from both parties will go to a charity chosen by the winner, not into anyone's pocket.
2976  Bitcoin / Bitcoin Discussion / Re: Creating a real wallet for bitcoins on: August 04, 2011, 06:50:51 PM
I think I have an excessive level of paranoia, because I rejected all general purpose computers (like phones, tablets, etc) because they are too connected.  I want something that ONLY knows bitcoin JSON over serial.

Whispercore will save your ass if someone physically steals your phone, but I don't think it'll help if the phone gets owned from the inside.
2977  Alternate cryptocurrencies / Altcoin Discussion / Re: How to profitably create Bitcoin forks without causing economic chaos on: August 04, 2011, 06:45:42 PM
Ahh, I get it now.

New problems.

1) The exchanger needs to be able to prove that it has destroyed the bitcoins, or no one will trust it.

2) The exchanger needs to be able to prove that it has created no more newcoins than the number of bitcoins destroyed, or no one will trust it.

So, the exchange needs to be a trap door, or the whole thing falls apart.  But, by being a trap door, it brings fear back in, since no one will give up their bitcoins unless they are pretty confident that the new system is not only viable, but will eventually dominate.  Most people would be better off using a floating exchange, at least until the question of dominance has been settled.
2978  Economy / Goods / Re: new real tangible physical bitcoin coin on: August 04, 2011, 06:24:45 PM
Your link is broken.

So where'd you find it?

Bah, silly forums don't like quotes around URLs.  Link fixed.

A coin dealer put it together for me from bulk parts, so there is some confusion about which parts are really involved.  I think it is a "H" sized ring holder with a black 38mm ring.  Except that the H sized holders on air-tites.com aren't the right size.

If you live near a decent coin store, you can ask them, or look for a retail package with a 38mm ring.

I think coinedbits might be looking to order some in bulk to offer for sale along with the coins, but you'd better wait for them to say it.

2979  Bitcoin / Bitcoin Discussion / Re: mybitcoin down or just me? on: August 04, 2011, 05:47:33 PM
Works for me.
2980  Bitcoin / Bitcoin Discussion / Re: Speculation - Mybitcoin owner tried to short sell bitcoins on: August 04, 2011, 05:43:59 PM
Except that if it had been a short, it would have been a wildly successful short, not a failure.
Pages: « 1 ... 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 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!