Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
node config generator
Commits
afd3bcdc
Commit
afd3bcdc
authored
Sep 10, 2019
by
Sergey Shiktarev
Browse files
fixes
parent
45e745e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
afd3bcdc
FROM
registry.vostokservices.com/vostok/alpine-java:8_server-jre
FROM
anapsix/alpine-java:8_server-jre
ARG
node_version=1.0.2
COPY
Dockerfile_content/accounts_template.conf /node/
...
...
@@ -12,6 +11,4 @@ RUN chmod +x /node/generate.sh && \
apk add wget gettext bash libxext libxrender libxtst libxi
&&
\
wget
-q
https://github.com/vostokplatform/Vostok-Releases/releases/download/
${
node_version
}
/generators-
${
node_version
}
.jar
-O
/node/generator.jar
#ENTRYPOINT "/bin/sh"
ENTRYPOINT
"/node/generate.sh"
README.md
View file @
afd3bcdc
First:
pip install -r requirements.txt
Usage:
-c Seed letter A-Z
-w Waves chain (yes/no)
-a Count of keys to generate
-p Wallet password
--create-configmap (yes) generate congigmap with config and wallet inside
--existing-genesis (yes/no) use genesis from previous generation if genesis_backup.conf exists.
Example:
./launcher.py -c A -w no -a 6 -p
<wallet
password
>
--create-configmap yes
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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