F(x) Core validator node setup on f(x)Core Testnet

Thanks … not sure how I missed it :confused:.

Here is my address: fx1q3qfks4txvcummg6d58n5cur5rwmn908ypdrdh
Can you please send me some test fx.

done. have fun! :slight_smile:

ok… thank you

thank you bro, so should be like this correct ?, i don’t want to do shit now :joy: everything is working good now

from without quotes or something

is the “from” field the same as the <_name> you inputted when you created the token holding account?
if so, it looks correct

Any idea what this error is about. I am trying to create the validator through docker container.

docker exec ******** fxcored tx staking create-validator \
   --chain-id=fxcore \
   --gas="auto" \
   --gas-adjustment=1.2 \
   --gas-prices="6000000000000FX" \
   --from=wolfpack \
   --amount=100000000000000000000FX \
   --pubkey=**************** \
   --moniker="wolfpack" \
   --commission-rate="0.01" \
   --commission-max-rate="0.20" \
   --commission-max-change-rate="0.01" \
   --min-self-delegation="1000000000000000000" \
   --moniker="wolfpack" \
   --website="https://functionx.io" \
   --details="Pack of wolves validating the network!"

Output:

gas estimate: 175449

{
  "body": {
    "messages": [
      {
        "@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
        "description": {
          "moniker": "wolfpack",
          "identity": "",
          "website": "https://functionx.io",
          "security_contact": "",
          "details": "Pack of wolves validating the network!"
        },
        "commission": {
          "rate": "0.010000000000000000",
          "max_rate": "0.200000000000000000",
          "max_change_rate": "0.010000000000000000"
        },
        "min_self_delegation": "1000000000000000000",
        "delegator_address": "**********",
        "validator_address": "*************",
        "pubkey": {
          "@type": "/cosmos.crypto.ed25519.PubKey",
          "key": "***********"
        },
        "value": {
          "denom": "FX",
          "amount": "100000000000000000000"
        }
      }
    ],
    "memo": "",
    "timeout_height": "0",
    "extension_options": [],
    "non_critical_extension_options": []
  },
  "auth_info": {
    "signer_infos": [],
    "fee": {
      "amount": [
        {
          "denom": "FX",
          "amount": "1052694000000000000"
        }
      ],
      "gas_limit": "175449",
      "payer": "",
      "granter": ""
    }
  },
  "signatures": []
}

cancelled transaction
Error: EOF
Usage:
  fxcored tx staking create-validator [flags]

seems like a network issue, but I might be wrong. could you run the command again?

Yeah I ran it for couple of times. No luck :frowning:

I am thinking some wrong with the long command I am passing to the container. Are team validator run in docker ? can you check with team mates to see if we need to issue this command in a different way.


:+1::muscle:

5 Likes

congrats dude

1 Like

Congrats dude !

1 Like

Did you install it in a docker container ?

hey, I’ve tried setting it up using binaries. maybe you can try typing it out as seen in problem #1 in the docs?

yeah did use that way. I am gonna try installing using binaries instead of docker today.

ok let me try to recreate your error. we will get to the bottom of this and help you along.
we have successfully created a few validators via the docker method (this is actually the more stable method)

Could you kindly ping your pubkey and currency holding account pubkey privately so I can do a bit more digging?

if you want to make the switch to binaries, you may need to reset some configs when you do so.

1 Like

well done Claudiox!

1 Like

At first yes, but give many errors. made a new install with binaries and was much easier …

By the way, this install is running in a Pi

Crosschain is not active in tesnet ?

Mine is finally up … yay. Used Binary method this time.

3 Likes