1
0
mirror of https://github.com/GOSTSec/gostexplr synced 2025-01-14 08:47:58 +00:00
Blockchain explorer
Go to file
2019-08-24 17:35:22 +00:00
bin Alwasy store block time in UTC 2019-08-24 17:35:22 +00:00
config add sync offset 2019-08-24 17:35:22 +00:00
models updates: 2019-08-24 17:35:22 +00:00
public Minimal width for DOM root element 2018-02-07 08:43:28 +05:00
routes parse values as float before using toFixed (for node 8+) 2019-08-24 17:35:22 +00:00
scripts Fix for auto sync blockchain script 2018-02-04 02:10:58 +05:00
views remove spacers on index 2019-08-24 17:35:22 +00:00
.gitignore Acquire lock before running syncBlockchain 2019-08-24 17:35:22 +00:00
app.js Pretty html 2019-08-24 17:35:22 +00:00
package.json add sync offset 2019-08-24 17:35:22 +00:00
README.md Updated package.json, README.md and remove reinitTables 2018-02-04 22:14:50 +05:00

Copy config

config/config.json.example -> config/config.json

Use mysql

cd gostexplr
npm i
npm run initdb db_root_username db_root_password
npm run syncBlockchain
npm run start

In ~/.gostcoin/gostcoin.conf add this parameter

blocknotify=/path/to/your/gostexplr/scripts/blocknotify.sh