diff options
| author | Patrick Lodder <[email protected]> | 2021-08-20 02:26:11 +0200 |
|---|---|---|
| committer | Patrick Lodder <[email protected]> | 2021-08-20 03:07:32 +0200 |
| commit | 197104536af2d5760879ac290af54f06fe28bba4 (patch) | |
| tree | 623aebb09141e1bfa933dd678133e7eb0236f914 | |
| parent | Fixup README changes (diff) | |
| download | discoin-197104536af2d5760879ac290af54f06fe28bba4.tar.xz discoin-197104536af2d5760879ac290af54f06fe28bba4.zip | |
readme: move development under installation
| -rw-r--r-- | README.md | 36 |
1 files changed, 18 insertions, 18 deletions
@@ -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 |