graymauser / btcposbal2csv

List all bitcoin addresses with positive balance.
BSD 3-Clause "New" or "Revised" License
269 stars 201 forks source link

Install script to simplify installing packages #6

Open kf106 opened 5 years ago

kf106 commented 5 years ago

It took me about 15 minutes to resolve all the errors I got trying to install the packages required for this script (which is very useful and surprisingly fast, so thank you graymauser).

I've added an install.sh script which sets up a Python venv and runs the correct commands to install the dependencies and enable the btcposbal2csv.py script.

Tested on Ubuntu 19.04 with Python 2.7.16

graymauser commented 5 years ago

Hi, thank you for the PR. Sorry for the response time, I had a lot of other work.

Would it be possible to either

Best regards

kf106 commented 5 years ago

Probably. But I'm not really a programmer. I just wanted a record of what I had to do to get the script to work. This might be a good opportunity for me to work out how setup.py works.

kf106 commented 5 years ago

(Not everything was available from pip)

RedGuitar0 commented 5 years ago

How can i install it today? Can i get all the BTC addresses of files you tested?(I'm not a professional programmer) thanks..

ghost commented 3 years ago

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.* or does anybody know of a similar script that does work in P3 and can import/pickle?

graymauser commented 3 years ago

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.* or does anybody know of a similar script that does work in P3 and can import/pickle?

While Python 2 end of life, the repositories still work and you can install and use this script (I recently did it successfully). There are no plans on migrating to Python3 at this moment.

jcomeauictx commented 3 years ago

ghost, I got it working under Python3. see my fork. [later] wait, no I didn't. working on it. [still later...] it's running under Python3 at the moment, with no options. It may yet fail when it attempts to write the output, we shall see. [final update] it's working now. https://github.com/jcomeauictx/btcposbal2csv/

hang2ran commented 3 years ago

鬼,我让它在 Python3 下工作。看到我的叉子。 [稍后] 等等,不,我没有。致力于它。 [稍后...] 它目前在 Python3 下运行,没有选项。当它尝试写入输出时它可能会失败,我们将看到。 [最终更新] 现在可以使用了。https://github.com/jcomeauictx/btcposbal2csv/

已经在ubuntu 20.4 和默认的py3测试通过 on ubuntu20.04 and py3 test pass