some of you were asking about changing comms rate and raised the issue that the comms rate didnt change even after editing it. you may refer to this part of the document for more information on that.
Initial commission rate : The commission rate on block rewards and fees that will be charged by validators and charged to delegators (more information can be found below).
Maximum commission: The maximum commission rate which this validator can charge. This parameter cannot be changed after create-validator is processed.
Commission max change rate: The maximum daily increase of the validator commission. This parameter cannot be changed after create-validator is processed.
if you have already raised the comms rate within 24hours, you wouldnt be able to do so again within 24hrs.
fxcored tx staking edit-validator --moniker=“Superbit123” --website=“x.com " --identity=”" --details=“One for All, All for One ” --commission-rate=“0.03” --chain-id=fxcore --gas=“auto” --gas-adjustment=1.2 --gas-prices=“6000000000000FX” --from=superbit
Again it has successfully worked in the command end, but won’t actually change the actual output. A bit strange, could be a bug.
I am aware of the 24hr cool down period and max change rate.
Here is what FX Explorer says.
Notice the gas wanted, circled.
Update; so I’ve tried to tweek the gas a bit, to see if I can fill the required gas wanted;
fxcored tx staking edit-validator --moniker=“Superbit123” --website=“x.com " --identity=”" --details=“One for All, All for One ” --commission-rate=“0.03” --chain-id=fxcore --gas=“auto” --gas-adjustment=1.3 --gas-prices=“7000000000000FX” --from=superbit
Atm it is guess work for me and I’ve not yet fulfilled the 100% gas wanted. Perhaps then it will change the coms.
@Superbit123 : you can use the fxcored tx simulate command to check ho much gas is required for your transaction…
But I don’t understand what you’re trying to reach…
Right now, all vidators (or most of them) are setup with 40000…000 FX for gas Price. No need to increase that.
I’m trying to setup a validator and join your community. Have some technical background, but not much in the scope of blockchain technology.
Anyhow, while going through the setup guide I ran into the following issue:
After downloading today’s snapshot and extracting it, I proceeded as per the guide to start the node. It showed the following message:
checking on status throws this:
fxcored status
Error: post failed: Post “http://localhost:26657”: dial tcp [::1]:26657: connect: connection refused
I think the issue is that you need to download the full snapshot and “release/v1.1.x” to start with.
Because when you start fxcored, it’ll check each block one after another…
Once it’ll reach block 5713000 (or sthg like that), you’ll need to stop your fxcored process, upgrade to release/v2.2.x and then restart fxcored process…
Otherwise, you can download the pruned snapshot and start from release/v2.2.x.
yes I used:
tar -xzvf fxcore-snapshot-mainnet-2022-09-19.tar.gz -C ~/.fxcore/
I left the console as I had some errands to run while the extracting was running. I downloaded and extracted the snapshot tar.gz into the fx-core directory created in the previous step setting up the fx core. not sure if that was correct?
DO NOT upgrade your delegator/validator addresses to 0x EVM format.
Try to get as much delegations as possible by contributing to the ecosystem, in order to enter the active 50-validators set. In the future, this number might increase (depends on governance).
You need to have more staked FX than the 50th active validator to enter automatically in the must.
Currently, the 50th is Kigali with 236 FX. You need 100 more FX to enter automatically in the active list.