diff --git a/README.md b/README.md index a8a33dd1..c3e46399 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ btcd ==== -[![Build Status](https://travis-ci.org/conformal/btcd.png?branch=master)] -(https://travis-ci.org/conformal/btcd) +[![Build Status](https://travis-ci.org/btcsuite/btcd.png?branch=master)] +(https://travis-ci.org/btcsuite/btcd) btcd is an alternative full node bitcoin implementation written in Go (golang). @@ -41,7 +41,7 @@ active development. #### Windows - MSI Available -https://github.com/conformal/btcd/releases +https://github.com/btcsuite/btcd/releases #### Linux/BSD/POSIX - Build from Source @@ -49,7 +49,7 @@ https://github.com/conformal/btcd/releases http://golang.org/doc/install - Run the following command to obtain btcd, all dependencies, and install it: - ```$ go get github.com/conformal/btcd/...``` + ```$ go get github.com/btcsuite/btcd/...``` - btcd (and utilities) will now be installed in either ```$GOROOT/bin``` or ```$GOPATH/bin``` depending on your configuration. If you did not already @@ -65,7 +65,7 @@ Install a newer MSI #### Linux/BSD/POSIX - Build from Source - Run the following command to update btcd, all dependencies, and install it: - ```$ go get -u -v github.com/conformal/btcd/...``` + ```$ go get -u -v github.com/btcsuite/btcd/...``` ## Getting Started @@ -98,12 +98,12 @@ To subscribe to a given list, send email to list+subscribe@opensource.conformal. ## Issue Tracker -The [integrated github issue tracker](https://github.com/conformal/btcd/issues) +The [integrated github issue tracker](https://github.com/btcsuite/btcd/issues) is used for this project. ## Documentation -The documentation is a work-in-progress. It uses the [github wiki](https://github.com/conformal/btcd/wiki) facility. +The documentation is a work-in-progress. It uses the [github wiki](https://github.com/btcsuite/btcd/wiki) facility. ## GPG Verification Key diff --git a/addrmgr/addrmanager_test.go b/addrmgr/addrmanager_test.go index b939029c..b4cd4295 100644 --- a/addrmgr/addrmanager_test.go +++ b/addrmgr/addrmanager_test.go @@ -10,8 +10,8 @@ import ( "testing" "time" + "github.com/btcsuite/btcd/addrmgr" "github.com/btcsuite/btcwire" - "github.com/conformal/btcd/addrmgr" ) // naTest is used to describe a test to be perfomed against the NetAddressKey diff --git a/addrmgr/network_test.go b/addrmgr/network_test.go index 608977f6..d3dba764 100644 --- a/addrmgr/network_test.go +++ b/addrmgr/network_test.go @@ -9,8 +9,8 @@ import ( "testing" "time" + "github.com/btcsuite/btcd/addrmgr" "github.com/btcsuite/btcwire" - "github.com/conformal/btcd/addrmgr" ) // TestIPTypes ensures the various functions which determine the type of an IP diff --git a/btcd.go b/btcd.go index 6fbd2702..a274ea8b 100644 --- a/btcd.go +++ b/btcd.go @@ -13,7 +13,7 @@ import ( "runtime" "runtime/pprof" - "github.com/conformal/btcd/limits" + "github.com/btcsuite/btcd/limits" ) var ( diff --git a/log.go b/log.go index 1b3d1d1a..d111dac5 100644 --- a/log.go +++ b/log.go @@ -10,7 +10,7 @@ import ( "strings" "time" - "github.com/conformal/btcd/addrmgr" + "github.com/btcsuite/btcd/addrmgr" "github.com/btcsuite/btcchain" "github.com/btcsuite/btcdb" diff --git a/peer.go b/peer.go index 0bcd950f..a4762660 100644 --- a/peer.go +++ b/peer.go @@ -17,12 +17,12 @@ import ( "time" "github.com/btcsuite/btcchain" + "github.com/btcsuite/btcd/addrmgr" "github.com/btcsuite/btcdb" "github.com/btcsuite/btcutil" "github.com/btcsuite/btcutil/bloom" "github.com/btcsuite/btcwire" "github.com/btcsuite/go-socks/socks" - "github.com/conformal/btcd/addrmgr" "github.com/davecgh/go-spew/spew" ) diff --git a/server.go b/server.go index 5080aab7..3bf3e589 100644 --- a/server.go +++ b/server.go @@ -20,11 +20,11 @@ import ( "time" "github.com/btcsuite/btcchain" + "github.com/btcsuite/btcd/addrmgr" "github.com/btcsuite/btcdb" "github.com/btcsuite/btcjson" "github.com/btcsuite/btcnet" "github.com/btcsuite/btcwire" - "github.com/conformal/btcd/addrmgr" ) const ( diff --git a/util/addblock/addblock.go b/util/addblock/addblock.go index 310dcfcf..9693caf3 100644 --- a/util/addblock/addblock.go +++ b/util/addblock/addblock.go @@ -10,10 +10,10 @@ import ( "runtime" "github.com/btcsuite/btcchain" + "github.com/btcsuite/btcd/limits" "github.com/btcsuite/btcdb" _ "github.com/btcsuite/btcdb/ldb" "github.com/btcsuite/btclog" - "github.com/conformal/btcd/limits" ) const (