mirror of
https://github.com/kvazar-network/crawler-full-node.git
synced 2025-01-08 22:27:54 +00:00
Kvazar Crawler Engine that works with Kevacoin node
library | ||
config-default.php | ||
crawler.php | ||
LICENSE | ||
README.md |
crawler-full-node
requirements
php-7.4
php-curl
php-mbstring
php-pdo
php-mysql
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