/Bitcoin-N-Explorer

Block explorer for Bitcoin-N CryptoNote based cryptocurrency.

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

#Bitcoin-N-Blockchain-Explorer Block explorer for Bitcoin-N (bitcoin nova) CryptoNote based cryptocurrency.

http://explorer.bitcoinn.biz/

Installation

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