Giter Club home page Giter Club logo

karbowanec-blockchain-explorer's Introduction

Karbo blockchain explorer

Block explorer for Karbo CryptoNote based cryptocurrency.

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 and in config.php to point to your daemon.

Docker

We can use docker image to deploy an explorer.

Node URL can be replaced on the docker image build.

docker build . --build-arg RPC_NODE_URL=http://localhost:32348

Or provided as env variable into docker container

docker run karbo-explorer --env RPC_NODE_URL=http://localhost:32348

karbowanec-blockchain-explorer's People

Contributors

aivve avatar anton-beresansky avatar bonm avatar lastick avatar r3volut1oner avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

karbowanec-blockchain-explorer's Issues

--enable-cors="*" no found

Hi, the command --enable-cors = "*" can not be found, the demon does not support the setting. Does this option need to be unlocked somewhere?

Thanks for any idea.

Installation for other coin

Hello,
How can I install it with forknote? I added the following code to the coin's config file (with no success):
rpc-bind-ip=0.0.0.0
enable-blockchain-indexes=1
enable-cors=*

My coin: http:/tropicohedge.org
Block Explorer: http:/blockexplorer.tropicohedge.org
Thanks.

No data

Hi
I try to use Yours Block explorer to Bytecoin, but I can't run daemon with this command
./bytecoind --restricted-rpc --enable-cors=* --enable-blockchain-indexes --rpc-bind-ip=0.0.0.0 --rpc-bind-port=18081

I lunch it with command

./bytecoind --rpc-bind-ip=0.0.0.0 --rpc-bind-port=18081

and I am able to check data from the daemon on different host:
When I run command:

curl Myhost.com:18081/json_rpc -d '{"method":"getblockheaderby height","params":{"height":100}}'

I get answer
{"jsonrpc":"2.0","result":{"block_header":{"depth":1640,"difficulty":3948,"hash":"67cde8b9a3995b83ec2deecd97f567890ea1a56d964af7f0bdd5e2b77844a605","height":99,"major_version":3,"minor_version":0,"nonce":2149190104,"orphan_status":false,"prev_hash":"e95a546eebeb47916e310e763be0fa723079bdb865dda3a6b938054e21788d33","reward":70342174034331,"timestamp":1512523086},"status":"OK"}}

then in config I set
var api = "Myhost:18081";
and there is no results..
Any idea why ??

API

All i get from api is "0". The reward is 0.000... And height is not even working on API's /q/hashrate /q/height etc.

Problem using for a Karbo Based Coin

hello i wanted to use karbo block explorer for another karbo based coin, but it works only when i search for a block , (it shows block details) , but no data when i open main page. it also shows : Node info Status: Offline , and also on the server side it shows : WARNING Connection error: The stream is ended.
(daemon executed with : ./coind --restricted-rpc --enable-cors=* --enable-blockchain-indexes --rpc-bind-ip=0.0.0.0 --rpc-bind-port=18230) , also it doesnt have mining pools so i deleted them. thanks for helping.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.