aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian-descriptors/README.md
diff options
context:
space:
mode:
authorRoss Nicoll <[email protected]>2018-02-04 16:41:39 +0000
committerRoss Nicoll <[email protected]>2019-03-25 05:36:12 +0000
commit443b058a770db001eab3bb81e1347b9756aee56a (patch)
tree41131256c4dd8b555188f988ff58418f13a70c71 /contrib/gitian-descriptors/README.md
parentAdd dogechain and chain.so as default block explorers (diff)
downloaddiscoin-443b058a770db001eab3bb81e1347b9756aee56a.tar.xz
discoin-443b058a770db001eab3bb81e1347b9756aee56a.zip
Update Gitian descriptors and keys (#1455)
* Replace Gitian keys - Note I've removed Leofidus' key due to inactivity, and added a weight of 20 to whit's key. * Replace Bitcoin with Dogecoin in Gitian descriptors * Fix Makefile refrence to bash-completion files * Rename remaining bash-completion files * Add wallet_bgcoin to Qt Makefile * Add PureHeader sources to libdogecoinconsensus
Diffstat (limited to 'contrib/gitian-descriptors/README.md')
-rw-r--r--contrib/gitian-descriptors/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/gitian-descriptors/README.md b/contrib/gitian-descriptors/README.md
index 614970659..36d0a6878 100644
--- a/contrib/gitian-descriptors/README.md
+++ b/contrib/gitian-descriptors/README.md
@@ -1,4 +1,4 @@
-### Gavin's notes on getting gitian builds up and running using KVM
+### Based on Gavin's notes on getting gitian builds up and running using KVM:
These instructions distilled from
[https://help.ubuntu.com/community/KVM/Installation](https://help.ubuntu.com/community/KVM/Installation).
@@ -19,7 +19,7 @@ Sanity checks:
Once you've got the right hardware and software:
- git clone git://github.com/bitcoin/bitcoin.git
+ git clone git://github.com/dogecoin/dogecoin.git
git clone git://github.com/devrandom/gitian-builder.git
mkdir gitian-builder/inputs
cd gitian-builder/inputs
@@ -61,5 +61,5 @@ Here's a description of Gavin's setup on OSX 10.6:
5. Still inside Ubuntu, tell gitian-builder to use LXC, then follow the "Once you've got the right hardware and software" instructions above:
export USE_LXC=1
- git clone git://github.com/bitcoin/bitcoin.git
+ git clone git://github.com/dogecoin/dogecoin.git
... etc