Skip to content

Commit

Permalink
readme: move development under installation
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklodder committed Aug 20, 2021
1 parent 73d8703 commit 1971045
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1971045

Please sign in to comment.