Giter Site home page Giter Site logo

chainoba's Issues

Ethereum graph source is being pulled from localhost

Unable to retrieve graph.

I need to use the getEthereumgraph() function however on line 3 of getAPIData.py, I noticed that you are using,
ETHER_URL = "http://localhost:6000/ethereum/transactions", and thus I am unable to get the data. Could you please update this so that you're retrieving this information through a remote server that the foundation team setup?

team folders

sourav - why do you have clusteringfeatureshelper folder with a single file inside?

clustering team: why do you have both driver.py and clusteringexamplesdriver.py? why do you have a src folder with a single file?

these txt files, why do we still have them around?

Clarification regarding Bitcoin data

Hello,
Could you please clarify the following queries regarding the BitCoin API documentation.

  1. Where to find the transaction amount?
  2. Where the Input/Output addresses are stored?
  3. What data is represented by "hash" in the Address type and also in the Transaction type?

Address and transaction hash are the identifiers. Please explain in detail the identifiers?

Thank you
Tadepalli Sarada Kiranmayee

Screenshot from 2019-10-21 15-07-00
Screenshot from 2019-10-21 15-09-34

Blockid in getGraph function

Could you include the blockids and Transactionids in the results of getGraph CSV file, they are essential for my task.

Storing address features in database

Hi @maheshkkumar , @mahyamaftouni , @JasmineRandhawa , @mariowr2 , @cakcora ,

We want to store the addresses' features on daily basis and when required we must be able to retrieve it for our analysis purpose, as discussed in today's class.
We would need the following columns to store the details:

  • Address
  • Date
  • No_of_SCC
  • No_of_WCC
  • BTC_Received
  • BTC_Sent
  • Activity_Level
  • Clustering_Coeff
  • PearsonCC
  • Maximal_Balance
  • Current_Balance

Kindly provide us a function which will store and retrieve the above details.
Can you please let us know by when we can get the requested functions.

Thanks

node features

Saad is doing clustering with node features, and the graph team is creating node features as well (for bitcoin for now, but ethereum will be there too).

Saad, please talk to the graph team to get the features from them directly.

code

@talk2bryan and @matthias747 can you please describe where is your code and what have you implemented?

Bryan, is kenyapine01 your other username?

Query "get transactions by block id" block_id size limitation

Hello All,

Thanks for the data provided.

We tried to get the details of block for 1 day using the api : get transactions by block id but we received an error saying request can be done for only 5 blocks(PFA for reference). Is it possible to remove the restrictions as we need to provide analysis on atleast daily basis.

Regards,
Saumya

issue1

Data from one heavy day

Can we please get Bitcoin data from a heavy day, such as 2017 December 15 in to the database? That day's data could be used to stress test some methods. Currently we only have 2009, which has very few transactions in every block.

Graph features in one function only

Could I please get all the features in one function instead of passing the feature names? In this case, when I call multiple times, it is too slow.

res, df0 = graph.getGraph.addressFeatures.getFeatures(9, 2, 2009, 'LEVEL_OF_ACTIVITY')
res, df = graph.getGraph.addressFeatures.getFeatures(9, 2, 2009, 'TOTAL_BTC_RECEIVED')
res, df1 = graph.getGraph.addressFeatures.getFeatures(9, 2, 2009, 'TOTAL_BTC_SENT')
res, df2 = graph.getGraph.addressFeatures.getFeatures(9, 2, 2009, 'CURRENT_BALANCE')

So something like this:
res, df2 = graph.getGraph.addressFeatures.getFeatures(9, 2, 2009, 'ALL')

This function will create one network and compute all the features at once and return that as a dataframe.

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.