Alinka

Alinka


Linux VPS

1. Log in to your server as the root user. (You may need to create a secure connection to your server using PuTTY, Terminal or a similar tool)

2. Ensure you are in the root directory

3. If you have a previous version of Minima running, please run this script to uninstall minima:

wget -O minima_cleanup_v98.sh https://raw.githubusercontent.com/minima
-global/Minima/master/scripts/minima_cleanup_v98.sh && chmod +x minima_cleanup_v98.sh && 
sudo./minima_cleanup_v98.sh

4. If you are a new user, please ensure you have the latest version of Java installed on the server.

5. From the root directory, please run the following script:

wget -O minima_setup.sh https://raw.githubusercontent.com/minima-global/Minima/master/scripts/minima_setup.sh && 
chmod +x minima_setup.sh && sudo ./minima_setup.sh -r 9002 -p 9001

6. Wait a few minutes for Minima to start. Once it is,head here to create your IncentiveCash Account

7. When you have completed registration and logged in, complete setup by copying your NodeID from IncentiveCash and typing the following directly into the Terminal command line:

curl 127.0.0.1:9002/incentivecash+uid:xxx-xxx-xxx-xxx-xxx

Example:

curl 127.0.0.1:9002/incentivecash+uid:00F3E50D-5A52-444B-8F1A-0DA72D6CAA84

You should receive a return status of true and see your previous reward balance (if any) including missed rewards (if any).

8. Your node will then ping us so we know it's running.

For every day your node pings us, we'll add 1 Minima Coin to your DAILY REWARDS.


Report Page