When Bitcoin is fully synced, that does NOT enable an onchain wallet. The onchain wallet is part of LND. The message "bitcoin is fully synced, now fund your wallet..." is misleading. The next step is to install LND. This gives you an onchain address you can fund.
Steps to Reproduce
Install bitcoin, sync the chain.
The notification appears to fund the wallet.
You still can't fund the wallet until you install LND.
Expected Behavior
Archy should check or prompt to install LND
Actual Behavior
Prompts to add onchain funds
Archipelago Version
1.8.4-alpha
Hardware
x86_64 (Intel/AMD)
Relevant Logs
No response
Screenshots
No response
### Description
When Bitcoin is fully synced, that does NOT enable an onchain wallet. The onchain wallet is part of LND. The message "bitcoin is fully synced, now fund your wallet..." is misleading. The next step is to install LND. This gives you an onchain address you can fund.
### Steps to Reproduce
Install bitcoin, sync the chain.
The notification appears to fund the wallet.
You still can't fund the wallet until you install LND.
### Expected Behavior
Archy should check or prompt to install LND
### Actual Behavior
Prompts to add onchain funds
### Archipelago Version
1.8.4-alpha
### Hardware
x86_64 (Intel/AMD)
### Relevant Logs
_No response_
### Screenshots
_No response_
Fixed in 2c984fbd (main; ships with the next release).
The "Bitcoin is fully synced" toast no longer tells a node without LND to fund its wallet. The watcher now checks LND’s install state at fire time: with LND installed the message is unchanged; without it, the toast says the actual next step — install Lightning (LND) — and the Finish setup button lands on the goal wizard’s install-LND step (the wizard itself was already correctly sequenced). The on-chain wallet lives in LND (lnd.newaddress), not Bitcoin Core, so "fund your wallet" was pointing at something that didn’t exist yet.
Verified: 4 new unit tests pin the watcher’s contract (both message branches, silence with no in-progress goal, silence when the chain was already synced at page load); full frontend suite 1004/1004 green, typecheck clean.
Fixed in 2c984fbd (main; ships with the next release).
The "Bitcoin is fully synced" toast no longer tells a node without LND to fund its wallet. The watcher now checks LND’s install state at fire time: with LND installed the message is unchanged; without it, the toast says the actual next step — install Lightning (LND) — and the Finish setup button lands on the goal wizard’s install-LND step (the wizard itself was already correctly sequenced). The on-chain wallet lives in LND (`lnd.newaddress`), not Bitcoin Core, so "fund your wallet" was pointing at something that didn’t exist yet.
Verified: 4 new unit tests pin the watcher’s contract (both message branches, silence with no in-progress goal, silence when the chain was already synced at page load); full frontend suite 1004/1004 green, typecheck clean.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Description
When Bitcoin is fully synced, that does NOT enable an onchain wallet. The onchain wallet is part of LND. The message "bitcoin is fully synced, now fund your wallet..." is misleading. The next step is to install LND. This gives you an onchain address you can fund.
Steps to Reproduce
Install bitcoin, sync the chain.

The notification appears to fund the wallet.
You still can't fund the wallet until you install LND.
Expected Behavior
Archy should check or prompt to install LND
Actual Behavior
Prompts to add onchain funds
Archipelago Version
1.8.4-alpha
Hardware
x86_64 (Intel/AMD)
Relevant Logs
No response
Screenshots
No response
Fixed in
2c984fbd(main; ships with the next release).The "Bitcoin is fully synced" toast no longer tells a node without LND to fund its wallet. The watcher now checks LND’s install state at fire time: with LND installed the message is unchanged; without it, the toast says the actual next step — install Lightning (LND) — and the Finish setup button lands on the goal wizard’s install-LND step (the wizard itself was already correctly sequenced). The on-chain wallet lives in LND (
lnd.newaddress), not Bitcoin Core, so "fund your wallet" was pointing at something that didn’t exist yet.Verified: 4 new unit tests pin the watcher’s contract (both message branches, silence with no in-progress goal, silence when the chain was already synced at page load); full frontend suite 1004/1004 green, typecheck clean.