Bmgo
Implementation of Bitmessage Protocol in Go
Install / Use
/learn @ishbir/BmgoREADME
BM-Go
An implementation of the Bitmessage protocol, server and client using Go programming language from Google.
The entire implementation is divided into 4 packages.
Note: The project has been abandoned in favour of work on bmd/bmclient: https://github.com/monetas/bmd
bitmessage
The main library which provides the implementation of the protocol. It does not interact with OS/network in any way. It is designed to be serial. Only v3 of the protocol is supported.
middleware
Designed to connect to the required network (clearnet/I2P/Tor) and manage the SQLite file on disk, including the user's identities. Also responsible for implementing the task queues and calling bitmessage package for doing its tasks.
daemon
The Bitmessage daemon designed as a thin wrapper over the middleware to manage and configure everything through the commandline.
gui
The GUI meant for use by the average user, which connects the bitmessage and middleware packages through a user friendly interface.
The software is EXTREMELY EXPERIMENTAL and subsequent commits may break the API. Use (if it works) with caution.
Related Skills
node-connect
341.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.6kCommit, push, and open a PR
