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 ffebbb2c05 Updated package.json, README.md and remove reinitTables 6 years ago
bin Updated package.json, README.md and remove reinitTables 6 years ago
config New config 6 years ago
models New config 6 years ago
public Outline color for all elements 6 years ago
routes Detect by search string length what to search for 6 years ago
scripts Fix for auto sync blockchain script 6 years ago
views Search by block index 6 years ago
.gitignore Config in gitignore 6 years ago
README.md Updated package.json, README.md and remove reinitTables 6 years ago
app.js New config 6 years ago
package.json Updated package.json, README.md and remove reinitTables 6 years ago

README.md

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