aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lodder <[email protected]>2021-08-20 02:26:11 +0200
committerPatrick Lodder <[email protected]>2021-08-20 03:07:32 +0200
commit197104536af2d5760879ac290af54f06fe28bba4 (patch)
tree623aebb09141e1bfa933dd678133e7eb0236f914
parentFixup README changes (diff)
downloaddiscoin-197104536af2d5760879ac290af54f06fe28bba4.tar.xz
discoin-197104536af2d5760879ac290af54f06fe28bba4.zip
readme: move development under installation
-rw-r--r--README.md36
1 files changed, 18 insertions, 18 deletions
diff --git a/README.md b/README.md
index 3fc1f491e..8654c9c81 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,24 @@ Dogecoin currently employs a simplified variant of scrypt.
**Website:** [dogecoin.com](https://dogecoin.com)
+## Installation 💻
+
+Please see [the installation guide](INSTALL.md) for information about installing
+Dogecoin Core.
+
+### Such ports
+
+Dogecoin Core by default uses port `22556` for peer-to-peer communication that
+is needed to synchronize the "mainnet" blockchain and stay informed of new
+transactions and blocks. Additionally, a JSONRPC port can be opened, which
+defaults to port `22555` for mainnet nodes. It is strongly recommended to not
+expose RPC ports to the public internet.
+
+| Function | mainnet | testnet | regtest |
+| :------- | ------: | ------: | ------: |
+| P2P | 22556 | 44556 | 18444 |
+| RPC | 22555 | 44555 | 18332 |
+
## Ongoing development - Moon plan 🌒
Dogecoin Core is an open source and community driven software. The development
@@ -49,24 +67,6 @@ There are 3 types of branches in this repository:
*submitted against those. Maintenance branches are there for **bug fixes only,***
*please submit new features against the development branch with the highest version.*
-## Installation 💻
-
-Please see [the installation guide](INSTALL.md) for information about installing
-Dogecoin Core.
-
-### Such ports
-
-Dogecoin Core by default uses port `22556` for peer-to-peer communication that
-is needed to synchronize the "mainnet" blockchain and stay informed of new
-transactions and blocks. Additionally, a JSONRPC port can be opened, which
-defaults to port `22555` for mainnet nodes. It is strongly recommended to not
-expose RPC ports to the public internet.
-
-| Function | mainnet | testnet | regtest |
-| :------- | ------: | ------: | ------: |
-| P2P | 22556 | 44556 | 18444 |
-| RPC | 22555 | 44555 | 18332 |
-
## Contributing 🤝
If you find a bug or experience issues with this software, please report it