HYDRA Documentation
  • Introduction to Hydra Chain
  • HydraGon
    • Migrate to HydraGon
    • Staking on HydraGon
    • Staking Calculator
  • HYDRADEX
    • Add & Remove Liquidity
    • Liquidity Mining
  • HYDRA MULTIBRIDGE
    • Hydra Bridge
    • Security Audits Hydra Bridge
Powered by GitBook
On this page

Was this helpful?

  1. Community Tools

Docker image for Hydra Node

Docker image to start up a node using the latest wallet binary.

Last updated 1 year ago

Was this helpful?

Suggested for Advanced users

This Docker image starts up a node using the latest wallet binary. It can pulled using docker pull locktrip/hydra-node and started with: docker run -d -P --name Hydra -v /src/hydra:/hydra -e TZ=Europe/Sofia -i -t -p 3338:3338 locktrip/hydra-node Make sure to set your time zone according to your locale. Startup flags can be set as well such as -staking=false to disable staking.

Special credit to the following HYDRA community members who have contributed to the expansion of the community tools section:

https://hub.docker.com/r/locktrip/hydra-node
@tmaiaroto