Help needed to install v2 software + suggestion to list endpoints

I would like to install “v2s”, but i still not went through it…
So it can be done with docker, but documentation is still a bit too crunchy :mushroom: for me

What daemons needs to run ?
duniterv2s + squid (which rely on postgresql) + data-pod (which is ipfs) ?

I would be pleased if someone can take time to provide me some help in achieving install…

As I am already using IPFS for Astroport.ONE/UPlanet, where nodes are detecting and publishing swarm peer map on port 12345.

https://astroport.copylaradio.com/12345

created	"202410191159508843"
hostname	"libra.copylaradio.com"
myIP	"149.102.158.67"
ipfsnodeid	"12D3KooWL2FcDJ41U9SyLuvDmA5qGzyoaj2RoEHiJPpCvY8jvx9u"
astroport	"http://149.102.158.67:1234"
g1station	"https://ipfs.copylaradio.com/ipns/12D3KooWL2FcDJ41U9SyLuvDmA5qGzyoaj2RoEHiJPpCvY8jvx9u"
g1swarm	"https://ipfs.copylaradio.com/ipns/k51qzi5uqu5dmch3s306fd4ypvjc8e3v33uv3d688spmwr772ggw7pt47qcoda"

This is the actual peers list from “ipfs.copylaradio.com” TEstNET … You can also see the map on earth 5th grid from qo-op.com

Soon launching a (prod) private UPlanet…
It will activate “private swarm” propagation through nodes, involving only the one that have followed PGP/SSH/IPFS key linking procedure (described in tools/keygen - CodiMD)

I wonder if it could help in any way?
Swarm map could also include “v2s smith nodes”…

1 Like

Instead of trying to do everything at once, go step by step:

  1. Run a duniter node and get familiar with it. See telemetry (Polkadot Telemetry) for a list of nodes already on the Ğdev network.
  2. Expose a mirror RPC API on wss.
  3. Run an archive node to later plug indexer.
  4. Run a squid indexer plugged on your archive node.

Datapod do not rely on Duniter or indexer, you can install and use it standalone.

People can take time to answer specific questions, but not general questions involving daemons :space_invader:

There already is a mechanism to list peers on p2p network, but not “centralized” rpc and graphql endpoints yet. That’s another topic.

1 Like