-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Emmanuel edited this page Jul 4, 2018
·
2 revisions
- Install docker: https://docs.docker.com/install/linux/docker-ce/ubuntu/
- Get the quick start kit:
git clone https://github.com/Utrum/start-oot-cli - Modify
assetchain-start.shwith custom rpc user and password - Run it:
bash assetchain-start.sh
Change addresses use to be a problem. But if you're gonna use only 1 address per daemon, then there's a solution.
You need to know your pubkey, and include a variable in assetchain-start.sh: PUBKEY=<your_pubkey>, then start your daemon, and import your private key (wif format) like this:
docker exec -ti OOT komodo-cli -ac_name=OOT -rpcuser=<user> -rpcpassword=<password> importprivkey <privkey>
