forked from moneroexamples/onion-monero-blockchain-explorer
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
reeyon edited this page Jul 1, 2019
·
26 revisions
Welcome to the swap-blockchain-explorer wiki!
sudo apt update
sudo apt-get install build-essential cmake pkg-config libboost-all-dev libssl-dev libzmq3-dev libunbound-dev libsodium-dev libreadline6-dev libpgm-dev libnorm-dev
cd ~
git clone --recursive https://github.com/swap-dev/swap
cd swap
USE_SINGLE_BUILDDIR=1 make -j<number of threads>
The binaries compiled at ~/swap/build/release/bin/
cd ~
git clone https://github.com/swap-dev/swap-blockchain-explorer swapblock
cd swapblock
mkdir build && cd build
cmake ..
make -j<number of threads>
# run the explorer:
./swapblocks -x 127.0.0.1 --testnet-url https://swaptest.coinscope.cc --enable-emission-monitor --enable-autorefresh-
option --enable-block-cache --enable-tx-cache --enable-json-api --enable-pusher