{"type":"rich","version":"1.0","author_name":"npub15fmnxm546tg2sv0l7elusrvqsgezdzdg3m0flpml5fr2qf3f5slskxlq6h","author_url":"https://nostr.ae/npub15fmnxm546tg2sv0l7elusrvqsgezdzdg3m0flpml5fr2qf3f5slskxlq6h","provider_name":"njump","provider_url":"https://nostr.ae","html":"📅 Original date posted:2011-12-17\n🗒️ Summary of this message: Eric Lombrozo discusses the potential for exploiting the Bitcoin protocol, including the need for breaking up tasks into separate components and moving towards a distributed hash table for block chain storage.\n📝 Original message:Hey Eric,\n\nTwo comments.\n\n1.\nThe ability to query for transactions belonging to pubkeys or bitcoin addresses is supported today by several implementations:\n* blockexplorer.com\n* bitcoin-js\n* my own libBTC (will more on this soon)\n\nTo query for transactions you need to use json-rpc and not the bitcoin protocol, however. But still the purpose is the same: to be able to build thin clients that can rely on a server for storing the blockchain and keeping connected on the p2p network.\n\nThe reason for not having these queries part of the standard protocol (I think) are as they breaks anonymity, and that you would actually encourage people to participate in the p2p.\n\n2. The second part you mention, to some how move the storage of the blockchain into a DHT based storage would be quite nice. The benefit of this is that it could be a way to integrate the smaller clients into the network without breaking the anonymity. But it should be thought out quite carefully. Further, if each client only store a fraction of the blockchain we should work out what fraction that need to be in order to ensure a similar service level. I would be happy to work with you on this.\n\nCheers,\n\nMichael\n\nOn 17/12/2011, at 08:41, Eric Lombrozo wrote:\n\n\u003e Hey, guys.\n\u003e \n\u003e I haven't posted here before so I'll introduce myself. My name's Eric,\n\u003e I've been developing cryptocurrency-related\n\u003e software for several months now, I've implemented some libraries for\n\u003e dealing with core bitcoin datastructures, made\n\u003e some custom builds of bitcoind and interfaced it with a few apps I've written.\n\u003e \n\u003e In doing so, I've come to appreciate just how little of the potential\n\u003e for the bitcoin protocol is being exploited right now...\n\u003e not only in terms of the script features but in terms of the potential\n\u003e commands and node types that could exist.\n\u003e \n\u003e For instance, the protocol spec at\n\u003e https://en.bitcoin.it/wiki/Protocol_specification only has 16 commands\n\u003e listed and\n\u003e only one service type...despite having a full 12 bytes for a command\n\u003e code and a full eight bytes for a services\n\u003e type.\n\u003e \n\u003e The fact that only one node service type is specified is probably due\n\u003e to the fact that the satoshi client was written\n\u003e to be a standalone monolithic app that took care of all the essential\n\u003e needs for a network of peers.\n\u003e i.e. block chain storage/management, transaction signing/verification,\n\u003e key generation/wallet management, block mining, etc...\n\u003e However, I think there's an urgent need for breaking up all these\n\u003e different tasks into separate components that can run as independent\n\u003e services on different types of devices.\n\u003e \n\u003e One of the big issues I'm dealing with now pertains to block chain\n\u003e storage. As of right now, it is implemented as sequential\n\u003e disk files using Berkeley DB in the satoshi client. Then you have\n\u003e other projects that have been using SQL tables, etc...\n\u003e But I believe the direction this really needs to move towards is some\n\u003e sort of distributed hash table...and the database queries\n\u003e should be performed using the bitcoin protocol itself. Perhaps adding\n\u003e a few more commands. As things stand right now,\n\u003e the only way to query for transactions or blocks is by their hash. And\n\u003e once a transaction gets incorporated into a block and\n\u003e removed from the transaction pool, one can no longer query it by the\n\u003e transaction hash without stepping outside the bitcoin protocol.\n\u003e We need access to the disk file that stores the blocks whether it be\n\u003e via Berkeley DB or SQL or whatever.\n\u003e \n\u003e I propose an extension to the bitcoin protocol to provide methods for\n\u003e performing more sophisticated queries, such as \"Give me\n\u003e an inventory of transactions involving this particular public key\" or\n\u003e \"Give me an inventory all transactions in the last n blocks with\n\u003e unredeemed outputs.\" This could be done by adding a few more commands.\n\u003e \n\u003e Furthermore, I propose a new network services type for nodes that\n\u003e serve as block chain/transaction pool storage.\n\u003e \n\u003e Of couse, any peer that wishes to verify the integrity of the block\n\u003e chain would still have to download at the very least\n\u003e all the block headers...and to be completely sure, also all the blocks\n\u003e themselves...and verify everything. But it would be\n\u003e very nice to be able to run thin services that can rely on other\n\u003e network peers to do this work. It is still possible to attain\n\u003e a high level of confidence in the integrity by querying multiple peers\n\u003e for similar objects and comparing. It is also possible\n\u003e to run your own dedicated block chain storage servers which you trust.\n\u003e \n\u003e There are other ideas I have for other types of services, too.\n\u003e \n\u003e Anyhow, I'm just throwing this out there...if anyone's interested I'd\n\u003e love to develop these ideas further and help put together some\n\u003e specs.\n\u003e \n\u003e -Eric Lombrozo\n\u003e \n\u003e ------------------------------------------------------------------------------\n\u003e Learn Windows Azure Live!  Tuesday, Dec 13, 2011\n\u003e Microsoft is holding a special Learn Windows Azure training event for \n\u003e developers. It will provide a great way to learn Windows Azure and what it \n\u003e provides. You can attend the event by watching it streamed LIVE online.  \n\u003e Learn more at http://p.sf.net/sfu/ms-windowsazure\n\u003e _______________________________________________\n\u003e Bitcoin-development mailing list\n\u003e Bitcoin-development at lists.sourceforge.net\n\u003e https://lists.sourceforge.net/lists/listinfo/bitcoin-development"}
