Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FairCoin.Co
jsonrpc-api
Commits
a70b7ac7
Commit
a70b7ac7
authored
Feb 20, 2021
by
TonyFord
Browse files
add create wallet
parent
4f73b4d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a70b7ac7
...
...
@@ -43,6 +43,23 @@ start:
-
docker-compose up -d --remove-orphans
-
export LH_PORT=${LH_PORT_jsonrpc} && curl https://git.fairkom.net/faircoin.co/admin/-/raw/master/nginx_proxy | sed -e s/DOMAIN/${CI_PROJECT_NAME}/g -e s/LH_PORT/${LH_PORT}/g > ${CI_PROJECT_NAME}
create_wallet
:
stage
:
create
tags
:
-
FairCoin.Co
only
:
refs
:
-
master
variables
:
-
$CMD =~ /create wallet/
-
$PASSPHRASE
-
$PASSWORD
before_script
:
-
export RUNNER_UID=`id -u`
-
export RUNNER_GID=`id -g`
script
:
-
docker-compose exec -T faircoin ./run_electrumfair create --passphrase ${PASSPHRASE} --password ${PASSWORD} --wallet /home/faircoin/.electrumfair/wallets/${WALLET:-default_wallet}
stop
:
stage
:
stop
tags
:
...
...
Write
Preview
Supports
Markdown
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