Bitcoin Forum
May 06, 2024, 07:34:33 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Base-less Block Chains (Broadcast-only bitcoin)  (Read 1999 times)
appamatto (OP)
Jr. Member
*
Offline Offline

Activity: 36
Merit: 13


View Profile
December 15, 2010, 08:14:20 AM
 #1

I'm not sure the etiquette about referencing my blog articles on this forum.  Let me know if this is a bad idea.

http://blog.appamatto.com/2010/12/base-less-block-chains.html

I wrote an article about designing a bitcoin-like protocol that allows new clients to determine the proper head-of-chain by receiving only "new" blocks.  In other words, the system would become broadcast-only and there would be no method to request old blocks from peers.

I'm still grappling with the idea, but I think that if timestamps are present in the protocol, attacks on new clients should be at least prohibitively difficult.  If timestamps are not present then there is a "history attack" where an attacker rebroadcasts blocks from the entire history of the chain, forking the chain at the last moment.  The history attack is pretty difficult to pull off since old hands won't rebroadcast nodes that aren't new.

Broadcast-only-ness allows for some interesting properties including lower network and disk usage, but it can be weak against lost blocks.

Naturally this method would require a balance sheet-based implementation of bitcoin.
1715024073
Hero Member
*
Offline Offline

Posts: 1715024073

View Profile Personal Message (Offline)

Ignore
1715024073
Reply with quote  #2

1715024073
Report to moderator
1715024073
Hero Member
*
Offline Offline

Posts: 1715024073

View Profile Personal Message (Offline)

Ignore
1715024073
Reply with quote  #2

1715024073
Report to moderator
1715024073
Hero Member
*
Offline Offline

Posts: 1715024073

View Profile Personal Message (Offline)

Ignore
1715024073
Reply with quote  #2

1715024073
Report to moderator
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
MoonShadow
Legendary
*
Offline Offline

Activity: 1708
Merit: 1007



View Profile
December 15, 2010, 01:51:09 PM
 #2

Bitcoin can already work like this, just not as an absolute.  This is similar to my own 'datacasting' concept.

"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'
appamatto (OP)
Jr. Member
*
Offline Offline

Activity: 36
Merit: 13


View Profile
December 15, 2010, 03:03:37 PM
 #3

Bitcoin can already work like this, just not as an absolute.  This is similar to my own 'datacasting' concept.

What is your datacasting concept?

One reason why I think bitcoin can't work like this is that a client who only saw new blocks wouldn't be able to know whether the transactions contained within were valid or not.  This seems to require balance sheets...
MoonShadow
Legendary
*
Offline Offline

Activity: 1708
Merit: 1007



View Profile
December 15, 2010, 04:45:41 PM
 #4

Bitcoin can already work like this, just not as an absolute.  This is similar to my own 'datacasting' concept.

What is your datacasting concept?


Use the search function.  Look for 'datacasting' and 'Dash7'

Quote

One reason why I think bitcoin can't work like this is that a client who only saw new blocks wouldn't be able to know whether the transactions contained within were valid or not.  This seems to require balance sheets...

that is the chicken and egg problem, isn't it?  A client that uses balance sheets cannot independently verify transactions based on blocks prior to it's own initial startup, but a client that uses the full blockchain to verify transaction history doesn't need balance sheets.

"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'
appamatto (OP)
Jr. Member
*
Offline Offline

Activity: 36
Merit: 13


View Profile
December 16, 2010, 05:22:25 AM
 #5

Bitcoin can already work like this, just not as an absolute.  This is similar to my own 'datacasting' concept.

What is your datacasting concept?


Use the search function.  Look for 'datacasting' and 'Dash7'

Quote

One reason why I think bitcoin can't work like this is that a client who only saw new blocks wouldn't be able to know whether the transactions contained within were valid or not.  This seems to require balance sheets...

that is the chicken and egg problem, isn't it?  A client that uses balance sheets cannot independently verify transactions based on blocks prior to it's own initial startup, but a client that uses the full blockchain to verify transaction history doesn't need balance sheets.

If the client has block 5 and its balance sheet he can verify both block 6 and block 4 by fast-forwarding or rewinding the new/old transactions on the balance sheet.  Verification in this case means "if the beginning of the chain is verified then so are all the nodes up until the end."

The client may end up with multiple long chains, which will either be connected in some way or one will be an attacker's chain.  The client should be able to request older blocks until the point where the chains connect or the attacking chain is overpowered.

I think you get too much fragmentation if you only get new blocks, but the idea of "mostly broadcast" may still be a good aim, given that the number of old blocks required to remove all doubt may be quite few.
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!