Sign inSign up

harmonyone/node

By harmonyone

•Updated over 6 years ago

Harmony Node

Image
3

6.5K

harmonyone/node repository overview

Node of Harmony Blockchain

  • Download the wrapper script
curl -LO https://raw.githubusercontent.com/harmony-one/harmony/s3/scripts/docker/docker-node.sh
chmod +x docker-node.sh
  • Put your key and pass file to keys directory
mkdir -p keys
cp mybls.key keys/bls.key
cp mypass.file keys/bls.pass
  • Start the node
./docker-node.sh bls.key bls.pass
  • Check the log
tail -f latest/zerolog-*.log
  • More details about the wrapper
$ ./docker-node.sh -h
usage: docker-node.sh options blskey blspass
options:
  -t tag      : tag of the image, default: latest
  -p base_port: base port, default: 9000
  -n network  : network type
  -z dns_zone : dns zone
  -d db_dir   : harmony db directory
  -k          : kill running node
  -h          : print this message
  blskey        : blskey file name, keyfile
  blspass       : blspass file name, passphase in file
examples:
docker-node.sh -t test -p 9001 -d db blskey blspass

Tag summary

Content type

Image

Digest

Size

38.2 MB

Last updated

over 6 years ago

docker pull harmonyone/node