mirror of
https://github.com/kvazar-network/crawler-full-node.git
synced 2025-01-22 12:54:14 +00:00
Update README.md
This commit is contained in:
parent
1d98ad8d10
commit
8817e8e81d
27
README.md
27
README.md
@ -8,3 +8,30 @@ 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 -daemon > /dev/null 2>&1
|
||||
* * * * * /path-to/kevacoind -daemon > /dev/null 2>&1
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user