-
dark_sky
selsta: hey are you in the monero dev team by any chance?
-
m-relay
<ofrnxmr:monero.social> Yes
-
m-relay
<ofrnxmr:monero.social> Selsta is team capn.
-
m-relay
<ofrnxmr:monero.social> im the waterboy, can i help?
-
selsta
seems they already left
-
m-relay
<ircmouse:matrix.org> Hello, is there anything that I can contribute with Java?
-
m-relay
<woodser:monero.social> it's not directly for monero-project, but there's an open issue in haveno to fix a scrollbar for 0.25 XMR:
haveno-dex/haveno #677. that project's built on monero-java in case there's anything else you see
-
m-relay
<ircmouse:matrix.org> I see, will definitely check it out. Thanks
-
m-relay
<woodser:monero.social> if anyone can help, this would be really helpful to verify a peer's unsigned tx fee without creating a new tx unnecessarily:
monero-project/monero #8710
-
kapunkap
Hi.
-
kapunkap
Is it possible to get transaction fee rate via wallet/node rpc?
-
m-relay
-
selsta
you can also create a transaction with do not rely set and get the exact fee
-
selsta
relay
-
kapunkap
omg, so blind)) thank you))
-
kapunkap
I want to find a way to get fee before transaction processing.
-
kapunkap
So using get_fee_estimate I will get only fee per byte.
-
kapunkap
But how to get size of common transaction?
-
m-relay
<endor00:matrix.org> Just look at a block explorer
-
m-relay
<rucknium:monero.social> Depends on what you are doing. Can your system work with `monero-wallet-rpc`?
getmonero.org/resources/developer-g…pc.html#estimate_tx_size_and_weight
-
kapunkap
yes
-
m-relay
<rucknium:monero.social> Then use that ^ RPC call.
-
kapunkap
Thank you so much!
-
kapunkap
What is ring_size is preferred?
-
m-relay
<rucknium:monero.social> "Unless dealing with pre rct outputs, this field is ignored on mainnet"
-
m-relay
<rucknium:monero.social> Ring size is set by consensus rules. You have no choice. Now it is 16.
-
m-relay
-
m-relay
<andrey8ezkaro:matrix.org> Hi, guys im encountering some issue with the node. It was working for a while, and i was making rpc requests to monero-wallet-rpc server, and everything was fine. But suddenly, all the requests started to fail with timeout. I went to see some logs of the monerod service and there was an error
-
m-relay
<andrey8ezkaro:matrix.org> Now i cant even stop the process :D
-
m-relay
<andrey8ezkaro:matrix.org> I'm running on testnet, so, I wonder is it common problem?
-
m-relay
<andrey8ezkaro:matrix.org> I'm running on testnet, so, I wonder is this problem could persist on mainnet though?
-
m-relay
<andrey8ezkaro:matrix.org> only `kill` shuted it down :D
-
m-relay
<ofrnxmr:monero.social> Looks like you set your rpc port to restricted
-
m-relay
<ofrnxmr:monero.social> Or double binded the p2p port and rpc port.. something like that.
-
m-relay
<ofrnxmr:monero.social> config issue
-
m-relay
<andrey8ezkaro:matrix.org> hmm, need to double check, thx
-
m-relay
<andrey8ezkaro:matrix.org> but, now i restarted it and it works
-
m-relay
<andrey8ezkaro:matrix.org> if it would be a config issue, it would throw an error immidiately, isnt it?
-
m-relay
<andrey8ezkaro:matrix.org> It might be related to Tor configuration, I'm like double listening my p2p server on 28080 and 18083(for tor connections) ports
-
m-relay
<andrey8ezkaro:matrix.org> It might be related to Tor configuration, I'm like double listening my p2p server on 28080 and 18083(for tor connections) ports?
-
m-relay
<ofrnxmr:monero.social> Hm.. is it 28082 zmq conflict with rpc 28082?
-
m-relay
<ofrnxmr:monero.social> without knowing your configs / flags, thats my guess
-
m-relay
<andrey8ezkaro:matrix.org> Ah, yeah I had some zmq options set, let me a sec
-
m-relay
<ofrnxmr:monero.social> (are you able to start the wallet after the node? Or are they conflicting with one another)
-
m-relay
<andrey8ezkaro:matrix.org> I do, they aren't conflicting
-
m-relay
<andrey8ezkaro:matrix.org> just now, when i restarted the node, the wallet rpc stopped on its own behavior, i restrted the wallet rpc as well. Everything works now
-
m-relay
<ofrnxmr:monero.social> If it happens again --log-level 1
-
m-relay
<ofrnxmr:monero.social> And ❤️ a paste website. I dont know if its element or my eyes, but i can barely read the screenshot
-
m-relay
<andrey8ezkaro:matrix.org> ok, sure. By the way the no-zmq=true is set
-
m-relay
<ofrnxmr:monero.social> yeah.. its not zmq. Errors say p2p, so something with 18080.
-
m-relay
<ofrnxmr:monero.social> maybe just a hiccup lol. We'll see if it happens again
-
m-relay
<andrey8ezkaro:matrix.org> Yeah, from my perspective it happens after continious of sending requests to wallet rpc, such as get accounts, transafers and adding lesteners.
-
m-relay
<rucknium:monero.social> Andrey: Is wallet-rpc and monerod on the same machine?
-
m-relay
<andrey8ezkaro:matrix.org> yes