Hosting Block Explorer
Install and run the Qwertycoin daemon on your server
Precompiled
./qwertycoind --restricted-rpc --enable-cors=* --enable-blockchain-indexes --rpc-bind-ip=0.0.0.0 --rpc-bind-port=8197Compile yourself
Install dependancies
sudo apt-get install build-essential cmake gitBuilding
git clone --recurse-submodules https://github.com/qwertycoin-org/qwertycoin
cd ./qwertycoin
mkdir ./build
cd ./build
cmake -DBUILD_ALL:BOOL=TRUE ..
cmake --build . --config ReleaseInstall the block explorer code
Last updated
Was this helpful?