GithubHelp home page GithubHelp logo

technoshantoms / bitshares-report Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bitshares/bitshares-report

0.0 0.0 0.0 1.1 MB

Create a CSV export of content from the BitShares Blockchain for use with Cointracking.info

License: Other

Shell 0.26% JavaScript 99.74%

bitshares-report's Introduction

This is an import script for getting Bitshares transactions into the CoinTracking.info site. It also includes a Poloniex history parser that groups orders by order number and reformats deposit/withdrawal history in the standard CoinTracking csv format.

CoinTracking is a portfolio website for tracking cryptocurrency assets. They have lots of exchanges and blockchains already integrated with the site to import automatically, but Bitshares is not one of them. However, they do have a "Bulk CSV Import" option to add in data from different exchanges that don't have a dedicated import option.

This script uses the bitsharesjs-ws library to make a connection to the Bitshares blockchain, fetches all transactions for a given user, and converts it to a CSV file that can be imported into CoinTracking.

cc-by-sa

Usage

This script requires Node to run; install Node locally and run:

yarn
yarn start myUsername [debug] [no_grouping] [op_type_filter]

Replace myUsername with the Bitshares user you wish to make a report for. Since Bitshares data is completely open, there are no login credentials needed to get a full transaction report on any user.

The debug, no_grouping and op_type_filter parameters are optional. debug = true|false, default = false no_grouping = true|false, default = false op_type_filter = transfer, fill_order, etc, default=none

Running the script will create a {username}-bts-transactions.csv file in the output folder of the project. Head to the CSV Import screen of CoinTracking (Enter Coins > Bulk Imports > CSV Import) and select that CSV file as the target.

Automating multiple accounts

If you have several accounts you can rename run_accounts_example.sh and input your desired accounts there as shown. Then run it using: . ./run_accounts.sh

This will fetch data for all accounts and generate a file called all-merged.csv in the root folder. Instead of importing all the different files manually you can import this file directly in Cointracking as explained above.

Poloniex history parser

If you prefer to have Poloniex transactions grouped by order number (instead of tens or hundreds of entries per order), you can use the poloniexParser script. First export your trade, withdrawal and deposit history from Poloniex and save it in the root folder of the project. Then run:

node poloniexParser.js

This will generate three files in the output folder that can be imported directly into Cointracking. Deposit/withdrawal is the same CSV format as the BTS history, trade history using manual Poloniex Exchange import.

Caveats

An important limitation right now is that the API node used needs to be configured to store all operation history. That means setting the max-ops-per-account parameter in config.ini to a high value, I've used max-ops-per-account = 200000 successfully for my own accounts. A replay of the blockchain is necessary after changing this parameter.

bitshares-report's People

Contributors

svk31 avatar abitmore avatar dependabot[bot] avatar midnightlightning avatar xiangxn 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.