neojin
Newbie
Offline
Activity: 20
Merit: 0
|
 |
October 15, 2014, 08:43:28 AM |
|
ok i will download
|
|
|
|
kitaco
|
 |
October 15, 2014, 03:46:12 PM |
|
|
@cryptokiely // Donate! - BTC: 1kie1ykRUjxpMH5fAqLWigdtbLCyrMK9k // VRC: VEriKiEfZ9CwVs6GVGLbuBdEJxR2F7CJLq
|
|
|
cestballot
|
 |
October 15, 2014, 05:09:24 PM |
|
/CoinShield/cpu# make -f makefile.unix g++ -c -pthread -static-libgcc -static-libstdc++ -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_USE_LIB -I/home/CoinShield/cpu -I/home/CoinShield/cpu/build -I/home/CoinShield/cpu/hash -O2 -MMD -o build/prime.o prime.cpp In file included from util.h:5:0, from types.h:4, from core.h:5, from prime.cpp:9: hash/templates.h: In function ‘uint256 SK256(const std::vector<unsigned char>&)’: hash/templates.h:40:23: warning: unused variable ‘pblank’ [-Wunused-variable] In file included from core.h:5:0, from prime.cpp:9: types.h: At global scope: types.h:26:19: error: ISO C++ forbids initialization of member ‘fStopped’ [-fpermissive] types.h:26:19: error: making ‘fStopped’ static [-fpermissive] types.h:26:19: error: ISO C++ forbids in-class initialization of non-const static member ‘fStopped’ types.h: In member function ‘LLP:DOS_Score& LLP:DOS_Score:perator++(int)’: types.h:109:3: warning: no return statement in function returning non-void [-Wreturn-type] types.h: In constructor ‘LLP:DOS_Filter:DOS_Filter(unsigned int)’: types.h:119:22: warning: ‘LLP:DOS_Filter::cSCORE’ will be initialized after [-Wreorder] types.h:116:16: warning: ‘unsigned int LLP:DOS_Filter::BANTIME’ [-Wreorder] types.h:121:3: warning: when initialized here [-Wreorder] In file included from core.h:5:0, from prime.cpp:9: types.h: In constructor ‘LLP::Connection::Connection()’: types.h:231:18: warning: ‘LLP::Connection:DOS’ will be initialized after [-Wreorder] types.h:204:17: warning: ‘LLP::Packet LLP::Connection::INCOMING’ [-Wreorder] types.h:235:3: warning: when initialized here [-Wreorder] types.h: In constructor ‘LLP::Connection::Connection(LLP::Socket_t, LLP:DOS_Filter*)’: types.h:231:18: warning: ‘LLP::Connection:DOS’ will be initialized after [-Wreorder] types.h:204:17: warning: ‘LLP::Packet LLP::Connection::INCOMING’ [-Wreorder] types.h:236:3: warning: when initialized here [-Wreorder] In file included from prime.cpp:9:0: core.h: In constructor ‘LLP::Outbound::Outbound(std::string, std::string)’: core.h:66:19: warning: ‘LLP::Outbound::PORT’ will be initialized after [-Wreorder] core.h:87:79: warning: base ‘LLP::Connection’ [-Wreorder] core.h:87:3: warning: when initialized here [-Wreorder] prime.cpp: In function ‘void Core::InitializePrimes()’: prime.cpp:160:69: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 2 has type ‘__mpz_struct*’ [-Wformat] prime.cpp: In function ‘double Core::GetPrimeDifficulty(CBigNum, int)’: prime.cpp:193:13: warning: statement has no effect [-Wunused-value] prime.cpp: In function ‘std::vector<unsigned int> Core::Eratosthenes(int)’: prime.cpp:258:81: warning: format ‘%i’ expects argument of type ‘int’, but argument 2 has type ‘std::vector<unsigned int>::size_type {aka long unsigned int}’ [-Wformat] prime.cpp: In function ‘long unsigned int Core::PrimeSieve(CBigNum, unsigned int, unsigned int)’: prime.cpp:502:8: warning: name lookup of ‘i’ changed [enabled by default] prime.cpp:332:16: warning: matches this ‘i’ under ISO standard rules [enabled by default] prime.cpp:375:21: warning: matches this ‘i’ under old rules [enabled by default] prime.cpp:527:15: warning: statement has no effect [-Wunused-value] In file included from /usr/include/boost/asio/read.hpp:540:0, from /usr/include/boost/asio.hpp:76, from util.h:23, from types.h:4, from core.h:5, from prime.cpp:9: /usr/include/boost/asio/impl/read.hpp: In function ‘std::size_t boost::asio::read(SyncReadStream&, const MutableBufferSequence&, CompletionCondition, boost::system::error_code&) [with SyncReadStream = boost::asio::basic_stream_socket<boost::asio::ip:: tcp>, MutableBufferSequence = boost::asio::mutable_buffers_1, CompletionCondition = boost::system::error_code, std::size_t = long unsigned int]’: /usr/include/boost/asio/impl/read.hpp:71:76: instantiated from ‘std::size_t boost::asio::read(SyncReadStream&, const MutableBufferSequence&, CompletionCondition) [with SyncReadStream = boost::asio::basic_stream_socket<boost::asio::ip:: tcp>, MutableBufferSequence = boost::asio::mutable_buffers_1, CompletionCondition = boost::system::error_code, std::size_t = long unsigned int]’ types.h:334:186: instantiated from here /usr/include/boost/asio/impl/read.hpp:43:3: error: no match for call to ‘(boost::system::error_code) (boost::system::error_code&, std::size_t&)’ /usr/include/boost/system/error_code.hpp:310:11: note: candidate is: /usr/include/boost/asio/impl/read.hpp:43:3: note: boost::system::error_code::unspecified_bool_type {aka void (*)()} <conversion> /usr/include/boost/asio/impl/read.hpp:43:3: note: candidate expects 1 argument, 3 provided /usr/include/boost/asio/impl/read.hpp:71:76: instantiated from ‘std::size_t boost::asio::read(SyncReadStream&, const MutableBufferSequence&, CompletionCondition) [with SyncReadStream = boost::asio::basic_stream_socket<boost::asio::ip:: tcp>, MutableBufferSequence = boost::asio::mutable_buffers_1, CompletionCondition = boost::system::error_code, std::size_t = long unsigned int]’ types.h:334:186: instantiated from here /usr/include/boost/asio/impl/read.hpp:50:5: error: no match for call to ‘(boost::system::error_code) (boost::system::error_code&, std::size_t&)’ /usr/include/boost/system/error_code.hpp:310:11: note: candidate is: /usr/include/boost/asio/impl/read.hpp:50:5: note: boost::system::error_code::unspecified_bool_type {aka void (*)()} <conversion> /usr/include/boost/asio/impl/read.hpp:50:5: note: candidate expects 1 argument, 3 provided In file included from /usr/include/boost/asio/write.hpp:537:0, from /usr/include/boost/asio/buffered_write_stream.hpp:30, from /usr/include/boost/asio/buffered_stream.hpp:21, from /usr/include/boost/asio.hpp:34, from util.h:23, from types.h:4, from core.h:5, from prime.cpp:9: /usr/include/boost/asio/impl/write.hpp: In function ‘std::size_t boost::asio::write(SyncWriteStream&, const ConstBufferSequence&, CompletionCondition, boost::system::error_code&) [with SyncWriteStream = boost::asio::basic_stream_socket<boost::asio::ip:: tcp>, ConstBufferSequence = boost::asio::mutable_buffers_1, CompletionCondition = boost::system::error_code, std::size_t = long unsigned int]’: /usr/include/boost/asio/impl/write.hpp:69:77: instantiated from ‘std::size_t boost::asio::write(SyncWriteStream&, const ConstBufferSequence&, CompletionCondition) [with SyncWriteStream = boost::asio::basic_stream_socket<boost::asio::ip:: tcp>, ConstBufferSequence = boost::asio::mutable_buffers_1, CompletionCondition = boost::system::error_code, std::size_t = long unsigned int]’ types.h:339:165: instantiated from here /usr/include/boost/asio/impl/write.hpp:41:3: error: no match for call to ‘(boost::system::error_code) (boost::system::error_code&, std::size_t&)’ /usr/include/boost/system/error_code.hpp:310:11: note: candidate is: /usr/include/boost/asio/impl/write.hpp:41:3: note: boost::system::error_code::unspecified_bool_type {aka void (*)()} <conversion> /usr/include/boost/asio/impl/write.hpp:41:3: note: candidate expects 1 argument, 3 provided /usr/include/boost/asio/impl/write.hpp:69:77: instantiated from ‘std::size_t boost::asio::write(SyncWriteStream&, const ConstBufferSequence&, CompletionCondition) [with SyncWriteStream = boost::asio::basic_stream_socket<boost::asio::ip:: tcp>, ConstBufferSequence = boost::asio::mutable_buffers_1, CompletionCondition = boost::system::error_code, std::size_t = long unsigned int]’ types.h:339:165: instantiated from here /usr/include/boost/asio/impl/write.hpp:48:5: error: no match for call to ‘(boost::system::error_code) (boost::system::error_code&, std::size_t&)’ /usr/include/boost/system/error_code.hpp:310:11: note: candidate is: /usr/include/boost/asio/impl/write.hpp:48:5: note: boost::system::error_code::unspecified_bool_type {aka void (*)()} <conversion> /usr/include/boost/asio/impl/write.hpp:48:5: note: candidate expects 1 argument, 3 provided make: *** [build/prime.o] Error 1 all lib looks good, but probably bad version for one. any idear to solve this on V1.2 mining code? Best regards
|
|
|
|
jorneyflair
|
 |
October 16, 2014, 12:31:55 AM |
|
Is now the block 18666? diff is under 6 its confused me
|
|
|
|
cestballot
|
 |
October 16, 2014, 12:35:26 AM |
|
Is now the block 18666? diff is under 6 its confused me
Block 18670 diff 5.805
|
|
|
|
cbuchner1
|
 |
October 16, 2014, 07:32:00 AM |
|
/CoinShield/cpu# make -f makefile.unix g++ -c -pthread -static-libgcc -static-libstdc++ -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_USE_LIB -I/home/CoinShield/cpu -I/home/CoinShield/cpu/build -I/home/CoinShield/cpu/hash -O2 -MMD -o build/prime.o prime.cpp In file included from util.h:5:0, from types.h:4, from core.h:5, from prime.cpp:9: hash/templates.h: In function ‘uint256 SK256(const std::vector<unsigned char>&)’: hash/templates.h:40:23: warning: unused variable ‘pblank’ [-Wunused-variable] In file included from core.h:5:0, from prime.cpp:9: types.h: At global scope: types.h:26:19: error: ISO C++ forbids initialization of member ‘fStopped’ [-fpermissive]
all lib looks good, but probably bad version for one. any idear to solve this on V1.2 mining code? Best regards I think the initialization of the member variable has to be moved into a new default constructor for Timer. A similar problem is found in the miner.cpp also it seems your boost version is not suitable for this project. Christian
|
|
|
|
cbuchner1
|
 |
October 16, 2014, 10:36:05 AM |
|
what are you guys finding? This ain't bad for 57 hours of run time... a bit more than 1 block per hour  This is a rig with 3 GTX 780Ti's doing the sieving. The Fermat test still runs on the CPU (bignum maths on the GPU is hard...) [METERS] 59 Block(s) ACC=59 REJ=0| Height = 18891 | Diff = 6.117701 | 57:31:36 Prime Clusters Found: Four=111988 | Five=4346 | Six=115 | Seven=1 | Eight=0
|
|
|
|
enerbyte
|
 |
October 16, 2014, 10:57:17 AM |
|
what are you guys finding? This ain't bad for 57 hours of run time... a bit more than 1 block per hour  This is a rig with 3 GTX 780Ti's doing the sieving. The Fermat test still runs on the CPU (bignum maths on the GPU is hard...) [METERS] 59 Block(s) ACC=59 REJ=0| Height = 18891 | Diff = 6.117701 | 57:31:36 Prime Clusters Found: Four=111988 | Five=4346 | Six=115 | Seven=1 | Eight=0
Hi Christian, share your miner, I have 2 GTX 750ti and GTX 760  [MASTER] Coinshield Network: New Block 18995
Prime Clusters Found: Four=2466 | Five=77 | Six=1 | Seven=0 | Eight=0
[METERS] 1 Block(s) ACC=1 REJ=0| Height = 18995 | Diff = 6.025065 | 05:12:39 I7 4770K 
|
|
|
|
KryptoKash (OP)
Sr. Member
  
Offline
Activity: 528
Merit: 275
YeBit: Affiliate Powered Token Sales & Airdrops
|
 |
October 16, 2014, 02:03:44 PM |
|
|
...
|
|
|
Superxfast
|
 |
October 16, 2014, 03:18:52 PM |
|
Thanks, you did a great job. I don't know why I sent 100 csd to coin-swap 15 minutes ago, but I haven't seen them in coin-swap wallet. Rgrds
|
|
|
|
Superxfast
|
 |
October 16, 2014, 03:42:16 PM Last edit: October 16, 2014, 03:56:54 PM by Superxfast |
|
block hash is too long to coinswap's database field. Ian from coinswap helped to fix. Coinswap has great support service. Rgrds, Thanks, you did a great job. I don't know why I sent 100 csd to coin-swap 15 minutes ago, but I haven't seen them in coin-swap wallet. Rgrds
|
|
|
|
cestballot
|
 |
October 16, 2014, 04:39:57 PM |
|
/CoinShield/cpu# make -f makefile.unix g++ -c -pthread -static-libgcc -static-libstdc++ -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_USE_LIB -I/home/CoinShield/cpu -I/home/CoinShield/cpu/build -I/home/CoinShield/cpu/hash -O2 -MMD -o build/prime.o prime.cpp In file included from util.h:5:0, from types.h:4, from core.h:5, from prime.cpp:9: hash/templates.h: In function ‘uint256 SK256(const std::vector<unsigned char>&)’: hash/templates.h:40:23: warning: unused variable ‘pblank’ [-Wunused-variable] In file included from core.h:5:0, from prime.cpp:9: types.h: At global scope: types.h:26:19: error: ISO C++ forbids initialization of member ‘fStopped’ [-fpermissive]
all lib looks good, but probably bad version for one. any idear to solve this on V1.2 mining code? Best regards I think the initialization of the member variable has to be moved into a new default constructor for Timer. A similar problem is found in the miner.cpp also it seems your boost version is not suitable for this project. Christian I solved this bug. Best regards
|
|
|
|
MisO69
Legendary
Offline
Activity: 1946
Merit: 1005
My mule don't like people laughing
|
 |
October 16, 2014, 07:22:40 PM |
|
Is now the block 18666? diff is under 6 its confused me
I have this "blocks" : 19237, "currentblocksize" : 1000, "currentblocktx" : 0, "difficulty" : 6.10357810, "errors" : "", "generate" : false, "genproclimit" : -1, "pooledtx" : 0, "testnet" : false
|
|
|
|
paulthetafy
|
 |
October 17, 2014, 12:53:13 AM |
|
what are you guys finding? This ain't bad for 57 hours of run time... a bit more than 1 block per hour  This is a rig with 3 GTX 780Ti's doing the sieving. The Fermat test still runs on the CPU (bignum maths on the GPU is hard...) [METERS] 59 Block(s) ACC=59 REJ=0| Height = 18891 | Diff = 6.117701 | 57:31:36 Prime Clusters Found: Four=111988 | Five=4346 | Six=115 | Seven=1 | Eight=0
Hi Christian, Whilst I applaud you for once again doing some amazing work to get this working, it's actually going to threaten one of the foundations of this coin - the CPU only mining channel. Now that you have made this breakthrough, would you be willing to help the developers modify the algorithm to make it less viable to have the GPU's assist mining on the CPU channel? At the same time, you could use the work you have done so far to assist in building the GPU miner for the GPU channel?
|
|
|
|
jorneyflair
|
 |
October 17, 2014, 01:42:33 AM Last edit: October 17, 2014, 04:02:11 AM by jorneyflair |
|
what are you guys finding? This ain't bad for 57 hours of run time... a bit more than 1 block per hour  This is a rig with 3 GTX 780Ti's doing the sieving. The Fermat test still runs on the CPU (bignum maths on the GPU is hard...) [METERS] 59 Block(s) ACC=59 REJ=0| Height = 18891 | Diff = 6.117701 | 57:31:36 Prime Clusters Found: Four=111988 | Five=4346 | Six=115 | Seven=1 | Eight=0
Hi Christian, Whilst I applaud you for once again doing some amazing work to get this working, it's actually going to threaten one of the foundations of this coin - the CPU only mining channel. Now that you have made this breakthrough, would you be willing to help the developers modify the algorithm to make it less viable to have the GPU's assist mining on the CPU channel? At the same time, you could use the work you have done so far to assist in building the GPU miner for the GPU channel? thats normal, all "cpu coin" will one day be GPU coin and then Asic coin
|
|
|
|
cbuchner1
|
 |
October 17, 2014, 07:31:46 AM Last edit: October 17, 2014, 12:03:51 PM by cbuchner1 |
|
Hi Christian, Whilst I applaud you for once again doing some amazing work to get this working, it's actually going to threaten one of the foundations of this coin - the CPU only mining channel. Now that you have made this breakthrough, would you be willing to help the developers modify the algorithm to make it less viable to have the GPU's assist mining on the CPU channel? At the same time, you could use the work you have done so far to assist in building the GPU miner for the GPU channel?
This high end mining rig uses 6-7 times the power of a Single core i7 in a power efficient mainboard. So overall the efficiency gain isn't really that great. It heats my entire living room. Some of the optimizations we found are also applicable to the CPU miner. The computations of the base remainder needs to be taken out of the for (j...) loop and an appropriate offset can be added during the sieve generation instead. The fermat check for Position p1 is redundantly done in the Supercomputing miner. Minimize overall run time by balancing sieve efficieny vs. the time spent in the Fermat test (adjust number of primes going into the sieve accordingly). During sieve Generation, segment the sieve into parts that fit into the CPUs L1 cache (for the smallest primes in in particular). Go fix this first before complaining about our GPU superiority :-) When I port this algorithm to my Xeon Phi card, it might even run circles around my GPUs... Who knows. You'd have to abandon the concept of primality searching to make the CPU channel ineligible for GPU assist. There are things in Computer science where GPUs are really bad. Do the research before advertising a CPU only mining opportunity. :-) We're not going to release this miner anytime soon and we're not taking this to GPU farms or AWS. The overall impact on this coin will be minimal. We might take our skills to other prime based coins (Riecoin etc) because these actually have a bit of trade value.
|
|
|
|
Supercomputing
|
 |
October 17, 2014, 11:09:37 AM |
|
For now the CPU (E5-2670 v2) is more efficient in performance per watt than the GPU (GTX 780 Ti) based on cbuchner1's implementation. However, the GTX 750 Ti would be more efficient at sieving.
Also, the CPU mining performance can be increased by a minimum of 2x over version 1.2, but without any trading value for this coin, what difference would it really make?
2 x Intel Xeon E5-2670 v2 Run time ~ 153.25 hours: [MASTER] Coinshield Network: New Block 19632 [METERS] 125 Block(s) ACC=122 REJ=2| Height = 19632 | Diff = 6.098033 | 32:47:49 [MASTER] Coinshield Network: New Block 19633 [METERS] 125 Block(s) ACC=122 REJ=2| Height = 19633 | Diff = 6.101024 | 32:48:00
Prime Clusters Found: Four=305335 | Five=10734 | Six=228 | Seven=4 | Eight=0
******* BLOCK FOUND *******
Preparing for Block Submission...
Submitting Block... [MASTER] Prime Cluster of Difficulty 6.425208 Found on Thread 14
53036723cff6846ec1eb1665c76972cdbf5f494fa0e552ca6d60c8bc3c1f34b324d3935076656cd 192729b4ac165b4a896c4661788128bd96ba72fdcda3ca6cf32416bfb88db08bbe234df8c0e977d cfe4a8793b02a105177233c32fac7ce9930ef6f7ee43809611c6ccb64b209719241ebadddc76474 e9ebf305aa92700dbca
[MASTER] Block Accepted By Coinshield Network. [MASTER] Coinshield Network: New Block 19634 [METERS] 126 Block(s) ACC=123 REJ=2| Height = 19634 | Diff = 6.104014 | 32:48:13
[METERS] 126 Block(s) ACC=123 REJ=2| Height = 19639 | Diff = 6.065141 | 33:10:34 [METERS] 126 Block(s) ACC=123 REJ=2| Height = 19639 | Diff = 6.065141 | 33:10:45
Prime Clusters Found: Four=306085 | Five=10759 | Six=229 | Seven=4 | Eight=0
******* BLOCK FOUND *******
Preparing for Block Submission...
Submitting Block... [MASTER] Prime Cluster of Difficulty 6.233405 Found on Thread 34
7c3802635316cec75b97877236edbd1e2bf9b51d4ba565d9cb839c915cd2ff58000fc5964ac8347 b3f782ce2d826a5ad8b7a311e6ffc92d31136fd5f96d7809aaef0c67ea760dc6de5f4e2f9359117 6878df32ce74d00aa464b3c3b9345451fd61877917c70c25d0ea9850d9095d508fa70645e0a6043 65d7da895e99fe47ab2
[MASTER] Block Accepted By Coinshield Network. [MASTER] Coinshield Network: New Block 19640 [METERS] 127 Block(s) ACC=124 REJ=2| Height = 19640 | Diff = 6.041192 | 33:10:56
[METERS] 127 Block(s) ACC=124 REJ=2| Height = 19641 | Diff = 6.044188 | 33:15:02 [METERS] 127 Block(s) ACC=124 REJ=2| Height = 19641 | Diff = 6.044188 | 33:15:13
Prime Clusters Found: Four=306256 | Five=10766 | Six=230 | Seven=4 | Eight=0
******* BLOCK FOUND *******
Preparing for Block Submission...
Submitting Block... [MASTER] Prime Cluster of Difficulty 6.204459 Found on Thread 22
d855ea9fc5931c1dec20f266ef655868d39bb58aa7622fe0fb68b3a07e57042b39aed244356d805 fa0fefee7500304e200c648b00758e49bcb01524a739fe39499acd0371419c6365c16839c2e6368 4cdf03faae5a3f8a8636ba4e93e5eac5f22a2ba2adafe97dbd232b5c0e087d94782e9de999f65bd a01cd72247fc32bae2a
[MASTER] Block Accepted By Coinshield Network. [MASTER] Coinshield Network: New Block 19642 [METERS] 128 Block(s) ACC=125 REJ=2| Height = 19642 | Diff = 6.020223 | 33:15:24 [METERS] 128 Block(s) ACC=125 REJ=2| Height = 19642 | Diff = 6.020223 | 33:15:36 [METERS] 128 Block(s) ACC=125 REJ=2| Height = 19642 | Diff = 6.020223 | 33:15:47
|
|
|
|
cbuchner1
|
 |
October 17, 2014, 12:06:05 PM |
|
For now the CPU (E5-2670 v2) is more efficient in performance per watt than the GPU
€1406,42 the price of that thing!! (cheapest price I found in a price search engine) My Xeon Phi card just around 1200€... I should actually start using that thing before I have to sell it for scraps  and I think four GTX 780Ti can also be had for the above price nowadays. he CPU mining performance can be increased by a minimum of 2x over version 1.2, but without any trading value for this coin, what difference would it really make?
for science? for sports? for feelgood? 
|
|
|
|
kev7112001
|
 |
October 17, 2014, 03:59:18 PM |
|
For now the CPU (E5-2670 v2) is more efficient in performance per watt than the GPU
€1406,42 the price of that thing!! (cheapest price I found in a price search engine) My Xeon Phi card just around 1200€... I should actually start using that thing before I have to sell it for scraps  and I think four GTX 780Ti can also be had for the above price nowadays. he CPU mining performance can be increased by a minimum of 2x over version 1.2, but without any trading value for this coin, what difference would it really make?
for science? for sports? for feelgood?  those things are nothing but a bunch of p3 cores wonder what my dual tualatins can do at 1.8ghz lol
|
MCXNOW MODERATOR
|
|
|
kev7112001
|
 |
October 17, 2014, 04:04:21 PM |
|
For now the CPU (E5-2670 v2) is more efficient in performance per watt than the GPU (GTX 780 Ti) based on cbuchner1's implementation. However, the GTX 750 Ti would be more efficient at sieving.
Also, the CPU mining performance can be increased by a minimum of 2x over version 1.2, but without any trading value for this coin, what difference would it really make?
makes A 2X mining difference also trading value is not relevant atm speculation is
|
MCXNOW MODERATOR
|
|
|
|