Skip to content

Conversation

@sukantoraymond
Copy link
Contributor

AVL-7H2W7V:avalanche-cli raymondsukanto$ ./bin/avalanche blockchain convert 
Usage:
  avalanche blockchain convert [blockchainName] [flags]

Flags:
      --auth-keys strings                  control keys that will be used to authenticate convert to L1 tx
      --convert-only                       avoid node track, restart and poa manager setup
  -h, --help                               help for convert
  -k, --key string                         select the key to use [fuji/devnet convert to l1 tx only]
  -g, --ledger                             use ledger instead of key (always true on mainnet, defaults to false on fuji/devnet)
      --ledger-addrs strings               use the given ledger addresses
      --output-tx-path string              file path of the convert to L1 tx (for multi-sig)
      --proof-of-authority                 use proof of authority(PoA) for validator management
      --proof-of-stake                     use proof of stake(PoS) for validator management
      --proxy-contract-owner string        EVM address that controls ProxyAdmin for TransparentProxy of ValidatorManager contract
      --validator-manager-address string   validator manager address
      --validator-manager-owner string     EVM address that controls Validator Manager Owner
      --verify-input                       check for input confirmation (default true)

Global Flags:
      --config string       config file (default is $HOME/.avalanche-cli/config.json)
      --log-level string    log level for the application (default "ERROR")
      --skip-update-check   skip check for new versions

Network Flags (Select One):
  --cluster string   operate on the given cluster
  --devnet           operate on a devnet network
  --endpoint string  use the given endpoint for network operations
  --fuji             operate on fuji (alias to `testnet`)
  --local            operate on a local network
  --mainnet          operate on mainnet
  --testnet          operate on testnet (alias to `fuji`)

Bootstrap Validators Flags:
  --balance float64                  set the AVAX balance of each bootstrap validator that will be used for continuous fee on P-Chain
  --bootstrap-endpoints stringSlice  take validator node info from the given endpoints
  --bootstrap-filepath string        JSON file path that provides details about bootstrap validators, leave Node-ID and BLS values empty if using --generate-node-id=true
  --change-owner-address string      address that will receive change if node is no longer L1 validator
  --generate-node-id                 whether to create new node id for bootstrap validators (Node-ID and BLS values in bootstrap JSON file will be overridden if --bootstrap-filepath flag is used)
  --num-bootstrap-validators int     (only if --generate-node-id is true) number of bootstrap validators to set up in sovereign L1 validator)
  --num-local-nodes int              number of nodes to be created on local machine

Local Machine Flags (Use Local Machine as Bootstrap Validator):
  --avalanchego-path string              use this avalanchego binary path
  --avalanchego-version string           use this version of avalanchego (ex: v1.17.12)
  --http-port uintSlice                  http port for node(s)
  --partial-sync                         set primary network partial sync for new validators
  --staking-cert-key-path stringSlice    path to provided staking cert key for node(s)
  --staking-port uintSlice               staking port for node(s)
  --staking-signer-key-path stringSlice  path to provided staking signer key for node(s)
  --staking-tls-key-path stringSlice     path to provided staking TLS key for node(s)
  --use-local-machine                    use local machine as a blockchain validator

Proof Of Stake Flags:
  (hidden) Use --show-pos-flags to show these options

Signature Aggregator Flags:
  (hidden) Use --show-signature-aggregator-flags to show these options

Error: requires 1 arg(s), got 0

@sukantoraymond sukantoraymond changed the base branch from main to deploy-flags-e2e2 May 13, 2025 16:04
@sukantoraymond sukantoraymond changed the base branch from deploy-flags-e2e2 to main May 13, 2025 16:05
@sukantoraymond sukantoraymond changed the base branch from main to deploy-flags-e2e2 May 13, 2025 16:35
Base automatically changed from deploy-flags-e2e2 to remove-use-local-nodes May 27, 2025 17:15
Base automatically changed from remove-use-local-nodes to main May 27, 2025 17:15
@sukantoraymond sukantoraymond merged commit c04abdb into main May 27, 2025
49 checks passed
@sukantoraymond sukantoraymond deleted the grouped-convert-cmd branch May 27, 2025 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants