Skip to content

Instantly share code, notes, and snippets.

@redjade
Created June 9, 2018 12:33
Show Gist options
  • Save redjade/c5039ed02916ccbd4ab9e3b13c49975e to your computer and use it in GitHub Desktop.
Save redjade/c5039ed02916ccbd4ab9e3b13c49975e to your computer and use it in GitHub Desktop.
Increasing limit of cpu/net bandwidth without more staking

Saw weird behavior. Limit of cpu/net bandwidth is increasing without more staking.

tested on eos-mainnet v1.0.2.1 which is almost identical to eosio v1.0.2.

See below.

$ date;./cleos.sh get account eoseoultesta
2018. 06. 09. (토) 21:04:21 KST
permissions:
     owner     1:    1 EOS63sNTLgjNTyAJRk1tiTJwyvMetaeHLMsTDzakmVPLS44U88VPY
        active     1:    1 EOS63sNTLgjNTyAJRk1tiTJwyvMetaeHLMsTDzakmVPLS44U88VPY
memory:
     quota:     15.92 Kb     used:     2.926 Kb

net bandwidth:
     delegated:     100.0000 EOS           (total staked delegated to account from others)
     used:                 0 bytes
     available:        275.5 Kb
     limit:            275.5 Kb

cpu bandwidth:
     delegated:     100.0000 EOS           (total staked delegated to account from others)
     used:                 0 us
     available:        26.43 sec
     limit:            26.43 sec


$ date;./cleos.sh get account eoseoultesta
2018. 06. 09. (토) 21:04:26 KST
permissions:
     owner     1:    1 EOS63sNTLgjNTyAJRk1tiTJwyvMetaeHLMsTDzakmVPLS44U88VPY
        active     1:    1 EOS63sNTLgjNTyAJRk1tiTJwyvMetaeHLMsTDzakmVPLS44U88VPY
memory:
     quota:     15.92 Kb     used:     2.926 Kb

net bandwidth:
     delegated:     100.0000 EOS           (total staked delegated to account from others)
     used:                 0 bytes
     available:          278 Kb
     limit:              278 Kb

cpu bandwidth:
     delegated:     100.0000 EOS           (total staked delegated to account from others)
     used:                 0 us
     available:        26.67 sec
     limit:            26.67 sec


$ date;./cleos.sh get account eoseoultesta
2018. 06. 09. (토) 21:04:36 KST
permissions:
     owner     1:    1 EOS63sNTLgjNTyAJRk1tiTJwyvMetaeHLMsTDzakmVPLS44U88VPY
        active     1:    1 EOS63sNTLgjNTyAJRk1tiTJwyvMetaeHLMsTDzakmVPLS44U88VPY
memory:
     quota:     15.92 Kb     used:     2.926 Kb

net bandwidth:
     delegated:     100.0000 EOS           (total staked delegated to account from others)
     used:                 0 bytes
     available:        283.9 Kb
     limit:            283.9 Kb

cpu bandwidth:
     delegated:     100.0000 EOS           (total staked delegated to account from others)
     used:                 0 us
     available:        27.24 sec
     limit:            27.24 sec
     
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment