cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

simon
Node Link
since ‎03-07-2019
‎06-01-2022

User Statistics

  • 6 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

We have imported the bitcoin blockchain into neo4j. I am trying to find the balance of every single bitcoin address on the network, however there are around 470 million addresses. A transaction sends bitcoin to addresses, which may then send that bit...
We have imported the bitcoin blockchain into a neo4j graph database. The DB schema looks like this: For each address, for a given entity (company) I would like to calculate the current bitcoin balance of an address. To do this we must sum up the bit...
I have a number of nodes representing accounts, called say (a :Account). Each (a) can have potentially tens of thousands of (t :Transaction) nodes connected to it, each representing the data for a transaction that occurred involving that account. The...
Kudos from