rust-teos/DEPENDENCIES.md
Sergi Delgado Segura a70f9c47c8 Fixes some typos in the readmes
Superseeds #27 and #47
2022-07-11 17:10:37 +02:00

888 B

Dependencies

rust-teos has the following system-wide dependencies:

  • rust
  • bitcoind

Minimum Supported Rust Version (MSRV)

FIXME: Define MSRV

Installing Rust

Refer to rust-lang.org.

Installing bitcoind

rust-teos runs on top of a Bitcoin Core node. Other underlying Bitcoin nodes are not supported at the moment.

You can get Bitcoin Core from bitcoincore.org.

Bitcoin needs to be running with the following options enabled:

  • txindex to be able to look for non-wallet transactions
  • server to run rpc commands

Here's an example of a bitcoin.conf you can use for mainnet. DO NOT USE THE PROVIDED RPC USER AND PASSWORD.

# [rpc]
server=1
rpcuser=user
rpcpassword=passwd
rpcservertimeout=600

# [blockchain]
txindex=1

# [others]
daemon=1
debug=1
maxtxfee=1