Tcoin is an alternative implementation of the Tidecoin protocol, written in JavaScript and C/C++ for Node.js.
- Full Node
- SPV Node
- Wallet Backend
- Mining Backend (getblocktemplate support)
- Layer 2 Backend (lightning)
- General Purpose Tidecoin Library
$ git clone git://github.com/tidecoin/tcoin
$ cd tcoin
$ npm rebuild
$ ./bin/bcoin
See the [Getting started][guide] guide for more in-depth installation instructions, including verifying releases. If you're upgrading, see the latest changes via the Changelog.
- General docs: docs/
- Wallet and node API docs: https://bcoin.io/api-docs/
- Library API docs: https://bcoin.io/docs/
Join us on Telegram https://t.me/TidecoinTDC
Tcoin does not guarantee you against theft or lost funds due to bugs, mishaps, or your own incompetence. You and you alone are responsible for securing your money.
If you contribute code to this project, you are implicitly allowing your code to be distributed under the MIT license. You are also implicitly verifying that all code is your original work.
- Copyright (c) 2022, Yar Sawyer & Likloadm (MIT License).
- Copyright (c) 2014-2015, Fedor Indutny (MIT License).
- Copyright (c) 2014-2017, Christopher Jeffrey (MIT License).
See LICENSE for more info.