From: Matt Corallo Date: Sat, 20 Feb 2021 23:32:07 +0000 (-0500) Subject: Add rest html X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=headersdns;a=commitdiff_plain;h=688d6f72e1667dd720850f76cfb4840cd5483a25 Add rest html --- diff --git a/index.html b/index.html index b12d13d..8c4143e 100644 --- a/index.html +++ b/index.html @@ -74,10 +74,10 @@ 9f3c30f0c37fb977cf3e1a3173c631e8ff119ad3088b6f5b2bced0802139c202

- You can find the scripts used to generate the zones as well as this website via git. + You can find the scripts used to generate the zones as well as this website via git.

- If you want a full block source over a protocol other than Bitcoin-P2P, a anycast-cached Bitcoin Core REST interface endpoint is available at https://bitcoin-rest.bitcoin.ninja/rest/ for mainnet and https://testnet.bitcoin-rest.bitcoin.ninja/rest/ for testnet3. It should go without saying that this should only be used as a backup chain source, never as the primary chain source. + If you want a full block source over a protocol other than Bitcoin-P2P, a anycast-cached Bitcoin Core REST interface endpoint is available at https://bitcoin-rest.bitcoin.ninja/ for mainnet and https://testnet.bitcoin-rest.bitcoin.ninja/ for testnet3. It should go without saying that this should only be used as a backup chain source, never as the primary chain source.

diff --git a/rest.html b/rest.html new file mode 100644 index 0000000..96337cb --- /dev/null +++ b/rest.html @@ -0,0 +1,39 @@ + + + + + + + Anycast Bitcoin REST Endpoint + + +

+ This is an Anycast-Cached Bitcoin REST Endpoint +

+

+ This server provides standard access to a Bitcoin Core REST Endpoint at /rest/. Note that it is cached, though responses should generally remain in sync with each other, after cache timeouts. +

+ + diff --git a/testnet_rest.html b/testnet_rest.html new file mode 100644 index 0000000..60591c9 --- /dev/null +++ b/testnet_rest.html @@ -0,0 +1,39 @@ + + + + + + + Anycast Bitcoin Testnet3 REST Endpoint + + +

+ This is an Anycast-Cached Bitcoin Testnet3 REST Endpoint +

+

+ This server provides standard access to a Bitcoin Core REST Endpoint running on testnet3 at /rest/. Note that it is cached, though responses should generally remain in sync with each other, after cache timeouts. +

+ +