{"id":18367254,"url":"https://github.com/k-nuth/kth","last_synced_at":"2026-04-10T22:02:56.818Z","repository":{"id":55142565,"uuid":"237133406","full_name":"k-nuth/kth","owner":"k-nuth","description":"High performance Bitcoin development platform","archived":false,"fork":false,"pushed_at":"2024-11-20T22:01:10.000Z","size":3168,"stargazers_count":29,"open_issues_count":31,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-22T03:41:42.713Z","etag":null,"topics":["bch","bitcoin","bitcoin-cash","btc","cash","cpp","cpp20","cryptocurrency","high-performance","knuth","litecoin","ltc","microarchitecture"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/k-nuth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-30T03:43:51.000Z","updated_at":"2025-01-24T16:12:15.000Z","dependencies_parsed_at":"2023-02-08T19:00:16.750Z","dependency_job_id":"76cb1ad2-1cfe-4847-8809-69c0396277a6","html_url":"https://github.com/k-nuth/kth","commit_stats":{"total_commits":398,"total_committers":14,"mean_commits":"28.428571428571427","dds":0.2613065326633166,"last_synced_commit":"ca750c9f467cb0867e29b2e6da080e83619603a7"},"previous_names":[],"tags_count":47,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-nuth%2Fkth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-nuth%2Fkth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-nuth%2Fkth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k-nuth%2Fkth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k-nuth","download_url":"https://codeload.github.com/k-nuth/kth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247512967,"owners_count":20950964,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bch","bitcoin","bitcoin-cash","btc","cash","cpp","cpp20","cryptocurrency","high-performance","knuth","litecoin","ltc","microarchitecture"],"created_at":"2024-11-05T23:20:49.773Z","updated_at":"2026-04-10T22:02:51.749Z","avatar_url":"https://github.com/k-nuth.png","language":"Python","readme":"\u003c!-- \u003ca target=\"_blank\" href=\"http://semver.org\"\u003e![Version][badge.version]\u003c/a\u003e --\u003e\n\u003c!-- \u003ca target=\"_blank\" href=\"https://cirrus-ci.com/github/k-nuth/node-exe\"\u003e![Build Status][badge.Cirrus]\u003c/a\u003e --\u003e\n\n# knuth \u003ca target=\"_blank\" href=\"https://github.com/k-nuth/node-exe/releases\"\u003e![Github Releases][badge.release]\u003c/a\u003e \u003ca target=\"_blank\" href=\"https://github.com/k-nuth/node-exe/actions\"\u003e![Build status][badge.GithubActions]\u003c/a\u003e \u003ca href=\"#\"\u003e![CPP][badge.cpp]\u003c/a\u003e \u003ca target=\"_blank\" href=\"https://t.me/knuth_cash\"\u003e![Telegram][badge.telegram]\u003c/a\u003e \u003ca target=\"_blank\" href=\"https://k-nuth.slack.com/\"\u003e![Slack][badge.slack]\u003c/a\u003e\n\n\u003e High performance Bitcoin development platform.\n\nKnuth 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.\n\n## Not just a node\n\nKnuth is a multi-crypto full node, but it is also a development platform.\n\nKnuth's core is written in C++20, 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.\n\nAt the moment we have libraries in the following languages: [C++](https://github.com/k-nuth/node), [C](https://github.com/k-nuth/c-api), [C#](https://github.com/k-nuth/cs-api), [Python](https://github.com/k-nuth/py-api), [Javascript](https://github.com/k-nuth/js-api) and [Golang](https://github.com/k-nuth/go-api).\nYou can build your own library in the language of your choice on top of our [C library](https://github.com/k-nuth/c-api).\n\n## Performance matters\n\nWe 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.\n\nFor those who don't want to wait for compilation times, we provide pre-built binaries compatible with [Intel's Haswell microarchitecture](https://en.wikipedia.org/wiki/Haswell_(microarchitecture)). But you don't have to worry about that, our build system will do everything for you.\n\n## Modular architecture\n\nKnuth is based on a modular architecture simple to modify, expand and learn.\n\nAny protocol change can be introduced in Knuth much faster and more efficiently than in reference implementations.\n\n## Cross-platform\n\nKnuth can be used in any computer architecture and operating system, it only requires a 64-bit system.\n\nKnuth 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.\n\nIf you find a problem in any other platform, please [let us know](https://github.com/k-nuth/kth/issues).\n\n## Getting started\n\nInstall and run Knuth is very easy:\n\n1. Install and configure the Knuth build helper:\n```\n$ pip install kthbuild --user --upgrade\n\n$ conan config install https://github.com/k-nuth/ci-utils/raw/master/conan/config2023.zip\n\n```\n\n2. Install the appropriate node executable:\n\n```\n$ conan install --requires=kth/0.46.0 --update --deploy=direct_deploy\n```\n\n3. Run the node:\n\n```\n$ ./kth/bin/kth\n```\nFor more more detailed instructions, please refer to our [documentation](https://k-nuth.github.io/docs/).\n\n## Donation\n\nSee [fund.kth.cash](https://fund.kth.cash/) for active Flipstarter campaigns.\n\nOur general donation address is:\n`bitcoincash:qrlgfg2qkj3na2x9k7frvcmv06ljx5xlnuuwx95zfn`\n\n## License\n\nKnuth node is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.\n\n## Issues\n\nEach of our modules has its own Github repository, but in case you want to create an issue, please do so in our [main repository](https://github.com/k-nuth/kth/issues).\n\n## Contact\n\nYou can contact us through our [Telegram](https://t.me/knuth_cash) and [Slack](https://k-nuth.slack.com/) groups or write to us at info@kth.cash.\n\n## Security Disclosures\nTo report security issues please contact:\n\nFernando Pelliccioni (fpelliccioni@gmail.com) - GPG Fingerprint: 8C1C 3163 AAE1 0EFA 704C 8A00 FE77 07B7 4C29 E389\n\n\u003c!-- Links --\u003e\n[badge.Travis]: https://travis-ci.org/k-nuth/node-exe.svg?branch=master\n[badge.Appveyor]: https://ci.appveyor.com/api/projects/status/github/k-nuth/node-exe?svg=true\u0026branch=master\n[badge.Cirrus]: https://api.cirrus-ci.com/github/k-nuth/node-exe.svg?branch=master\n[badge.GithubActions]: https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fk-nuth%2Fnode-exe%2Fbadge\u0026style=for-the-badge\n[badge.version]: https://badge.fury.io/gh/k-nuth%2Fkth-node-exe.svg\n[badge.release]: https://img.shields.io/github/v/release/k-nuth/node-exe?display_name=tag\u0026style=for-the-badge\u0026color=3b009b\u0026logo=bitcoincash\n[badge.cpp]: https://img.shields.io/badge/C++-20-blue.svg?logo=c%2B%2B\u0026style=for-the-badge\n[badge.telegram]: https://img.shields.io/badge/telegram-badge-blue.svg?logo=telegramlogo=slack\u0026style=for-the-badge\n[badge.slack]: https://img.shields.io/badge/slack-badge-orange.svg?logo=slacklogo=slack\u0026style=for-the-badge\n\u003c!-- [badge.Gitter]: https://img.shields.io/badge/gitter-join%20chat-blue.svg --\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk-nuth%2Fkth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk-nuth%2Fkth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk-nuth%2Fkth/lists"}