From 197104536af2d5760879ac290af54f06fe28bba4 Mon Sep 17 00:00:00 2001 From: Patrick Lodder Date: Fri, 20 Aug 2021 02:26:11 +0200 Subject: [PATCH] readme: move development under installation --- README.md | 36 ++++++++++++++++++------------------ 1 file 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