03:19:52 How's everyone doing? 04:10:32 hello fellow humans 04:31:15 What's up 05:30:17 opposite of down.. 06:09:26 zing 07:02:59 hi 07:54:18 hello 08:00:52 Hi. 11:19:22 So ring signatures were replaced with RingCT which is similar but somehow different? Does Monero still use RingCT after implementing Bulletproofs and now Bulletproofs+ or do RingCT and Bulletproofs+ coexist? 11:19:46 Also Bulletproofs are not in original CryptoNote protocol, but ring signatures are? 11:26:17 alMalsamo: Ring signatures and ringCT are COMPLETELY DIFFERENT things that don't have anything to do with each other :) 11:26:34 The first obfuscates which key/output is the real output spent in the tx 11:26:58 the latter - RingCT = Ring Confidential Transactions, hides the amounts 11:27:25 Bulletproofs are the sucessor of RinCT. Neither were a part of the original protocol AFAIK 11:38:01 Inge: Hmm okay strange moneropedia says RingCT are an improved version of ring signatures so I thought RingCT is an update/replacement to ring signatures 11:38:03 RingCT is/uses a type of ring sigs. RingCT is currently used, was not when monero started. 11:38:46 What did Monero use to hide transaction amounts before RingCT? 11:38:48 BPs are also currently used and were not when monero started. 11:39:08 Splitting by denominations. 11:39:10 moneromooo: didn't bulletproofs make RingCT obsolete? 11:39:30 So if Bulletproofs are successor of RingCT why does Monero still use RingCT? 11:39:33 They did not. You might be confusing with the original rnage proofs ? 11:39:58 Good thing you are here to correct my mistakes :D 11:40:02 Monero uses both. They do different things. 11:42:20 moneromooo: Is there more info I can read about "splitting by denominations" and how they work before ring signatures replaced them? 11:42:46 or am I confused and ring signatures were in Monero from day 1 11:43:12 You are confused. 11:43:40 Check monero.stackexchange.com if you can (they started blocking tor recently), thre's a lot of old info there. 12:00:05 or getmonero.org 🙂 12:24:33 moneromooo: Yeah I can't access via Tor :( maybe I should finally install Lokinet 12:26:17 Use i2p if tor isn't working 12:26:38 purokishi.i2p seems to be a good outproxy 12:44:10 hellllllllllllllllllllllllllllllllllllllllllo 13:51:40 when i start the monero-wallet-gui, it asks me "would you like to register monero desktop gui entry?" Wtf is that? 13:52:48 ah, it's a desktop shortcut. 13:56:59 pieterse what you use ? linux/windows/macs 13:57:35 use #linux or GNU/LINUX , + emacs 13:57:36 :) 13:57:37 linux. i was confused about the combination of "register" and "entry", a shortcut on the desktop i can understand. :) 13:58:00 :) 13:58:36 do you know how to specify the "datadir" on the command line when starting the gui? or should i preferably run the monerod standalone? 14:06:10 In the gui, in the node options/parameters, you add --data-dir followed by the path you want 14:06:58 Or you can create a .bitmonero.conf file and put that in one of the default locations, so that you can easily see and edit any parameters you want 14:07:28 https://monerodocs.org/interacting/monero-config-file/ 14:09:55 thank you very much!