Skip to content
#

bip32

Here are 92 public repositories matching this topic...

markhotpyp
markhotpyp commented Jul 16, 2019

I was looking at the readme, and noticed that I couldn't find this method network.parse.private() in the code pycoin/networks/ParseAPI.py.

In the readme at line 58: "same_key = network.parse.private(key.wif())"

All I could find was "def private_key(): which seems to work.

I'd update it in a branch and create a PR but I don't have permissions.

Cheers!
--mark

alokmenghrajani
alokmenghrajani commented Oct 23, 2018

To ensure reproducible results, we filter some blocks:

When computing a balance:
Beancounter only computes balances up-to "current height" - 6 blocks. We discard the last 6 blocks + unconfirmed blocks.

When mapping a timestamp to a block number:
We can only find blocks in the range 6 to current height - 11 (because of the way we take the median).

Improve this page

Add a description, image, and links to the bip32 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bip32 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.