-
Notifications
You must be signed in to change notification settings - Fork 0
Linux
Gandalf86 edited this page Dec 14, 2021
·
3 revisions
- Download the current release tarball (.tar.gz) from https://titcoin.github.io/
- Execute the following to install the wallet on your system in /usr/local:
sudo tar -xzf titcoin-0.16.3.5.tar.gz -C /usr/local
- If there were no errors, you can remove the .tar.gz tarball now
Troubleshooting:
- Make sure that
/usr/local/binis included in your PATH variable (checkecho $PATH) - Make sure that
/usr/local/share/manis included in your man path (checkmanpath)
- Run
titcoin-qtfrom the command line to open the graphical Titcoin wallet (or create a desktop shortcut for this command) - Run
titcoindto start the Titcoin daemon. Optionally, create a systemd unit file for it to start automatically. - Use
titcoin-clito interact with the Titcoin daemon via the RPC interface - Use
man titcoind/man titcoin-clietc. to get a list of command line options - Use
titcoin-cli helpto get a list of RPC commands supported by a runningtitcoindinstance
Just follow the above instructions for installing Titcoin, it will overwrite the existing Titcoin files automatically.
Run sudo find /usr/local -name '*titcoin*' -delete