-
wfaressuissia[m]https
-
wfaressuissia[m]* "github.com/monero-project/monero/bl…b/master/src/p2p/net_node.inl#L2528" 51 outgoing connections in state before_handshake are checking p2p port of incoming peers.
-
wfaressuissia[m]"curl -A '' -v paste.debian.net/plain/1197735 | grep OUT | grep -F '/43(' | wc -l", serialized ping message size is exactly 43 bytes
-
hycfyi there were ~10 more incoming conns before but I was getting out-of-fd errors from libunbound
-
hycso I set in_peers 150
-
hycgiven that it runs out of fds pretty commonly, I don't think using more than 4x the out_peers limit in probes is a good idea
-
binaryFate<woodser> what's the difference between the global index returned from incoming_transfers and `size_t wallet2::get_transfer_details(const crypto::key_image &ki)` ?
-
binaryFate<woodser> the global index is not the right value to freeze or thaw outputs, but the result of the latter is not exposed to clients of monero-wallet-rpc as far as I can tell, so they won't be able to freeze or thaw outputs by anything but the key image, if I understand correctly?
-
moneromoooGlobal index is the index in blockchain order of an output within all outputs of its amount.
-
moneromoooThe other is the index in transfer details.
-
binaryFate<peach44> guys what is the purpose of check_acc_out_precomp_once
-
binaryFate<peach44> i see that when the wallet processes new transactions it calls this with 'already seen' = true always, meaning that this function just returns without doing anything
-
binaryFate<peach44> anyone know?
-
binaryFate<peach44> what is the purpose of check_acc_out_precomp_*
-
peach44I figured it out
-
binaryFategreat :) Reposting because you were hidden on IRC at least