This repository was archived by the owner on Dec 4, 2024. It is now read-only.
Replies: 3 comments 2 replies
-
Hi @Nexsuperne101 , Did you set the price limit to every node? It needs to be set across all nodes. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for your reply. I have set it on all 10 bootnodes, but not in the
seal line of the validator nodes.
Thanks
Nex
…On Thu, 17 Nov 2022, 06:20 Lavinia Talpas, ***@***.***> wrote:
Hi @Nexsuperne101 <https://github.com/Nexsuperne101> ,
Did you set the price limit to every node? It needs to be set across all
nodes.
—
Reply to this email directly, view it on GitHub
<#915 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A35RSWFFPUMFAUWPIFOQCDDWIXFB5ANCNFSM6AAAAAASBHTXBU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I pasted this into each bootnode (obviously changed the data-dir and IP
address). They all say 7150000 for the --price-limit.
polygon-edge server --data-dir ./node5 --chain genesis.json --libp2p
0.0.0.0:1478 --jsonrpc 0.0.0.0:10002 --price-limit 7150000 --nat
18.133.180.183
--seal
For the non-bootnodes, it says this;
polygon-edge server --data-dir ./node99 --chain genesis.json --libp2p
0.0.0.0:1478 --jsonrpc 0.0.0.0:10002 --seal
Thanks,
Nex
…On Fri, 18 Nov 2022, 08:06 Lavinia Talpas, ***@***.***> wrote:
@Nexsuperne101 <https://github.com/Nexsuperne101> I don't fully
understand. What do you mean by seal line of validator nodes?
—
Reply to this email directly, view it on GitHub
<#915 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A35RSWEYYVGJM4IIK4GTT6LWI42KFANCNFSM6AAAAAASBHTXBU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Good afternoon. I'm trying to set the minimum gwei to 7150000, so that no transaction goes through too cheap in the quiet times of day. At the moment, I can put anything I like in the gwei box, and it will say it's too low, but still completes the transaction without an issue. What do I need to edit to get the limit set. I have --price-limit 7150000 set in the seal line.
Thanks,
Nex
Beta Was this translation helpful? Give feedback.
All reactions