There was an error fetching the commit references. Please try again later.
add independent dev pool coin description
- allow the dev pool to fork on a different block version than the user descriped coin All algorithm are centered around the user coin description. It is allowed to have two two different coin algorithms in the user coin description. It is only allowed to use algorithms for the dev pool coin description those are used in the user coin description. There are two ways to define a non forking coin. - set both user coin algorithm descriptions to the same algorithm and set version to zero - set the first algorithm in the user coin description to something you like to use in the dev pool and set the second algorithm to the correct representation of the coin. Set the version to 255. This will allow that the dev pool can mine on a different coin algorithm than the not forking user coin. Do not use an algorithm with different scratchpad size for the dev pool.
Showing
- xmrstak/backend/amd/amd_gpu/gpu.cpp 6 additions, 6 deletionsxmrstak/backend/amd/amd_gpu/gpu.cpp
- xmrstak/backend/amd/autoAdjust.hpp 3 additions, 3 deletionsxmrstak/backend/amd/autoAdjust.hpp
- xmrstak/backend/amd/minethd.cpp 5 additions, 4 deletionsxmrstak/backend/amd/minethd.cpp
- xmrstak/backend/cpu/autoAdjust.hpp 2 additions, 2 deletionsxmrstak/backend/cpu/autoAdjust.hpp
- xmrstak/backend/cpu/autoAdjustHwloc.hpp 2 additions, 2 deletionsxmrstak/backend/cpu/autoAdjustHwloc.hpp
- xmrstak/backend/cpu/crypto/cryptonight_common.cpp 4 additions, 4 deletionsxmrstak/backend/cpu/crypto/cryptonight_common.cpp
- xmrstak/backend/cpu/minethd.cpp 14 additions, 12 deletionsxmrstak/backend/cpu/minethd.cpp
- xmrstak/backend/nvidia/minethd.cpp 5 additions, 4 deletionsxmrstak/backend/nvidia/minethd.cpp
- xmrstak/backend/nvidia/nvcc_code/cuda_extra.cu 6 additions, 6 deletionsxmrstak/backend/nvidia/nvcc_code/cuda_extra.cu
- xmrstak/jconf.cpp 24 additions, 34 deletionsxmrstak/jconf.cpp
- xmrstak/jconf.hpp 3 additions, 9 deletionsxmrstak/jconf.hpp
- xmrstak/misc/coinDescription.hpp 60 additions, 0 deletionsxmrstak/misc/coinDescription.hpp
- xmrstak/misc/executor.cpp 7 additions, 3 deletionsxmrstak/misc/executor.cpp
Loading
Please register or sign in to comment