signum-network / signum-explorer

Signum Blockchain Explorer
GNU General Public License v3.0
9 stars 11 forks source link

Explorer node bootstrapping & Contracts Page update #170

Closed gittrekt closed 1 month ago

gittrekt commented 9 months ago

-BRS_FULL_BOOTSTRAP(default: true) option that if set to on/true will bootstrap the node with all known peers on the node.
example: BRS_FULL_BOOTSTRAP=on/true/1 or anything else for off

-BRS_BOOTSTRAP_NETWORK(default: [".signum.network"]) lets you set in list form the nodes you want to bootstrap with. example: BRS_BOOTSTRAP_NETWORK=[".signum.network", ".other.network"]

-Both BRS_FULL_BOOTSTRAP and AUTO_BOOTSTRAP_PEERS need to be true/on/1 for the process to happen, this was a design choice since the process takes a while and is a startup blocking function

-The process will write the bootstrap peers found to the .env file when it's completed. It will also write BRS_FULL_BOOTSTRAP=off to avoid the process happening again.

-Added SmartC decompiler to contract page for quick decompiling

frankTheTank72 commented 9 months ago

Can you add a screenshot of the new sections on the .env file please

gittrekt commented 9 months ago

Can you add a screenshot of the new sections on the .env file please

Screenshot from 2023-11-22 10-06-35

frankTheTank72 commented 9 months ago

Do you have a running version - which i can check via url ?

gittrekt commented 9 months ago

Do you have a running version - which i can check via url ?

https://signum.zip

frankTheTank72 commented 8 months ago

Are we ready to merge ?

pir8radio commented 1 month ago

awe what happened with this?