From fb03a62858552b9c788d25d451fcf948bcda43f4 Mon Sep 17 00:00:00 2001 From: Florent Tapponnier <160007691+Flotapponnier@users.noreply.github.com> Date: Wed, 26 Aug 2026 23:05:09 +0200 Subject: [PATCH] docs: add public Dogecoin RPC benchmark reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 161f6cc..6362e71 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ - Custom RPC exceptions. - Supports all Bitcoin clones. - Can operate on unlimited daemons with a single library reference. -- [Bitcoin](http://en.wikipedia.org/wiki/Bitcoin), [Litecoin](http://en.wikipedia.org/wiki/Litecoin), [Dogecoin](http://en.wikipedia.org/wiki/Dogecoin), SmartCash, Dash and other Altcoins included. +- [Bitcoin](http://en.wikipedia.org/wiki/Bitcoin), [Litecoin](http://en.wikipedia.org/wiki/Litecoin), [Dogecoin](http://en.wikipedia.org/wiki/Dogecoin), SmartCash, Dash and other Altcoins included. For a comparison of available public Dogecoin RPC endpoints, see [OpenChainBench](https://openchainbench.com/benchmarks/dogecoin-rpc). - Each coin instance can be fully parametrized at run-time and implement its own constants. - Demo client included. - Disconnected raw RPC connector included for quick'n'dirty debugging.