Bitcoin Forum
June 18, 2024, 02:23:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 ... 327 »
3701  Bitcoin / Development & Technical Discussion / Re: What is stopping pruning from being added to the qt client? on: July 17, 2013, 05:21:39 PM
All nodes could become archives nodes which only store a fraction of the historical data.

1) Interpret the transaction hash key space as a being circular.
2) Pick a random hash value, call this the target hash.
3) Design a probability function with the shape of a bell curve which produces a value of 1 at the target hash and on average would match 1% (or any other desired fraction) of the key space.
4) Apply the probability function to the hash of any prunable transaction the node is aware of. Permanently store transactions for which the function is true and discard the rest (alternately, save all of them but use the probability function to selectively discard transactions when disk space is low).
5) As long as the total number of nodes is a sufficiently high multiple of 1/(desired fraction), and the nodes have sufficient disk space on average to hold their desired fraction of the key space, then the all of the historical transaction will probably remain retrievable.
3702  Economy / Service Discussion / Re: Opinions on Coinbase? on: July 16, 2013, 06:34:47 PM
http://bitcoinmagazine.com/coinbase-instant-purchases-delayed-support/
3703  Economy / Speculation / Re: Wall Observer - MtGoxUSD wall movement tracker - Hardcore on: July 16, 2013, 12:37:18 PM
Does David Malki read the Speculation forum here?

3704  Economy / Service Announcements / Re: CrownCloud relaunches VPN service | PPTP Based on: July 16, 2013, 12:29:30 PM
I thought PPTP is fundamentally broken?
3705  Economy / Service Discussion / Re: (old coinchat unban appeal, for reference) on: July 15, 2013, 05:38:16 PM
I try to keep my signature nice and simple - like it? Smiley
It would have been fine back when only a handful of people were using colours in their signatures. Now that everyone is doing it all colours become annoying.
3706  Economy / Economics / Re: Winkelvoss ETP could become THE pricing mechanism for BTC on: July 15, 2013, 04:58:29 PM
I'd hate to see people want to join Bitcoin and then be sold some paper by their bank.
I must confess that there are some investors that I wouldn't mind seeing lose their money by buying worthless paper. Certain institutional investors, for example. I strongly suspect that large public sector pension funds like those managed by CALPERS created the shareholder pressure to strip mine the US tech manufacturing base in the 2000s (start with a profitable company, lay off R&D and customer support, divert all funds to marketing to pump the share price, when it falls apart ship everything to China).
3707  Economy / Service Discussion / Re: (old coinchat unban appeal, for reference) on: July 15, 2013, 04:49:15 PM
Is CoinChat that site that encourages people to include obnoxious visual pollution into their signatures, which subsequently causes me to add them to my ignore list?
3708  Bitcoin / Bitcoin Discussion / Re: Dangers of securing bitcoin on windows? on: July 15, 2013, 04:42:02 PM
To start with, don't even try to secure your bitcoins on a computer that is connected to the Internet.

Offline wallets are a minimum requirement when it comes to securing bitcoins.
3709  Bitcoin / Development & Technical Discussion / Re: proposal: delete blocks older than 1000 on: July 15, 2013, 02:49:20 AM
Any proposed actions need to be connected to solving actual problems (or at least ones that are reasonably and justifiably anticipated).   What you're suggesting— to the extent that its even concrete enough to talk about the benefits or costs—, would likely _decrease_ the scaling over the current and/or most obvious designs by at least constant factor, and more probably a constant plus a logarithmic factor. Worse, it would move costs from storage, which appears to have the best scaling 'law', to bandwidth which has the worst empirical scaling.
I have pretty modest aspirations for Bitcoin: I just want it to be as successful in the currency world as TCP/IP has been in the networking world; i.e. I'm looking forward to a future in which there are no Bitcoin currency exchanges because there are no longer any currencies to exchange with.

The reason I like the distributed filesystem approach is that the storage requirements of a universal currency are going to be immense, and loosening the requirement that any node maintain a full copy of everything at the same time makes it easier to solve. Freenet has a self-assembling datastore where each node specializes in terms of what keys they store, and while it doesn't guarantee that keys will be be retrievable forever, it does a good job in practise (subject to certain caveats).

That makes it a good starting point to design a system that could scale up to the kind of storage system Bitcoin would need a decade from now if it's still on the road to becoming a universal currency.

On the other hand there's no guarantee that the Dollar and the Euro are going to make it to 2025, so it's always possible that we'd need to scale up very quickly much sooner than anyone could anticipate. It certainly wouldn't be the first time for that to happen to Bitcoin.
3710  Bitcoin / Meetups / Re: Austin, TX on: July 15, 2013, 02:10:31 AM
http://www.meetup.com/BitcoinAustin/events/128976332/
3711  Bitcoin / Development & Technical Discussion / Re: proposal: delete blocks older than 1000 on: July 15, 2013, 02:00:08 AM
A Bitcoin-specific storage system
Yes, freenet's alpha and omega is its privacy model, but again, thats why its architecture teaches us relatively little of value for the Bitcoin ecosystem.[/quote]I disagree with that, because their privacy model required them to make everything work automatically. You just start up a node and it bootstraps and specializes without any user intervention at all. This is something that other distributed storage systems, like Tahoe-LAFS, don't have.

Why not specify 10e60000 transactions per second while you're making up random numbers?   Bitcoin is a decentralized system, thats its whole reason for existence.  There aren't non-linear costs that inhibit its scaling at least not in the system itself, just linear ones— but they're significant.  Positing 10e6 transaction per second directly inside Bitcoin is _ludicrous_ (you're talking about every full node needing to transfer 80 tbytes per day just to validate, with a peak data in excess of 10gbit/sec require to obtain reliable convergence) and not possible without completely abandoning decentralization— unless you also assume a comparable increase in bandwidth/computing power, in which case it's trivial. Or if you're willing to abandon decentralization, again it's trivial. Or if you move that volume into an external system— its a question of the design of that system and not Bitcoin.
Nielsen's Law of Internet Bandwidth suggests that high end home broadband users will have 10 gbit/sec connections by 2025. Does it not make sense plan ahead?
3712  Bitcoin / Development & Technical Discussion / Re: proposal: delete blocks older than 1000 on: July 14, 2013, 11:47:25 PM
The freenet model does not provide for reliability, however.
That's true. The cost of strong anonymity is that storage nodes are dealing with encrypted blobs whose contents they know nothing about, so they have to drop keys randomly when an individual node runs out of space.

A Bitcoin-specific storage system could do better than this, for example by dropping prunable transactions before unspent transactions.

In any case, this is serious overkill.
What kind of storage architecture will ultimately be needed if Bitcoin is going to scale as far as 106 transactions per second? Laying the groundwork for a network of that capacity is not overkill IMHO.
3713  Bitcoin / Legal / Re: Is Viceroy talking complete bullshit and afraid of the truth ? on: July 14, 2013, 11:38:45 PM
Doesn't look good when hero members are arguing - no side taken - just sayin...
Hint:

3714  Bitcoin / Development & Technical Discussion / Re: proposal: delete blocks older than 1000 on: July 14, 2013, 11:20:34 PM
The Freenet project has managed to create a 30+ terabyte distributed, redundant, content-addressed filesystem. It works in a plug-and-play fashion, where individual nodes specialize with regards to routing and as to which keys they choose to store automatically without requiring any explicit configuration. Nodes can enter and leave the network randomly without having much of an impact on key retrievablity.

Their design would be a good starting point for building a distributed datastore for Bitcoin. All the objects that we care about are already identified by their hashes, so it would be easy to adapt their storage model for Bitcoin.
3715  Economy / Service Discussion / Re: increase in localbitcoin transactions? on: July 14, 2013, 05:54:12 PM
I saw an avalanche of orders when Bitinstant first rolled out their new site.
3716  Bitcoin / Bitcoin Discussion / Re: encryption controled property rights on: July 14, 2013, 05:48:35 PM
https://en.bitcoin.it/wiki/Smart_Property
3717  Economy / Trading Discussion / Re: is it safe to do bitcoin for cash meetup? on: July 14, 2013, 04:44:06 PM
yeah but the rates there are extremely high. not to mention i'm looking to buy quite a bit of bitcoins.
So you want to do large cash transactions without any kind of escrow?

What you get by paying the going rates on LocalBitcoins is a lower chance of being robbed. A legitimate seller charges a reasonable rate for their time. A thief looking for a mark will try to entice someone into bringing a large amount of cash to a meeting with no intention of giving them any bitcoins.

On the other hand you might get lucky, so might as well save a couple percent by operating with no safety net, right?
3718  Bitcoin / Bitcoin Discussion / Re: Thieves, Govts and Mistakes on: July 14, 2013, 03:40:04 PM
It seems to me that the Armory is down long ago (Usability Issue).
You need a modern computer with a decent amount of RAM to run Armory, but if you've got enough Bitcoins to worry about losing them then it shouldn't be a problem to spend a couple of them to upgrade your computer if necessary.

I have this same question..  How do you do a Cold Storage?   Do I just put all my BTC I want to keep in my wallet on my PC and then copy that wallet to a USB drive(Maybe 2 or them?) and then delete the wallet on my PC and I now have cold storage?

And what is meant by back it up with paper?

Please explain or point me to a good thread on the subject..
https://bitcoinarmory.com/using-offline-wallets-in-armory/
3719  Economy / Trading Discussion / Re: is it safe to do bitcoin for cash meetup? on: July 14, 2013, 06:40:16 AM
It depends on how you do the transaction.

I strongly recommend going through a service like LocalBitcoins because it has a built in escrow and is set up to reduce the possibility of either the buyer or seller cheating.
3720  Bitcoin / Bitcoin Discussion / Re: 49m interview with Ex. Director Jon Matonis on the future of Bitcoin Foundation on: July 14, 2013, 03:46:55 AM
I certainly was on the fence because as a member I get to see how bad their communication and priorities have been.
The clarity of Jon's responses were exactly what I was looking for back in September, back when the Foundation was first announced.
Pages: « 1 ... 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 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 ... 327 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!