08:24:13 > <@onionltd:matrix.org> I didn't mean to generate the documentation automatically as in take variable names and stuff them inside a table after a function name. No. In fact I think the current documentation is good. What I'm challenging is the way this documentation is being maintained because the current way requires... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/16ff78ccaa07f9025b78d667056a1baf9a633b9d) 09:22:28 I've set up my wallet and the request below returns me correct result... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/5e90cc28058e3543400c9ae7b4cf58a355d704df) 09:23:06 * the request in the terminal below returns, * code below in the node.js env, it 09:35:46 willyijinin[m]: openwallet RPC is not valid if wallet-rpc wasn't started with --wallet-dir option 09:36:30 wallet-rpc runs in two separate modes: you tell it a specific wallet-file on cmdline, and it only operates on that wallet file 09:36:52 or you tell it a wallet-dir where many wallet files can reside. then you can use openwallet to open a specific wallet file in that dir. 09:37:39 but if you start it with wallet-file specified, then that single wallet is opened and thus the openwallet rpc is meaningless. it's already open. 09:40:46 hyc: got it thank you 09:54:55 hyc: I also figured this out by trial and error. Maybe it would be good if it was added to the docs in this clear cut way. Would save newcomers time <3 12:07:26 In other chains that employs the ed25519 curve, the private key is a 128-character string while the public key is the second half/64-character of the private key. For Monero which half is the private spend key which half is the private view key? 12:07:32 s/employs/employ/ 12:23:03 spend is first, view is second.