Skip to content

Commit

Permalink
Prevent lost identity (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
rioda-org authored Sep 30, 2021
1 parent c6103f9 commit c32e5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To connect to idena `experimental mainnet` network run executable without parame
Custom json configuration can be used if `--config=<config file name>` parameter is specified. Use `server` IPFS profile if you run `idena-go` on VPS to prevent local network scanning.
```json
{
"DataDir": "",
"DataDir": "datadir",
"P2P": {
"MaxInboundPeers": 12,
"MaxOutboundPeers": 6
Expand Down

0 comments on commit c32e5de

Please sign in to comment.