Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
mintlayer
/
web-gui
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: optional Bitcoin node + BTC wallet (bitcoind + BDK sidecar)
- #4
#4
Open
erubboli
wants to merge 32 commits into
main
mintlayer/web-gui:main
from
feat/bitcoin-node-wallet
mintlayer/web-gui:feat/bitcoin-node-wallet
Copy head branch name to clipboard
Conversation
Commits
32
(32)
Checks
Files changed
Open
feat: optional Bitcoin node + BTC wallet (bitcoind + BDK sidecar)
#4
erubboli
wants to merge 32 commits into
main
mintlayer/web-gui:main
from
feat/bitcoin-node-wallet
mintlayer/web-gui:feat/bitcoin-node-wallet
Copy head branch name to clipboard
Commits
Commits on Sep 2, 2026
feat(bitcoin): optional Bitcoin node + BDK wallet sidecar (phase 1+2)
Show description for c869139
erubboli
committed
c869139
View commit details
Copy full SHA for c869139
Browse repository at this point
feat(bitcoin): BTC wallet page, settings section, API routes, docs
Show description for 7cb38b2
erubboli
committed
7cb38b2
View commit details
Copy full SHA for 7cb38b2
Browse repository at this point
fix(bitcoin): issues found during live VM testing
Show description for 905df0c
erubboli
committed
905df0c
View commit details
Copy full SHA for 905df0c
Browse repository at this point
fix(bitcoin): setup robustness for non-auto-start and arbitrary UIDs
Show description for 2395214
erubboli
committed
2395214
View commit details
Copy full SHA for 2395214
Browse repository at this point
feat(setup): one seed initializes both wallets; fix form CSRF on Chrome 151
Show description for 12ca224
erubboli
committed
12ca224
View commit details
Copy full SHA for 12ca224
Browse repository at this point
fix(bitcoin): drop Immature balance card from the wallet UI
Show description for d7c57a4
erubboli
committed
d7c57a4
View commit details
Copy full SHA for d7c57a4
Browse repository at this point
feat(bitcoin): link transactions and addresses to mempool.space
Show description for 112a8bf
erubboli
committed
112a8bf
View commit details
Copy full SHA for 112a8bf
Browse repository at this point
feat(bitcoin): self-hosted explorer for regtest + explorer URL override
Show description for 86ec642
erubboli
committed
86ec642
View commit details
Copy full SHA for 86ec642
Browse repository at this point
feat(addresses): bech32 typo recovery in ML and BTC send flows
Show description for 96aae2f
erubboli
committed
96aae2f
View commit details
Copy full SHA for 96aae2f
Browse repository at this point
feat(bridge): EVM<->Mintlayer token bridge UI with MetaMask
Show description for d01413c
erubboli
committed
d01413c
View commit details
Copy full SHA for d01413c
Browse repository at this point
feat(bridge): live fee totals, receiver typo recovery, copy cleanup
Show description for 0d4d54f
erubboli
committed
0d4d54f
View commit details
Copy full SHA for 0d4d54f
Browse repository at this point
feat(bridge): show the bridge only on Mintlayer mainnet
Show description for 0b8c998
erubboli
committed
0b8c998
View commit details
Copy full SHA for 0b8c998
Browse repository at this point
test(bridge): cover the bridge SDK and the ml-intent-tx route
Show description for 9b7f3f1
erubboli
committed
9b7f3f1
View commit details
Copy full SHA for 9b7f3f1
Browse repository at this point
Commits on Sep 3, 2026
ci(docker): publish multi-arch images so installs need zero builds
Show description for cd98420
erubboli
committed
cd98420
View commit details
Copy full SHA for cd98420
Browse repository at this point
ci(docker): fix duplicate name key that broke workflow parsing
erubboli
committed
a2e9c52
View commit details
Copy full SHA for a2e9c52
Browse repository at this point
ci(docker): build Mintlayer daemon images for amd64 + arm64
Show description for 4801781
erubboli
committed
4801781
View commit details
Copy full SHA for 4801781
Browse repository at this point
fix(ci+installer): parseable daemon workflow; BTC prune option in init.sh
Show description for 7dd694a
erubboli
committed
7dd694a
View commit details
Copy full SHA for 7dd694a
Browse repository at this point
ci(docker): correct Dockerfile path; don't cancel the other arch
erubboli
committed
03795fa
View commit details
Copy full SHA for 03795fa
Browse repository at this point
ci(docker): manifest job was missing the /web-gui repo namespace
erubboli
committed
3d00fd5
View commit details
Copy full SHA for 3d00fd5
Browse repository at this point
ci(docker): retry manifest create to ride out GHCR propagation lag
erubboli
committed
9b7eb57
View commit details
Copy full SHA for 9b7eb57
Browse repository at this point
ci(docker): push per-arch daemon images into the /web-gui namespace
erubboli
committed
9e2b52f
View commit details
Copy full SHA for 9e2b52f
Browse repository at this point
ci(docker): derive sha tag from GITHUB_SHA; manifest job has no checkout
erubboli
committed
0edf1ee
View commit details
Copy full SHA for 0edf1ee
Browse repository at this point
Commits on Sep 4, 2026
ci(docker): native per-arch builds + manifest merge; attestations broke GHCR pulls
erubboli
committed
17e7061
View commit details
Copy full SHA for 17e7061
Browse repository at this point
fix(compose+init): bitcoind -chain main (not mainnet); explicit CMD for API daemons
erubboli
committed
3e11a0f
View commit details
Copy full SHA for 3e11a0f
Browse repository at this point
fix(bitcoin): robust one-seed init (retry, logging) and restore-first /bitcoin UI
erubboli
committed
954e201
View commit details
Copy full SHA for 954e201
Browse repository at this point
feat(https): LAN access via Caddy local CA (init.sh wizard + Settings CA-root download)
erubboli
committed
dadbe69
View commit details
Copy full SHA for dadbe69
Browse repository at this point
fix(init): pin image tags to branch slug on feature deploys (:latest is main-only)
erubboli
committed
2a2d0b8
View commit details
Copy full SHA for 2a2d0b8
Browse repository at this point
fix(auth): proxy-aware CSRF origin check behind the TLS gateway
erubboli
committed
a6754a7
View commit details
Copy full SHA for a6754a7
Browse repository at this point
fix(init): pre-create uploads/ so the bind mount is not root-owned
erubboli
committed
a9a90f6
View commit details
Copy full SHA for a9a90f6
Browse repository at this point
fix(setup): guard against double submit; explain the daemon's one-wallet-slot error
erubboli
committed
ceb2cbb
View commit details
Copy full SHA for ceb2cbb
Browse repository at this point
feat(bridge): one-click receiver pre-fill; disable page while indexer syncs
erubboli
committed
e8ada0e
View commit details
Copy full SHA for e8ada0e
Browse repository at this point
Commits on Sep 15, 2026
docs(readme): document the MCP server (tiers, enabling, client config)
erubboli
committed
09d2512
View commit details
Copy full SHA for 09d2512
Browse repository at this point
You can’t perform that action at this time.