Hello, I recently joined the project gnunet.
Then I decided to read the tutorial documentation at https://docs.gnunet.org/latest/developers/tutorial.html#how-to-connect-manually and to run the commands: gnunet-arm -c peer1.conf -s && gnunet-arm -c peer2.conf -s && echo "$(gnunet-hello -c peer1.conf --export-hello)" | gnunet-hello -c peer2.conf --import-hello then I did gnunet-core -s -c peer1.conf and I still do not see the peer2. Could you tell me if I wrongly used these commands please? I could even edit the handbook for the community. The config files are there: cat peer1.conf [PATHS] # Use this directory to store GNUnet data GNUNET_HOME = ~/gnunet1/ [hostlist] # prevent bootstrapping SERVERS = OPTIONS = -p IMMEDIATE_START = NO cat peer2.conf [PATHS] # Use this directory to store GNUnet data GNUNET_HOME = ~/gnunet2/ GNUNET_TEST_HOME = ~/gnunet2/ [hostlist] # prevent bootstrapping SERVERS = http://localhost:8080/ PORT = 10000 OPTIONS = -p IMMEDIATE_START = NO I also have this global config: cat ~/.config/gnunet.conf [arm] START_SYSTEM_SERVICES = YES START_USER_SERVICES = NO Best regards!
