From 88a2b74af646196dd471e516073f60aa1b2d1115 Mon Sep 17 00:00:00 2001 From: aglkm <39521015+aglkm@users.noreply.github.com> Date: Wed, 18 Mar 2026 21:02:48 +0300 Subject: [PATCH] updated Explorer.toml --- Explorer.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Explorer.toml b/Explorer.toml index 2c3be0a..ad6232e 100644 --- a/Explorer.toml +++ b/Explorer.toml @@ -25,9 +25,13 @@ coingecko_api = "enabled" # Enable or disable node POST API public access. public_api = "enabled" -# List of external node endpoints, used for peer stats. +# List of node endpoints that used for collecting peer stats. # Comment out if you wish, only local peer stats will be used then. -# external_nodes = ["https://grinnode.live:3413", "https://grincoin.org"] +# Note that not all public nodes provide "get_connected_peers" owner API. +# stats_source = ["https://grinnode.live:3413", "https://grincoin.org"] + +# List of piblic nodes +# public_nodes = ["https://grincoin.org", "https://main.gri.mw", "https://mainnet.grinffindor.org", "https://grinnode.live:3413", "https://scan.grin.money"] # Database path. # By default, it will be created in the current directory. @@ -47,7 +51,7 @@ public_api = "enabled" # Grincoin config # host = "grincoin.org" # proto = "https" -# coingecko_api = "enabled" +# coingecko_api = "disabled" # public_api = "enabled" # database = "database.sqlite"