-
LyzaLittle
instead of rejecting empty blocks, count number of transactions as part of the PoW weight. Like a block more than 50% full counts as an extra x% work
-
LyzaLittle
entirely spitballing, but it still lets empty blocks be added if there are legit no transactions, but if there are transactions, it at least makes someone mining empty blocks need that much more hash rate to overcome miners publishing full blocks
-
LyzaLittle
miners have little incentive to stuff blocks with extra transactions because there's no extra payout, just a (in normal conditions) very small extra chance your chain gets built upon in event of competing blocks
-
LyzaLittle
¯\_(ツ)_/¯
-
plowsof
n1oc WAKE UP! Boogs proposal was moved to funding
-
m-relay
<endor00:matrix.org> Sure there is extra incentive, it's the transaction fee. Plus there's the whole mechanic of the dynamic blocksize. If the txfee/byte is greater than the reward penalty for pushing the blocksize upwards, then you still have a net positive incentive to do it
-
m-relay
<edge7:matrix.org> Quick basic tip: for the guys hosting a public node, I tested
noip.com for ddns works like a charm
-
m-relay
<edge7:matrix.org> edge7.servebeer.com
-
m-relay
<chowbungaman:matrix.org> Join us live in an hour from now at 11am est
-
m-relay
-
m-relay
<sunchakr:monero.social> Join us LIVE IN 30mins!
-
m-relay
-
m-relay
<sunchakr:monero.social>
streamyard.com/8shrmwk6ts
-
m-relay
-
m-relay
<hyolobrika:envs.net> That site require you to dox yourself to access it. No thanks
-
m-relay
<hyolobrika:envs.net> That site requires you to dox yourself to access it. No thanks
-
m-relay
-
m-relay
<hyolobrika:envs.net> Ty
-
n1oc
Boog900 full time work on Cuprate, the Rust Monero node (2 months) has moved to funding!
ccs.getmonero.org/proposals/boog_2_months_cuprate.html
-
m-relay
<4rkal:matrix.org> I just released a new update to MoneroOS which I'm pretty proud of. You can download the iso here
github.com/4rkal/moneroOS/releases/tag/v0.3 . I'm just looking to get some more attention to the project and maybe get a couple of contributors and gather some feedback. It is still pretty early development but it works!
-
m-relay
<edge7:matrix.org> Whats the target here? Mining or running a node?
-
m-relay
<edge7:matrix.org> It looks like just mining. If you add also monerod for running the node then adding p2pool too is a piece of cake
-
m-relay
<edge7:matrix.org> I personally would add that. It would be more valuable as a project IMHO. I mean disk space is cheap
-
m-relay
<4rkal:matrix.org> The target is mining. But with many computers. If you have a "farm". Adding p2pool and monerod would be a waste of resources running on every single computer. I could create a separate branch and iso with pre built monerod and p2pool support. That would probably be the best way to do it
-
m-relay
<4rkal:matrix.org> I started with this because I needed something like this myself but always happy to add more features
-
m-relay
<edge7:matrix.org> Ok that is cool. Just a small note, even though having a full Linux image is nice for next devevelopment I would focus on docker and I would move from farm to kubernetes as a concept. For instance I have everything running in docker and it is much more manageable for me. I might be wrong, though
-
m-relay
<4rkal:matrix.org> The problem with me is that I have a ton of docker containers and other scripts running on my main os. I do not want to have to mix xmrig with all that. I'm planning on adding xmrigCC which will allow me to add some sort of remote management so that will make it more manageable.
-
m-relay
<4rkal:matrix.org> It's plug and play all you have to do is add the config.json boot and your mining
-
m-relay
<edge7:matrix.org> Would be nice also to add and start ssh server maybe with private key easy configuration for easy monitoring. Or maybe even better a simple nginx server and some simple flask python to show a UI remotely. Even just showing xmrig logs. 🫶
-
m-relay
<4rkal:matrix.org> Flask might be a bit heavy but yeah shouldn't be to hard
-
m-relay
<4rkal:matrix.org> Resource heavy
-
m-relay
<edge7:matrix.org> Any webserver, i mentioned flask as it is really easy to use
-
m-relay
<4rkal:matrix.org> Yeah
-
m-relay
<4rkal:matrix.org> If you have physical access I have the new updates have a pretty cool monitoring screen
-
m-relay
<4rkal:matrix.org> If you have physical access the new updates have a pretty cool monitoring screen
-
m-relay
<4rkal:matrix.org> Shows xmrig log and some more info
-
plowsof
"If you have a "farm", Adding p2pool and monerod would be a waste of resources running on every single computer" is this correct sech1?
-
m-relay
<4rkal:matrix.org> It would especially ram wise
-
m-relay
<chesterfield:faelix.im> You can point all your miners at one server running p2pool
-
m-relay
<4rkal:matrix.org> Exactly my thought
-
plowsof
ah if thats the context ' - point them at a localnode/p2pool server ' instead then ignore me