New Reticulum Identity #366
-
I have created two rnodes and am using them from cloned bootable drives. I noticed I have the same reticulum ids for both. Where can I change or how do I generate a new id for the host? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
This presumes you cloned the drives as a starting point and are happy to modify the file systems independently. Identities are application specific. If you want to create a new identity for NomadNet for instance, you can move or delete ~/.nomadnetwork/storage/identity There's an identity for RNSH under ~/.reticulum/storage/identities/rnsh.default If you're writing your own application, instead of loading your identity, you can simply create a new one with RNS.Identity() What application(s) did you want to have a new identity? |
Beta Was this translation helpful? Give feedback.
-
You can also use the rnid --generate ~/.nomadnetwork/storage/identity --force |
Beta Was this translation helpful? Give feedback.
This presumes you cloned the drives as a starting point and are happy to modify the file systems independently.
Identities are application specific. If you want to create a new identity for NomadNet for instance, you can move or delete ~/.nomadnetwork/storage/identity
There's an identity for RNSH under ~/.reticulum/storage/identities/rnsh.default
If you're writing your own application, instead of loading your identity, you can simply create a new one with RNS.Identity()
What application(s) did you want to have a new identity?