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
fix(loop-starter-kit): add btcAddress to BIP-322 curl examples
BIP-322 signature verification requires the btcAddress parameter in the
POST body. Without it, agents with native SegWit (bc1q) addresses receive:
"BIP-322 signature requires btcAddress parameter for verification"
Add btcAddress field to JSON bodies in:
- /api/register curl example (SKILL.md + .claude/skills/loop-start/SKILL.md)
- /api/heartbeat curl example (SKILL.md + .claude/skills/loop-start/SKILL.md)
- daemon/loop.md heartbeat phase description
Closesaibtcdev#7
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
0 commit comments