Skip to content

titcoin/titcoin

Repository files navigation

Titcoin Wallet

Build Status

About

This is the current Titcoin wallet made by Gandalf86. For more info about Titcoin, see https://titcoin.github.io

Titcoin is based on Bitcoin Core version 0.16.3, all credits go to the Bitcoin Core developers. Most documentation files have been left untouched to avoid confusion.

License

Bitcoin Core and Titcoin are released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.

Building

Please refer to the build notes in the doc/ directory for compiling the wallet.

Testing

  • Unit tests can be run with make check
  • Functional tests can be run with ./test/functional/test_runner.py

All provided tests should pass. Please report if there are any errors and only use the wallet if all the tests pass. For more info, see /src/test/README.md.