graymauser
graymauser
Hi, could you elaborate on the issue? I'm not sure what you mean by "many small errors".
Thank you for the issue, I'll look into it (I usually run the script in `WSL` so that should not be the problem). Please check the following: - you have...
It looks like, that the `chainstate` directory is not located /or does not contain expected files/ under your current directory (`D:\btcposbal2csv-master`). You need to provide correct PATH to your bitcoin...
Hi, as the LTC is based on BTC, adapting it should be possible in principle. You would only need to change specific constants that are different for LTC. In reality...
Hi, current most hassle free way is IMHO to use conda. steps: 1) obtain anaconda/miniconda 2) create env with python 2.7 base (`conda create -n test python=2.7`) 3) activate (`conda...
Hi, thank you for the PR. Sorry for the response time, I had a lot of other work. Would it be possible to either - do not require root (run...
> Python 2 is depreciated. Making it difficult to get the script working as imports has changed a bit. Is there any plan to update this script to Python 3.*...
Yes, currently it does not support segwit address extraction. I'm not planning to add support at the moment. I would accept PR with the support. There is open PR in...
I'm not aware of any way to differentiate if the address was constructed using compressed or uncompressed PK. If you know of some way, I'll be happily corrected.
Please provide more context, namely the version of the python and the libraries used (plyvel, hashlib..)