Skip to content

Commit

Permalink
Update MiningPools.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Mentors4EDU committed Feb 7, 2021
1 parent 8349e2a commit b882bc0
Showing 1 changed file with 36 additions and 27 deletions.
63 changes: 36 additions & 27 deletions docs/Lonero/MiningPools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,37 @@ Make a Mining Pool
The Deps.
~~~~~~~~~~

| ``sudo apt-get install aptitude``
| ``sudo aptitude update``
| ``sudo aptitude install –with-recommends build-essential autotools-dev autoconf automake``
| ``libcurl3 libcurl4-gnutls-dev git make cmake libssl-dev pkg-config libevent-dev libunbound-dev``
| ``libminiupnpc-dev doxygen supervisor jq libboost-all-dev htop``
| ``apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev``
| ``apt-get install libboost-all-dev git npm nodejs nodejs-legacy libminiupnpc-dev redis-server``
| ``add-apt-repository ppa:bitcoin/bitcoin``
| ``apt-get update``
| ``apt-get install libdb4.8-dev libdb4.8++-dev``
| ``curl -sL https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh -o install_nvm.sh``
| ``bash install_nvm.sh``
| ``source ~/.profile``
| ``nvm install 0.10.48``
| ``nvm use 0.10.48``
| ``nvm alias default 0.10.48``
| ``nvm use default``
| ``sudo apt-get update``
| ``sudo apt-get install apache2``
| ``sudo ufw app list``
| ``sudo ufw allow 'Apache Full'``
::

sudo apt-get install aptitude
sudo aptitude update
sudo aptitude install –with-recommends build-essential autotools-dev autoconf automake
libcurl3 libcurl4-gnutls-dev git make cmake libssl-dev pkg-config libevent-dev libunbound-dev
libminiupnpc-dev doxygen supervisor jq libboost-all-dev htop
apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev
apt-get install libboost-all-dev git npm nodejs nodejs-legacy libminiupnpc-dev redis-server
add-apt-repository ppa:bitcoin/bitcoin
apt-get update
apt-get install libdb4.8-dev libdb4.8++-dev
curl -sL https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh -o install_nvm.sh
bash install_nvm.sh
source ~/.profile
nvm install 0.10.48
nvm use 0.10.48
nvm alias default 0.10.48
nvm use default
sudo apt-get update
sudo apt-get install apache2
sudo ufw app lis
sudo ufw allow 'Apache Full

Install Beta
~~~~~~~~~~~~~

| ``git clone https://github.com/Lonero-Team/Lonero-Beta.git``
| ``cd Lonero-Beta``
::

git clone https://github.com/Lonero-Team/Lonero-Beta.git
cd Lonero-Beta

Start Daemon
~~~~~~~~~~~~~~
Expand All @@ -49,9 +53,11 @@ Start the Wallet
Add the Software
~~~~~~~~~~~~~~~~~

| ``git clone https://github.com/forknote/cryptonote-universal-pool.git pool``
| ``cd pool``
| ``npm update``
::

git clone https://github.com/forknote/cryptonote-universal-pool.git pool
cd pool
npm update

Configure the Pool
~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -69,7 +75,10 @@ Host the Pool's Front End
~~~~~~~~~~~~~~~~~~~~~~~~~~

| Copy files from the website to html directory:
| ``sudo cp -rf admin.html config.js custom.css custom.js index.html pages/ themes/ /var/www/html``
::

sudo cp -rf admin.html config.js custom.css custom.js index.html pages/ themes/ /var/www/html

Customize the Mining Pool
~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit b882bc0

Please sign in to comment.