Tribler / anydex-core

The Universal Decentralized Exchange
GNU Lesser General Public License v3.0
9 stars 6 forks source link

bitcoin wallet #50

Closed vorticalbox closed 5 months ago

vorticalbox commented 4 years ago
Tribler version/branch+revision:

7.3.2

Operating system and version:

ubuntu 18.04

Steps to reproduce the behavior:

try create a bitcoin wallet

Expected behavior:

makes a wallet

Actual behavior:
bitcoinlib could not be located on your system. Please install it using the following command: pip install bitcoinlib --user

tried the command suggested command and also

sudo apt-get install -y python3-bitcoinlib
devos50 commented 4 years ago

Thank you for your report! The version of bitcoinlib installed with apt-get is most likely not a compatible version. Could you try to run the command (as the dialog popup indicates) and install bitcoinlib from pip?

vorticalbox commented 4 years ago

I tried both pip install and pip3 install both with and without --user

startailcoon commented 4 years ago

Same issue on Windows. Are there any extra steps required to get this working on windows?

devos50 commented 4 years ago

For the Windows build, we bundle bitcoinlib in the binary. There is probably a version incompatibility issue here. Does it still not work with Tribler 7.4?

abcfy2 commented 4 years ago

v7.4.4 still not working.

bitcoinlib not found

bitcoinlib could not be located on your system. Please install it using the following command: pip install bitcoinlib --user

But I can load bitcoinlib manually:

(base) fengyu@fengyu-PC:~/.Tribler/7.4.4/logs$ python -V
Python 3.8.1
(base) fengyu@fengyu-PC:~/.Tribler/7.4.4/logs$ python
Python 3.8.1 (default, Jan  8 2020, 22:29:32) 
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import bitcoinlib
>>> 
startailcoon commented 4 years ago

Not working on Windows, using 7.4.4 x64 build.

image

devos50 commented 4 years ago

I'm sorry to hear that the Bitcoin wallet is not working. The bitcoinlib library had a few releases and it most likely broke compatibility with Tribler. I will look into this issue as soon as I can, but I'm a bit time constrained since I am currently working on a paper submission.

devos50 commented 4 years ago

A group of BSc students is going to work on this. I aim for a solution in the 7.6 release.

vorticalbox commented 5 months ago

@devos50 did they ever get fixed? happy to close if no work it going to be done on it.

devos50 commented 5 months ago

@vorticalbox no, this never got fixed. The market functionality eventually got removed from Tribler as well. Feel free to close this issue!