The staking-list-pool-ids
command in Mintlayer is used to list the IDs of staking pools controlled by the currently selected account in the wallet. This command provides essential details about each pool, such as its balance, creation block height, timestamp, staker address, decommission key, and VRF public key.
staking-list-pool-ids
-h, --help
: Displays help information about the staking-list-pool-ids
command.Executing the staking-list-pool-ids
command will output information similar to the following:
Pool Id: tpool1hz5qrnz8pndcpuuhyyxt3ewhf3kshk7lfvkzd5w4v7we66awuksqzahvph,
Balance: 47660.99999999634,
Creation Block Height: 8920,
Timestamp: 1691474547,
Staker: tpmt1qgqq83z99gc7ets4258jqmeq8l9dqzgfk60qdmwa072f6fyzerxfxf92pum50u,
Decommission Key: tpmt1qgqq87xdphn8u59za00fvemajrafmgtqzcjzqzxr3e4urmk5plxrz7knc0atjk,
VRF Public Key: tvrfpk1qr3qs9hhxuh60jsm3wngg6ls9e26ltnpfaxhlh2n7w8l72jj2x0n5gnwkrx
This command is particularly useful for pool operators and stakers to track and manage their staking pools within the Mintlayer network.