0.4.2 |
|
---|---|
0.1.0 |
|
0.0.10 |
|
0.0.9 |
|
#49 in #full
6.5MB
110K
SLoC
Tari base node
OSX
Installation from binaries
If you've downloaded binaries from the Tari homepage, then installing the base node is relatively simple.
- Extract the contents of the zip archive to a convenient location (e.g.
/Users/your_name/tari_node
). Since you're reading this file, you've probably done this already. - Give the
tari_base_node
executable permission to run on your machine. Right-click on thetari_base_node
executable in Finder, selectOpen
, and then clickOpen
. The node will exit with an error, but this is fine; all we wanted to do is tell your Mac that it's ok to run this program. - Run
install-osx.sh
by double clicking on it, or entering./install-osx.sh
in a terminal. - When you see the node prompt, you're good to go!
>> help
Available commands are: help, get-balance, send-tari, get-chain-metadata, list-peers, list-connections, whoami, quit, exit
Prerequisites
Linux
sudo apt-get install git curl build-essential cmake clang pkg-config libssl-dev libsqlite3-dev sqlite3
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
From source
cargo install tari_base_node
Configuration
Dependencies
~80MB
~1.5M SLoC