electrum-personal-server
Maximally lightweight electrum server for a single user
File Explorer
Download Latest Version (.zip)- electrumpersonalserver.confd
- electrumpersonalserver.initd
- electrumpersonalserver.service
- belcher.asc
- developer-notes.md
- signed-donation-addresses.txt
- __init__.py
- deterministic.py
- main.py
- py2specials.py
- py3specials.py
- secp256k1_deterministic.py
- secp256k1_main.py
- secp256k1_transaction.py
- transaction.py
- cert.crt
- cert.key
- __init__.py
- common.py
- deterministicwallet.py
- electrumprotocol.py
- hashes.py
- jsonrpc.py
- mempoolhistogram.py
- merkleproof.py
- peertopeer.py
- socks.py
- transactionmonitor.py
- __init__.py
- test_electrum_protocol.py
- test_merkleproof.py
- test_parse_mpks.py
- test_transactionmonitor.py
- .gitignore
- common.spec
- config.ini_sample
- electrum-personal-server-rescan.bat
- LICENCE
- MANIFEST.in
- README.md
- release-notes
- setup.cfg
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/chris-belcher/electrum-personal-server
Downloads the entire project code from GitHub to your computer.
cd electrum-personal-server
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
