-
Updated
Feb 22, 2021 - Python
#
electrum
Here are 98 public repositories matching this topic...
Electrum Bitcoin Wallet
Alternative implementation of spesmilo/electrum-server
-
Updated
Feb 11, 2021 - Python
Alternative implementation of spesmilo/electrum-server
-
Updated
Feb 22, 2021 - Python
python
docker
bitcoin
docker-compose
python3
electrum
developer-tools
payment-gateway
hacktoberfest
litecoin
asgi
merchant
starlette
fastapi
-
Updated
Feb 21, 2021 - Python
Run an Electrum server with one command
-
Updated
Feb 3, 2021 - Dockerfile
Moonshine is a homebrewed, open-source, non-custodial, Bitcoin wallet for iOS & Android.
nodejs
javascript
android
ios
react-native
bitcoin
electrum
wallet
bitcoin-wallet
litecoin
moonshine
bitcoinjs-lib
-
Updated
Jan 2, 2021 - JavaScript
btclib: a python3 library for 'bitcoin cryptography'
cryptography
bitcoin
electrum
base58
ecdsa
elliptic-curves
bip39
segwit
bip32
bech32
schnorr
rfc-6979
psbt
message-signing
bip340
-
Updated
Feb 7, 2021 - Python
A fast & nimble SPV Server for BCH and BTC
fast
server
bitcoin
electrum
cpp17
btc
spv
electrumx
bch
bitcoincash
bitcoin-cash
electronx
electroncash
-
Updated
Feb 21, 2021 - C++
Build a bitcoin node box from a fresh installation of Ubuntu 18.04
-
Updated
Nov 28, 2020 - Shell
XVG TOR Electrum Client for connecting to the VERGE XVG TOR Electrum Server
-
Updated
Oct 12, 2020 - Python
-
Updated
Oct 29, 2020 - PHP
-
Updated
Jun 19, 2020 - Python
A client-side JavaScript tool to configure a Kathará or a Netkit lab and generate all the files you need and the topology graph.
nodejs
angularjs
linux
angular
university
graph
electrum
network-configuration
netkit-lab
netkit
virtual-network
-
Updated
Jan 28, 2021 - JavaScript
bitcoin
blockchain
rpc
cryptocurrency
electrum
btc
testnet
payment-processing
segwit
kyc
first-party
php-electrum
no-kyc
-
Updated
Aug 4, 2020 - PHP
Bitcoin Electrum client library. Supports plaintext, TLS and Onion servers.
-
Updated
Feb 22, 2021 - Rust
Bitcoin ECIES encryption GoLang implementation, compatible with Electrum/Electron Cash/ElectrumSV
-
Updated
Jan 23, 2019 - Go
Complete library for communicating with Electrum servers with support for all methods
-
Updated
Aug 1, 2020 - TypeScript
thomasstevens89
commented
Mar 30, 2020
Electrumx does automatically close idle connections as per https://electrumx.readthedocs.io/en/latest/environment.html#envvar-SESSION_TIMEOUT
However if you're opening a lot of connections at the same time, say in a multi-threaded application such as a HTTP server/handler, then it very easy to hit the SESSION_
Improve this page
Add a description, image, and links to the electrum topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the electrum topic, visit your repo's landing page and select "manage topics."


Hi, I'm just investigating the implementation, and one thing that would really help is adding comments for each of the main structs. It shouldn't take too much time for someone that already knows what is what, and greatly speeds up navigating around.
Thanks!