Skip to content

BlockHub/ontology-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ontology-node

A simple container to run an ontology node.

Commands:

validate if the container has been properly configured

docker run
--mount type=bind,source=$(pwd)/wallet.dat,target=/conf/wallet.dat kaiserkarel/ontology-node:latest
validate

run the node in sync mode

docker run
--mount type=bind,source=$(pwd)/wallet.dat,target=/conf/wallet.dat
-e ONT_PASSPHRASE="mysecret"
kaiserkarel/ontology-node:latest
sync

run the node in consensus mode

docker run
--mount type=bind,source=$(pwd)/wallet.dat,target=/conf/wallet.dat
-e ONT_PASSPHRASE="mysecret"
kaiserkarel/ontology-node:latest
consensus

Releases

No releases published

Packages

No packages published