Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 1.93 KB

onboarding.md

File metadata and controls

53 lines (28 loc) · 1.93 KB
description
Description of flags related to the Onboarding proces and starter DESO

Onboarding

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

--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

--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

--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

--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

--min-satoshis-for-profile

Deprecated