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

Aion Solo Pool error #29

Open
CerealKillah opened this issue Apr 10, 2018 · 6 comments
Open

Aion Solo Pool error #29

CerealKillah opened this issue Apr 10, 2018 · 6 comments

Comments

@CerealKillah
Copy link

While running Aion kernel 0.1.19 (any release) the Aion Solo Pool throws error listed below.

This only occurs in above version. When running 0.1.18 I don't get any errors and I can connect to the pool with the CUDA miner just fine.

3863:C 10 Apr 18:41:44.281 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 3863:C 10 Apr 18:41:44.281 # Redis version=4.0.8, bits=64, commit=00000000, modified=0, pid=3863, just started 3863:C 10 Apr 18:41:44.281 # Configuration loaded function verify() { [native code] } 2018-04-10 18:41:44 [POSIX] [Connection Limit] (Safe to ignore) POSIX module not installed and resource (connection) limit was not raised 2018-04-10 18:41:44 [Master] [CLI] CLI listening on port 17117 2018-04-10 18:41:44 [Master] [PoolSpawner] Spawned 1 pool(s) on 1 thread(s) function verify() { [native code] } 2018-04-10 18:41:45 [Switching] [Setup] (Thread 1) Loading last proxy state from redis 2018-04-10 18:41:45 [Pool] [aion] (Thread 1) Share processing setup with redis (127.0.0.1:6379) 2018-04-10 18:41:45 [Switching] [Setup] (Thread 1) Switching "switch0" listening for equihash on port 3333 into aion 2018-04-10 18:41:45 [Pool] [aion] (Thread 1) Could not start pool, error with init RPC validateaddress - {"code":-32601,"message":"Method not found"}

@CerealKillah
Copy link
Author

I should add that I am running the 0.1.11 solo pool.

@aion-Ross
Copy link
Contributor

Could you post your kernel configuration file (config.xml)? It will be in the aion kernel folder under the config folder.

0.1.19 introduced some additional settings and enhancements to the RPC server, might need to adjust the configuration.

@CerealKillah
Copy link
Author

Ofcourse, I've attached it here. (renamed to .txt for compatibility)

If it's a configuration mistake on my behalf, I do apologize.

config.txt

@aion-Ross
Copy link
Contributor

Could you try changing line 10 to:

<apis-enabled>web3,eth,personal,stratum</apis-enabled>

Seems like the stratum API may not be enabled on the RPC server in the kernel.

@CerealKillah
Copy link
Author

That did the trick. Sorry for spending your time.

May I suggest that as a default configuration? I noticed another person on your forums with the same issue a couple of days ago.

@aion-Ross
Copy link
Contributor

Yep, I think we'll definitely look into either making it a default or make the required change more prominent in future releases.

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

2 participants