08:13:33 trasherdk what file is created? does the .keys file exist without the cache? does it throw the !exists error? it functions correctly for me. is docker involved? 08:14:55 No, only the DB file. Pretty much the same size as a valid DB file `33112401` bytes. 08:19:29 This is the sequence: 08:19:29 ``` 08:19:30 open_wallet: { 08:19:31 error: { code: -1, message: 'Failed to open wallet' }, 08:19:32 id: '0', 08:19:33 jsonrpc: '2.0' 08:19:34 } 08:19:35 close_wallet: { 08:19:36 error: { code: -13, message: 'No wallet file' }, 08:19:37 id: '0', 08:19:38 jsonrpc: '2.0' 08:19:39 } 08:19:40 create_wallet: { 08:19:41 error: { code: -21, message: 'Cannot create wallet. Already exists.' }, 08:19:42 id: '0', 08:19:43 jsonrpc: '2.0' 08:19:44 } 08:19:45 address: { 08:19:46 error: { code: -13, message: 'No wallet file' }, 08:19:47 id: '0', 08:19:48 jsonrpc: '2.0' 08:19:49 } 08:19:50 balance: { 08:19:51 error: { code: -13, message: 'No wallet file' }, 08:19:52 id: '0', 08:19:53 jsonrpc: '2.0' 08:19:54 } 08:19:55 Exiting... 08:19:56 ``` 08:19:57 https://paste.debian.net/1313035/ 08:50:45 It's easily avoided by just sending a create_wallet first, and catching that error, opening instead, but.... 08:50:45 The `wallet_open` should return a `file not found` error. 19:03:12 Do FCMP based transactions retain their "prunability"? Will it still be possible to throw away the bulk of the bytes, like it's possible for today's transactions if you choose to "prune" the blockchain? 20:00:01 I would like to know too, I was in the impression that FCMP would make it even more pruneable than it's possible now 21:28:51 Yes, it would be 21:29:33 FCMPs would basically just replace the binned reference set and groottle proofs in current Seraphis txs