Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: rpc_do_call: 127.0.0.1:70 404 #74

Open
diabaths opened this issue Nov 4, 2022 · 7 comments
Open

ERROR: rpc_do_call: 127.0.0.1:70 404 #74

diabaths opened this issue Nov 4, 2022 · 7 comments

Comments

@diabaths
Copy link

diabaths commented Nov 4, 2022

16:37:49: connecting to coind GSPC
16:37:49: gspcoin wallet is using getaddressinfo.
16:37:50: ERROR: rpc_do_call: 127.0.0.1:70 404

any idea i have ask also in the discord and i dont get any answer !!!

@xiaolin1579
Copy link

Use the command "getnewaddress" and put wallet_address in the Master Wallet.

@diabaths
Copy link
Author

diabaths commented Nov 4, 2022

i spot the prob
https://gyazo.com/d6089dc667e31dcd220ce2badaa2fd86
AUX POW always auto tick and give me the error
and i dont know how to disable it

@xiaolin1579
Copy link

i spot the prob
https://gyazo.com/d6089dc667e31dcd220ce2badaa2fd86
AUX POW always auto tick and give me the error
and i dont know how to disable it

Try uncheck AUX POW

@diabaths
Copy link
Author

diabaths commented Nov 5, 2022

return to auto itself i have try 100 times and after less than a min its enable!

@nitrocon
Copy link

nitrocon commented Nov 5, 2022

I have installed GSPC and dont have that specific problem (got others), but, is youre wallet synced? yiimp has problems savong confs when the daemon is not synced
are you using the correct daemon version? correct gspcoin.conf?
any error message in the error field?

@diabaths
Copy link
Author

diabaths commented Nov 5, 2022

i think yes
but i dont know how the aux_pow is comming up and enabl its self
any way to manual disable it ??? for the php files?

@ayyo2765
Copy link

ayyo2765 commented Nov 5, 2022

https://github.com/Kudaraidee/yiimp/blob/dev/web/yaamp/core/backend/coins.php#L118-L126

I don't see why it would be turning back on constantly.
The code that sets it only runs if "auxpow" is "null" in the db.
After it runs once the value should be either be 0 or 1, and so that function will never run again.

Are you re-adding the coin multiple times? Each time would be creating a new coin id in the db, along with null values.
That would explain why it seems like it's always turning on.

I would try to keep using the same coin id and then changing the value of "auxpow" to "0" in "coins" in the db first before any removing code.

UPDATE `coins` SET `auxpow` = 0 WHERE `symbol` = 'GSPC';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants