Update README.md

This commit is contained in:
KVAZAR 2022-04-24 20:23:56 +03:00 committed by GitHub
parent 1d98ad8d10
commit 8817e8e81d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```