Hi, I'm new to Multichain so I'm sorry if some of my questions have an obvious answer ...
I'm developing a mobile application that give points to the users (if they have the merits needed) and they can spend them in another application. In my case, when a user registers in the app they are added to the blockchain and given an address and a private key, being their phone the node from where they are registering. My intention is to store the address and private key in a external system along with the other information from the registration process. So, here go my questions:
1) I have understood that it is possible that, in my case, for each user that registers from the same phone I can give them different addresses and private keys. Is that correct?
2) Let's say a registered user uses another phone (and, therefor, access the blockchain from another node) and logins in the app. Can the address and private key associated with that user (stored in the external system) be used in this new phone?
Thank you in advance