diff --git a/README.md b/README.md index cf8c78405..0650d96f9 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Thanks to the [apps](https://github.com/btcpayserver/btcpayserver-doc/blob/maste * SegWit support * Lightning Network support (LND and c-lightning) * Tor support -* Opt-in Altcoin integrations +* Opt-in altcoin integrations * Full compatibility with BitPay API (easy migration) * Process payments for others * Easy-embeddable Payment buttons @@ -43,24 +43,6 @@ Thanks to the [apps](https://github.com/btcpayserver/btcpayserver-doc/blob/maste * Crowdfunding app * Payment requests -## Supported Altcoins - -Bitcoin is the only focus of the project and its core developers. However, opt in integrations for several altcoins maintained by altcoins community is implemented for several altcoins: - -* Bitcoin Gold (BTG) -* Bitcoin Plus (XBC) -* Bitcore (BTX) -* Dash (DASH) -* Dogecoin (DOGE) -* Feathercoin (FTC) -* Groestlcoin (GRS) -* Litecoin (LTC) -* Monacoin (MONA) -* Polis (POLIS) -* Viacoin (VIA) - -Altcoins are maintained by their respective communities. - ## Documentation Please check out our [official website](https://btcpayserver.org/), our [complete documentation](https://github.com/btcpayserver/btcpayserver-doc) and [FAQ](https://github.com/btcpayserver/btcpayserver-doc/tree/master/FAQ#btcpay-frequently-asked-questions-and-common-issues) for more details. @@ -115,8 +97,24 @@ dotnet dev-certs https --trust Then use the `Docker-Regtest-https` debug profile. - - ## Other dependencies For more information, see the documentation: [How to deploy a BTCPay server instance](https://github.com/btcpayserver/btcpayserver-doc/#deployment). + +## Supported altcoins + +Bitcoin is the only focus of the project and its core developers. However, opt in integrations for several altcoins maintained by altcoins community is implemented for several altcoins: + +* BGold (BTG) (also known as Bitcoin Gold) +* BPlus (XBC) (also known as Bitcoin Plus) +* Bitcore (BTX) +* Dash (DASH) +* Dogecoin (DOGE) +* Feathercoin (FTC) +* Groestlcoin (GRS) +* Litecoin (LTC) +* Monacoin (MONA) +* Polis (POLIS) +* Viacoin (VIA) + +Altcoins are maintained by their respective communities.