aion_miner icon indicating copy to clipboard operation
aion_miner copied to clipboard

aion miner

Results 28 aion_miner issues
Sort by recently updated
recently updated
newest added

root@ONURX:~/aion# ./run_quickstart.sh 13111:C 18 Mar 16:26:55.430 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 13111:C 18 Mar 16:26:55.431 # Redis version=4.0.8, bits=64, commit=3dbe9316, modified=1, pid=13111, just started 13111:C 18 Mar 16:26:55.431 #...

Hi all, the pools start but after a while shows a lot of errors, the miner receives jobs but reports an error (empty jobs?) any hint to solve this issue?...

So i setup the pool, tried to follow all the directions.. etc. But the pool never calls `handleShare` and this never accepts any shares i tried this code inside shareProcessor:...

Node Version: `v10.15.3` Project: `/aion_miner/aion_solo_pool` When i do a fresh clone & do `npm install`, i get the following error ``` ../src/binding.cpp:234:80: error: no matching function for call to ‘v8::Function::NewInstance(const...

``` ../src/binding.cpp: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Hash::Copy(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/binding.cpp:234:80: error: no matching function for call to ‘v8::Function::NewInstance(const unsigned int&, v8::Local [1])’ v8::Local inst = construct->GetFunction()->NewInstance(argc, argv); ^ In file...

[ 94%] Building CXX object CMakeFiles/aionminer.dir/blake2/blake2bx.cpp.o [100%] Linking CXX executable aionminer /home/cuda9.2/lib64/libcudart_static.a(libcudart_static.a.o): In function `cudart::cuosShmCloseEx(cudart::cuosShmInfoEx_st*, unsigned int, unsigned int)': (.text+0x525f6): undefined reference to `shm_unlink' /home/cuda9.2/lib64/libcudart_static.a(libcudart_static.a.o): In function `cudart::cuosShmOpenNamedEx(void*, char const*,...

Hello, i have installed v0.2.3 solo pool and getting this error, could you please point me what am I doing wrong ? I have unpack release file, run npm install...

I was not able to build equihashverify without some npm dependencies and I think this step was missed.

added requirements and missing commands to documentation.

current configure.sh pulls the first encountered node rather than the local node compatible with the solo-pool-miner. path is setup to append node to the path rather then prefixing it