Code Monkey home page Code Monkey logo

blockchain-scanner's Introduction

Project setup

Bitcoin Full Node setup ++++++++++++++++++++++++

Install requirements::

apt-get install g++ libtool make autoconf automake libdb++-dev libboost-all-dev

Addition installation steps::

https://dev.to/ruanbekker/running-a-testnet-with-bitcoin-on-linux-4b0p

Install project requirements::

git clone [email protected]:thenewboston-developers/Blockchain-Scanner.git
cd Blockchain-Scanner
poetry install
poetry shell

Running example::

export RPC_USER=bitcoin
export RPC_PASSWORD='000000000000000000000000000000000000000000000000'

python main --username ${RPC_USER} --password ${RPC_PASSWORD} \
--amount 0.00101071 \
--receiving-address tb1qgm2u43dsunmxhge63q7as84kh8cw98yyaltzyd \
-tx a28008f442ca20f9eb9728fe10e8d603987456f2ea479a6cf1cb88ecaf476472

Ethereum Full Node setup ++++++++++++++++++++++++

Installation steps

  1. Download latest binary version of Geth from https://github.com/ethereum/go-ethereum

  2. Unpack archive.

  3. Run Geth in light mode with RPC support::

    ./geth --syncmode "light" --http

Running example::

python main -b ethereum -a 0.00101071 \
-r 0xdac17f958d2ee523a2206206994597c13d831ec7 
-t 0x4a5efe38157176293d5179f9940667d64a8d9126a0d4edf5d5aadc348cefee1b 
--port 8545

Nano Full Node setup ++++++++++++++++++++

Nano documentation: https://docs.nano.org/running-a-node/node-setup/::

make up-dependencies-only

Running example::

python main -b nano -a 340282366920938463463374607431768211455
-r nano_3t6k35gi95xu6tergt6p69ck76ogmitsa8mnijtpxm9fkcm736xtoncuohr3
-t 991CF190094C00F0B68E2E5F75F6BEE95A2E0BD93CEAA4A6734DB9F19B728948
--port 7076

blockchain-scanner's People

Contributors

olegtropinin avatar buckyroberts avatar

Watchers

Sammy filly  avatar

Forkers

renovate-bot

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.