Neil Booth
|
9515e1a1e4
|
Improve flow for opening DBs
|
7 years ago |
Neil Booth
|
12dbf2c74a
|
Rename get_history to limited_history
- make it async and run in a thread
|
7 years ago |
Neil Booth
|
a036a2eb3f
|
Rename get_utxos to all_utxos.
- no longer takes a limit
- runs in a thread to avoid blocking
|
7 years ago |
Neil Booth
|
93311ca84e
|
Move query.py to contrib/
|
7 years ago |
Neil Booth
|
26206fd3e4
|
Drop the .py suffix from electrumx_server & electrumx_rpc
|
7 years ago |
Daniel Shakhmundes
|
b21987fb4c
|
Hardcoded username directory replaced with ~ (#494)
This change will cd to the current user's directory, rather than /home/username
|
7 years ago |
Daniel McNally
|
6928b251f8
|
Change COIN to BitcoinSegwit (#486)
|
7 years ago |
Neil Booth
|
46f245891c
|
Point to readthedocs
|
7 years ago |
Roman Zeyde
|
d5d5df54d8
|
electrum_server: set logging format (#398)
* electrum_server: set logging format
* daemontools: remove 't' multilog argument
|
7 years ago |
Neil Booth
|
a3da48e736
|
Fix daemontools run script for dash shell
Fixes #374
|
7 years ago |
duckartes
|
9377ea54de
|
Update: install_electrumx.sh (#341)
Remove "raspi-copies-and-fills" as it breaks the upgrade process
|
7 years ago |
Neil Booth
|
35dd1f6199
|
Remove IRC support
|
7 years ago |
Neil Booth
|
74cb4c2f45
|
Require Python 3.6
|
7 years ago |
emilrus
|
5f8222efb3
|
Replace envuidgid with setuidgid and make run files executable (#203)
* envuidgid only sets environment variables $UID and $GID causing electrum_server to fail at https://github.com/kyuupichan/electrumx/blob/master/electrumx_server.py#L35-L37
Replaced envuidgid with setuidgit which runs electrum_server with the specified uid/gid
* Make run files executable
|
8 years ago |
John L. Jegutanis
|
cf08903d12
|
Fix shebang for contrib scripts
|
8 years ago |
Neil Booth
|
10a2c8fed5
|
Update docs
|
8 years ago |
Samuel Smith
|
67c135a194
|
update raspberrypi3 install procedure (#148)
install stable version of libreadline6 based on comment from MaxTG
|
8 years ago |
shsmith
|
5ef25976c4
|
merge samples into contrib
|
8 years ago |
shsmith
|
730fd56386
|
contribute notes for Raspberry Pi and Ubuntu 16.04 deployment
|
8 years ago |