Compare commits

..

No commits in common. "master" and "3.3.8.1" have entirely different histories.

4 changed files with 17 additions and 30 deletions

View file

@ -1,9 +1,13 @@
LBRY Vault - Lightweight LBRY Credit client
=====================================
Guides
===============
Guide for Ledger devices -
https://kodxana.github.io/LBRY-Vault-website/
::
Licence: MIT Licence
Author: Thomas Voegtlin
Language: Python (>= 3.6)
Homepage: https://electrum.org/
Getting started
===============

View file

@ -1,30 +1,29 @@
FROM ubuntu:16.04@sha256:a4fc0c40360ff2224db3a483e5d80e9164fe3fdce2a8439d2686270643974632
FROM ubuntu:16.04@sha256:97b54e5692c27072234ff958a7442dde4266af21e7b688e7fca5dc5acc8ed7d9
ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
RUN apt-get update -q && \
apt-get install -qy \
git=1:2.7.4-0ubuntu1.9 \
git=1:2.7.4-0ubuntu1.7 \
wget=1.17.1-1ubuntu1.5 \
make=4.1-6 \
autotools-dev=20150820.1 \
autoconf=2.69-9 \
libtool=2.4.6-0.1 \
xz-utils=5.1.1alpha+20120614-2ubuntu2 \
libssl-dev=1.0.2g-1ubuntu4.18 \
libssl1.0.0=1.0.2g-1ubuntu4.18 \
openssl=1.0.2g-1ubuntu4.18 \
libssl-dev=1.0.2g-1ubuntu4.15 \
libssl1.0.0=1.0.2g-1ubuntu4.15 \
openssl=1.0.2g-1ubuntu4.15 \
zlib1g-dev=1:1.2.8.dfsg-2ubuntu4.3 \
libffi-dev=3.2.1-4 \
libncurses5-dev=6.0+20160213-1ubuntu1 \
libsqlite3-dev=3.11.0-1ubuntu1.5 \
libsqlite3-dev=3.11.0-1ubuntu1.3 \
libusb-1.0-0-dev=2:1.0.20-1 \
libudev-dev=229-4ubuntu21.29 \
libudev-dev=229-4ubuntu21.27 \
gettext=0.19.7-2ubuntu3.1 \
libzbar0=0.10+doc-10ubuntu1 \
libdbus-1-3=1.10.6-1ubuntu3.6 \
libdbus-1-3=1.10.6-1ubuntu3.4 \
libxkbcommon-x11-0=0.5.0-1ubuntu2.1 \
libc6-dev=2.23-0ubuntu11.2 \
&& \
rm -rf /var/lib/apt/lists/* && \
apt-get autoremove -y && \

View file

@ -544,15 +544,9 @@ class LedgerPlugin(HW_PluginBase):
(0x2581, 0x3b7c), # HW.1 ledger production
(0x2581, 0x4b7c), # HW.1 ledger test
(0x2c97, 0x0000), # Blue
(0x2c97, 0x0011), # Blue app-bitcoin >= 1.5.1
(0x2c97, 0x0015), # Blue app-bitcoin >= 1.5.1
(0x2c97, 0x0001), # Nano-S
(0x2c97, 0x1011), # Nano-S app-bitcoin >= 1.5.1
(0x2c97, 0x1015), # Nano-S app-bitcoin >= 1.5.1
(0x2c97, 0x0004), # Nano-X
(0x2c97, 0x4011), # Nano-X app-bitcoin >= 1.5.1
(0x2c97, 0x4015), # Nano-X app-bitcoin >= 1.5.1
(0x2c97, 0x0005), # Nano-S Plus
(0x2c97, 0x0005), # RFU
(0x2c97, 0x0006), # RFU
(0x2c97, 0x0007), # RFU
(0x2c97, 0x0008), # RFU
@ -573,8 +567,6 @@ class LedgerPlugin(HW_PluginBase):
ledger = True
if device.product_key[0] == 0x2581 and device.product_key[1] == 0x4b7c:
ledger = True
if device.product_key[0] == 0x2c97 and device.product_key[1] == 0x0005:
ledger = True
if device.product_key[0] == 0x2c97:
if device.interface_number == 0 or device.usage_page == 0xffa0:
ledger = True

View file

@ -4,13 +4,5 @@
"s": "50002",
"t": "50001",
"version": "1.2"
},
"spv1.allaboutlbc.com": {
"pruning": "-",
"s": "50002",
"t": "50001",
"version": "1.2"
}
}