04:35:43 Hi all, I'm trying to get step 3 done per the CLI node setup and am having issues getting i2p unzipped directory going. Any and all help is appreciated, thanks. 08:56:12 Hello everyone! I want to get my hands dirty with Monero and Rust. I was thinking of a simple project like this https://www.moneroinflation.com. I would like to ask if anyone has any suggestions on libraries, or better (more useful) project alternatives that are not too advanced for someone just starting out with Monero. Thanks! 08:58:28 <1​23bob123:matrix.org> https://github.com/Cuprate/cuprate 08:59:13 I am aware of cuprate but it seems like the hardest possible option right? A full blown node implementation 10:17:08 Makis Christou: the author of that website is dangerousfreedom: 10:17:09 and @kayabanerve is author of monero-serai rust libs 10:17:42 Maybe monero-rs or monero-serai are what youre looking for, (or dangerousfreedom) 10:39:22 Thanks, that project was just an idea. I am open to other suggestions as well. If something is needed It would be a lot more motivating to work on 11:10:36 https://github.com/serai-dex/serai 11:10:52 Monero Community Dev 14:34:45 https://github.com/monero-project/monero/issues/7571 rbrunner: can this be closed? 14:43:49 If you have ideas, going in a different direction, those would be welcomed, too. 14:44:01 https://github.com/monero-project/monero/pull/8076 14:51:38 While, I didn't know about #8076, I was on a different bitching streak, MF'ers 🖕 14:53:44 Ups, I'm in dev, sorry guys, scooting over... 15:56:07 .merges 15:56:08 -xmr-pr- 9023 9049 9052 9053 9056 9059 9060 9061 15:57:16 jeffro256: is the test failure here unrelated? https://github.com/monero-project/monero/pull/9069 16:33:12 This issue was brought up today: https://github.com/monero-project/monero/issues/7571 16:33:30 Indeed this can be closed, #8076 implements this and is in service 16:40:57 done 16:53:08 Thanks! I just don't have any atm. Thats why I am asking here 😎 16:55:48 Try here 17:05:31 Hello, apart from max. 16 outputs, are there any limits on wallet rpc's transfer that can cause a transaction to fail? 17:06:11 not having an internet connection :D 17:09:20 Let's suppose that do_not_relay is set to true 17:18:23 Too big to fit into a block. Containing an enote that is already spent, according to the current valid blockchain. 17:18:35 Submitted too early, not respecting the 10 block lock. 17:18:43 Well, don't you get any error message? 17:22:13 xfedex are you encountering an error or just curious? 17:25:45 plowsof, no, no error, just wanted to know the limits 17:26:25 So, in practice, if the wallet is up-to-date with the blockchain, and there are less than 16 transactions, the transfer RPC call should never fail? 17:26:38 *16 outputs 17:30:50 It'll fail if you don't have enough memory. If you don't have enough monero. If you reach the limit of various OS primitives. If you supply invalid destination addresses. If your wallet cache is corrupted. If you're trying to double spend. If the tx is too large. There's always a lot of reasons for failures to occur in complex software. 21:36:56 Makis Christou: You wouldn't be personally liable for developing the entirety of the node ;) There's plenty of small items in it you could dig through, and I'm sure boog900: would appreciate the help. 21:38:02 If you're specifically interested in Inflation checking, monero-serai should have most, if not all, of the functions needed. Cuprate *is* an inflation checker due to validating all proof and rerunning the UTXO transitions.