Bitcoin Forum
March 29, 2024, 10:08:52 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 [70] 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 ... 385 »
  Print  
Author Topic: Nexus - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come  (Read 785439 times)
neojin
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
October 15, 2014, 08:43:28 AM
 #1381

ok i will download
1711750132
Hero Member
*
Offline Offline

Posts: 1711750132

View Profile Personal Message (Offline)

Ignore
1711750132
Reply with quote  #2

1711750132
Report to moderator
Once a transaction has 6 confirmations, it is extremely unlikely that an attacker without at least 50% of the network's computation power would be able to reverse it.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
kitaco
Sr. Member
****
Offline Offline

Activity: 249
Merit: 250


View Profile
October 15, 2014, 03:46:12 PM
 #1382

Non Official IRC Chat

irc.freenode.net ##coinshield

http://kiwiirc.com/client/irc.freenode.net/##coinshield

@cryptokiely // Donate! - BTC: 1kie1ykRUjxpMH5fAqLWigdtbLCyrMK9k // VRC: VEriKiEfZ9CwVs6GVGLbuBdEJxR2F7CJLq
cestballot
Sr. Member
****
Offline Offline

Activity: 318
Merit: 250


Nexus pool : http://nexusniropool.cestballot.fr/


View Profile WWW
October 15, 2014, 05:09:24 PM
 #1383

Code:
/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
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
October 16, 2014, 12:31:55 AM
 #1384

Is now the block 18666? diff is under 6 its confused me
cestballot
Sr. Member
****
Offline Offline

Activity: 318
Merit: 250


Nexus pool : http://nexusniropool.cestballot.fr/


View Profile WWW
October 16, 2014, 12:35:26 AM
 #1385

Is now the block 18666? diff is under 6 its confused me

Block 18670 diff 5.805

cbuchner1
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
October 16, 2014, 07:32:00 AM
 #1386

Code:
/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
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
October 16, 2014, 10:36:05 AM
 #1387


what are you guys finding? This ain't bad for 57 hours of run time... a bit more than 1 block per hour Wink    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...)

Code:
[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
Hero Member
*****
Offline Offline

Activity: 556
Merit: 501


View Profile
October 16, 2014, 10:57:17 AM
 #1388


what are you guys finding? This ain't bad for 57 hours of run time... a bit more than 1 block per hour Wink    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...)

Code:
[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  Tongue

Code:
[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  Cry
KryptoKash (OP)
Sr. Member
****
Offline Offline

Activity: 511
Merit: 275


Bitcoin Interest.


View Profile
October 16, 2014, 02:03:44 PM
 #1389

CoinShield Market: https://coin-swap.net/market/CSD/BTC   Smiley

...
Superxfast
Full Member
***
Offline Offline

Activity: 161
Merit: 100


View Profile
October 16, 2014, 03:18:52 PM
 #1390

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

CoinShield Market: https://coin-swap.net/market/CSD/BTC   Smiley
Superxfast
Full Member
***
Offline Offline

Activity: 161
Merit: 100


View Profile
October 16, 2014, 03:42:16 PM
Last edit: October 16, 2014, 03:56:54 PM by Superxfast
 #1391

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
Sr. Member
****
Offline Offline

Activity: 318
Merit: 250


Nexus pool : http://nexusniropool.cestballot.fr/


View Profile WWW
October 16, 2014, 04:39:57 PM
 #1392

Code:
/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 Offline

Activity: 1946
Merit: 1005


My mule don't like people laughing


View Profile
October 16, 2014, 07:22:40 PM
 #1393

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
Hero Member
*****
Offline Offline

Activity: 820
Merit: 1000


View Profile
October 17, 2014, 12:53:13 AM
 #1394


what are you guys finding? This ain't bad for 57 hours of run time... a bit more than 1 block per hour Wink    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...)

Code:
[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
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
October 17, 2014, 01:42:33 AM
Last edit: October 17, 2014, 04:02:11 AM by jorneyflair
 #1395


what are you guys finding? This ain't bad for 57 hours of run time... a bit more than 1 block per hour Wink    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...)

Code:
[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
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
October 17, 2014, 07:31:46 AM
Last edit: October 17, 2014, 12:03:51 PM by cbuchner1
 #1396


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
Sr. Member
****
Offline Offline

Activity: 278
Merit: 250


View Profile
October 17, 2014, 11:09:37 AM
 #1397

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







Electrical Engineering & Computer Science
http://www.eecs.mit.edu/
cbuchner1
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
October 17, 2014, 12:06:05 PM
 #1398

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 Wink

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? Wink
kev7112001
Sr. Member
****
Offline Offline

Activity: 479
Merit: 250


View Profile
October 17, 2014, 03:59:18 PM
 #1399

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 Wink

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? Wink


those things are nothing but a bunch of p3 cores wonder what my dual tualatins can do at 1.8ghz lol

MCXNOW MODERATOR
kev7112001
Sr. Member
****
Offline Offline

Activity: 479
Merit: 250


View Profile
October 17, 2014, 04:04:21 PM
 #1400

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
Pages: « 1 ... 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 [70] 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 ... 385 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!