Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Unanswered
What is the minimum stake for a validator?

What is the minimum stake for a validator?

On GitHub (https://github.com/ton-blockchain/mytonctrl/blob/master/docs/en/nominator-pool.md) I found that the minimum stake for a validator is > 1k TON while on this article telegraph (https://telegra.ph/TON-Nominators-requirements-05-28) it is > 10k TON. Which of the two should be followed?


This question was imported from Telegram Chat: https://t.me/tondev_eng/9407

  
  
Posted one year ago
  
  

The documentation says 10k on test network and 100,001 for production, but this could be outdated. https://ton.org/docs/develop/howto/validator#1-controlling-smart-contract-of-validator

Jeremy   one year ago Report
Votes Newest

Answers