docs.rs failed to build minotari_node-5.4.0-pre.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Minotari 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
minotari_nodeexecutable permission to run on your machine. Right-click on theminotari_nodeexecutable 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.shby double clicking on it, or entering./install.shin a terminal. - When you see the node prompt, you're good to go!
>> help
Available commands are:
help, version, get-chain-metadata, list-peers, reset-offline-peers, ban-peer, unban-peer, list-connections, list-headers,
check-db, calc-timing, discover-peer, get-block, search-utxo, search-kernel, search-stxo, get-mempool-stats,
get-mempool-state, whoami, get-state-info, 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 minotari_node