Giter Club home page Giter Club logo

kaiju's Introduction

Kaiju

A lean and mean Bitcoin full node with high concurrency written in golang.

What and Why

Kaiju aims to be the Bitcoin server for Bitcoin service providers, as opposed to Bitcoin Core being the Bitcoin client.

Services need a Bitcoin Server. There are two main reasons why Bitcoin Core (bitcoind) is not the perfect tool for Exchanges and Payment providers.

  • It's not designed to connect a big number of nodes, but Services tend to like more connected nodes for better user experience.
  • It's an all-in-one bundle containing a wallet and a miner, which are offen not used but introduce undesired complexcity.

Kaiju is designed to handle thouthands of connnections. And it does only one thing and try to be good at it: Being a lean and mean Bitcoin node, to communicate with the network, to verify Txs and Blocks.

A compact TXDatabase will be used in Kaiju, so that you don't need to store the full blockchain, but can sitll verify transactions.

Educational Purpose

When response to conspiracy theories, bitcoiner offen say that Bitcoin is an open source project, and everyone can check out the source code and see it for themselves. But the reality is, the code of Bitcoin Core is hard to read for various of reasons.

Kaiju is planning to be small, clean and simple, hopefully under 5K lines of code. Good documentation for code readers is also part of the plan so that more people could really read and learn.

Current Status

WIP, hopefully nobody sees this :)

kaiju's People

Contributors

oxfeeefeee avatar

Watchers

Ben Haim avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.