Skip to content

ParsiCoin/blockchain-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParsiCoin BlockChain Explorer

Block explorer for ParsiCoin CryptoNote based cryptocurrency.

Installation

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

Based on :

https://github.com/Karbovanets/Karbowanec-Blockchain-Explorer