haveno/seednode
boldsuck d4a9838cd8
update documentation and config for external tor w/ pow defense
Co-authored-by: shortwavesurfer2009 <116814522+shortwavesurfer2009@users.noreply.github.com>
Co-authored-by: fa2a5qj3 <174058787+fa2a5qj3@users.noreply.github.com>
Co-authored-by: preland <prelandofficialmusic@gmail.com>
2024-08-02 08:27:10 -04:00
..
2024-07-16 12:30:52 -04:00
2021-05-04 20:20:01 -04:00
2021-05-04 20:20:01 -04:00
2021-05-04 20:20:01 -04:00
2024-07-13 11:49:21 -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.