Hello, i have a few questions, maybe a dumb questions. But it would help me a lot if you can help me.
- I already mount the NEM node in AWS, and i am using a python wrapper in my laptop.
I want to generate accounts in my laptop connecting to the AWS sever using: ipserver:7890/account/generate. And when I try to do this i got an error: unauthorized.
how can i authorize my computer in the NEM-AWS node?
First i thought that i have to change the file config.properties and add my laptop ip, but it ain’t work, cause the following message wrote in the file " NIS usually checks if a request comes from the local machine and if not, certain requests get rejected" this message generate the next question
2)what kind of request are going to be rejected?
3)also, when i check out my account (TB5VNY3XIEPTUIQGBSYVZUNVF45JVYKYFPIHSIZR) using the AWS node the json response that my account has a 0 in balance.
But when i use this ip: http://104.128.226.60:7890/account/get?address=… instead of my AWS node my balance is 309700000 and this ip address i got it from the nanowallet. So i supposed that i have to connect my AWS node to the net, or something like that, and How can i do that? - When you want to make a transaction you need to send a json format like this https://nemproject.github.io/#requestPrepareAnnounce and you have to send your PrivateKey, so in the documentation advertise you “Since this request involves the private key of an account, it should only be sent to a local NIS.” then if i can only sent to local NIS how can i send XEM to friends whom gave their address if they aren’t in my local host? I meant, i want to do this without using the nanowallet, i want to sen XEM to my friend using the json object that I create.
And i want to do that because iḿ have to use the python wrapper.
I hope you can understand my doubts and someone could help me.