@neuraiproject/neurai-depin-terminal 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/dist/index.cjs +38 -38
- package/package.json +1 -1
- package/src/config/ConfigManager.js +14 -19
- package/src/utils.js +2 -2
package/README.md
CHANGED
|
@@ -58,8 +58,9 @@ The wizard will ask you for:
|
|
|
58
58
|
3. **RPC Password**: RPC password (optional, leave empty if not required)
|
|
59
59
|
4. **DePIN Token**: Asset name (any valid Neurai asset)
|
|
60
60
|
5. **Private Key**: Your private key in WIF format
|
|
61
|
-
6. **
|
|
62
|
-
7. **
|
|
61
|
+
6. **Polling Interval**: Interval in milliseconds to check for new messages (default: 10000)
|
|
62
|
+
7. **Timezone**: Timezone offset or "UTC" for message timestamps (default: UTC)
|
|
63
|
+
8. **Encryption Password**: Password to encrypt your private key (4-30 characters, required)
|
|
63
64
|
|
|
64
65
|
**Important:** Your private key will be encrypted with AES-256-GCM using the password you provide. You will need to enter this password every time you start the application. The decrypted key is kept in memory only and never saved unencrypted.
|
|
65
66
|
|