Kixunil / btc-rpc-proxy

Finer-grained permission management for bitcoind.
MIT License
63 stars 18 forks source link

Request queuing #15

Open Kixunil opened 3 years ago

Kixunil commented 3 years ago

As explained by cdecker Bitcoind limits number of connections to 4. This proxy could help by queuing multiple connections.

Ideally have configurable connection pool of 1-4 connections.