Compare commits

...

2 Commits

  1. 18
      README.md

18
README.md

@ -5,9 +5,9 @@ running on localhost, which is for caching and reduces disk i/o.
Siona runs on the following private blockchains:
- <a href="https://explorer.hush.is">explorer.hush.is</a>
- <a href="https://explorer.hush.land">explorer.hush.land</a>
- <a href="https://explorer.dragonx.is">explorer.dragonx.is</a>
- [explorer.hush.is](https://explorer.hush.is)
- [explorer.hush.land](https://explorer.hush.land)
- [explorer.dragonx.is](explorer.dragonx.is)
# Install dependencies on Debian/Ubuntu
@ -39,11 +39,6 @@ git clone https://git.hush.is/hush/siona.git .
CLI=/root/hush3/src/hush-cli DIR=/var/www/dragonx.hush.land/api DOMAIN=dragonx.hush.land ARRAKIS=DRAGONX ./run_siona.sh
```
### Need support?
* Matrix: <a href="https://hush.is/matrix">https://hush.is/matrix</a>
* Telegram: <a href="https://hush.is/tg">https://hush.is/tg</a>
# Update Explorer every 5 minutes with cron
```
@ -58,6 +53,13 @@ DIR=/var/www/dragonx.hush.land/api
*/5 * * * * cd /var/www/$DOMAIN && ./run_siona.sh
```
# Support and Socials
* Matrix: [https://hush.is/matrix](https://hush.is/matrix)
* Telegram: [https://hush.is/tg](https://hush.is/tg)
* Twitter: [https://hush.is/twitter](https://hush.is/twitter)
* PeerTube [https://hush.is/peertube](https://hush.is/peertube)
# Copyright
2016-2024 The Hush Developers

Loading…
Cancel
Save