mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-04 21:05:14 +00:00
update to Readme
This commit is contained in:
parent
c5769d0a1b
commit
1aedd36ad5
1 changed files with 6 additions and 1 deletions
|
@ -10,7 +10,12 @@ TO INSTALL:
|
||||||
1. Log in to VPS
|
1. Log in to VPS
|
||||||
2. Create new user - sudo adduser (username)
|
2. Create new user - sudo adduser (username)
|
||||||
3. Add user to sudo group - sudo adduser (username) sudo
|
3. Add user to sudo group - sudo adduser (username) sudo
|
||||||
4.
|
4. Log in to new user - sudo su (username)
|
||||||
|
5. wget https://raw.githubusercontent.com/lbryio/pool/next/install.sh && chmod +x install.sh && ./install.sh
|
||||||
|
6. Follow the instructions on the screen.
|
||||||
|
|
||||||
|
This will setup the pool ready for coin daemons to be added.
|
||||||
|
|
||||||
|
|
||||||
Add your exchange API public and secret keys in these two separated files:
|
Add your exchange API public and secret keys in these two separated files:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue