Skip to content

s-projects/eganexplorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eganexplorer

Block explorer for Egano CryptoNote based cryptocurrency.

Installation

  1. It takes data from daemon eganod. It should be accessible from the Internet. Run eganod with open port as follows:
./eganod --rpc-bind-ip=0.0.0.0 --rpc-bind-port=47867
  1. Just upload to your website (root directory) and change variables in config.js and settings.php to point to your daemon.
  2. Enable CORS in your browser. Scripts must be able to load data from different port. Here is more information: Chrome: https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi?hl=en Firefox: https://addons.mozilla.org/en-US/firefox/addon/cors-everywhere/

The other option is enabling ProxyPass in Apache so that a subdirectory is forwarded to the daemon. Example config:

    ProxyRequests Off
    ProxyPreserveHost On
    ProxyPass        "/d/" "http://localhost:47867/"
    ProxyPassReverse "/d/" "http://localhost:47867/"

About

Block explorer for Karbowanec CryptoNote based cryptocurrency.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 73.2%
  • JavaScript 14.0%
  • CSS 8.6%
  • PHP 4.2%