Skip to content

Commit

Permalink
add genesis param info
Browse files Browse the repository at this point in the history
  • Loading branch information
EG-easy committed Sep 2, 2021
1 parent fe85e88 commit 11f5468
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions nibiru-2000/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,18 @@
- Go version: [v1.16+](https://golang.org/dl/)
- Nibirud version: [v0.3](https://github.com/cosmos-gaminghub/nibiru/releases/tag/v0.3)

## GenTx Collection ( Until September 1st, 2021 11:00 GMT)
## genesis params (changed from default)

```
"signed_blocks_window": "10000"
"min_signed_per_window": "0.050000000000000000"
"unbonding_time": "259200s"
```
You have to keep up at least 5% in the last 10000block for avoid downtime slashing.
You have to wait 3days to unbond your token.


## GenTx Collection (DONE)
1. Initialize the nibiru directories and create the local file with the correct chain-id

```
Expand Down Expand Up @@ -66,7 +77,7 @@ vim $HOME/.nibiru/config/config.toml
seeds = "[email protected]:26656"
```

5. start!
5. start
```
nibirud start
```
Expand Down

0 comments on commit 11f5468

Please sign in to comment.