Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #25 from square/alok/readme
Browse files Browse the repository at this point in the history
Fix readme
  • Loading branch information
alokmenghrajani authored Oct 18, 2018
2 parents 9292e37 + bd3d0e1 commit 60e9eac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Balance: 267893477
```

Compute balance (using Btcd)
--------------------------------
----------------------------

[https://github.com/btcsuite/btcd](Btcd) contains information on how to setup a node.

Expand Down Expand Up @@ -83,7 +83,8 @@ Balance: 267893477
```

Details
#######
=======

Beancounter is implemented in Go. We picked Go because we wanted an easy build and distribution process. We appreciate the ability to cross-compile and distribute static binaries which don't have external dependencies.

We use the following process to determine a deterministic wallet's balance at a given block height:
Expand All @@ -97,7 +98,7 @@ We use the following process to determine a deterministic wallet's balance at a
6. Iterate over the transactions and compute the final balance.

Contributing
############
============

We appreciate any pull request which fixes bugs or adds features!

Expand Down

0 comments on commit 60e9eac

Please sign in to comment.