00:26:24 Im waiting too, its best to wait for final product or we doomed like cyberpunk 2077 03:50:10 hi guys, I have this weird situation where the cli wallet is always prompting me for my password twice 03:50:19 any idea why and what I can do about this? 04:40:41 .faucet 04:40:43 N​orkle: Octagon is how many sides​? 04:40:48 6 04:40:48 Norkle: Oops that is not correct. Try again later. (No not immediately or I'll just ignore you..) 04:41:08 .faucet 04:41:08 cismee: Your default coin is now set to XMR. Change with coins command. 04:41:09 c​ismee: Of​ 4 and 7, which is 7 04:41:19 cismee: Oops that is not correct. Try again later. (No not immediately or I'll just ignore you..) 04:41:26 :? 04:56:17 Hi all, does anyone here use the the thorchain exchange and does it support Monero? 05:20:46 FIY, you want to know why you are getting those daily messages? Cults NEED to control information. That's why people like lh1008 get savagly attacked (also called disconnection) for even talking to me. Break the information embargo, break the cult. Who would sign up to Scientology if they knew from the get-go that is is about a sci-fi alien overlord? Who would sign up to MAGA if they knew what a loser Trump is? 05:20:46 You don't sign up to MAGA to do a failed Viking LARP and some time off in club fed. You sign up because you feel like shit and they promise to give you self-respect. It is a total lie of course, you are still a joke even when cosplaying a Viking. Just like Monero's promise of privacy is a lie. 05:21:44 Steven_M: I think they are working on it. 06:18:30 selsta: cool, thanks :) 07:28:42 .balance 07:28:43 sech1: Access denied for balance. Are you logged in? 08:22:12 boogerlad[m]: bool wallet_rpc_server::run() 08:25:19 selsta: Thanks! Changing the wallet restore height worked! 08:25:58 I'm using GUI version 0.17.2.2-937cb98 (Qt 5.15.2), Embedded Monero version: p, li { white-space: pre-wrap; } 0.17.2.0-release 08:27:39 All transactions look fine now. 08:38:45 I think I'm having the same issue on my other wallet (the one I'm sending funds to). I'm interfacing with that wallet with Python though the monero-wallet-rpc. I'll look into decreasting the wallet restore height here as well. Everything testnet btw. 08:58:40 https://www.reddit.com/r/Monero/comments/nmtdpr/let_there_be_swap_on_mainnet/ 09:18:40 Are there any mobile decentralized exchanges? 09:18:49 * Are there any mobile app decentralized exchanges? 11:12:57 Hello, currently how many space node will take in --prune-blockchain mode ? 11:13:58 About 35 GB. 11:14:43 Got it. 1 CPU in cheap VPS will be enough ? 11:14:53 However, if you start syncing without this flag, then use it, the chain db file will not shrink, it will just stop growing until it needs more space. So use the flag when you sync the first time. 11:14:59 Yes. 11:15:15 The big bottleneck is I/O, so use a SSD if you can. 11:15:29 Sync time bottleneck is SSD ? 11:15:48 I think you're right. 11:16:14 Well, no. It's HDD tecnhically, SSD is the opposite. But yes :) 11:16:31 HDD slow, SSD fast. 11:16:56 moneromooo: once it is synced, is it noticeable if it runs on an HDD or an SSD? 11:17:08 For a small personal node 11:17:28 While I don't have an HDD to compare, my understanding is that it doesn't really matter whe njust keeping up after sync. 11:18:08 Which means you can sync on SSD, then copy to HDD, if your SSD space is at a premium. 11:18:34 Or just have patience? ;) 11:18:36 Thanks 11:18:39 Always make sure monerod is down before copying the chain btw. 11:18:43 Yes :) 11:19:21 Hhy 35 GB ? I read somewhere that it is 1/8 of whole blockchain. If I get source code and change proportion somewhere to 1/16 or 1/32 will it still work ? 11:19:42 No to the second question. 11:41:17 Why ? I just took a look at source code, there is these constants that looks like mandate pruning, could I just tweak them to prune for more space ? https://github.com/monero-project/monero/blob/dcba757dd283a3396120f0df90fe746e3ec02292/src/cryptonote_config.h#L194-L196 11:46:06 Well, try it then. 11:46:29 "once it is synced, is it noticeable if it runs on an HDD or an SSD?" it runs fine on HDD once synced 11:49:57 It'll probably limp and kinda work, but you'll be an asshole to the network, you'll get banned randomly, randomly ban others, sync slower, and generally not gain much space anyway. 11:50:47 But if you really want to do it, you can *probably* sync. And once it's synced, keeping up should be mostly fine. 11:51:11 However, if you run into trouble, no way I'll waste my time on it :) 11:54:10 OK, I don't know underlying architecture and didn't dive that much into code, to understand how it will affect everything. 11:54:55 Changing the ratio will make others think you have different blocks that you do. 11:55:20 So if they ask for blocks and you don't have them, they'll ban you beause you're lying. Same in the other direction. 11:55:48 This also explains why sync will be slow. You're wrong about what peers have which blocks, so you ask the wrong ones. 11:56:09 You'll end up being unable to sync off pruned nodes at all. 11:56:29 Which are still a minority now so you'll still sync. 11:56:43 Just slower, and banning other peers you think are lying, though it's you who is. 11:57:01 About the 1/8th of the chain, it's only true at a very rough first approximation. 11:57:31 7/8th of the blocks (deterministically selected) are pruned. This means dropping the signatures, range proofs, and a few other minor bits. 11:57:58 But some other stuff is also in the db, not just raw tx data. 11:58:35 So, if the chain is 100 GB and the pruned chain is 35 GB, you can do some linear algebra to estimate how much you would save by switching to 1/16, if it were to work. 12:00:16 I think if you switched to 0/8 (ie, max), you'd get max 8 GB. 12:00:22 So 35 -> 27. 12:00:27 So you are saying since pruning been implemented these constant is not mean to be tweaked/configured and part of current convention/algorithm ? I guess prune parameters not advertised by nodes that would allow this to be tweakable? 12:00:28 Rough calc. 12:01:06 They are not meant to be configured, correct. All nodes must agree on the setup to be compatible with each other. 12:01:38 Check your first world privilege 12:01:52 It's theoretically possible to switch all nodes to 1/16 in the future though. All at once. When there are more monero nodes around. 12:02:15 It'd be a bit unwieldy I guess, but at a fork boundary. 12:02:41 No plans to though. 12:03:55 Just run the full node. Storage is cheap these days 12:08:18 Thank you for detailed answer, appreciate it. 13:16:28 For a community that prides itself on manipulating people, you can't manage a single guy that spends most of his time in his underpants :D 14:14:13 sethsimmons, hey 14:14:27 Howdy 14:15:02 just pmd. noscript gave me a warning on your site. 14:15:06 for podcat 14:15:13 dunno what it means, but thought id report 14:51:49 on windows with the monero gui wallet, how can I start the wallet rpc? The daemon rpc seems to be working by default on port 18081 14:53:19 do I need to manually invoke `monero-wallet-rpc.exe`? or is there a way to start it up with the gui? 14:53:40 .faucet 14:53:40 gumman: Access denied for faucet. Are you logged in? 14:53:44 .xmr 14:53:45 gumman: You must have bot account & be logged in 14:54:51 .faucet 14:54:51 g​umman: How ​long is the word mother 14:54:55 6 14:54:55 gumman: @bonuspot tipped 0.0000043 XMR to gumman [1cff9309] Wait ≈23 hrs 53 min before trying again. @bonuspot: 0.01636242 14:58:47 Hello everyone, in the Monero Outreach we're running a rpc-node (CLI users) and we're about to launch it to the public, but we're also trying to have a public node where anyone can connect too. My questions are, we have one daemon running, is it possible to have both services running in one daemon? Is there a way to open two access ports to a daemon? 15:11:49 Only a restricted and an unrestricted one AFAIK. 15:12:23 However, you can theoretically run two daemons on the same blockchain database. 15:12:58 okay, okay, thank you, I'll try it out 15:13:10 * okay, okay, thank you, I'll try it out. 16:03:19 is there a way to have no wallet password / remove an existing one? 16:05:59 Just set it to nothing 16:06:04 It will still prompt but just hit enter 16:06:09 Obviously not recommended. 16:15:32 "password" in monero-wallet-cli 16:19:58 .beg 16:19:58 p​arazyd: Snow Whi​te had how many dwarfs 16:20:02 7 16:20:02 parazyd: @bonuspot tipped 0.0000038 XMR to parazyd [a295b44e] Wait ≈23 hrs 58 min before trying again. @bonuspot: 0.01635862 16:27:43 .balance 16:27:44 sech1: • Your balance is: 0.00491475 XMR (≈1.19 USD) 16:27:55 .tip sech1@libera all 16:27:56 sech1 tipped 0.00491475 XMR (≈$1.19) to sech1 on libera [86367955] 17:19:41 .tip nioc@libera all 17:19:42 nioc tipped 0.0005622 XMR (≈$0.14) to nioc on libera [2220ad66] 17:33:43 Hi folks, I am using Mint 20.1 (Ulyssa?). My Monero software wallet GUI is not accepting my password, Any ideas 17:48:44 From GUI wallet I can see the status of a transaction; amount sent, fee, block height, txid, txkey, and confirmations. On the receiving end, I'm using monero-python + monero-wallet-rpc + monerod ... how do I read this status? 17:55:18 I realize that some of this information is secret, but sure I should be able to see something in wallet.incoming() ? 17:57:31 can you link the repo? 17:58:16 get_transfers RPC 17:58:18 probably https://github.com/monero-ecosystem/monero-python 17:59:05 Zta: did you read this yet? https://monero-python.readthedocs.io/en/latest/transactions.html#payment-and-transaction-objects 18:02:14 selsta: I don't have it up yet, but I'm basically doing ... oh, firefox crashed. That's weird. Anyway, I'm doing wallet.incoming() and wallet.incoming(min_height=1732050) as described in the fine material that lza_menace also linked to. 18:03:41 lza_menace: That's exactly what I'm doing. Except wallet.incoming() returns []. 18:04:42 is tx in the pool? 18:05:21 I'm sending to a subwallet, and I use: wallet.incoming(local_address=subwalletaddress) 18:05:22 further down in the doc it explains how to check 18:05:33 `wallet.incoming(unconfirmed=True, confirmed=False)` 18:05:49 I'm doing that too; no result. 18:07:32 something aint right then 18:07:42 The GUI wallet says the transaction has 10 confirmations now. 18:08:05 Can I confirm this on some blockchain explorer website? 18:08:08 ...for testnet 18:08:46 si 18:08:47 https://testnet.xmrchain.net/ 18:09:05 thanks 18:10:02 what's output of `wallet.height()`? 18:10:03 ah, hash = transaction id 18:10:21 wallet.height(): 1732063 18:11:35 seems right 18:12:14 I guess I cannot verify it any deep that just confirm that the txid is present in the blockchain at the correct height 18:26:36 it's this one: https://testnet.xmrchain.net/tx/8bb60bcead7167e62d90226fd8cc7aee7bc8bac42bac0c91f6933d03fa93cba1 18:38:50 Oh ffs I accidentally deleted my docker volume with my testnet blockchain 18:39:13 oops 18:39:27 how the hell did that even happen.. 18:43:57 Oh, there it is. Welp, you lean something new every day. 18:50:13 Did I hear atomic swaps are almost here? 18:51:07 They're here on mainnet 😀 18:51:07 https://www.reddit.com/r/Monero/comments/nmtdpr/let_there_be_swap_on_mainnet/ 18:54:13 Awesome! Can't wait for XMR's price to decouple from BTC 18:54:17 XMR has waaaaaay more utility than BTC 18:54:20 And BTC has institutional support 18:54:28 Good luck regulating XMR! 18:54:42 What is atomic swap? 18:55:01 https://localmonero.co/knowledge/monero-atomic-swaps 18:55:15 Thanks 19:00:22 Nice description. 19:15:05 Reminder that there is an ongoing Monero Twitter Space right now: https://twitter.com/i/spaces/1dRKZNQjDgXKB 19:15:12 Can jump in and chat live with others in the Monero community! 19:17:09 Any tips to how I could speed up synchronizing the blockchain for a small experimental project on testnet? --prune-blockchain seems like a nice options. Anything else? 19:18:19 Pruning will slow you down since it has to determine what data isn't needed and can be thrown away 19:18:48 --sync-pruned-blocks will only load the data without sigs/proofs when appropriate. 19:19:05 But using a SSD is the big one. 19:19:35 Synced 7301/1732101 (0%, 1724800 left, 0% of total synced, estimated 18.1 hours left) <-- It's that last number I want to trim 19:20:36 Run with --offline. You'll probably want to tweak the fork table in hardforks.cpp to fork very early. 19:22:22 can I transfer locally with --offline? I mean if both parties use the same monerod? 19:23:05 If you mean send txes, yes. 19:25:09 should I enable local mining then in order to have the transactions confirmed? 19:26:23 I don't know what that is. 19:26:36 Oh, if you mean "should I mine", then yes obviously. 19:26:52 Right. 19:26:56 You'd also want --fixed-difficulty 1 (or some small number) to not have to wait too much. 19:27:33 Thanks! 19:28:20 --data-dir /else/where to avoid messing with any existing chain. 19:51:27 Hello 19:53:18 sethsimmons: how do we become a speaker? 19:53:36 Request or DM @monero 19:53:37 Max 10 though 19:53:43 Ok 19:53:48 Maybe next time 19:53:50 One spot open right now 19:53:57 sgp_: is running, so ping him if can't get in 20:05:53 When XMRig is only using 6 of 12 CPU-cores because of too little L3 cache, could I try using the internal monerod miner to see if its algo can use all cores and therefore give me a higher hashrate? 20:08:45 nope 20:09:32 well, you could try, but it would likely be a waste of time. xmrig is well-optimized, and it is the RandomX algorithm itself that needs 2MB L3 cache per thread, so using the internal miner will not help 20:10:36 my xmrig bench is here by the way https://xmrig.com/benchmark/5XsNTY 20:11:10 ok so internal miner also uses randomx 20:11:12 ? 20:11:49 of course 20:11:50 Monero is only mined with RandomX, so yeah, all miners must use it 20:12:04 here are other results for your CPU: https://xmrig.com/benchmark?cpu=Intel%28R%29+Xeon%28R%29+CPU+E5-2620+v3+%40+2.40GHz 20:13:49 solominer: better to do this conversation in #monero-pools 20:14:58 thank you. 20:16:16 are there any drawbacks to solomining or normal monerod operation when i dont allow incoming p2p connections (no port forwarding on my firewall)? 20:18:21 I don't think so 20:21:48 i'm customizing monerod with several cmd-options and need to know if RPC is the interface used by all external programs like wallet-cli, xmrig etc.? 20:22:38 I'll defer that one to others. 20:30:04 Yes. 20:33:31 thank you guys so far! 20:56:50 FIY, you want to know why you are getting those daily messages? Cults NEED to control information. That's why people like lh1008 get savagly attacked (also called disconnection) for even talking to me. Break the information embargo, break the cult. Who would sign up to Scientology if they knew from the get-go that is is about a sci-fi alien overlord? Who would sign up to MAGA if they knew what a loser Trump is? 20:56:50 You don't sign up to MAGA to do a failed Viking LARP and some time off in club fed. You sign up because you feel like shit and they promise to give you self-respect. It is a total lie of course, you are still a joke even when cosplaying a Viking. Just like Monero's promise of privacy is a lie. 20:58:38 Drive-by preaching. Monero was designed with privacy as a central purpose. 21:01:49 .faucet 21:01:49 lithium_pt: Access denied for faucet. Are you logged in? 21:03:25 .fauci 21:03:32 .faucet 21:03:32 I​nge-: How ​long is the word their 21:03:36 5 21:03:36 Inge-: @bonuspot tipped 0.0000046 XMR to Inge- [5521e9d0] Wait ≈23 hrs 59 min before trying again. @bonuspot: 0.01633472 21:03:53 .faucet 21:03:53 Randolf: Your default coin is now set to XMR. Change with coins command. 21:03:53 Randolf: OOPS! 30 min penalty. 23 hours to go. 21:04:28 .balance 21:04:29 Inge-: • Your balance is: 0.0052719 XMR (≈1.33 USD) 21:04:34 .balance 21:04:34 Randolf: • Your balance is: 0 XMR 21:04:56 .balances 21:04:57 Randolf: Balances • 0.00001126 BCH • 0.0000001 BTC • ≈2.27 DOGE • ≈0.00002 FIRO • ≈0.74 GRLC • ≈23.01 LDOGE • (≈$2.03 USD) • +8 more ('all'/PM) • Staking: N/A • [N] 21:15:13 .balance 21:15:14 orangeboxcutter[: Access denied for balance. Are you logged in? 23:28:44 https://www.reddit.com/r/Monero/comments/nmtdpr/let_there_be_swap_on_mainnet/ 23:28:49 Finally here !!!!!!!! 23:29:06 Ive been waiting for atomic swaps 23:29:20 This is huge