mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
fixed github reference
This commit is contained in:
parent
79e50f81e3
commit
d0e5aa8385
@ -20,7 +20,7 @@ Sanity checks:
|
|||||||
|
|
||||||
Once you've got the right hardware and software:
|
Once you've got the right hardware and software:
|
||||||
|
|
||||||
git clone git://github.com/dash/dash.git
|
git clone git://github.com/darkcoin/darkcoin.git
|
||||||
git clone git://github.com/devrandom/gitian-builder.git
|
git clone git://github.com/devrandom/gitian-builder.git
|
||||||
mkdir gitian-builder/inputs
|
mkdir gitian-builder/inputs
|
||||||
cd gitian-builder/inputs
|
cd gitian-builder/inputs
|
||||||
@ -63,5 +63,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:
|
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
|
export USE_LXC=1
|
||||||
git clone git://github.com/dash/dash.git
|
git clone git://github.com/darkcoin/darkcoin.git
|
||||||
... etc
|
... etc
|
||||||
|
@ -22,7 +22,7 @@ packages:
|
|||||||
- "libqt4-test"
|
- "libqt4-test"
|
||||||
reference_datetime: "2014-01-10 00:00:00"
|
reference_datetime: "2014-01-10 00:00:00"
|
||||||
remotes:
|
remotes:
|
||||||
- "url": "https://github.com/dash/dash.git"
|
- "url": "https://github.com/darkcoin/darkcoin.git"
|
||||||
"dir": "dash"
|
"dir": "dash"
|
||||||
files:
|
files:
|
||||||
- "bitcoin-deps-linux32-gitian-r9.zip"
|
- "bitcoin-deps-linux32-gitian-r9.zip"
|
||||||
|
@ -14,7 +14,7 @@ packages:
|
|||||||
|
|
||||||
reference_datetime: "2014-01-10 00:00:00"
|
reference_datetime: "2014-01-10 00:00:00"
|
||||||
remotes:
|
remotes:
|
||||||
- "url": "https://github.com/dash/dash.git"
|
- "url": "https://github.com/darkcoin/darkcoin.git"
|
||||||
"dir": "dash"
|
"dir": "dash"
|
||||||
files:
|
files:
|
||||||
- "osx-native-depends-r3.tar.gz"
|
- "osx-native-depends-r3.tar.gz"
|
||||||
|
@ -19,7 +19,7 @@ packages:
|
|||||||
|
|
||||||
reference_datetime: "2014-01-10 00:00:00"
|
reference_datetime: "2014-01-10 00:00:00"
|
||||||
remotes:
|
remotes:
|
||||||
- "url": "https://github.com/dash/dash.git"
|
- "url": "https://github.com/darkcoin/darkcoin.git"
|
||||||
"dir": "dash"
|
"dir": "dash"
|
||||||
files:
|
files:
|
||||||
- "qt-win32-5.2.0-gitian-r3.zip"
|
- "qt-win32-5.2.0-gitian-r3.zip"
|
||||||
|
@ -82,7 +82,7 @@ After exiting, you'll get a warning that the install is keg-only, which means it
|
|||||||
|
|
||||||
1. Clone the github tree to get the source code and go into the directory.
|
1. Clone the github tree to get the source code and go into the directory.
|
||||||
|
|
||||||
git clone https://github.com/dash/dash.git
|
git clone https://github.com/darkcoin/darkcoin.git
|
||||||
cd dash
|
cd dash
|
||||||
|
|
||||||
2. Build dashd:
|
2. Build dashd:
|
||||||
|
@ -95,7 +95,7 @@ Issue the following:
|
|||||||
Make note of the hash (which is your collaterla_output) and index.
|
Make note of the hash (which is your collaterla_output) and index.
|
||||||
|
|
||||||
### Enter your MasterNode details into your masternode.conf file
|
### Enter your MasterNode details into your masternode.conf file
|
||||||
[From the dash github repo](https://github.com/dash/dash/blob/master/doc/masternode_conf.md)
|
[From the dash github repo](https://github.com/darkcoin/darkcoin/blob/master/doc/masternode_conf.md)
|
||||||
|
|
||||||
The new masternode.conf format consists of a space seperated text file. Each line consisting of an alias, IP address followed by port, masternode private key, collateral output transaction id and collateral output index, donation address and donation percentage (the latter two are optional and should be in format "address:percentage").
|
The new masternode.conf format consists of a space seperated text file. Each line consisting of an alias, IP address followed by port, masternode private key, collateral output transaction id and collateral output index, donation address and donation percentage (the latter two are optional and should be in format "address:percentage").
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ Dash Core version 0.11.2 is now available from:
|
|||||||
|
|
||||||
Please report bugs using the issue tracker at github:
|
Please report bugs using the issue tracker at github:
|
||||||
|
|
||||||
https://github.com/dash/dash/issues
|
https://github.com/darkcoin/darkcoin/issues
|
||||||
|
|
||||||
|
|
||||||
Mining and relay policy enhancements
|
Mining and relay policy enhancements
|
||||||
|
Loading…
Reference in New Issue
Block a user