haveno-core/seednode
KewbitXMR b5c62050d3
Some checks are pending
CI / build (macos-13) (push) Waiting to run
CI / build (ubuntu-22.04) (push) Waiting to run
CI / build (windows-latest) (push) Waiting to run
Codacy Coverage Reporter / Publish coverage (push) Waiting to run
workflow
2025-07-08 16:10:38 +07:00
..
docker workflow 2025-07-08 16:10:38 +07:00
src bump version to 1.1.2 2025-06-06 08:24:45 -04:00
.dockerignore
blocknotify.sh
create_jar.sh
create_jaronly_archive.sh
haveno-seednode.service
haveno.env
install_seednode_debian.sh Update script to install Haveno seed node as a system service (#758) 2024-03-12 10:46:32 -04:00
README.md
torrc Lower PoW activation threshold 2024-08-14 07:47:20 -04:00
uninstall_seednode_debian.sh

Haveno Seednode

Currently a seednode can be deployed using the Dockerfile in the docker/ folder.

Make sure you have Tor installed in your host environment (apt install tor), then navigate to the docker folder and from there build the Docker image:

docker build -t haveno-seednode .

Then create a container from it:

docker run -it -p 9050 -p 2002 --restart unless-stopped --name haveno-seednode haveno-seednode

After the seednode is deployed, you'll see a message similar to this in the log:

[TorControlParser] INFO  o.b.n.tor.Tor: Hidden Service 3jrnfkgkoh463zic54csvntz5w62dm2zno54c3c6jgvusafosqrgmnqd.onion has been announced to the Tor network.

Note the onion address. It will be needed by the Haveno instances wanting to connect to your seednode.