d47081
2 years ago
committed by
GitHub
2 changed files with 39 additions and 2 deletions
@ -1 +1,38 @@
@@ -1 +1,38 @@
|
||||
# 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 > /dev/null 2>&1 |
||||
``` |
||||
|
Loading…
Reference in new issue