2023-07-01 17:48:00 +03:00
2022-10-27 09:41:48 +00:00
2022-07-15 11:06:13 +03:00
2023-07-01 17:48:00 +03:00
2021-08-07 13:42:01 +03:00
2022-07-15 20:41:03 +03:00

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