25 lines
570 B
Markdown
25 lines
570 B
Markdown
# node
|
|
Arionum (ARO) cryptocurrency node
|
|
|
|
|
|
Requires php 7.1, mysql/mariadb and php-gmp
|
|
|
|
This app should only be run in the main directory of the domain/subdomain, ex: http://111.111.111.111/
|
|
|
|
Installation:
|
|
1. Install MySQL or MariaDB and create a database and a user.
|
|
|
|
2. Edit include/config.inc.php and set the DB login data
|
|
|
|
3. Change permissions to tmp and tmp/db-update to 777 (chmod 777 tmp -R)
|
|
|
|
4. Access the http://ip-or-domain and refresh once
|
|
|
|
Official website: https://www.arionum.com
|
|
|
|
Block explorer: https://arionum.info
|
|
|
|
Forums: https://forum.arionum.com
|
|
|
|
|