Added instruction to change mempool.js

This commit is contained in:
Jochen Hoenicke 2019-07-13 13:43:41 +02:00
parent d4d9e45a8b
commit 0835dbbcf1
1 changed files with 3 additions and 0 deletions

View File

@ -63,3 +63,6 @@ root. Finally link to the dynamic js files in `/dev/shm/mempool-btc`.
cd $HOME/mempool/web/queue
sudo ln -s $HOME/mempool/web/* /var/www/html
ln -s /dev/shm/mempool-btc/*.js $HOME/mempool/web/queue/
You then need to open `$HOME/mempool/web/queue/mempool.js` in your favorite
editor and change the config array to include your web server configuration.