Bitcoin Forum
May 04, 2024, 12:29:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Milestone Block Idea  (Read 1043 times)
randomproof (OP)
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
April 12, 2012, 05:34:29 PM
 #1

Here is my idea.  Every year (or every 52560 blocks) create a special milestone block that contains all the bitcoin addresses and their balances and get that inserted/mined into the block chain.  This would allow you to remove the all blocks before that special block from disk/memory.  I think ideally you might want to keep at least two milestone blocks to keep some history.  This plan also offers the opportunity to reclaim some lost coins.  You could declare any address that has no activity in 1 or 2 years as abandoned and award them to the miner who mined the milestone block.

Donations to me:   19599Y3PTRF1mNdzVjQzePr67ttMiBG5LS
1714782558
Hero Member
*
Offline Offline

Posts: 1714782558

View Profile Personal Message (Offline)

Ignore
1714782558
Reply with quote  #2

1714782558
Report to moderator
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
coretechs
Donator
Sr. Member
*
Offline Offline

Activity: 362
Merit: 250



View Profile
April 12, 2012, 09:19:56 PM
Last edit: May 15, 2012, 12:18:49 PM by coretechs
 #2

Here is my idea.  Every year (or every 52560 blocks) create a special milestone block that contains all the bitcoin addresses and their balances and get that inserted/mined into the block chain.  This would allow you to remove the all blocks before that special block from disk/memory.  I think ideally you might want to keep at least two milestone blocks to keep some history.  This plan also offers the opportunity to reclaim some lost coins.  You could declare any address that has no activity in 1 or 2 years as abandoned and award them to the miner who mined the milestone block.

I think you meant to post this here:
www.highdeas.com

edit - sorry for being rude/dismissive, it had been a long day and I was irritable and tired of "lost coin" recovery suggestions.

https://bitcoindoc.com - The Rise and Rise of Bitcoin | https://blocktap.io - Lightning powered crypto query engine
randomproof (OP)
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
April 12, 2012, 09:41:01 PM
 #3

Here is my idea.  Every year (or every 52560 blocks) create a special milestone block that contains all the bitcoin addresses and their balances and get that inserted/mined into the block chain.  This would allow you to remove the all blocks before that special block from disk/memory.  I think ideally you might want to keep at least two milestone blocks to keep some history.  This plan also offers the opportunity to reclaim some lost coins.  You could declare any address that has no activity in 1 or 2 years as abandoned and award them to the miner who mined the milestone block.

I think you meant to post this here:
www.highdeas.com
Why?  What is wrong with the idea?  One of the issues with bitcoin is the growing size of storing the whole, ever growing, blockchain.  With my idea you could keep it from growing forever.

Donations to me:   19599Y3PTRF1mNdzVjQzePr67ttMiBG5LS
MoonShadow
Legendary
*
Offline Offline

Activity: 1708
Merit: 1007



View Profile
April 12, 2012, 10:00:27 PM
 #4

While it's good that you're thinking, there are a couple of problems with the idea...

1) A table listing all of the addresses that have a non-zero balance can't go into a block, although it's more than reasonable to have such a service exist for the use of future clients that might use Stratum or some other overlay network.

2) A table wouldn't break the bitcoin system, so there is no way to 'invalidate' unspent coins, even if they are known lost.  This is a feature, not a bug.  Even if you could, who would get those coins?

3) The whitepaper already includes a method of blockchain reduction.  "Pruning" of the blockchain, or the removal of old transaction data for which coins have already been spent several times, is included in the protocol.  This is why a 'merkle hash tree' is included in the block's internal structure rather than just a flat file of transactions.  After all transactions have been repeatedly spent again within a given block, including the coinbase transaction; those transactions, their data and their merkle tree branches can be removed from the block's data.  This reduces the block's data size all the way down to only an 80 byte header.  So long term, a full client can reduce prior year blocks down to headers alone, resulting in about 4 megs of data per year plus all current unspent transactions plus about a month worth of all the most recent transactions whether spent or not.  Although this doesn't put a cap on the size of the blockchain, growth is far below the historical growth of disk sizes.  Even miners can do this to their blockchains.  Only the most paranoid of client setups would require the entire blockchain like they all do today, but I'm sure that such a very paranoid client will exist somewhere on the Internet.  There is not any full client that 'prunes' yet because there isn't a need for it yet and the bitcoin network depends upon the "many copies keep data safe" method.  By the time Bitcoin really starts to take off, clients that prune by default will exist.  Already there are light clients (that cannot mine) that don't download or keep blocks created prior to their first startup date.

"The powers of financial capitalism had another far-reaching aim, nothing less than to create a world system of financial control in private hands able to dominate the political system of each country and the economy of the world as a whole. This system was to be controlled in a feudalist fashion by the central banks of the world acting in concert, by secret agreements arrived at in frequent meetings and conferences. The apex of the systems was to be the Bank for International Settlements in Basel, Switzerland, a private bank owned and controlled by the world's central banks which were themselves private corporations. Each central bank...sought to dominate its government by its ability to control Treasury loans, to manipulate foreign exchanges, to influence the level of economic activity in the country, and to influence cooperative politicians by subsequent economic rewards in the business world."

- Carroll Quigley, CFR member, mentor to Bill Clinton, from 'Tragedy And Hope'
Foxpup
Legendary
*
Offline Offline

Activity: 4354
Merit: 3042


Vile Vixen and Miss Bitcointalk 2021-2023


View Profile
April 12, 2012, 10:17:51 PM
 #5

It's a bad idea because:

1) It's impossible, since Bitcoin don't have "balances", only transactions. An address balance is simply a derived figure calculated by adding up all the transactions going into it and subtracting the transactions going out; this figure is not actually "stored" in the blockchain anwhere. More importantly, because a transaction input must be the output of a previous transaction, knowing an address balance is useless if you don't know exactly which transactions the money came from.

2) The idea of stealing money that hasn't been moved in a while is not going be accepted by users. This is one of the key reasons why I'm using Bitcoin in the first place: my bank actually froze one of my accounts once because I "hadn't used it in a while" without even telling me, causing major frustration the day I actually did try to use it. Angry But at least they held on to my money and (eventually) gave it back to me instead of stealing it outright. If anything even remotely like this is ever implemented in Bitcoin (not that that's likely to happen), then I (and probably most other users) will take my money elsewhere.

3) Finally, and most importantly, we already have something like this: Merkle tree pruning, which involves removing transactions that have totally spent outputs. All we need is a client that actually implements this. There's no need to make any changes to the protocol.

Will pretend to do unspeakable things (while actually eating a taco) for bitcoins: 1K6d1EviQKX3SVKjPYmJGyWBb1avbmCFM4
I am not on the scammers' paradise known as Telegram! Do not believe anyone claiming to be me off-forum without a signed message from the above address! Accept no excuses and make no exceptions!
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!