Author

Topic: Problem with Monero (RPC) no connect to my script. (Read 119 times)

newbie
Activity: 8
Merit: 0
Upppp...
newbie
Activity: 8
Merit: 0
IP User, Pass & Port have been addded and not working.
  • Does it display the same error?
  • Have you tried replacing your public IP address to '127.0.0.1' and retrying? It makes no sense to use your public IP address if both the daemon and the script run under the same machine.

And please provide more insight apart from yes-no.

Yes i have test 127.0.0.1 i have try with my vps IP .. I have try all possibility.. The error are from the script..
legendary
Activity: 1512
Merit: 7340
Farewell, Leo
IP User, Pass & Port have been addded and not working.
  • Does it display the same error?
  • Have you tried replacing your public IP address to '127.0.0.1' and retrying? It makes no sense to use your public IP address if both the daemon and the script run under the same machine.

And please provide more insight apart from yes-no.
newbie
Activity: 8
Merit: 0
I confirm I received the files.

I think I have figured it out, but I don't cross my fingers. create_account method fails, because your Monero wallet and daemon run on mainnet, whereas the script calls the testnet. Take a look on app/Models/Market/Monero.php, line 27. Whoever wrote this passes 28088 in walletRPC, which is a (by default) testnet port, if I'm not mistaken.

BTW, this exact line is mentioned in the last step of the installation document (pdf). But, you're not passing 'rpcuser' nor 'rpcpass'. It should look like this:
Code:
$walletRPC = new walletRPC('127.0.0.1', 'RPC_USER', 'RPC_PASS', 18088, false);

Update the file with your RPC credentials, retry and let me know.

(Edit: I assume you're running both the daemon and the script in the same machine, otherwise it is not '127.0.0.1')

Yes i have put $walletRPC = new walletRPC('94.154.***.**', 'user','password', 18088, false);

IP User, Pass & Port have been addded and not working.

With my 2 wallet its dont work. VPS & SelfHost
legendary
Activity: 1512
Merit: 7340
Farewell, Leo
I confirm I received the files.

I think I have figured it out, but I don't cross my fingers. create_account method fails, because your Monero wallet and daemon run on mainnet, whereas the script calls the testnet. Take a look on app/Models/Market/Monero.php, line 27. Whoever wrote this passes 28088 in walletRPC, which is a (by default) testnet port, if I'm not mistaken.

BTW, this exact line is mentioned in the last step of the installation document (pdf). But, you're not passing 'rpcuser' nor 'rpcpass'. It should look like this:
Code:
$walletRPC = new walletRPC('127.0.0.1', 'RPC_USER', 'RPC_PASS', 18088, false);

Update the file with your RPC credentials, retry and let me know.

(Edit: I assume you're running both the daemon and the script in the same machine, otherwise it is not '127.0.0.1')
newbie
Activity: 8
Merit: 0
Hello. First of all move this thread to the altcoin section. There's a "move topic" down in this page. Select "Alternative cryptocurrencies - Altcoin Discussion".

Could you send me the marketplace script in private so I can try to debug it? I do have a Monero node running, and maybe I can figure out what's wrong, but without this specific web module, I have no idea what might be the fault. It could even be the PHP version. Alternatively, you can try to contact them.

File have been send. Thanks for reply. I have contact the seller but reply 1x per week since 3 week i try to resolve this..
legendary
Activity: 1512
Merit: 7340
Farewell, Leo
Hello. First of all move this thread to the altcoin section. There's a "move topic" down in this page. Select "Alternative cryptocurrencies - Altcoin Discussion".

Could you send me the marketplace script in private so I can try to debug it? I do have a Monero node running, and maybe I can figure out what's wrong, but without this specific web module, I have no idea what might be the fault. It could even be the PHP version. Alternatively, you can try to contact them.
newbie
Activity: 8
Merit: 0
SOLVED
Jump to: