Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't concat str to bytes #31

Closed
marssystems opened this issue Apr 7, 2022 · 3 comments
Closed

Can't concat str to bytes #31

marssystems opened this issue Apr 7, 2022 · 3 comments

Comments

@marssystems
Copy link

D:\btcposbal2csv>python btcposbal2csv.py H:\Bitcoin\chainstate addresses_with_balance.csv
reading chainstate database
inmem
Traceback (most recent call last):
File "btcposbal2csv.py", line 201, in
for address, sat_val, block_height in add_iter:
File "btcposbal2csv.py", line 98, in in_mem
for add, val, height in parse_ldb(
File "D:\btcposbal2csv\utils.py", line 317, in parse_ldb
o_key = db.get((unhexlify("0e00") + "obfuscate_key"))
TypeError: can't concat str to bytes

Running on Windows 11 64bit
Bitcoin Core 22.0

@kenorb
Copy link

kenorb commented May 17, 2022

See: GH-19.

@marssystems
Copy link
Author

OK - thanks. I will use Python 2.7.

@marssystems
Copy link
Author

Using Python 2.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants