Supplier FAQ

chevron-rightWhat Supplier operations are available?hashtag
pocketd tx supplier -h
chevron-rightWhat Supplier queries are available?hashtag
pocketd query supplier -h
chevron-rightHow do I query for all existing onchain Suppliers?hashtag

Then, you can query for all services like so:

pocketd query supplier list-suppliers --network=beta --output json | jq

See https://dev.poktroll.com/operate/configs/supplier_staking_config#non-custodial-staking for more information about supplier owner vs operator and non-custodial staking.

chevron-rightSecure vs Non-Secure query_node_grpc_urlhashtag

In /tmp/relayminer_config.yaml, you'll see that we specify an endpoint for query_node_grpc_url which is TLS terminated.

If grpc-insecure=true then it MUST be an HTTP port, no TLS. Once you have an endpoint exposed, it can be validated like so:

grpcurl -plaintext <host>:<port> list

If grpc-insecure=false, then it MUST be an HTTPS port, with TLS.

The Grove team exposed one such endpoint on one of our validators for Beta Testnet at: https://shannon-testnet-grove-grpc.beta.poktroll.com:443

It can be validated with:

grpcurl shannon-testnet-grove-grpc.beta.poktroll.com:443 list

Note that no -plaintext flag is required when an endpoint is TLS terminated and must be omitted if it is not.

circle-info

You can replace both http and https with tcp and it should work the same way.

chevron-rightWhat is the different between a RelayMiner & Supplier?hashtag

chevron-rightWhat happens if you go below the Min stake?hashtag

chevron-rightWhat is the maximum stake?hashtag

Last updated

Was this helpful?