Change links to bitcoin-core

This commit is contained in:
Andrew Chow 2019-01-30 17:46:41 -05:00
parent 1865cf2094
commit bd8840d58e
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Bitcoin Hardware Wallet Interaction scripts
[![Build Status](https://travis-ci.org/achow101/HWI.svg?branch=master)](https://travis-ci.org/achow101/HWI)
[![Build Status](https://travis-ci.org/bitcoin-core/HWI.svg?branch=master)](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
```

View File

@ -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
```

View File

@ -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