Author

Topic: Bitcoin-akka tutorial (Read 1885 times)

legendary
Activity: 1512
Merit: 1009
November 01, 2015, 01:46:24 PM
#4
It's good to see developments in Bitcoin related clients... But why should I use this for my nodes instead of the regular client? Smiley

It's a tutorial for people who want to learn about writing a bitcoin full node (not a client to bitcoin-core, a direct client to the bitcoin network).

If one wants to pop up the hood, the reference client has ~90 000 lines of C++, not very much documented. This tutorial has less than 1700 lines and much more documentation. Obviously the reference client has many things that this tutorial doesn't. But the basics are covered.

If someone gives you a do-it-yourself kit car that can drive around, would you ask if it replaces your Toyota?

Sorry I misunderstood the goal of your project. From what's written on the page I assumed it was an alternative client, a bit like Bitcoin-XT Smiley
sr. member
Activity: 467
Merit: 266
October 31, 2015, 11:28:10 PM
#3
It's good to see developments in Bitcoin related clients... But why should I use this for my nodes instead of the regular client? Smiley

It's a tutorial for people who want to learn about writing a bitcoin full node (not a client to bitcoin-core, a direct client to the bitcoin network).

If one wants to pop up the hood, the reference client has ~90 000 lines of C++, not very much documented. This tutorial has less than 1700 lines and much more documentation. Obviously the reference client has many things that this tutorial doesn't. But the basics are covered.

If someone gives you a do-it-yourself kit car that can drive around, would you ask if it replaces your Toyota?
legendary
Activity: 1512
Merit: 1009
October 31, 2015, 08:25:35 AM
#2
It's good to see developments in Bitcoin related clients... But why should I use this for my nodes instead of the regular client? Smiley
sr. member
Activity: 467
Merit: 266
October 31, 2015, 03:50:05 AM
#1
A step by step tutorial on building a full node implementation.

As for the features, here's a short list:

- Automatically synchronizes the blockchain using headers first and parellel block download
- Maintain database of unspent outputs: verifies and relays unconfirmed transactions
- Import/Export blockchain
- Serves headers and blocks - other nodes can synchronize the blockchain from Bitcoin-Akka

More importantly, every commit is documented and corresponds to a precise unit of work towards
the goal.

http://hhanh00.github.io/bitcoin-akka-tutorial/index.html
Jump to: