In September I started to work on some code, trying to understand better how Bitcoin works. I managed to create my little online calculator (http://tpbitcalc.appspot.com/), and started working on implementing some Bitcoin-related packages. The amount of information available to the raw workings of Bitcoin wasn't too great, so I had to dig up all the information I could from places like the forum, the wiki, and of course, the Stack Exchange. Discovering that last website was really an interesting experience. It was the first time I stumbled across any of the Stack Exchanges and I found this to be a very valuable tool for a lot of things. Not to mention that it really helped me to learn a lot about Bitcoin and give back to the community (now if I could grind some more reputation...;) ).
But then first hurdles appeared on the road. I guess this is what you get when trying to implement a new concept with some new technology. As it turned out Golang didn't have an implementation of secp256k1 (the ECDSA curve used by Bitcoin), Google App Engine did not want to communicate in any other way than through HTTP, and understanding how to implement the Bitcoin Script was too much for me.
Luckily I was able to work on two Bitcoin sub-projects at once (a Block Explorer and a Pool), which allowed me to take a brake from one and start on the other if things became too hard at times. Too bad starting programming the Pool it turned out that Golang didn't have HTTP JSON RPC implemented...
0 Response to "The humble begginings"
Posting Komentar