Bitcoin Forum
May 09, 2024, 09:13:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Problem with Monero (RPC) no connect to my script.  (Read 119 times)
hackore55 (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 14, 2024, 04:44:51 PM
Last edit: March 19, 2024, 07:52:28 PM by hackore55
 #1

SOLVED
1715246035
Hero Member
*
Offline Offline

Posts: 1715246035

View Profile Personal Message (Offline)

Ignore
1715246035
Reply with quote  #2

1715246035
Report to moderator
1715246035
Hero Member
*
Offline Offline

Posts: 1715246035

View Profile Personal Message (Offline)

Ignore
1715246035
Reply with quote  #2

1715246035
Report to moderator
1715246035
Hero Member
*
Offline Offline

Posts: 1715246035

View Profile Personal Message (Offline)

Ignore
1715246035
Reply with quote  #2

1715246035
Report to moderator
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715246035
Hero Member
*
Offline Offline

Posts: 1715246035

View Profile Personal Message (Offline)

Ignore
1715246035
Reply with quote  #2

1715246035
Report to moderator
BlackHatCoiner
Legendary
*
Offline Offline

Activity: 1512
Merit: 7359


Farewell, Leo


View Profile
March 14, 2024, 05:11:09 PM
 #2

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.

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
hackore55 (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 14, 2024, 05:47:03 PM
 #3

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..
BlackHatCoiner
Legendary
*
Offline Offline

Activity: 1512
Merit: 7359


Farewell, Leo


View Profile
March 14, 2024, 06:28:13 PM
 #4

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')

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
hackore55 (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 14, 2024, 07:17:36 PM
 #5

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
BlackHatCoiner
Legendary
*
Offline Offline

Activity: 1512
Merit: 7359


Farewell, Leo


View Profile
March 15, 2024, 12:20:44 AM
 #6

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.

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
hackore55 (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 15, 2024, 01:39:38 PM
 #7

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..
hackore55 (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 17, 2024, 02:57:51 AM
 #8

Upppp...
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!