Tomas [ARCHIVE] on Nostr: 📅 Original date posted:2017-04-06 📝 Original message:I have been working on a ...
📅 Original date posted:2017-04-06
📝 Original message:I have been working on a bitcoin implementation that uses a different
approach to indexing for verifying the order of transactions. Instead of
using an index of unspent outputs, double spends are verified by using a
spend-tree where spends are scanned against spent outputs instead of
unspent outputs.
This allows for much better concurrency, as not only blocks, but also
individual inputs can be verified fully in parallel.
I explain the approach at
https://bitcrust.org, source code is available
at
https://github.com/tomasvdw/bitcrustI am sharing this not only to ask for your feedback, but also to call
for a clear separation of protocol and implementations: As this
solution, reversing the costs of outputs and inputs, seems to have
excellent performance characteristics (as shown in the test results),
updates to the protocol addressing the UTXO growth, might not be worth
considering *protocol improvements* and it might be best to address
these concerns as implementation details.
Kind regards,
Tomas van der Wansem
tomas at bitcrust.org
Bitcrust
Published at
2023-06-07 17:59:32Event JSON
{
"id": "4f09f52ffe3e62a3b7d5c367c021d41f7d6cbde8aaa494567740685adf7bd8f8",
"pubkey": "1c03575343555d1132a621c49466190d680da4a306ba8b992e8b87e267609cdd",
"created_at": 1686160772,
"kind": 1,
"tags": [
[
"e",
"d4a682be1f6603f0ff8798c52b7225cac6554e21f3aedb0c80e7d41cf71983ad",
"",
"reply"
],
[
"p",
"a23dbf6c6cc83e14cc3df4e56cc71845f611908084cfe620e83e40c06ccdd3d0"
]
],
"content": "📅 Original date posted:2017-04-06\n📝 Original message:I have been working on a bitcoin implementation that uses a different\napproach to indexing for verifying the order of transactions. Instead of\nusing an index of unspent outputs, double spends are verified by using a\nspend-tree where spends are scanned against spent outputs instead of\nunspent outputs.\n\nThis allows for much better concurrency, as not only blocks, but also\nindividual inputs can be verified fully in parallel.\n\nI explain the approach at https://bitcrust.org, source code is available\nat https://github.com/tomasvdw/bitcrust\n\nI am sharing this not only to ask for your feedback, but also to call\nfor a clear separation of protocol and implementations: As this\nsolution, reversing the costs of outputs and inputs, seems to have\nexcellent performance characteristics (as shown in the test results),\nupdates to the protocol addressing the UTXO growth, might not be worth\nconsidering *protocol improvements* and it might be best to address\nthese concerns as implementation details.\n\nKind regards,\nTomas van der Wansem\ntomas at bitcrust.org\nBitcrust",
"sig": "1a0b528ea2529973aacac899fc3ce009b77f9ef2b894959583040311840a6def573d71e65ea37919b11a9f92ac2926632891c7dcf60ed58a4feaf20485c8ce42"
}