Giter VIP home page Giter VIP logo

kth's Introduction

knuth Github Releases Build status Build Status CPP Telegram Slack

High performance Bitcoin development platform.

Knuth is a high performance implementation of the Bitcoin protocol focused on users requiring extra performance and flexibility, what makes it the best platform for wallets, exchanges, block explorers and miners.

Multiple cryptos

Knuth supports the following cryptocurrencies in the same code base:

Choosing a cryptocurrency is just as simple as changing a switch in our build system, take a look here.

Also, given its modular design and beautiful code, Knuth allows you to implement other cryptocurrencies with very few code changes.

Not just a node

Knuth is a multi-crypto full node, but it is also a development platform.

Knuth's core is written in C++17, on top of it we provide a set of libraries and modules written in various programming languages that you can use as basis for building your application.

At the moment we have libraries in the following languages: C++, C, C#, Python, Javascript and Golang. You can build your own library in the language of your choice on top of our C library.

Performance matters

We designed Knuth to be a high performance node, so our build system has the ability to automatically detect the microarchitecture of your processor and perform an optimized build for it.

For those who don't want to wait for compilation times, we provide pre-built binaries compatible with Intel's Haswell microarchitecture. But you don't have to worry about that, our build system will do everything for you.

Modular architecture

Knuth is based on a modular architecture simple to modify, expand and learn.

Any protocol change can be introduced in Knuth much faster and more efficiently than in reference implementations.

Cross-platform

Knuth can be used in any computer architecture and operating system, it only requires a 64-bit system.

Knuth has been well tested on x86-64 processors and on the following operating systems: FreeBSD, Linux, macOS and Windows. However, it is not limited to these, Knuth can be used in any computer architecture and any operating system, the only requirement is a 64-bit system.

If you find a problem in any other platform, please let us know.

Getting started

Install and run Knuth is very easy:

  1. Install and configure the Knuth build helper:
$ pip install kthbuild --user --upgrade

$ conan config install https://github.com/k-nuth/ci-utils/raw/master/conan/config.zip

# Just for Linux
$ conan profile update settings.compiler.libcxx=libstdc++11 default
  1. Install the appropriate node executable:
$ conan install kth/0.X@kth/stable --update

(0.X is an alias for our latest uploaded package)

  1. Run the node:
$ ./kth

For more more detailed instructions, please refer to our documentation.

Donation

See fund.kth.cash for active Flipstarter campaigns.

Our general donation address is: bitcoincash:qrlgfg2qkj3na2x9k7frvcmv06ljx5xlnuuwx95zfn

License

Knuth node is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.

Issues

Each of our modules has its own Github repository, but in case you want to create an issue, please do so in our main repository.

Contact

You can contact us through our Telegram and Slack groups or write to us at [email protected].

Security Disclosures

To report security issues please contact:

Fernando Pelliccioni ([email protected]) - GPG Fingerprint: 8C1C 3163 AAE1 0EFA 704C 8A00 FE77 07B7 4C29 E389

kth's People

Contributors

fpelliccioni avatar dario-ramos avatar mdallago avatar hanchon avatar ramacarlucho avatar garceri avatar bitprim-ci avatar jujumax avatar xpostudio4 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.