Bonjour,
Je viens d’installer duniter sur mon serveur debian 10 (un vps chez un hébergeur, l’ip de l’interface réseau est publique) via la paquet .deb.
Dans cesium en sélectionnant mon nœud g1-duniter.kanet.xyz
, j’ai le message :
noeud invalide ou adresse invalide
Par contre en mettant l’adresse IP, la connexion se fait bien
voici ce que retourne https://g1.duniter.org/network/peers
curl -s https://g1.duniter.org/network/peers | grep -C 6 "6LX"
{
"version": 10,
"currency": "g1",
"status": "UP",
"first_down": null,
"last_try": null,
"pubkey": "6LXL7vQPpFX27UZL9J5iPTbeWjXyB9mqkGW7iPX3KQci",
"block": "470874-00000012238D659A9C3A85791DC29CE4400439860B2E20630F79CF90265A2D69",
"signature": "Xqh1xmD2FBBba81x8kC9mBeyPh+0cIHf33M6GcOMauUfgiITaZShHGyESjaU5QxWv7IUWtbL5fnLVj/r9S1KBg==",
"endpoints": [
"BASIC_MERKLED_API g1-duniter.kanet.xyz 155.133.130.223 10902",
"WS2P 90877c52 155.133.130.223 10901"
]
Voici ma config:
duniter ws2p show-conf
{
"uuid": "90877c52",
"privateAccess": true,
"publicAccess": true,
"preferedOnly": false,
"privilegedOnly": false,
"upnp": false,
"host": "155.133.130.223",
"remotehost": "155.133.130.223",
"remoteport": 10901,
"port": 10901,
"maxPublic": 10,
"maxPrivate": 10,
"remotepath": ""
}
Si je ping g1-duniter.kanet.xyz, le serveur pong.
D’où pourrais venir le problème?
A quoi correspond remotpath ?