Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
idky137 committed Aug 16, 2024
1 parent 8c9ef50 commit 62f3030
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ The walletside Nym implementations are moving to ease wallet integration but the
From zingolib: [get_lightd_info and send_transaction commands sent with this build will be sent over the mixnet]
6) Run `$ cargo run --release --package zingo-cli -- --chain "testnet" --server "127.0.0.1:8088" --data-dir ~/wallets/testnet_wallet`

Note:
Configuration data can be set using a .toml file (an example zindexer.toml is given in zingo-indexer/zindexer.toml) and can be set at runtime using the --config arg:
- Run `$ cargo run --config zingo-indexerd/zindexer.toml`
4 changes: 2 additions & 2 deletions zingo-indexerd/zindexer.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
tcp_active = true

# Optional TcpIngestors listen port (use None or specify a port number)
listen_port = 8080
listen_port = 8137

# Sets the NymIngestor's and NymDispatchers status (true or false)
nym_active = true

# Optional Nym conf path used for micnet client conf
nym_conf_path = "tmp/indexer/nym"
nym_conf_path = "/tmp/indexer/nym"

# LightWalletD listen port [DEPRECATED]
lightwalletd_port = 9067
Expand Down

0 comments on commit 62f3030

Please sign in to comment.