I just saw it, my mini server didn’t start automatically after yesterday power outage, i will change that.
We need external monitoring with email alert or this kind of stuff.
I started from scratch a new validator node with image sha-2be3f534. A lot of endpoints are unavailable, I will publish a new image with correct bootnodes. My node is currently synchronizing: Polkadot Telemetry
Normal synchronisation is quite slow (about 50 minutes for 500,000 blocks), so I tried warp sync by adding to my docker-compose.yml:
command:
- "--sync=warp"
I got about 100,000 blocks in 5 minutes which is only twice as fast. Did anybody tried this synchronisation mode?
Warp sync - initially download the best finalized block and the whole state at this block, and finality proofs (currently from GRANDPA) for all validator set transitions from genesis up until the best finalized block. After the initial warp sync is done (and therefore the node is ready to import the latest blocks) historical blocks can be downloaded in the background.
I did my smith membership request using Ǧcli. It is on block 2,506,488.
# gcli command I used
$ gcli --network local --secret "xxx yyy zzz" smith request gdev.trentesaux.fr
transaction submitted to the network, waiting 6 seconds...
MembershipRequested(7238)
The option --network local tells Ğcli to connect to a local Duniter node, in this case a ssh bridge to my validator node with unsafe RPC unabled (for rotate keys).
Bon, j’avais tenté une fois sans succès, et j’aimerais tenter une nouvelle fois d’installer un noeud.
Est-ce déjà ya un doc qq part pour comprendre le fonctionnement de duniter v2 (le fait qu’il y ait deux types de noeuds, par ex. et d’autres choses intéressantes à savoir pour faire tourner un noeud) ?
Je suis assez limité sur mon serveur infomaniak (j’ai pas réussi à installer un noeud miroir), donc je sais pas trop si je vais réussir…
Ya un moyen d’installer docker “localement”, genre dans le home pour avoir les droits de le faire ?
Je n’ai pas vu que c’était possible sur internet, mais peut-être que des spécialistes auront une idée…