haveno/seednode
erciccione 25b2d6591a adapt systemd files of pricenode and seednode to haveno
- adapt systemd file for seednode to Haveno and improve hardening
- adapt systemd file for pricenode to Haveno and improve hardening
- some live hardening options might not have been added here
2022-08-08 13:47:09 -04:00
..
docker seednode: remove some files, add dockerfile and readme with instructions 2022-07-08 10:03:59 -04:00
src set version to 0.0.1 2022-07-16 18:23:02 -04:00
.dockerignore Bisq 2021-05-04 20:20:01 -04:00
bisq.env Install tor from tor repository and add external tor as default 2022-07-08 10:03:59 -04:00
blocknotify.sh Bisq 2021-05-04 20:20:01 -04:00
create_jar.sh Bisq 2021-05-04 20:20:01 -04:00
create_jaronly_archive.sh Bisq 2021-05-04 20:20:01 -04:00
haveno-seednode.service adapt systemd files of pricenode and seednode to haveno 2022-08-08 13:47:09 -04:00
install_seednode_debian.sh Install tor from tor repository and add external tor as default 2022-07-08 10:03:59 -04:00
README.md seednode: remove some files, add dockerfile and readme with instructions 2022-07-08 10:03:59 -04:00
torrc Install tor from tor repository and add external tor as default 2022-07-08 10:03:59 -04:00
uninstall_seednode_debian.sh Bisq 2021-05-04 20:20:01 -04:00

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.