Author

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

full member
Activity: 161
Merit: 100
hero member
Activity: 546
Merit: 500
Hmm, I'm getting a timeout on my miner :



Can't load it from http://127.0.0.1:9325/ either
legendary
Activity: 868
Merit: 1058
Creator of Nexus http://nexus.io
checking the wallet seems vast majority of my blocks are orphaned.

Every single one of mine have been orphaned too. This means there is someone with a very large amount of computing power.

Viz.
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
What is the C++ version you are using?
I initialize variables in the constructor, which is a C++11 feature.

Viz.

edit: someone definitely has a very high hashrate. I see reorganizations of 5 blocks or more every little bit. As difficulty rises the chain will stabilize.

/usr/lib/x86_64-linux-gnu/libstdc++.so.6

on both boxes
legendary
Activity: 868
Merit: 1058
Creator of Nexus http://nexus.io
hero member
Activity: 799
Merit: 1000
checking the wallet seems vast majority of my blocks are orphaned.
full member
Activity: 161
Merit: 100
block 171

is it right
legendary
Activity: 868
Merit: 1058
Creator of Nexus http://nexus.io
Videlicet
Can you compile wallet for ubuntu 12.04
I have this error on 12.04
Code:
irvo@:~$ ./coinshield
./coinshield: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.17' not found (required by ./coinshield)

I have working wallet on 14.04 but miner crashing every 10-20 seconds if i try to connect to external machine(14.04 with wallet)
12.04 have only libc.so.6: version GLIBC_2.15

Yes I can, but this will take some time. I'm going to have to download and install 12.01.

Viz.
sr. member
Activity: 329
Merit: 250
is somebody getting accepted blocks? here only orphans so far...
Hix
legendary
Activity: 1971
Merit: 1036
Videlicet
Can you compile wallet for ubuntu 12.04
I have this error on 12.04
Code:
irvo@:~$ ./coinshield
./coinshield: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.17' not found (required by ./coinshield)

I have working wallet on 14.04 but miner crashing every 10-20 seconds if i try to connect to external machine(14.04 with wallet)
12.04 have only libc.so.6: version GLIBC_2.15
hero member
Activity: 799
Merit: 1000
4770k on ubuntu 13.10 seems to be segfaulting alot, while 3570k on same distro remains stable the whole time.
hero member
Activity: 672
Merit: 500
Let's put in some constants and swap the last variable to 1 since block time won't vary that much on this coin...

Block 120 (2 hours):
Miners: 50*e^(-0.0000011*120)+3 = 52.99
Dev: e^(-0.00000059 * 120) + 0.1 = 1.09

Block 525600 (1 year):
Miners: 50*e^(-0.0000011*525600)+3 = 31.04
Dev: e^(-0.00000059 * 525600) + 0.1 = 0.83

Block 2628000 (5 year):
Miners: 50*e^(-0.0000011*2628000)+3 = 5.776
Dev: e^(-0.00000059 * 2628000) + 0.1 = 0.312

So you start taking roughly 2%, rising to 2.7% after a year, and 5.4% after 5 years.

Unsure what to say, that's a horrible unfair greedy amount to try and take, and to try and mask using relatively complex equations.

You are forgetting the Coinshield Channels, and that value per block does not mean higher value overall in exponential decay:

Block 120 (2 hours): 1.09 / 67.07 = [1.6% per block]
Miners: 50*e^(-0.0000011*120)+3 = 52.99
Channels: 10 * e^(-0.00000055 * 120) + 3 = 12.99
Dev: e^(-0.00000059 * 120) + 0.1 = 1.09

Block 525600 (1 year): 0.83 / 42.36 = [1.9% per block]
Miners: 50*e^(-0.0000011*525600)+3 = 31.04
Channels: 10 * e^(-0.00000055 * 525600) + 3 = 10.49
Dev: e^(-0.00000059 * 525600) + 0.1 = 0.83

COIN SUPPLY, 1 YEAR: 28,545,067
Total Mined: 21,801,631 [76% to miners]
Total Channel: 6,231,778 [21% to traders]
Total Dev: 511,658 [1.7% dev]

Block 2628000 (5 year): 0.312 / 11.438 = [2.7% per block]
Miners: 50*e^(-0.0000011*2628000)+3 = 5.776
Channels: 10 * e^(-0.00000055 * 2628000]) + 3 = 5.35
Dev: e^(-0.00000059 * 2628000) + 0.1 = 0.312

COIN SUPPLY, 5 YEARS: 74,341,701
Total Mined: 50,888,959 [68% to miners]
Total Channel: 21,850,548 [29% to traders]
Total Dev: 1,602,194 [2.1% dev]

Block 5256000 (10 year): 0.145 / 6.845 = [2.1% per block]
Miners: 50*e^(-0.0000011*5256000) + 3 = 3.15
Channels: 10 * e^(-0.00000055 * 5256000]) + 3 = 3.55
Dev: e^(-0.00000059 * 5256000) + 0.1 = 0.145

COIN SUPPLY 10 YEARS: 96,156,860
Total Mined: 61,077,806 [63% to miners]
Total Channel: 32,935,024 [34% to traders]
Total Dev: 2,144,030 [2.2% dev]



This graph is from the modeling program I used to design the equations.

EDIT: As you will notice, the channels do increase in [%] over time. This gives them more longevity.

~Videlicet
Long long journey to go Cool
Only got one block so far (1.25coin) , so little comparing the total coins suply is 100m Shocked
Ok , its time for supper  Cheesy
legendary
Activity: 868
Merit: 1058
Creator of Nexus http://nexus.io
What is the C++ version you are using?
I initialize variables in the constructor, which is a C++11 feature.

Viz.

edit: someone definitely has a very high hashrate. I see reorganizations of 5 blocks or more every little bit. As difficulty rises the chain will stabilize.
hero member
Activity: 799
Merit: 1000
Just delete appdata>coinshield if ur not on correct chain and resync.
legendary
Activity: 1610
Merit: 1000
Crackpot Idealist
what are the dependencies for the miner? One box built fine on Linux Mint 17, another on Ubuntu 12.04 is giving me this ::

Code:
~/primeminer$ 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/slicify/primeminer -I/home/slicify/primeminer/build -I/home/slicify/primeminer/hash -O2 -MMD -o build/miner.o miner.cpp
miner.cpp:53:27: warning: integer constant is so large that it is unsigned [enabled by default]
miner.cpp:53:7: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
In file included from util.h:5:0,
                 from types.h:4,
                 from core.h:5,
                 from miner.cpp:1:
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 miner.cpp:1:
types.h: In member function ‘LLP::DDOS_Score& LLP::DDOS_Score::operator++(int)’:
types.h:125:3: warning: no return statement in function returning non-void [-Wreturn-type]
types.h: In constructor ‘LLP::DDOS_Filter::DDOS_Filter(unsigned int)’:
types.h:136:22: warning: ‘LLP::DDOS_Filter::cSCORE’ will be initialized after [-Wreorder]
types.h:133:16: warning:   ‘unsigned int LLP::DDOS_Filter::BANTIME’ [-Wreorder]
types.h:138:3: warning:   when initialized here [-Wreorder]
In file included from core.h:5:0,
                 from miner.cpp:1:
types.h: In member function ‘virtual bool LLP::Connection::ProcessPacket()’:
types.h:249:40: warning: no return statement in function returning non-void [-Wreturn-type]
types.h: In constructor ‘LLP::Connection::Connection()’:
types.h:254:18: warning: ‘LLP::Connection::DDOS’ will be initialized after [-Wreorder]
types.h:219:17: warning:   ‘LLP::Packet LLP::Connection::INCOMING’ [-Wreorder]
types.h:258:3: warning:   when initialized here [-Wreorder]
types.h: In constructor ‘LLP::Connection::Connection(LLP::Socket_t, LLP::DDOS_Filter*)’:
types.h:254:18: warning: ‘LLP::Connection::DDOS’ will be initialized after [-Wreorder]
types.h:219:17: warning:   ‘LLP::Packet LLP::Connection::INCOMING’ [-Wreorder]
types.h:259:3: warning:   when initialized here [-Wreorder]
In file included from miner.cpp:1:0:
core.h: In constructor ‘LLP::Outbound::Outbound(std::string, std::string)’:
core.h:61:19: warning: ‘LLP::Outbound::PORT’ will be initialized after [-Wreorder]
core.h:80:79: warning:   base ‘LLP::Connection’ [-Wreorder]
core.h:80:3: warning:   when initialized here [-Wreorder]
In file included from miner.cpp:1:0:
core.h: In member function ‘uint64 LLP::Miner::bytes2uint64(std::vector)’:
core.h:256:79: warning: left shift count >= width of type [enabled by default]
core.h:256:98: warning: left shift count >= width of type [enabled by default]
core.h:256:117: warning: left shift count >= width of type [enabled by default]
core.h:256:136: warning: left shift count >= width of type [enabled by default]
miner.cpp: At global scope:
miner.cpp:15:28: error: ISO C++ forbids initialization of member ‘nSearches’ [-fpermissive]
miner.cpp:15:28: error: making ‘nSearches’ static [-fpermissive]
miner.cpp:15:28: error: ISO C++ forbids in-class initialization of non-const static member ‘nSearches’
miner.cpp:15:41: error: ISO C++ forbids initialization of member ‘nPrimes’ [-fpermissive]
miner.cpp:15:41: error: making ‘nPrimes’ static [-fpermissive]
miner.cpp:15:41: error: ISO C++ forbids in-class initialization of non-const static member ‘nPrimes’
miner.cpp: In constructor ‘Core::ServerConnection::ServerConnection(std::string, std::string, int, int)’:
miner.cpp:76:21: warning: ‘Core::ServerConnection::PORT’ will be initialized after [-Wreorder]
miner.cpp:72:7: warning:   ‘int Core::ServerConnection::nThreads’ [-Wreorder]
miner.cpp:78:3: warning:   when initialized here [-Wreorder]
make: *** [build/miner.o] Error 1
sr. member
Activity: 329
Merit: 250
i'm on the right chain (height 147) but all the few transactions are unconfirmed because not accepted  Sad
sr. member
Activity: 440
Merit: 250
it just keep forking every time i synced.don't know how you guys keep up with the main chain.

imo this launch is failed and not fair (for me at least).im out.
full member
Activity: 161
Merit: 100
Hello Vi,

I am on block 40,

How can i chang fork as you.


[METERS] 18601.666667 SPS | 26.166667 PPS | Height = 135
hope i am on right fork now

I can confirm you are. I am on the same fork with 9 nodes.

Viz.
hero member
Activity: 820
Merit: 1000
I'm just getting Failed to Update Height but I have the latest ubuntu bin
legendary
Activity: 868
Merit: 1058
Creator of Nexus http://nexus.io
[METERS] 18601.666667 SPS | 26.166667 PPS | Height = 135
hope i am on right fork now

I can confirm you are. I am on the same fork with 9 nodes.

Viz.
Jump to: