11:16:32 how do I explain the spike in xmr transaction fees? 11:17:11 January 2021 11:18:15 * monerobull[m]1 uploaded an image: (334KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/CzudhySWyJLJTaQrObmlhJqa/IMG_20220120_121737_1.jpg > 11:21:30 monerobull[m]1: wasn't it the rogue node asking for ~4XMR fees ? 11:24:16 did that happen multiple times? 11:24:35 I know it happened a few weeks ago but this is a year ago 11:33:55 This has been happening for years 11:34:18 Every now and then, somebody drops a tx with insanely high fees for no apparent reason 11:35:11 And by "insanely high" I mean >1XMR for a basic 2-in 2-out transaction 11:35:51 That skews the data for the average tx fee 11:36:13 But if you look at the median fee, it's lower and doesn't spike like that 13:49:49 The more informative data is the median fee (for all coins in fact), but bitinfocharts doesn't display the median Monero fee for some reason. 16:10:33 In general: the median filters out outliers. 16:11:24 Sometimes you'll want them to be included, but there's a reason for existence of the book called: "How to lie with statistics" :) 16:16:45 I'll just call it experimental attack or something 16:17:28 just ruins the point comparing it to btc a little 18:10:28 is sending a lot of transactions in a short amount of time bad for privacy? 18:33:42 https://git.wownero.com/wownero/wownero/pulls/369 18:33:48 have we ever discussed this idea? 18:38:49 would that push most of the mining time into EC operations? which would be asic-able? 18:49:07 Would p2pool still be possible? 18:50:59 It may be the case that the larger 51% attack threat is not from a longstanding pool, but rather from an outside force. Enforcing solo mining I think would reduce hashpower, leading to more threat from an outside force. 18:53:30 p2pool can't work with header signing 18:53:56 because it pays many miners in each block, and you need to know private key for each payout address to do it 19:01:21 "p2pool can't work with header..." <- what are the technical differences between central mining and p2pool? Can any of those be exploited to enabled one while disabling the other? 19:41:52 It would be a terrible idea imo, and it would severely decrease the securirty of the network against 51% attacks 19:42:31 With pool mining, even someone with a few measly kH/s can still earn a few bucks by joining in with their cpu in their spare time 19:44:00 By forcing everyone to solo-mine, it would make mining pretty much pointless for small miners who don't have several rigs available, because it would take them from several months to over a year to find a single block 19:44:46 Without even considering the effects of variance and bad luck, as well as the price swings that could occur over such long timeframes 19:46:13 The root of the issue is the relative size of individual cpus compared to the whole network 19:50:11 Small miners who can't absorb the variance over literal years would be pushed out, while mining farms would be mostly unaffected 20:30:43 ArticMine[m]: ok, how do you use a GPU for verification? lol 22:20:36 If it requires custom code for all the proofs, I think that would be a 'far in the future' project. Bulletproofs + grootle proofs + seraphis composition proofs + ed25519 + strict transaction verification logic = a lot of work to do one time, let alone 2+ times. 23:09:01 "It would be a terrible idea imo,..." <- What if, instead of attacking "big pools", we could enable efficient decentralized anonymous pools? I have no specific idea in mind. However, as a user, if the easiest thing for me to do was install monero and press a button, that is what I would do. Assuming the payout was as good or better than alternatives. 23:09:57 Push button, get cookie. If it is harder to join a centralized outfit, why would I? 23:14:55 And if you arent making anything harder, only making other things easier, I cant imagine that would hurt the hashrate. 23:16:01 In the current system, from the pov of the network, a mining pool is effectively a solo miner. When you join a pool, you are effectively solo mining for the pool owner - who then promises to pay you based on your contribution 23:17:57 The best option we have, so far, is p2pool - a mining pool with no "owner" that allows users to split rewards fairly 23:19:13 We just need to make the setup more user-friendly 23:24:09 And there is now a 25 XMR bounty for writing code integrating p2pool into the Monero GUI wallet. Any takers? 23:24:10 https://bounties.monero.social/posts/53/integrate-p2pool-mining-into-monero-gui-wallet 23:27:12 monerod is a more appropriate place for integration because GUI wallet just calls start_mining RPC. It doesn't mine itself 23:27:40 but then there's an issue with licensing (p2pool is GPLv3) 23:33:09 I guess Monero release could distribute the p2pool binary and sources, start it and connect to it for mining without violating the license. 23:54:47 "monerod is a more appropriate..." <- For the target audience, I think there should be push button access from the GUI 23:55:37 if possible, ux would greatly improve by running a short benchmark and then choosing between p2pool and mini and providing an expected time till first payout 23:56:44 currently p2pool is more like "might work, might not" 23:57:57 and unless you are familiar with hashrate & mining, you'll just think nothing works if you don't get any feedback after a week of mining