Change links to bitcoin-core
This commit is contained in:
parent
1865cf2094
commit
bd8840d58e
@ -1,6 +1,6 @@
|
||||
# Bitcoin Hardware Wallet Interaction scripts
|
||||
|
||||
[](https://travis-ci.org/achow101/HWI)
|
||||
[](https://travis-ci.org/bitcoin-core/HWI)
|
||||
|
||||
This project contains several scripts for interacting with Bitcoin hardware wallets.
|
||||
|
||||
@ -22,7 +22,7 @@ pip3 install pyaes # For digitalbitbox
|
||||
## Install
|
||||
|
||||
```
|
||||
git clone https://github.com/achow101/HWI.git
|
||||
git clone https://github.com/bitcoin-core/HWI.git
|
||||
cd HWI
|
||||
```
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@ $ ./configure
|
||||
$ make
|
||||
$ src/bitcoind -daemon -addresstype=bech32 -changetype=bech32
|
||||
$ cd ..
|
||||
$ git clone https://github.com/achow101/HWI.git
|
||||
$ git clone https://github.com/bitcoin-core/HWI.git
|
||||
$ cd HWI
|
||||
$ python3 setup.py install
|
||||
```
|
||||
|
||||
2
setup.py
2
setup.py
@ -11,7 +11,7 @@ setuptools.setup(
|
||||
description="A library for working with Bitcoin hardware wallets",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/achow101/hwi",
|
||||
url="https://github.com/bitcoin-core/hwi",
|
||||
packages=setuptools.find_packages(exclude=['docs', 'test']),
|
||||
install_requires=[
|
||||
'hidapi', # HID API needed in general
|
||||
|
||||
Loading…
Reference in New Issue
Block a user