Browse Source

Update README.md

pull/1/head
KVAZAR 3 years ago committed by GitHub
parent
commit
8817e8e81d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 27
      README.md

27
README.md

@ -8,3 +8,30 @@ php-mbstring
php-mysql php-mysql
php-bcmath 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…
Cancel
Save