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

TypeError: can't concat str to bytes #19

Closed
VadimYevtushenko opened this issue Mar 11, 2021 · 1 comment
Closed

TypeError: can't concat str to bytes #19

VadimYevtushenko opened this issue Mar 11, 2021 · 1 comment

Comments

@VadimYevtushenko
Copy link

Hello, gets error with Python 3.8.5
python3 btcposbal2csv.py /root/.bitcoin/chainstate /root/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 "/root/btcposbal2csv-master/utils.py", line 317, in parse_ldb
o_key = db.get((unhexlify("0e00") + "obfuscate_key"))
TypeError: can't concat str to bytes

@graymauser
Copy link
Owner

You appear to use python3. This package is now python2 only. Please use 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