Open petalyaa opened 6 years ago
Nah old issue same as old script. I already used new script.
What is the new script that you're saying? Care to share? Thank you so much.
@FndNur1Labs Can you help pointing me to where i need to check to make it able to transfer from gui to walletd address? I really have no idea where to look at.
Fixed the core dude https://github.com/FndNur1Labs/CryptonoteEvo
On Mon, Mar 26, 2018 at 8:19 PM Mohd Khairul Ikhwan bin Kamarudin < notifications@github.com> wrote:
@FndNur1Labs https://github.com/FndNur1Labs Can you help pointing me to where i need to check to make it able to transfer from gui to walletd address? I really have no idea where to look at.
— You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/cryptonotefoundation/cryptonote/issues/218#issuecomment-376132096, or mute the thread https://github.com/notifications/unsubscribe-auth/AK51tXWVSE_PUM9wJGdEhRIAbJP3tscpks5tiM7FgaJpZM4S6CpX .
@FndNur1Labs Ok, thank you so much. Will try using your base.
That team revive family of cryptonote. Here too old. Soon we schedule for site release. So you guys easy.
Hi, I am creating a mobile app for a cryptonote coin and using the same method as @petalyaa i.e The walletd is running on a server along with a node API and creates an address for each registered user and stores it in a database and to perform the transactions first verify the jwt token. But the issue I am facing is that although my API is protected, the walletd is not which means that anyone can do whatever he/she wants if knows the port and ip address and I don't know how to protect the rpc port. I am really confused, can someone please help me? Thanks.
Why not block incoming just outgoing enable
Thank you @FndNur1Labs. Wouldn't it block the API calls too? If not how can it be done?
This old source confused. Try used v2 easy. You just configure rpc_api.hpp
Hi, I have one question here. Ive build web wallet using json_rpc to connect to walletd. For each user account registered in the web wallet, I will create one address in walletd container. All is working fine already, Im able to send/receive money between all account.
But the problem now is when I want to send from Gui wallet to Walletd. Seems like its not working. Have anyone facing same problem here?