aion-Ross
aion-Ross
Did you build the miner(s) from source or just the compiled versions?
That's probably about right for the reference miner. For a higher hashrate I'd suggest looking at the Smartminer; a CUDA based miner developed by a community member. With the Smartminer...
Do you have the aion kernel running with the stratum API open in the config file? When the pool isnt able to connect to the kernel you will usually see...
You could probably use either the internal miner or the CPU miner, they have pretty similar performance. I might lean towards the CPU miner though, the kernel can get pretty...
Could you try replacing the api-enabled setting in your aion kernel with the following: ```web3,eth,personal,stratum``` The errors with the miner are normal when the pool as not been able to...
This behavior usually happens when the kernel is under heavy load the pool receives client connections before it is able to connect to the kernel. Could you try stopping the...
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...
Could you try changing line 10 to: ``` web3,eth,personal,stratum ``` Seems like the stratum API may not be enabled on the RPC server in the kernel.
Yep, I think we'll definitely look into either making it a default or make the required change more prominent in future releases.
Hey @proroq4 Was the kernel running when you started the pool?