00:16:48
321bob321:monero.social:
Curious why would you do that
00:18:26
omurad:matrix.org:
Saw this issue: https://github.com/monero-project/monero/issues/10164
00:18:27
omurad:matrix.org:
Seemed like a good small first PR
00:54:53
321bob321:monero.social:
I mean use case for the command
00:59:25
ofrnxmr:xmr.mx:
Automatic bans (like on stressnet) piling up
00:59:53
ofrnxmr:xmr.mx:
No easy way to unban them w/o scripting or restarting the node
01:00:26
omurad:matrix.org:
+ Debugging/testing or recovering from misconfig
01:00:32
omurad:matrix.org:
Debugging/testing or recovering from misconfig
01:01:36
omurad:matrix.org:
iamamyth added good context in the PR. Basically `monerod unban 0.0.0.0/0` does not work due to how subnets are handled
02:34:53
azerx:
selsta: thanks, found a backup from a month back and used it to sync again
12:10:14
honeycomb:
hello. i am new here. i am looking to get acquainted with monero source code for forking purposes. can you folks help me set up a dev/testing environment with a private testnet and a blockchain starting at block 0?
12:12:11
monero.arbo:matrix.org:
from the room description: "No fork help, you’re on your own"
12:14:21
honeycomb:
do you know if there is another channel i can ask? i wouldn't know where else to go
12:18:34
honeycomb:
can i at least get some help with the second thing? technically not a fork until i edit the source
13:58:04
moneromoooo:
Pick an existing fork, see diffs.
13:58:58
moneromoooo:
You can also check tests/functional_tests, those start with a new fresh local chain at every run.
13:59:37
moneromoooo:
For further forking, as said above, you're on your own :) Too many scam forks to bother helping I'm afraid.
14:11:22
honeycomb:
ah yes! that'll do for a starting point, thanks @moneromoooo
14:28:14
honeycomb:
thus far reading this code i'm learning more about how much c++ has evolved since my schooling than about monero... doesn't look like i'll be forking anything any time soon
14:28:32
honeycomb:
i feel like i'm reading java
18:37:41
RodMor:
Hi!
19:01:22
rbrunner7:monero.social:
honeycomb: Monero isn't even that aggressive about using the latest C++ features wherever possible, overall the codebase still leans on the conservative side
20:31:28
omurad:matrix.org:
Contributing is a great way to get acquainted with the code :)