github.com/iotexproject/iotex-core@v1.14.1-rc1/tools/ioctl/readme/ioctl_stake_create.md (about)

     1  ## ioctl stake create
     2  
     3  Create bucket on IoTeX blockchain
     4  
     5  ### Synopsis
     6  
     7  Create bucket on IoTeX blockchain
     8  
     9  ```
    10  ioctl stake create AMOUNT_IOTX CANDIDATE_NAME STAKE_DURATION [DATA] [--auto-restake] [-c ALIAS|CONTRACT_ADDRESS] [-s SIGNER] [-n NONCE] [-l GAS_LIMIT] [-p GASP_RICE] [-P PASSWORD] [-y] [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16    -y, --assume-yes          answer yes for all confirmations
    17        --auto-restake       auto restake without power decay
    18    -l, --gas-limit uint     set gas limit
    19    -p, --gas-price string   set gas price (unit: 10^(-6)IOTX), use suggested gas price if input is "0" (default "1")
    20    -h, --help               help for create
    21    -n, --nonce uint         set nonce (default using pending nonce)
    22    -P, --password string    input password for account
    23    -s, --signer string      choose a signing account
    24  ```
    25  
    26  ### Options inherited from parent commands
    27  
    28  ```
    29        --endpoint string                   set endpoint for once
    30        --insecure                          insecure connection for once (default false)
    31    -o, --output-format string              output format
    32    -c, --staking-contract-address string   set staking contract address (default "io1xpq62aw85uqzrccg9y5hnryv8ld2nkpycc3gza")
    33  ```
    34  
    35  ### SEE ALSO
    36  
    37  * [ioctl stake](ioctl_stake.md)	 - Support native staking from ioctl
    38  
    39  ###### Auto generated by ioctl on 17-Dec-2019