1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 09:54:09 +01:00
Commit Graph

86 Commits

Author SHA1 Message Date
Roman Zeyde
925e0da460 Support Rust >=1.34 2019-09-07 12:00:24 +03:00
Martin Habovstiak
8574aa2a34 Updated doc regarding config files and env vars 2019-09-06 21:23:28 +02:00
Roman Zeyde
a61e1b3b7a
docs: add hardware specs and explain storage usage 2019-08-13 21:26:18 +03:00
Roman Zeyde
25ce69ea04
Add link to Electrum Tor documentation 2019-07-05 18:52:22 +03:00
Roman Zeyde
16e4de60a4
Add documentation for running Tor service 2019-07-05 18:47:24 +03:00
Roman Zeyde
8ff5c7c73d
Update CI and documentation for Rust 1.32 2019-05-11 10:07:43 +03:00
Roman Zeyde
f8f53cebaf
Revert "Use TryInto to convert slices into array"
This reverts commit 62592dbabf to support
Rust 1.32 on Debian.
2019-05-10 21:45:19 +03:00
Roman Zeyde
62592dbabf
Use TryInto to convert slices into array
Remove dependency on `arrayref`.
2019-04-29 13:28:10 +03:00
Daniel McNally
cad3551c63
Update min versions for installation
This updates the minimum version for Rust from 1.28 to the current
latest which is 1.33. This is because 1.28 may fail on build due to

It also updates the minimum version of Electrum to the current latest
of 3.3 since version 3.2 is officially unsupported due to a known
phishing vulnerability.
2019-04-05 23:15:42 -04:00
Jeff Vandrew Jr
18890b78e3
Update for use with Eclair Mobile 2019-03-29 11:26:31 -04:00
Jeff Vandrew Jr
8c6472bab3
Update usage.md
If I don't set a `electrum-rpc-addr` flag, by default electrs only listens for tcp6 connections. In order to accept tcp4, I need to add `--electrum-rpc-addr="127.0.0.1:50001`.

This is not a big deal since setting the flag fixes it, but adding this info to the docs should make it easier for users.

Also, the `config.rs` file should be changed since the help for this option lists `127.0.0.1:50001` as the default, which is not correct (at least on my install).

I also added a sample unit file for systemd.
2019-03-23 14:31:57 -04:00
Roman Zeyde
bb8baf4108
Update Dockerfile to install libsnappy-dev and to use current source code
Also, update Docker usage documentation.
2019-03-03 22:34:39 +02:00
Roman Zeyde
5ab3b46487
Document how to persist Electrum wallet configuration 2019-02-23 20:45:21 +02:00
Roman Zeyde
8e31df8511
Update SSL instructions to nginx
Remove hitch example
2019-01-08 12:51:22 +02:00
Daniel McNally
e446693c4c
Add NGINX SSL sample config 2018-11-27 17:56:12 -05:00
sha-265
26a2912703
Fix typo 2018-11-14 15:30:02 +00:00
Daniel McNally
edc2532f0a Update instructions with low RAM arguments
Closes #61.
2018-11-03 17:47:10 +02:00
Lawrence Nahum
d6f4d9e197
remove unused size_on_disk 2018-08-21 17:59:34 +02:00
Roman Zeyde
2d2590aeae
Add Docker usage example 2018-08-20 22:42:58 +03:00
Roman Zeyde
836bc5861e
Update Aug 2018 index DB size 2018-08-17 22:19:14 +03:00
Roman Zeyde
98ec908a8d
Update bulk indexing sample
Now it takes ~1.5h :)
2018-08-17 21:56:02 +03:00
Roman Zeyde
215f859aae
Update latest Rust version 2018-08-17 15:32:14 +03:00
Roman Zeyde
c7552878d8
Add more documentation for Electrum client invocation 2018-08-15 15:02:24 +03:00
Roman Zeyde
288cda518c
Document TLS-termination proxy example 2018-08-15 15:00:14 +03:00
Roman Zeyde
b78e047dfa
Separate default monitoring ports for testnet and regtest 2018-08-14 10:16:01 +03:00
Roman Zeyde
2f1e4123e1
Update usage.md with Electrum installation URL 2018-08-12 13:50:45 +03:00
Roman Zeyde
45b507a241
Add optional --cookie flag to usage example 2018-08-02 14:05:56 +03:00
Roman Zeyde
00210f6e29
Remove optional bitcoind flag from doc/usage.md 2018-08-02 14:03:19 +03:00
Roman Zeyde
96c0737649
Add key/value separators for schema doc 2018-08-01 13:41:27 +03:00
Roman Zeyde
a32f718c9a
Fix local electrum invocation script path 2018-07-25 12:21:55 +03:00
Roman Zeyde
18a21bfe56
Add simple bash script for running local Electrum client 2018-07-22 22:15:04 +03:00
Roman Zeyde
ab4747ce7e
Add cmake to installation instructions 2018-07-15 07:49:23 +03:00
Roman Zeyde
9a89e6a2d8
Update README with latest performance metrics 2018-07-12 23:26:37 +03:00
Roman Zeyde
c82ceb6ad7
Update usage documentation for JSONRPC cookie 2018-07-08 22:22:32 +03:00
Roman Zeyde
a797a3864e
Move usage instructions to doc/ subdirectory 2018-07-07 12:20:04 +03:00
Roman Zeyde
b421df8c10
Add short schema description 2018-07-02 15:53:04 +03:00