Import a Private Key

To generate a keystore file, import a private key using the command below. Replace `<YOUR_PASSWORD>` and `<YOUR_PRIVATE_KEY>` with your actual password and private key.

sudo docker run --entrypoint /home/createkey dappos/bot:v1.0.0 --pass '<YOUR_PASSWORD>' --priv '<YOUR_PRIVATE_KEY>'

Store the generated content in a file named my-keystore and update the configuration file with the new filename and password.

Last updated