Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
osmosis
Commits
786176fa
Commit
786176fa
authored
3 years ago
by
antstalepresh
Committed by
ValarDragon
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
update startnode script
parent
9aa893ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
startnode.sh
+2
-0
startnode.sh
with
2 additions
and
0 deletions
+2
-0
startnode.sh
+
2
-
0
View file @
786176fa
...
...
@@ -10,4 +10,6 @@ osmosisd add-genesis-account $(osmosisd keys show validator -a --keyring-backend
osmosisd gentx validator 500000000stake
--keyring-backend
=
test
--home
=
$HOME
/.osmosisd
--chain-id
=
testing
osmosisd collect-gentxs
--home
=
$HOME
/.osmosisd
cat
$HOME
/.osmosisd/config/genesis.json | jq
'.app_state["gov"]["voting_params"]["voting_period"]="10s"'
>
$HOME
/.osmosisd/config/tmp_genesis.json
&&
mv
$HOME
/.osmosisd/config/tmp_genesis.json
$HOME
/.osmosisd/config/genesis.json
osmosisd start
--home
=
$HOME
/.osmosisd
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets