description |
---|
Description of flags related to the Onboarding proces and starter DESO |
Note: Starter DESO Seed is required in order to send DESO to users for verifying their phone number or for verifying through Jumio.
--starter-deso-seed
Type: String
Default: None
Seed phrase that is used to send DESO to users who go through phone-number-verification.md or Broken link, and to #comp-profile-creation
--starter-deso-nanos
Type: Integer
Default: 1000000
The amount of DESO given for verifying a phone number. Only active if #starter-deso-seed is set and funded. 1000000 nanos = 0.001 DESO
--starter-prefix-nanos-map
Type: String
Default: None
A comma-separated list of 'prefix=nanos' mappings, where prefix is a phone number prefix such as "+1". These mappings allow the node operator to specify custom amounts of DESO to users verifying their phone numbers based on the country they're in. This is useful as it is more expensive for attackers to get phone numbers from certain countries. An example string would be '+1=2000000,+2=2000000' which would pay user's with US phone number 0.002 DESO (2000000 nanos)
--comp-profile-creation
Type: Boolean
Default: False
If true, the public key derived from the #starter-deso-seed will send DESO to a public key when the public key makes a request to #update-profile to construct an UpdateProfile transaction that creates a profile if the public key has verified their phone number or verified themselves thru the Jumio process.
--min-satoshis-for-profile
Deprecated