Pages:
Author

Topic: looking for coinkit or pybitcoin for running on python3 - page 2. (Read 314 times)

legendary
Activity: 3346
Merit: 3125
Thanks for your kind reply. Glad that you like it, too and found it interesting.

I asked because of the GIT info
Quote
This code is deprecated and should not be used
As you see in his git repository the last commits were 6-7 years ago. I am not sure if there is a more recent fork of this tool suite. Anyone can shed some light onto, please?

BTW: I got this error and didn't look further because I thought that it might be incompatible with the python3 installation on my up-to-date Ubuntu machine. Any clues how to fix that?
Code:
$ pybtctool
Quote
 File "/usr/local/bin/pybtctool", line 6
    print "pybtctool ..."
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

pybtctool is different than pybitcoin.

If yo need pybtctools you can find them here:
https://pypi.org/project/pybtctools/
https://github.com/danvergara/pybtctools

And the error you get is because you are looking to run the python package like it it was a bash command.

The pybitcoin tools should be on:
Code:
~/.local/lib/python3.10/site-packages/pybitcoin/*
and not under
Code:
/usr/local/bin/...

It would be better if you tell us what do you want to use that tool for, maybe we can find another way to it.
hero member
Activity: 630
Merit: 731
Bitcoin g33k
Thanks for your kind reply. Glad that you like it, too and found it interesting.

I asked because of the GIT info
Quote
This code is deprecated and should not be used
As you see in his git repository the last commits were 6-7 years ago. I am not sure if there is a more recent fork of this tool suite. Anyone can shed some light onto, please?

BTW: I got this error and didn't look further because I thought that it might be incompatible with the python3 installation on my up-to-date Ubuntu machine. Any clues how to fix that?
Code:
$ pybtctool
Quote
 File "/usr/local/bin/pybtctool", line 6
    print "pybtctool ..."
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
legendary
Activity: 3346
Merit: 3125
Hello everybody,

I am looking for the tool coinkit or pybitcoin, I am not sure if they are the same. I am running python3 and are not able to run python2. If you know any GIT repository where I could get the latest available version or fork, please let me know.

Thanks in advance

Did you try to install them with pip?

Code:
pip install pybitcoin
https://pypi.org/project/pybitcoin/

Sorce code: https://github.com/stacks-network/pybitcoin

I hope that information helps, i didn't know that tool exist, but after searching for some examples i see how nice is this tool. Maybe i will use it for some developments in the future. Thanks.
hero member
Activity: 630
Merit: 731
Bitcoin g33k
Hello everybody,

I am looking for the tool coinkit or pybitcoin, I am not sure if they are the same. I am running python3 and are not able to run python2. If you know any GIT repository where I could get the latest available version or fork, please let me know.

Thanks in advance
Pages:
Jump to: