ElectrumX¶
A reimplementation of Electrum-Server for a future with bigger blocks.
The current version is ElectrumX Ravencoin 1.9.3.
Source Code¶
The project is hosted on GitHub.
Please submit an issue on the bug tracker if you have found a bug or have a suggestion to improve the server.
Getting Started¶
See HOWTO.
There is a Dockerfile available .
Documentation¶
- Features
- Implementation
- Roadmap
- ChangeLog
- Version 1.19.2 RVN (4 OCT 2021)
- Version 1.18.1 RVN (14 May 2021)
- Version 1.19.0 (11 Jun 2021)
- Version 1.18.1 (26 Apr 2021)
- Version 1.17.0 (04 Feb 2021)
- Version 1.16.0 (03 Feb 2021)
- Version 1.15.0 (27 May 2020)
- Version 1.14.0 (19 Jan 2020)
- Version 1.13.0 (26 Sep 2019)
- Version 1.12.0 (13 May 2019)
- Version 1.11.0 (18 Apr 2019)
- Version 1.10.1 (13 Apr 2019)
- Version 1.10.0 (15 Mar 2019)
- Version 1.9.5 (08 Feb 2019)
- Version 1.9.4 (07 Feb 2019)
- Version 1.9.3 (05 Feb 2019)
- Version 1.9.2 (03 Feb 2019)
- Version 1.9.1 (11 Jan 2019)
- Version 1.9.0 (10 Jan 2019)
- HOWTO
- Environment Variables
- Electrum Protocol
- Protocol Basics
- Protocol Methods
- blockchain.asset.list_addresses_by_asset
- blockchain.asset.get_assets_with_prefix
- blockchain.asset.broadcasts
- blockchain.asset.is_qualified
- blockchain.asset.get_restricted_associations_current
- blockchain.asset.get_restricted_associations_history
- blockchain.asset.get_qualifier_associations_current
- blockchain.asset.get_qualifier_associations_history
- blockchain.asset.get_tags_for_h160_current
- blockchain.asset.get_tags_for_h160_history
- blockchain.asset.get_h160_for_asset_current
- blockchain.asset.get_h160_for_asset_history
- blockchain.asset.frozen_status_current
- blockchain.asset.frozen_status_history
- blockchain.scripthash.get_asset_balance
- blockchain.scripthash.listassets
- blockchain.asset.get_meta
- blockchain.asset.subscribe
- blockchain.asset.unsubscribe
- blockchain.block.header
- blockchain.block.headers
- blockchain.estimatefee
- blockchain.headers.subscribe
- blockchain.relayfee
- blockchain.scripthash.get_balance
- blockchain.scripthash.get_history
- blockchain.scripthash.get_mempool
- blockchain.scripthash.listunspent
- blockchain.scripthash.subscribe
- blockchain.scripthash.unsubscribe
- blockchain.transaction.broadcast
- blockchain.transaction.get
- blockchain.transaction.get_merkle
- blockchain.transaction.get_tsc_merkle
- blockchain.transaction.id_from_pos
- mempool.get_fee_histogram
- server.add_peer
- server.banner
- server.donation_address
- server.features
- server.peers.subscribe
- server.ping
- server.version
- Protocol Changes
- Removed Protocol Methods
- Deserialized Headers
- blockchain.address.get_balance
- blockchain.address.get_history
- blockchain.address.get_mempool
- blockchain.address.listunspent
- blockchain.address.subscribe
- blockchain.headers.subscribe
- blockchain.numblocks.subscribe
- blockchain.utxo.get_address
- blockchain.block.get_header
- blockchain.block.get_chunk
- server.version
- Deserialized Headers
- Protocol Ideas
- Peer Discovery
- RPC Interface
- Architecture
- Authors