Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 438 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 438 Bytes

SpesCoin-Blockchain-Explorer

Block explorer for SpesCoin CryptoNote based cryptocurrency.

Installation

  1. It takes data from daemon spescoind. It should be accessible from the Internet. Run spescoind with open port as follows:
./spescoind --enable-cors=* --enable-blockexplorer --rpc-bind-ip=0.0.0.0 --rpc-bind-port=55490
  1. Just upload to your website and change 'api' variable in config.js to point to your daemon.