It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
#pragma OPENCL EXTENSION cl_khr_byte_addressable_store : enable
#pragma OPENCL EXTENSION cl_amd_media_ops : enable
/* Initialisation vector */
static const __constant uint8 blake2s_IV4[1] = {
(uint8)(0x6A09E667, 0xBB67AE85, 0x3C6EF372, 0xA54FF53A,
0x510E527F, 0x9B05688C, 0x1F83D9AB, 0x5BE0CD19)
};
static const __constant uchar blake2s_sigma[10][16] = {
{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 } ,
{ 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 } ,
{ 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 } ,
{ 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 } ,
{ 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 } ,
{ 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 } ,
{ 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 } ,
{ 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 } ,
{ 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 } ,
{ 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13 , 0 } ,
};
static const __constant uchar blake2s_sigma[10][16] = {
./nsgminer --neoscrypt -g 2 -I 8 -o stratum+tcp://...
[05:52:21] Probing for an alive pool
[05:52:23] Error -11: Building Program (clBuildProgram)
[05:52:23] input.cl:21:2: error: "Device does not support unaligned stores"
input.cl:68:1: error: OpenCL does not support the 'static' storage class specifier
input.cl:74:1: error: OpenCL does not support the 'static' storage class specifier
input.cl:495:86: error: use of undeclared identifier 'MAX_GLOBAL_THREADS'
input.cl:513:11: warning: incompatible pointer types passing '__global ulong16 *' to parameter of type '__global uint16 *
'
input.cl:469:39: note: passing argument to parameter 'V' here
[05:52:23] Failed to init GPU thread 0, disabling device 0
[05:52:23] Restarting the GPU from the menu will not fix this.
[05:52:23] Try to restart the miner.
#pragma OPENCL EXTENSION cl_khr_byte_addressable_store : enable
/* Initialisation vector */
static const __constant uint8 blake2s_IV4[1] = {
(uint8)(0x6A09E667, 0xBB67AE85, 0x3C6EF372, 0xA54FF53A,
0x510E527F, 0x9B05688C, 0x1F83D9AB, 0x5BE0CD19)
};
static const __constant uchar blake2s_sigma[10][16] = {
{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 } ,
{ 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 } ,
{ 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 } ,
{ 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 } ,
{ 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 } ,
{ 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 } ,
{ 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 } ,
{ 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 } ,
{ 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 } ,
{ 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13 , 0 } ,
};
#elif (__Tahiti__) || (__Pitcairn__) || (__Capeverde__) || \
(__Oland__) || (__Hainan__) || \
(__Hawaii__) || (__Bonaire__) || \
(__Kalindi__) || (__Mullins__) || (__Spectre__) || (__Spooky__) || \
(__Tonga__) || (__Iceland__)
#define SALSA_SCALAR 0
#define CHACHA_SCALAR 0
#define BLAKE2S_SCALAR 1
#define FASTKDF_SCALAR 0
git clone https://github.com/ghostlander/nsgminer
./autogen.sh
------------------------------------------------------------------------
nsgminer 0.9.1
------------------------------------------------------------------------
Configuration Options Summary:
curses TUI...........: FOUND: ncursesw5
NeoScrypt............: Enabled
Scrypt...............: Enabled
OpenCL...............: Enabled
ADL monitoring.....: Enabled
BitForce FPGAs.......: Disabled
Icarus FPGAs.........: Disabled
ModMiner FPGAs.......: Disabled
X6500 FPGAs..........: Disabled
ZTEX FPGAs...........: Disabled
libudev detection....: yes
make
./nsgminer --neoscrypt -g 2 -I 8 -o stratum+tcp://...
[05:52:21] Probing for an alive pool
[05:52:23] Error -11: Building Program (clBuildProgram)
[05:52:23] input.cl:21:2: error: "Device does not support unaligned stores"
input.cl:68:1: error: OpenCL does not support the 'static' storage class specifier
input.cl:74:1: error: OpenCL does not support the 'static' storage class specifier
input.cl:495:86: error: use of undeclared identifier 'MAX_GLOBAL_THREADS'
input.cl:513:11: warning: incompatible pointer types passing '__global ulong16 *' to parameter of type '__global uint16 *
'
input.cl:469:39: note: passing argument to parameter 'V' here
[05:52:23] Failed to init GPU thread 0, disabling device 0
[05:52:23] Restarting the GPU from the menu will not fix this.
[05:52:23] Try to restart the miner.