Author

Topic: When will Tx DB use the merkle tree pruning? (Read 2310 times)

donator
Activity: 853
Merit: 1000
April 09, 2012, 01:25:38 PM
#7
I would love to code it myself, but I don't understand Bitcoin's code well enough yet. First I'd like to implement a simple python client so I can really understand all the dirty details, and then maybe I'd be able to do something like that.
there's your problem. the only full bitcoin client (correct me if i'm wrong) is in c++.

Last time I checked Python was Turing complete
i was pointing out that you have a lot of work ahead of you because there's no reference code. NOT because you were using python.

Ah, true.
legendary
Activity: 2058
Merit: 1431
I would love to code it myself, but I don't understand Bitcoin's code well enough yet. First I'd like to implement a simple python client so I can really understand all the dirty details, and then maybe I'd be able to do something like that.
there's your problem. the only full bitcoin client (correct me if i'm wrong) is in c++.

Last time I checked Python was Turing complete
i was pointing out that you have a lot of work ahead of you because there's no reference code. NOT because you were using python.
donator
Activity: 853
Merit: 1000
I would love to code it myself, but I don't understand Bitcoin's code well enough yet. First I'd like to implement a simple python client so I can really understand all the dirty details, and then maybe I'd be able to do something like that.
there's your problem. the only full bitcoin client (correct me if i'm wrong) is in c++.

Last time I checked Python was Turing complete
legendary
Activity: 2058
Merit: 1431
I would love to code it myself, but I don't understand Bitcoin's code well enough yet. First I'd like to implement a simple python client so I can really understand all the dirty details, and then maybe I'd be able to do something like that.
there's your problem. the only full bitcoin client (correct me if i'm wrong) is in c++.
donator
Activity: 853
Merit: 1000
I would love to code it myself, but I don't understand Bitcoin's code well enough yet. First I'd like to implement a simple python client so I can really understand all the dirty details, and then maybe I'd be able to do something like that.
donator
Activity: 1218
Merit: 1063
Gerald Davis
Priorities.  Developers have more pressing issues.  In the short term barring an explosion in tx volume the blockchain size will grow linear (maybe geometrically if tx volume continues to grow).  It simply isn't that pressing of an issue.

Still that is the power of open source. If you feel it is the #1 priority you can
* code it yourself
* pay someone else to code it
* convince others it should be a higher priority.
donator
Activity: 853
Merit: 1000
Is there any reason that this has not yet been implemented? Are there any limitations imposed by this approach to compress the blockchain? I never fully understood the tradeoffs here, thanks.
Jump to: