Coder Social home page Coder Social logo

btcmon's Introduction

btcmon

Sourcecode of the unobtrusive bitcoin monitoring software.

Functionality:

The software consumes transaction info and produces a fit for a lognormal distribution modelling the dissemination latency of transactions in the network. See also https://github.com/vs-uulm/CoinView for modelling and evaluation.

Consumes input of the form:

,,

e.g.:

1547779473468,6cf1100aaccec75da23995512fc7c7a5b6e25224f5903af011e78691c03d0455,a73578820a41aa6180621bcd90af1997c88794b33d8db2f004ee37c3e09b10ec

Data used to validate this: https://zenodo.org/record/2547396

Installation

Checkout the repository, with all dependencies installed, call:

conan install . --build missing
cmake .
make

Alternatively use docker to build, and execute the previous commands after starting the container:

# linux bash
docker run -it -v $(PWD):/home/conan /bin/bash

# windows powershell
docker run -it -v ${PWD}:/home/conan /bin/bash

(Only tested to build for linux)

Options

BTCMon takes various options:

--help produce help message --m arg (=4.5) initial µ of lognormal distribution --s arg (=1) initial sigma of lognormal distribution --measures arg (=8) amount of required measurements

Dependencies:

  • Conan (conan.io) for library management
    • Used to install boost1.69:program option
  • CMake

btcmon's People

Contributors

ketzu avatar

Watchers

Sven Schober avatar Rens van der Heijden avatar Benjamin Erb avatar James Cloos avatar Franz J. Hauck avatar Frank Kargl avatar ech0 avatar  avatar Joerg avatar  avatar Stephan Kleber avatar

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.