02:09:43 Is it expected that `monero-wallet-cli` with the `--generate-from-view-key` flag isn't able to parse a testnet address (no problem with a mainnet address) (Returning `Error: failed to parse address`) when asking for the Standard address, even with the `--testnet` flag ? 07:20:40 No, it should work with testnet addresses. You probably found a bug. 09:26:32 hello, everyone, I wanna create my own token at monero network. What is solution? 09:36:48 You can't 10:02:52 why? this network does not provide custom token like ERC20, BRC20? 10:04:06 Thank God it does not 10:04:52 Turns out, you don't actually need a token for most things 10:08:41 <1​23bob123:matrix.org> hmm 10:16:11 I need really my token. then what is solution? 10:18:20 ERC20, BRC20? 10:23:49 <1​23bob123:matrix.org> What about json web token 12:11:42 7345 needs a review... from my perspective, all the changes are in network code 21:26:40 moneromooo: what is the point of the merge mining slots ? 21:27:08 Why not order lexographicaly? 21:52:09 jeffro256 if you order lexicographically, then you to send all merge mined chain IDs together with the merkle proof to prove that you don't mined double spends/alternative chains 21:52:16 *you need to send 21:53:02 this was initially developed in namecoin in 2011: https://forum.namecoin.org/viewtopic.php?p=1617#p1617 21:54:06 yes, you can just order lexicographically, but it will make proof to be O(N) bytes instead of O(logN) 23:59:07 Ah that makes a lot of sense, thanks for that