Pundi X Chain Mainnet Validator Bugs/Fixes & Technical Support

This thread will serve as the main thread for any technical related queries, bug fixes, technical issues for the Mainnet Validator .
You may view the Pundi X repository here

2 Likes

FrenchXCore PundiX validator is LIVE !!! :heart::heart:

2 Likes

Aghanism validator is active !!

2 Likes

Hello,
I’m trying to do the transaction that will to the staking:

pundixd tx staking create-validator --from=v1 --amount=121PUNDIX --min-self-delegation=β€œ100” …

I got this error:

Error: rpc error: code = Unknown desc = rpc error: code = Unknown desc = failed to execute message; message index: 0: invalid coin denomination: got PUNDIX, expected ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78: invalid request [cosmos/cosmos-sdk@v0.45.11/x/staking/keeper/msg_server.go:54] With gas wanted: β€˜0’ and gas used: β€˜48147’ : unknown request

Try this and change your data

  pundixd tx staking create-validator \
  --chain-id="PUNDIX" \
  --ledger \
  --gas="auto" \
  --gas-adjustment=1.5 \
  --gas-prices="2000000000000ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78" \
  --from="byte1" \
  --amount="100ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78" \
  --pubkey=$'{"@type":"/cosmos.crypto.ed25519.PubKey","key":"GpAduh/ztLe712pdIz6xb1uX7NXAky9iGFUtY6RsQVU="}' \
  --commission-rate="0.10" \
  --commission-max-rate="0.30" \
  --commission-max-change-rate="0.01" \
  --min-self-delegation="100" \
  --moniker="BYTEX" \
  --website="https://twitter.com/Byte_Produce" \
  --details="My Personal Validator. Anyone who knows me knows that I will do my best. For those who don't know me: I want PUNDIX to make the world a better place. I'm 100% committed to making it happen. Kind regards, Sylvia" \
  --keyring-backend file

When you not use Ledger please delete : --ledger \

1 Like

Thank you, I don’t have that error any more now.

2 Likes

My validator is created now: pxvaloper1s7aeyn9zfp309n50qxtgf9na9hq7r0tjs9xnkf, the node is synced, somehow the validator is inactive, I’m not sure what should I check now.

You need to self-bond min 100PUNDIX. Send pls a bit more than 100PUNDIX and wait 2 minutes.

1 Like

thanks, now the validator is active :slight_smile:

1 Like

@CryptoKid Your validator missing blocks

The validator did not participate in signing for 6000 consecutive blocks

Thanks, I’m checking now.