Re: [bitcoin-dev] An efficient re-implementation of Electrum Server in Rust

2018-07-06 Thread Jim Posen via bitcoin-dev
This is awesome, nice work! On Mon, Jul 2, 2018 at 4:16 PM Roman Zeyde via bitcoin-dev < bitcoin-dev@lists.linuxfoundation.org> wrote: > Hello all, > > I was working on this project for the last few months, so a user could run > his own Electrum server, with required hardware resources not much

[bitcoin-dev] An efficient re-implementation of Electrum Server in Rust

2018-07-02 Thread Roman Zeyde via bitcoin-dev
Hello all, I was working on this project for the last few months, so a user could run his own Electrum server, with required hardware resources not much beyond those of a full node (using ideas from ElectrumX [1], Electrum Personal Server [2] and bitcoincore-indexd [3]). The code and usage