Skip to content

Commit

Permalink
docs: update outdated stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mariocynicys committed Sep 18, 2022
1 parent 745b6e3 commit da00afb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The tower can be installed and tested using cargo:

```
git clone https://github.com/sr-gi/rust-teos.git
git clone https://github.com/talaila-labs/rust-teos.git
cd rust-teos
cargo install --path teos
```
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ teosd --datadir=<path_to_dir>

### Running `teosd` in another network

By default, `teosd` runs on `mainnet`. In order to run it on another network, you need to change the network parameter in the configuration file or pass the network parameter as a command-line option. Notice that if `teosd` does not find a `bitcoind` node running in the same network that it is set to run, it will refuse to run.
By default, `teosd` runs on mainnet (`bitcoin`). In order to run it on another network, you need to change the network parameter in the configuration file or pass the network parameter as a command-line option. Notice that if `teosd` does not find a `bitcoind` node running in the same network that it is set to run, it will refuse to run.

The configuration file option to change the network where `teosd` will run is `btc_network`:

```
btc_network = mainnet
btc_network = bitcoin
```

For regtest, it should look like:
Expand Down

0 comments on commit da00afb

Please sign in to comment.