Hosting Block Explorer
Last updated
Last updated
You can install the Qwertycoin daemon from precompiled sources or compile it yourself. Guides for both are below.
You can download the precompiled binaries . Enter your downloaded file through your terminal and run qwertycoind
with an open port like so:
This is a guide for compiling on Linux (Ubuntu). For other operating systems you can find a guide .
You will need Cmake version 3.10 to compile Qwertycoin. You can find a guide on installing that .
After installing the dependencies you can run this simple script:
If all went well, it will complete successfully, and you will find all your binaries in the ./build/src
directory.
Finally run qwertycoind
with an open port like so:
You can host the block explorer with Apache or Nginx. For this guide I will be using Apache.
Install Apache
Next download the block explorer code
Change the 'api' variable in config.js to point to your daemon. Also change the '$apiNode=' variable in /api/index.php to point the API urls to your daemon.
Once that is done copy all the files to the html directory.
Your block explorer can now be seen at your servers address.
Extra:
You can change the look of your block explorer by playing around with the css
files.
Last updated on 2020-2-16