Using a Docker container
Last updated
Last updated
Ensure Docker is installed (or ) and run the gluwa/creditcoin3
Docker image.
PowerShell does not support comments on multiline commands, please use the uncommented version.
In the command above, notice the -v
flag that takes a local directory as the first part of the parameter. It's import that docker has the ability to write to this directory, otherwise you will see errors such as Error: Service(Client(Backend("IO Error: Permission denied (os error 13)")))
. Your command will likely use a path similar to -v /home/validator/data:/creditcoin-node/data
.
Here is an example command to run a validator that connects to the Creditcoin Mainnet:
PowerShell does not support comments on multiline commands, please use the uncommented version.
In the command above, notice the -v
flag that takes a local directory as the first part of the parameter. It's import that docker has the ability to write to this directory, otherwise you will see errors such as Error: Service(Client(Backend("IO Error: Permission denied (os error 13)")))
. Your command will likely use a path similar to -v /home/validator/data:/creditcoin-node/data
.
Here is an example command to run a validator that connects to the Creditcoin Testnet: