File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,11 @@ akash genesis gentx validator 10000000000uakt --keyring-backend="test" --chain-i
2626akash genesis collect
2727
2828# Set proper defaults and change ports
29- sed -i ' ' ' s#"tcp://127.0.0.1:26657"#"tcp://0.0.0.0:26657"#g' ~ /.akash/config/config.toml
30- sed -i ' ' ' s/timeout_commit = "5s"/timeout_commit = "1s"/g' ~ /.akash/config/config.toml
31- sed -i ' ' ' s/timeout_propose = "3s"/timeout_propose = "1s"/g' ~ /.akash/config/config.toml
32- sed -i ' ' ' s/index_all_keys = false/index_all_keys = true/g' ~ /.akash/config/config.toml
29+ sed -i.bak ' s#"tcp://127.0.0.1:26657"#"tcp://0.0.0.0:26657"#g' ~ /.akash/config/config.toml
30+ sed -i.bak ' s/timeout_commit = "5s"/timeout_commit = "1s"/g' ~ /.akash/config/config.toml
31+ sed -i.bak ' s/timeout_propose = "3s"/timeout_propose = "1s"/g' ~ /.akash/config/config.toml
32+ sed -i.bak ' s/index_all_keys = false/index_all_keys = true/g' ~ /.akash/config/config.toml
33+ rm -f ~ /.akash/config/config.toml.bak
3334
3435# Start the akash
3536akash start --pruning=nothing
You can’t perform that action at this time.
0 commit comments