Skip to content
Snippets Groups Projects
Unverified Commit 8868c4e4 authored by osetrovich's avatar osetrovich Committed by GitHub
Browse files

Requested wallet launch also with sudo

parent 8f7f1e20
No related branches found
No related tags found
1 merge request!1Master
...@@ -23,7 +23,7 @@ script: ...@@ -23,7 +23,7 @@ script:
- sudo systemctl status kelvin-node - sudo systemctl status kelvin-node
- sudo /opt/kelvin-node/bin/kelvin-node-cli wallet new -w wallet0 - sudo /opt/kelvin-node/bin/kelvin-node-cli wallet new -w wallet0
- sudo /opt/kelvin-node/bin/kelvin-node-cli token_decl -net private -chain gdb token TOK1 total_supply 1000000000000000000000000 signs_total 1 signs_emission 1 certs cert0 - sudo /opt/kelvin-node/bin/kelvin-node-cli token_decl -net private -chain gdb token TOK1 total_supply 1000000000000000000000000 signs_total 1 signs_emission 1 certs cert0
- sudo /opt/kelvin-node/bin/kelvin-node-cli token_emit -net private -chain_emission gdb -chain_base_tx gdb -addr $(/opt/kelvin-node/bin/kelvin-node-cli wallet list| grep addr | awk '{print $2}' |tr -d "\n") -token TOK1 -certs cert0 -emission_value 123000000000000 - sudo /opt/kelvin-node/bin/kelvin-node-cli token_emit -net private -chain_emission gdb -chain_base_tx gdb -addr $(sudo /opt/kelvin-node/bin/kelvin-node-cli wallet list| grep addr | awk '{print $2}' |tr -d "\n") -token TOK1 -certs cert0 -emission_value 123000000000000
- sudo /opt/kelvin-node/bin/kelvin-node-cli mempool_proc -net private -chain gdb - sudo /opt/kelvin-node/bin/kelvin-node-cli mempool_proc -net private -chain gdb
addons: addons:
apt: apt:
...@@ -39,10 +39,3 @@ addons: ...@@ -39,10 +39,3 @@ addons:
- debconf-utils - debconf-utils
- dconf-cli - dconf-cli
- pv - pv
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment