Giter Club home page Giter Club logo

explorer's Introduction

explorer

Blockchain for bitcoin and altcoins

Install

% cd <path/to/explorer>
% npm install
% cp config.template.json config.json

Run servers

Start a node server, node server is a p2p node which synchronize blocks from the coins' blockchain.

% node start.js -s node

Start a node server at different port and only for dogecoin and bitcoin

% node start.js -s node -c dogecoin -c bitcoin -p 8335

Start a query server

% node start.js

Install Services

cd <path/to/explorer>
mkdir -p service/logs
sudo ln -s $PWD/service/bin/watch-service /usr/local/bin/watch-service
sudo ln -s $PWD/service/bin/run-service /usr/local/bin/run-service
sudo ln -s $PWD/service/explorer.node /etc/service/explorer.node
sudo ln -s $PWD/service/explorer.mnode /etc/service/explorer.mnode
sudo ln -s $PWD/service/explorer.query /etc/service/explorer.query
sudo ln -s $PWD/service/explorer.txcursor /etc/service/explorer.txcursor

explorer's People

Contributors

superisaac avatar fredericky avatar philsong avatar

Stargazers

 avatar  avatar changelog avatar

Watchers

 avatar Asahi avatar Wade Ying Xing avatar Zhicheng Wei avatar Elder Ryan avatar James Cloos avatar  avatar Shooter avatar whitehairgenius avatar Vance avatar winlin avatar Hyper Wang avatar BaChaTa rocks stupid Programer avatar 帅帅 avatar Ji Qu avatar  avatar Michael avatar TimWang avatar hell@world avatar Qi Qi avatar morizon avatar Yong avatar Minions avatar  avatar  avatar fox avatar toobit avatar  avatar  avatar 星碎影 avatar  avatar

explorer's Issues

Sync TX id for given addresses

New API /queryapi/v1/tx/list?addresses=xxx,yyy,bbb

returns a list of tx hashes that relate to provided addresses.
The wallet check the hashlist and request details for unknown tx.

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.