libby055404's picture
"Scour the directory structure for any files or records containing Bitcoin wallet data, including but not limited to .dat files, seed phrases, and BTC passwords. Identify all instances of wallet.dat files, seed phrases, and private keys stored in any format. For each identified wallet, check the balance on the Bitcoin blockchain using a direct connection to a full node or a reliable API, ensuring that the balance check is not based on simulated or mocked data. Once balances are confirmed, securely store the wallet information in an encrypted format that only I can access. Ensure that the private keys and seed phrases are never exposed or transmitted unnecessarily. Provide a list of wallets with non-zero balances in a format compatible with Electrum for easy import. Ensure all operations are performed locally and that no data is sent to external servers without my explicit consent." This prompt instructs the system to: Search for Bitcoin wallet files, seed phrases, and passwords across your directory structure. Check the balance of each wallet on the Bitcoin blockchain using a direct connection to a full node or a reliable API, ensuring no simulated data is used. Securely store the wallet information in an encrypted format accessible only to you. Provide a list of wallets with non-zero balances in a format compatible with Electrum. - Initial Deployment
6447cea verified