Author

Topic: Nexus - Pure SHA3 + CPU/GPU + nPoS + 15 Active Innovations + More to Come - page 318. (Read 785514 times)

sr. member
Activity: 518
Merit: 275
If you fail...just dont fail again
hero member
Activity: 556
Merit: 501

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
hero member
Activity: 756
Merit: 502

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
hero member
Activity: 756
Merit: 502
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&)’:
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
sr. member
Activity: 318
Merit: 250
Nexus pool : http://nexusniropool.cestballot.fr/
Is now the block 18666? diff is under 6 its confused me

Block 18670 diff 5.805
hero member
Activity: 672
Merit: 500
Is now the block 18666? diff is under 6 its confused me
sr. member
Activity: 318
Merit: 250
Nexus pool : http://nexusniropool.cestballot.fr/
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&)’:
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 Core::Eratosthenes(int)’:
prime.cpp:258:81: warning: format ‘%i’ expects argument of type ‘int’, but argument 2 has type ‘std::vector::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, 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, 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 (*)()}
/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, 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 (*)()}
/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, 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, 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 (*)()}
/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, 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 (*)()}
/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
sr. member
Activity: 249
Merit: 250
newbie
Activity: 20
Merit: 0
sr. member
Activity: 318
Merit: 250
Nexus pool : http://nexusniropool.cestballot.fr/
Mandatory Update to Core 1.0.1b: Current Block 17501.

There are a lot of changes in this release, make sure to update.


Ubuntu 1.0.1b
Windows 1.0.1b


Change Log 1.0.1b:

+ Add Debug Keys: X57T6RQ, X57T6RS, X57T6RE, X57T6RC, X57T6RD
+ Add endline terminators in debug output.
+ Fix Block Checks in db.cpp for loadblockindex
+ Update Versions in version.cpp
+ Add Majority Block Height from Nodes instead of Average.
+ Create Class CMajority for Majority Filters. Used for peer block count, checkpoints, and Unified Time Seeds.
+ Add Core LLP Command GET_OFFSET for Unified Time to get Offset from Peer instead of Getting Unified Timestamp.
+ Update Unified Time to use GET_OFFSET rather than GET_TIME command to retrieve Unified Offset.
+ Add utilities in util.h: uint2bytes, bytes2uint, bytes2uint64, uint2bytes64, string2bytes, bytes2string
+ Removed Debug Output for Released, and added Reserve Balance
+ Update Coinbase / Reserves Calculation Priority, to reduce interference they may have with each other.
+ Build Reserves from CBlock when reading from Database, to synchronize everyone's reserves.


Support Thread 1.0.1b:
http://coinshieldtalk.org/forum/coin/technical-support/345-mandatory-update-1-0-1b



Viz.



Update your wallet to be sure you will ready for pool mining.

Best
sr. member
Activity: 318
Merit: 250
Nexus pool : http://nexusniropool.cestballot.fr/
I just update the walley without deleted data base.

All looks good.

Thx Dev


Best regards

Cestballot
full member
Activity: 161
Merit: 100
Great works,

Can I update it now. Do I need to remove appdata before update wallet?

Best Rgrds,
sr. member
Activity: 518
Merit: 275
If you fail...just dont fail again
OP Updated! Great work Viz.  Smiley
legendary
Activity: 868
Merit: 1058
Creator of Nexus http://nexus.io
Mandatory Update to Core 1.0.1b: Current Block 17501.

There are a lot of changes in this release, make sure to update.


Ubuntu 1.0.1b
Windows 1.0.1b


Change Log 1.0.1b:

+ Add Debug Keys: X57T6RQ, X57T6RS, X57T6RE, X57T6RC, X57T6RD
+ Add endline terminators in debug output.
+ Fix Block Checks in db.cpp for loadblockindex
+ Update Versions in version.cpp
+ Add Majority Block Height from Nodes instead of Average.
+ Create Class CMajority for Majority Filters. Used for peer block count, checkpoints, and Unified Time Seeds.
+ Add Core LLP Command GET_OFFSET for Unified Time to get Offset from Peer instead of Getting Unified Timestamp.
+ Update Unified Time to use GET_OFFSET rather than GET_TIME command to retrieve Unified Offset.
+ Add utilities in util.h: uint2bytes, bytes2uint, bytes2uint64, uint2bytes64, string2bytes, bytes2string
+ Removed Debug Output for Released, and added Reserve Balance
+ Update Coinbase / Reserves Calculation Priority, to reduce interference they may have with each other.
+ Build Reserves from CBlock when reading from Database, to synchronize everyone's reserves.


Support Thread 1.0.1b:
http://coinshieldtalk.org/forum/coin/technical-support/345-mandatory-update-1-0-1b



Viz.

full member
Activity: 161
Merit: 100
You are wellcome. All are in stable status now. That is great.

Rgrds,
Stuck at the block 15257 for hours Huh WTF , what shall i do now

You should delete appdata, resync with add node in config file:
addnode=69.195.149.114
addnode=204.27.62.234
addnode=69.195.148.42
addnode=204.27.62.242
addnode=69.195.148.34
addnode=204.27.62.226
addnode=62.219.98.129

After syncing, diff should be 6.xx
done, thanks dude
hero member
Activity: 672
Merit: 500
Stuck at the block 15257 for hours Huh WTF , what shall i do now

You should delete appdata, resync with add node in config file:
addnode=69.195.149.114
addnode=204.27.62.234
addnode=69.195.148.42
addnode=204.27.62.242
addnode=69.195.148.34
addnode=204.27.62.226
addnode=62.219.98.129

After syncing, diff should be 6.xx
done, thanks dude
sr. member
Activity: 318
Merit: 250
Nexus pool : http://nexusniropool.cestballot.fr/
CPU pool coming soon  Roll Eyes

http://coinshieldtalk.org for live information.
I will post when my pool be ready.

we support coinshield dev  Cool

Best regards
hero member
Activity: 820
Merit: 1000
Should not at betasharex, total buy/sell btc at betashare is 0.3 BTC per day.
This is not good for csd. Poloniex is great.


Great work guys, this coin has great potential if you can get it on some major exchanges.

BTER has great customer support and I have had zero issues with XPM trading on BTC-E.

Thank you, You're doing an awesome job yourself  Smiley.

As for exchanges:

We will be listed on http://betasharex.com/ within the next few days.

We are currently in discussions with poloniex, I'll keep you guys updated with the outcome.

If anyone in the community wants us on a specific exchange we ask that you email them (or submit a ticket) on our behalf and CC [email protected] (if ticket is submitted please include my email within the ticket).  We will gladly speak with any exchange regardless of their size.

Cheers,
KryptoKash
+1 If you want any credibility for CSD it needs to be listed on the biggest altcoin exchanges. Bittrex and Cryptsy are a must really. Has anyone contacted them?

Bittrex was requested earlier, I pm'd Bittrex Bill today, this is their thread: https://bitcointalksearch.org/topic/which-new-coin-should-bittrex-support-week-1-round-1-497351 (I believe)
Post on it and reach out to them as well.
Thanks,
KryptoKash

Edit: If I am wrong, and they have a new thread please let us know.
I'm requesting Bittrex too, but I think we need a block explorer first.  I think this is a must-have before we go to exchanges and really should have been done before/inline with pools so that we have good visibility into what is happening on the network
sr. member
Activity: 518
Merit: 275
If you fail...just dont fail again
Should not at betasharex, total buy/sell btc at betashare is 0.3 BTC per day.
This is not good for csd. Poloniex is great.


Great work guys, this coin has great potential if you can get it on some major exchanges.

BTER has great customer support and I have had zero issues with XPM trading on BTC-E.

Thank you, You're doing an awesome job yourself  Smiley.

As for exchanges:

We will be listed on http://betasharex.com/ within the next few days.

We are currently in discussions with poloniex, I'll keep you guys updated with the outcome.

If anyone in the community wants us on a specific exchange we ask that you email them (or submit a ticket) on our behalf and CC [email protected] (if ticket is submitted please include my email within the ticket).  We will gladly speak with any exchange regardless of their size.

Cheers,
KryptoKash
+1 If you want any credibility for CSD it needs to be listed on the biggest altcoin exchanges. Bittrex and Cryptsy are a must really. Has anyone contacted them?

Bittrex was requested earlier, I pm'd Bittrex Bill today, this is their thread: https://bitcointalksearch.org/topic/which-new-coin-should-bittrex-support-week-1-round-1-497351 (I believe)
Post on it and reach out to them as well.
Thanks,
KryptoKash

Edit: If I am wrong, and they have a new thread please let us know.
hero member
Activity: 820
Merit: 1000
Should not at betasharex, total buy/sell btc at betashare is 0.3 BTC per day.
This is not good for csd. Poloniex is great.


Great work guys, this coin has great potential if you can get it on some major exchanges.

BTER has great customer support and I have had zero issues with XPM trading on BTC-E.

Thank you, You're doing an awesome job yourself  Smiley.

As for exchanges:

We will be listed on http://betasharex.com/ within the next few days.

We are currently in discussions with poloniex, I'll keep you guys updated with the outcome.

If anyone in the community wants us on a specific exchange we ask that you email them (or submit a ticket) on our behalf and CC [email protected] (if ticket is submitted please include my email within the ticket).  We will gladly speak with any exchange regardless of their size.

Cheers,
KryptoKash
+1 If you want any credibility for CSD it needs to be listed on the biggest altcoin exchanges. Bittrex and Cryptsy are a must really. Has anyone contacted them?
Jump to: