Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 527 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 527 Bytes

UltraNote Explorer

Block explorer for UltraNote CryptoNote based cryptocurrency.

Installation

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

Note

A lot of this code is from the great Karbovanets/Karbowanec-Blockchain-Explorer