Blockchain explorer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
326 B

Copy config
<pre>
config/config.json.example -> config/config.json
</pre>
Use Mariadb
6 years ago
<pre>
6 years ago
cd gostexplr
npm i
npm run initdb db_root_username db_root_password
npm run syncBlockchain
6 years ago
npm run start
</pre>
6 years ago
In ~/.gostcoin/gostcoin.conf add this parameter
<pre>
blocknotify=/path/to/your/gostexplr/scripts/blocknotify.sh
</pre>