04:45:40 regarding the announcement of the upcoming regulatory whitepaper: is this paper founded on existing regulatory methodology in EU US etc, and if how did they get this information. Aren't regulators usually interested in keeping there requirements unpublished? 06:00:14 spoke0: What announcement are you referring to? - Also, what do you mean by "Aren't regulators usually interested in keeping there requirements unpublished?"? Isn't it normal to publish drafts so they can be consulted on in parliament and with the public? 06:03:08 regulators like the US Treasury department, they don't publish what requirements are in detail put in place to prevent money laundering throughout US regulated financial services, there is a law in place to prevent money laundering and who should regulate that but there is no public information on what data exactly needs to be provided to which data collection. 06:04:04 the paper was announced in different news portals: https://www.securities.io/monero-releasing-guidelines-for-privacy-coins/ 06:04:48 ah okay I somehow thought you were talking EU, nevermind 06:08:04 EU would be the same, let's take one of the more public EU data collection, SCHENGEN INFORMATION SYSTEM, it is known who can access it for what reason, but there is no information on what exactly is stored and how often new data is added. 06:09:45 when it comes to financial data stuff is only shared with institutions that require a license and are eligiable. 06:21:05 can't read up on that since www.europol.europa.eu is down 😅 07:21:31 emesik come back! 08:56:12 bit unrelated but does anyone know if there's a way to limit the memory usage from "xmrblocks"? Seems to use the same amount as my monero daemon heh 08:58:53 Inge-: did you originally report this issue? https://github.com/LedgerHQ/app-monero/issues/79 08:59:17 did you mean tx creation with tx processing? 09:42:58 Yes this was happening AS the transaction was being created by the Ledger 09:43:57 Also side note, possibly more a monero-wallet-cli issue - once it locks and the ledger has gone to screensaver, even if you unlock the ledger, it was not possible to unlock the "cow screensaver" in the cli wallet 09:44:35 selsta: ^ 14:38:07 how to create a v12 paper transaction 14:42:33 how to create a v12 transaction on paper 14:43:46 marqueze31: https://www.getmonero.org/library/Zero-to-Monero-2-0-0.pdf 14:46:35 is someone kicking me out of this channel? 14:46:46 why? 14:47:48 Some kicked you. Why, I dunno. You'd know, you kicked yourself. 14:48:35 lol 14:49:18 myself? i dont think so 14:49:31 Thought so. 15:51:41 ecook5di 15:54:59 that password is now in everyone's logs 16:01:55 it's in the haveibeenpwned passwords list :P 18:09:44 i will make tinychat part of the future 18:40:32 saddam: can you confirm that you renewed moneroaddress.org? 18:59:36 selsta: yes it was renewed 18:59:38 by me 20:28:16 does the GUI wallet take the fees out of the amount sent, or add it on top? 20:35:46 leonardus: it's added on top. if you enter to send someone 1 XMR, they'll get 1 XMR and you'll lose something like 1.00001 XMR 20:36:11 Understood thanks 20:36:25 Very impressed how low the fees are. 20:47:12 unless you send (all), obviously 20:47:45 but the wallet will show you a dialog with all info before the final confirmation 21:15:44 Hm. seems i took to low fee on a TX, can i add some fees to a tx to speed it up some how? 21:16:52 not if it's been propagated to other nodes, no 21:16:54 not really :/ 21:17:19 you cannot do child pays fees either because you cannot receive+spend an output in the same block 21:17:26 crap, Automatic fees seems to not be recommended 21:17:49 in my experience, even lowest gets included fairly quickly in the chain 21:17:56 just wait, it'll be fine 21:18:11 ive got 1 tx waiting for 2 hours, another for 1 21:18:33 no confirmations, but the wallet that i sent it to does have it in pending 21:18:41 not possible, they're not in the pool 21:19:45 as you can see on xmrchain, the oldest tx the network knows about that has yet to be committed is about a minute old 21:19:51 one of them is a tiiinty one that is now blocking a much larger amount to be spended ;D Fucking irritating ;D 21:19:57 yea, this is not a fee issue 21:20:10 are you using tor / i2p? 21:20:14 hmm 21:20:15 i am 21:20:20 i2p 21:20:27 yea I guess the tx didn’t get propagated 21:20:32 CLI or GUI? 21:20:36 GUI 21:20:37 output of monerod print_cn|grep i2p|grep OUT|wc -l ? 21:20:41 can you open in CLI? 21:20:53 the GUI currently has a bug where failed transactions get displayed as pending 21:20:55 is that fixable :S 21:21:00 yes 21:21:07 puh ok 21:21:37 you can delete the transaction from your local txpool, wait until you have outgoing i2p connections, and remake the transaction 21:21:52 or skip step 1 and rebroadcast the old transaction, but you won't be anonymous 21:22:09 well, you will be, but we'll know that transaction with a 2-hour-old timestamp is yours 21:22:19 0 21:22:36 you 21:22:49 *will probably notice one/several "Lost all outbound connections to anonymity network - currently unable to send transaction(s)" in your logfile 21:22:54 i see 21:23:20 it's a known issue. you can somewhat mitigate it by using add-priority-node instead of add-peer in your config file, and restarting the daemon before making a transaction 21:23:25 how do i delete it from my local tx pool? 21:23:38 monerod flush_txpool 21:23:38 egrep -e "i2p" -e "OUT" 21:23:59 and that will bring my "lost" xmr back in to the wallet? 21:24:10 they were never lost, but yeah 21:24:27 yeah i know, Didnt find a better word^ 21:29:10 so CLI does not have this bug with failed Tx's? 21:31:01 the issue is with monerod, both wallet interfaces do their job by sending it the tx 21:31:22 arguably maybe they shouldn't allow you to do so when the node can't do anything with it because of a lack of outgoing connections, but that's another issue 21:31:34 i see 21:32:17 monero gui only displays failed tx as "pending", it’s a label issue 21:32:24 the tx failing is not related to monero gui 21:32:35 But it was caused by I2p missing outgoing connection? 21:33:27 yes 21:33:43 no outgoing connection means it can’t propagate your transaction to other nodes 21:33:43 alright, Ah well. no stress 21:33:45 Thanks guys 21:37:17 here's a wild case though. what if the node were to mine a block? the "failed" transaction would be included in it. and afaik blocks are propagated over regular peers? 21:37:52 i know it will never happen, but just for curiosity's sake 21:56:42 5:17:25 PM crap, Automatic fees seems to not be recommended 21:56:50 i got 10 confirmations in ~20 minutes with automatic 21:57:18 you get 10 confirmation in ~20 minutes with any setting, really 21:57:21 Yeah, i was wrong, It had nothing to do with fees 21:57:39 artefact: afaik if you mine a block the tx would get propagated 21:58:26 a funny workaround 21:59:36 Curious as to what you would know more though ? Cant see amount or address sent to ? or am i wrong? 22:00:32 monerod[m]: go to https://xmrchain.net over tor (if you don't want to link the lookup of your txid) 22:00:45 enter your txid (i didn't follow the entire convo, if this one was not broadcast, pick any older one) 22:01:04 that's what everyone can see about your tx, except they don't even know it's yours, unless it's the person you sent to 22:01:29 there's no public source, no public destination, no public amount, as you'll notice 22:01:54 That is why i am confused about the comment 22:02:00 I really should get into reading how monero works beyond "magic with ring signatures" 22:02:17 sounds really interesting a cryptocurrency where you cannot see the sender or destination or amount in the blockchain 22:02:24 monerod[m]: imagine there were only 5 txs in a block from the timestamp we can infer based on your comments 22:02:28 then one of thr 5 is yours 22:02:31 that's what he meant 22:02:54 but even then, no amounts, no destinations, but one of the ring members is the actual one. but even then we can't be sure which 22:02:59 i see 22:03:26 and soon enough other txs will use your real ring member as decoys, so very soon it becomes unknowable whether it was really you subsequently spending or not