diff --git a/docs/server/source/simple-deployment-template/network-setup.md b/docs/server/source/simple-deployment-template/network-setup.md index 3ba86aed..db098c44 100644 --- a/docs/server/source/simple-deployment-template/network-setup.md +++ b/docs/server/source/simple-deployment-template/network-setup.md @@ -81,7 +81,7 @@ from all the Members, and should combine them in the file "validators":[ { "pub_key":{ - "type":"AC26791624DE60", + "type":"tendermint/PubKeyEd25519", "value":"" }, "power":10, @@ -89,7 +89,7 @@ from all the Members, and should combine them in the file }, { "pub_key":{ - "type":"AC26791624DE60", + "type":"tendermint/PubKeyEd25519", "value":"" }, "power":10, @@ -103,7 +103,7 @@ from all the Members, and should combine them in the file }, { "pub_key":{ - "type":"AC26791624DE60", + "type":"tendermint/PubKeyEd25519", "value":"" }, "power":10, diff --git a/docs/server/source/simple-deployment-template/tips.md b/docs/server/source/simple-deployment-template/tips.md index 710dbd78..6aa170ff 100644 --- a/docs/server/source/simple-deployment-template/tips.md +++ b/docs/server/source/simple-deployment-template/tips.md @@ -1,5 +1,10 @@ # Tips +## Tendermint Tips + +* [Configure Tendermint to create no empty blocks](https://tendermint.com/docs/tendermint-core/using-tendermint.html#no-empty-blocks). +* Store the Tendermint data on a fast drive. You can do that by changing [the location of TMHOME](https://tendermint.com/docs/tendermint-core/using-tendermint.html#directory-root) to be on the fast drive. + ## Refreshing Your Node If you want to refresh your node back to a fresh empty state, then your best bet is to terminate it and deploy a new machine, but if that's not an option, then you can: