|
|
@ -31,6 +31,7 @@ class Docker(object):
|
|
|
|
--password {u.wallet_password} \
|
|
|
|
--password {u.wallet_password} \
|
|
|
|
--daemon-address {config.DAEMON_PROTO}://{config.DAEMON_HOST}:{config.DAEMON_PORT} \
|
|
|
|
--daemon-address {config.DAEMON_PROTO}://{config.DAEMON_HOST}:{config.DAEMON_PORT} \
|
|
|
|
--daemon-login {config.DAEMON_USER}:{config.DAEMON_PASS} \
|
|
|
|
--daemon-login {config.DAEMON_USER}:{config.DAEMON_PASS} \
|
|
|
|
|
|
|
|
--trusted-daemon \
|
|
|
|
--electrum-seed '{seed}' \
|
|
|
|
--electrum-seed '{seed}' \
|
|
|
|
--log-file /wallet/{u.id}-init.log \
|
|
|
|
--log-file /wallet/{u.id}-init.log \
|
|
|
|
--command refresh"
|
|
|
|
--command refresh"
|
|
|
@ -43,6 +44,7 @@ class Docker(object):
|
|
|
|
--mnemonic-language English \
|
|
|
|
--mnemonic-language English \
|
|
|
|
--daemon-address {config.DAEMON_PROTO}://{config.DAEMON_HOST}:{config.DAEMON_PORT} \
|
|
|
|
--daemon-address {config.DAEMON_PROTO}://{config.DAEMON_HOST}:{config.DAEMON_PORT} \
|
|
|
|
--daemon-login {config.DAEMON_USER}:{config.DAEMON_PASS} \
|
|
|
|
--daemon-login {config.DAEMON_USER}:{config.DAEMON_PASS} \
|
|
|
|
|
|
|
|
--trusted-daemon \
|
|
|
|
--log-file /wallet/{u.id}-init.log \
|
|
|
|
--log-file /wallet/{u.id}-init.log \
|
|
|
|
--command version
|
|
|
|
--command version
|
|
|
|
"""
|
|
|
|
"""
|
|
|
@ -81,6 +83,7 @@ class Docker(object):
|
|
|
|
--password {u.wallet_password} \
|
|
|
|
--password {u.wallet_password} \
|
|
|
|
--daemon-address {config.DAEMON_PROTO}://{config.DAEMON_HOST}:{config.DAEMON_PORT} \
|
|
|
|
--daemon-address {config.DAEMON_PROTO}://{config.DAEMON_HOST}:{config.DAEMON_PORT} \
|
|
|
|
--daemon-login {config.DAEMON_USER}:{config.DAEMON_PASS} \
|
|
|
|
--daemon-login {config.DAEMON_USER}:{config.DAEMON_PASS} \
|
|
|
|
|
|
|
|
--trusted-daemon \
|
|
|
|
--log-file /wallet/{u.id}-rpc.log
|
|
|
|
--log-file /wallet/{u.id}-rpc.log
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
try:
|
|
|
|
try:
|
|
|
|