https://github.com/v0l/electrumz
Electrum server implementation in C++
https://github.com/v0l/electrumz
bitcoin electrum
Last synced: 7 months ago
JSON representation
Electrum server implementation in C++
- Host: GitHub
- URL: https://github.com/v0l/electrumz
- Owner: v0l
- Created: 2019-04-08T06:00:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-08T09:52:19.000Z (over 6 years ago)
- Last Synced: 2025-06-12T01:44:46.514Z (7 months ago)
- Topics: bitcoin, electrum
- Language: C++
- Homepage: https://electrumz.com
- Size: 127 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electrumz
Install deps:
`vcpkg --triplet x64-windows install libuv lmdb spdlog zeromq argtable2 mbedtls nlohmann-json`
Build:
```
mkdir build && cd build
cmake .. -A x64
```
To run test electrum:
`electrum.exe --regtest -s localhost:5555:t`