Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Kvazar Crawler Engine that works with Kevacoin node

License

Notifications You must be signed in to change notification settings

kvazar-network/crawler-full-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crawler-full-node

requirements

php-7.4
php-curl
php-mbstring
php-pdo
php-sqlite3
php-bcmath

database

https://github.com/kvazar-network/database

MySQL

https://github.com/kvazar-network/crawler-full-node/tree/master

SQLite

https://github.com/kvazar-network/crawler-full-node/tree/sqlite

kevacoind

https://github.com/kevacoin-project/kevacoin

kevacoin.conf

rpcuser=user
rpcpassword=password
rpcport=9992
server=1
addressindex=1
txindex=1
rpcallowip=127.0.0.1
whitelist=127.0.0.1

crontab

@reboot /path-to/kevacoind > /dev/null 2>&1
* * * * * /path-to/kevacoind > /dev/null 2>&1
* * * * * /path-to/php /path-to/crawler-full-node/crawler.php > /dev/null 2>&1

About

Kvazar Crawler Engine that works with Kevacoin node

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages