00:11:05 vthor: I'd like this to be made as a tool for CLI wallet and shared with the community, and I'd be happy to contribute xmr toward it if there is dev interest 01:22:26 sturdyvacation: how you mean as a tool for cli wallet, a external application which uses monero-wallet-cli instead of monero-wallet-rpc? Or integrated into monero-wallet-cli? What timeframes or delays you are thinking of? And you are aware that through the the whole delaying process the spending keys are in memory, and depending the delay you would even walk away from your machine, letting it vunarable. From this point of view I don't think it would get ever 01:22:28 merged into monero-wallet-rpc. If it would not come from the same outputs I think you could presign the transactions and then submit them (but I assume the funds come from one output and you want to move the funds stealthy over time to other addresses without being present, or? That would mean that you need to wait for the change to unlock to build a new transaction, where the signing keys are involved). Another way would be to use offline signing, but there 01:22:30 would be a lot more involved. So you would use monero-wallet-cli in a way that it creates unsigned messages, send it to you mobile app (or other counter part and you sign the transaction and the monero-wallet-cli would submit the transaction on every "wake up" on an event after the delay. 01:47:00 vthor: For delay times I'm thinking something like 1-100 seconds. 01:47:01 I'm looking for the fastest, easiest way to make this possible in a secure way, and I use CLI wallet. I can use something else, an external application that uses CLI, or whatever works best. If there was a lightweight, secure, open-source tool or feature that accomplished this a regular user, I would use it. If it can be made, I'd like to 01:47:01 contribute.