10:55:58 hi 10:56:08 how to unblock host that is blocked 10:56:41 unban IPHERE 10:57:03 thnx 10:57:20 Though it'll get blocked again if there's a good reason for it. 10:57:35 why daemon block so fast my node 10:57:39 i have 2 nodes 10:57:46 set_log 1, see errors 10:58:00 i c only blocked 10:58:11 "host .... blocked" 10:58:27 OK, maybe one of the cases is missing a L1 log then. 10:58:34 maybe is need of other log level 10:58:54 You can try 2 I guess, though in theory 1 is enough. 11:48:31 where are the criteria for blocking anyhost 11:48:38 config.h ? 11:49:11 Mostly cryptonote_protocol_handler.inl and net_node.inl 12:33:29 how to make host never banned 12:40:24 Early out in... block_host IIRC. 12:40:46 Probably not the right thing to do though. 12:41:10 The host connection will be dropped even if not banned. 12:41:51 i didnt understand 12:42:01 there is no block_host on monerod 12:42:44 There is, I just looked: src/p2p/net_node.inl 12:43:19 nknown command: block_host 12:43:35 git grep block_host - it's a C++ function. 12:45:56 this function is not inserted on arguments code! 12:46:41 i saw that but someone forgot it to insert as command on daemon 12:47:42 You use it with "ban IP". It's also used for programmatic bans. 12:48:30 ah u mean to create script? 13:08:19 "https://www.getmonero.org/resources/developer-guides/daemon-rpc.html#set_bans" 13:08:19 `while true; do; sleep 30; curl -v http://localhost:18081/json_rpc -d '{"method":"set_bans","params":{"bans":[{"host":"88.99.55.66","ban":false},{"host":"99.88.77.66","ban":false}]}}'; done;` 13:08:19 something like 15:45:15 wfaressuissia thnx 15:45:40 even peerlist can be banned? 15:49:05 even some peerlist can be banned somehow 15:50:25 I don't understand your question 15:51:03 u answered 15:51:05 thnx again 15:52:03 i checked commands on daemon but is not smth like unblock_host IP 15:52:10 why to create script 15:52:25 i have node one here one there 15:52:37 why to bother with script 15:53:08 "unban" in the monerod console. 15:53:33 there is no unban forever 15:53:36 But you really want to work out why a host is getting banned. 15:54:09 i checked defines cryptonote_protocol_handler.inl 15:54:33 but is complicated 15:55:08 why every that has monero must be a hacker 15:55:13 simple things 15:55:21 unban allday IP 15:55:34 not unban and in 1min banned 15:59:42 Cydodop: set log level 2 and then search for ban message to find out why you are getting banned 16:34:10 "LOG_PRINT_L1("Transaction already seen with bad semantics, rejected");" 16:34:17 this is the error message 16:35:07 That's cached, restart monerod and check what the error was the first time. 16:35:32 ok 16:37:06 if i increase this to 20 will be a problem "P2P_IP_FAILS_BEFORE_BLOCK" 16:41:47 No.