Home - Utrum/start-oot-cli GitHub Wiki
- 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.sh
with 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>