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.
 
 
 
 
xcps a30e67c072
Pagination (#3)
3 years ago
bin Alwasy store block time in UTC 5 years ago
config add sync offset 5 years ago
models updates: 5 years ago
public Pagination (#3) 3 years ago
routes Pagination (#3) 3 years ago
scripts Update notification script 4 years ago
views Pagination (#3) 3 years ago
.gitignore Acquire lock before running syncBlockchain 5 years ago
README.md Pagination (#3) 3 years ago
app.js Pretty html 5 years ago
package.json Pagination (#3) 3 years ago

README.md

Copy config

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

Use Mariadb

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