Changing the hashing algorithm
-
Lizhi,
what is your pool? is it a p2pool and is it working?
Or is it just accepting hashes from the miners, but not forwarding to feathercoind?
My neoscrypt-p2pool is http://pool.ftc-c.com:19328/static/
I used your p2pool codes. I find it is not work.
-
Add sgminer 4.2.2 . I will push as soon.
kernel file path is kernel\neoscrypt.cl
sgminer --algorithm neoscrypt --worksize 128 --thread-concurrency 200 -I 8 -o stratum+tcp://coinotron.com:3337 -u cqtenq.1 -p 110
cd /D/FTC/neoscrypt/sgminer-master autoreconf -i export LIBCURL_CFLAGS=-I/usr/local/curl/include export LIBCURL_LIBS=-L/usr/local/curl/lib CFLAGS="-O2 -Wall -march=native" ./configure --enable-neoscrypt ## May be edit Makefile: LIBS = -lpdcurses -lpthread -lcurl -lcurldll make
-
I pushed my code to git repositories :
-
I download vehre’opencl , cgminer.exe can start,but not share.
cgminer --neoscrypt --worksize 128 --thread-concurrency 200 -I 8 -o http://pool.ftc-c.com:19328 -u TRsuTqxAMKZNvC7JzGNgvM49rkQNcxqjhi -p x
-
I download vehre’opencl , cgminer.exe can start,but not share.
cgminer --neoscrypt --worksize 128 --thread-concurrency 200 -I 8 -o http://pool.ftc-c.com:19328 -u TRsuTqxAMKZNvC7JzGNgvM49rkQNcxqjhi -p x
-
Have you tried with --no-stratum?
-
The screen shot is wrong. cgminer.exe can not run :-[ . window and linux there may be different.
-
Now , cgminer can start, but can not mine. My AMD Driver is SDK 2.9.
cgminer.exe --neoscrypt --worksize 256,256 --thread-concurrency 1600,1280 -I 8,8 -g 1 -o http://pool.ftc-c.com:19328 -u TRsuTqxAMKZNvC7JzGNgvM49rkQNcxqjhi -p x
-
So close… so close to moving away from the massive miners. Keep up the good work!
-
Is there a projected timeline for when the change will be officially made? Im not trying to rush things, just asking.
-
Is there a projected timeline for when the change will be officially made? Im not trying to rush things, just asking.
When the GPUminer is finshied, it should go really fast. If everyone is satisfied with the testnet results, the switch should take place within 2 weeks.
-
When the GPUminer is finshied, it should go really fast. If everyone is satisfied with the testnet results, the switch should take place within 2 weeks.
Cool, thanks! :)
-
-
#NeoScryptTeaser
-
Can’t wait. :)
-
Well done!!
Mind if I repost your screen shoot on the FTC and neoscrypt threads on bitcoin talk?
-
My 7870 card can work,but p2pool say hashrate is zero . :(
**@ChekaZ ,how to fix ? **
my p2pool copy from https://github.com/wellenreiter01/p2pool-neoscrypt
[2014-08-22 21:45:04] Switching pool 0 http://pool.ftc-c.com:19328 to stratumcp://pool.ftc-c.com:19328 [2014-08-22 21:42:02] Pool 0 difficulty changed to 0.015259 [2014-08-22 21:42:02] Network diff set to 18.4E [2014-08-22 21:42:02] Stratum from pool 0 detected new block [2014-08-22 21:42:02] Stratum from pool 0 requested work restart [2014-08-22 21:42:03] Waiting for work to be available from pools. [2014-08-22 21:42:03] Work available from pools, resuming. [2014-08-22 21:42:03] Waiting for work to be available from pools. [2014-08-22 21:42:03] Work available from pools, resuming. [2014-08-22 21:42:21] Accepted b5b49e0f Diff 1/1 GPU 1 [2014-08-22 21:43:06] Accepted a58bd0ea Diff 1/1 GPU 1 [2014-08-22 21:43:11] Accepted 526fad7b Diff 1/1 GPU 1 Worker TRsuTqxAMKZNvC7JzGNgvM49rkQNcxqjhi submitted share with hash > target: Local: 0H/s in last 10.0 minutes Local dead on arrival: ??? Expected time to share: ???
-
Lizhi, you are forwarded to the strreaum of the pool,which isn’t working for neoscrypt.
Use the ‘–no-fixprotocol’ parameter on the command line.
Please check exact spelling with cgminer --help
-
Thanks , I update p2pool code. Now it work. :)
I can mine PXC ,can mine FTC-testcoin too .
-
I received those coin.
mine FTC-testnet command line: cgminer --neoscrypt --fix-protocol -I 12,8 --worksize 256,256 --thread-concurrency 8960,1120 -g 1 --shaders 1792,1120 -o http://pool.ftc-c.com:19328 -u TRsuTqxAMKZNvC7JzGNgvM49rkQNcxqjhi -p x mine PXC command line: cgminer --neoscrypt --fix-protocol -I 12,8 --worksize 256,256 --thread-concurrency 8960,1120 -g 1 --shaders 1792,1120 -o http://95.85.57.10:10554 -u PfF9PKBjkmz7gFAkA7h6ajY5AHc9B1mijW -p x