mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-25 20:21:21 +00:00
expose seed
This commit is contained in:
parent
9e0319ef76
commit
c408f59371
@ -56,8 +56,6 @@ make
|
|||||||
|
|
||||||
When `./tendermint daemon` is first run, a file will be create in ~/.tendermint/config.toml
|
When `./tendermint daemon` is first run, a file will be create in ~/.tendermint/config.toml
|
||||||
|
|
||||||
There is not official or testnet SeedNode yet. Will updated with an official list of seed nodes.
|
|
||||||
|
|
||||||
//TODO Explanation of other config.toml fields
|
//TODO Explanation of other config.toml fields
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
@ -67,7 +65,7 @@ There is not official or testnet SeedNode yet. Will updated with an official lis
|
|||||||
Network = "tendermint_testnet0"
|
Network = "tendermint_testnet0"
|
||||||
ListenAddr = "0.0.0.0:0"
|
ListenAddr = "0.0.0.0:0"
|
||||||
# First node to connect to. Command-line overridable.
|
# First node to connect to. Command-line overridable.
|
||||||
# Seed = "a.b.c.d:pppp"
|
# Seed = "23.239.22.253:8080"
|
||||||
|
|
||||||
[DB]
|
[DB]
|
||||||
# The only other available backend is "memdb"
|
# The only other available backend is "memdb"
|
||||||
@ -77,7 +75,7 @@ Backend = "leveldb"
|
|||||||
|
|
||||||
[RPC]
|
[RPC]
|
||||||
# For the RPC API HTTP server. Port required.
|
# For the RPC API HTTP server. Port required.
|
||||||
HTTP.ListenAddr = "0.0.0.0:8080"
|
HTTP.ListenAddr = "0.0.0.0:8081"
|
||||||
|
|
||||||
[Alert]
|
[Alert]
|
||||||
# TODO: Document options
|
# TODO: Document options
|
||||||
@ -98,7 +96,7 @@ You will also to need to have a genesis.json in ~/.tendermint/. This must be the
|
|||||||
],
|
],
|
||||||
"Validators": [
|
"Validators": [
|
||||||
{
|
{
|
||||||
"PubKey": "01206bd490c212e701a2136eeea04f06fa4f287ee47e2b7a9b5d62edd84cd6ad9753",
|
"PubKey": [1, "6bd490c212e701a2136eeea04f06fa4f287ee47e2b7a9b5d62edd84cd6ad9753"],
|
||||||
"Amount": 100000000,
|
"Amount": 100000000,
|
||||||
"UnbondTo": [
|
"UnbondTo": [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user