Skip to content

Commit

Permalink
Slightly adjust some README.md files (dashpay#3175)
Browse files Browse the repository at this point in the history
Signed-off-by: Pasta <pasta@dashboost.org>
  • Loading branch information
PastaPastaPasta authored and UdjinM6 committed Oct 29, 2019
1 parent 10dd3c1 commit 3c21d25
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Dash Core staging tree 0.14.1
===============================
=============================

`master:` [![Build Status](https://travis-ci.org/dashpay/dash.svg?branch=master)](https://travis-ci.org/dashpay/dash) `develop:` [![Build Status](https://travis-ci.org/dashpay/dash.svg?branch=develop)](https://travis-ci.org/dashpay/dash/branches)

https://www.dash.org


What is Dash?
----------------
-------------

Dash is an experimental digital currency that enables anonymous, instant
payments to anyone, anywhere in the world. Dash uses peer-to-peer technology
Expand Down
3 changes: 1 addition & 2 deletions contrib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Tool to verify that every merge commit was signed by a developer using the above
Construct a linear, no-fork, best version of the blockchain.

### [Qos](/contrib/qos) ###

A Linux bash script that will set up traffic control (tc) to limit the outgoing bandwidth for connections to the Dash network. This means one can have an always-on dashd instance running, and another local dashd/dash-qt instance which connects to this node and receives blocks from it.

### [Seeds](/contrib/seeds) ###
Expand All @@ -29,7 +28,7 @@ for Debian-based Linux systems. If you compile dashd/dash-qt yourself, there are
Notes on getting Gitian builds up and running using KVM.

### [Gitian-keys](/contrib/gitian-keys)
PGP keys used for signing Bitcoin Core [Gitian release](/doc/release-process.md) results.
PGP keys used for signing Dash Core [Gitian release](/doc/release-process.md) results.

### [MacDeploy](/contrib/macdeploy) ###
Scripts and notes for Mac builds.
Expand Down
6 changes: 3 additions & 3 deletions contrib/devtools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ For example:
./github-merge.py 3077

(in any git repository) will help you merge pull request #3077 for the
bitcoin/bitcoin repository.
dashpay/dash repository.

What it does:
* Fetch master and the pull request.
Expand All @@ -132,14 +132,14 @@ Setup
---------
Configuring the github-merge tool for the bitcoin repository is done in the following way:

git config githubmerge.repository bitcoin/bitcoin
git config githubmerge.repository dashpay/dash
git config githubmerge.testcmd "make -j4 check" (adapt to whatever you want to use for testing)
git config --global user.signingkey mykeyid (if you want to GPG sign)

optimize-pngs.py
================

A script to optimize png files in the bitcoin
A script to optimize png files in the dash
repository (requires pngcrush).

security-check.py and test-security-check.py
Expand Down

0 comments on commit 3c21d25

Please sign in to comment.