Loading...
Loading...
Run /check-bitcoin, then fix the highest priority Bitcoin issue. Creates one fix per invocation. Invoke again for next issue. Use /log-bitcoin-issues to create issues without fixing.
npx skill4agent add phrazzld/claude-config fix-bitcoin/check-bitcoin/bitcoin/check-bitcoinbitcoin-cli getblockchaininfoheadersblocksbitcoin-cli stop
bitcoind -daemonbitcoin-cli encryptwallet "strong-passphrase"bitcoin-cli backupwallet /path/to/backup.dat# bitcoin.conf
mainnet=1
[test]
testnet=1
walletdir=/var/lib/bitcoin/testnet-walletsbitcoin-cli -testnet getblockchaininfobitcoin-cli listunspent 1 9999999bitcoin-cli createrawtransaction '[{"txid":"...","vout":0}]' '{"bc1q...":0.999}'bitcoin-cli signrawtransactionwithwallet <hex>
bitcoin-cli sendrawtransaction <hex>bitcoin-cli getblockchaininfo
bitcoin-cli getwalletinfoFixed: [P0] Wallet not encrypted
Updated: bitcoin.conf
- Added wallet encryption requirement
- Added backup path
Verified: bitcoin-cli getwalletinfo → encrypted
Next highest priority: [P0] Node not synced
Run /fix-bitcoin again to continue.git checkout -b fix/bitcoin-$(date +%Y%m%d)/fix-bitcoin/check-bitcoin/log-bitcoin-issues/bitcoin/bitcoin-health