2022-04-24 20:28:42 +03:00
2022-04-24 19:42:57 +03:00
2021-08-07 13:42:01 +03:00
2022-04-24 20:28:42 +03:00

crawler-full-node

requirements

php-7.4
php-curl
php-mbstring
php-mysql
php-bcmath

database

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

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
Description
Kvazar Crawler Engine that works with Kevacoin node
Readme MIT 49 KiB
Languages
PHP 100%