Kvazar Crawler Engine that works with Kevacoin node
Go to file
2022-07-15 11:04:13 +03:00
library apply latest updates from api-node 2021-08-07 16:29:55 +03:00
config-default.php apply latest updates from api-node 2021-08-07 16:29:55 +03:00
crawler.php fix connection check 2022-04-24 19:42:57 +03:00
LICENSE initial commit 2021-08-07 13:42:01 +03:00
README.md fix links 2022-07-15 11:04:13 +03:00

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