Author

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

sr. member
Activity: 309
Merit: 250
A] To failed build, what version of linux are you building on? Are you building the prime solo miner, or the prime pool miner?

B] To the failed to update height, is your wallet encrypted? If you send debug.log I can investigate further, this comes from mining LLP rejecting your request to update which comes from this code:

Code:
if(Net::vNodes.size() == 0 || Core::IsInitialBlockDownload() || pwalletMain->IsLocked()) 
{
   printf("%%%%%%%%%% Mining LLP: Rejected Request...\n");

   return false;
}

C] To the rich list, run the command "getaddressbalance
" and let me know if it is inconsistent with your current data, if so I'll do some digging to make sure these numbers are accurate. It is currently a database built in the core from every transaction that has happened debiting and crediting all inputs / outputs to the address selected.

Thank You,
Viz.

A] failed build responding. I am trying to compile the pool miner. Would it be better to run solominer? I have several older machines that all run Zorin 9 Lite ...description below:

Zorin OS is an Ubuntu-based Linux distribution designed especially for newcomers to Linux. It has a Windows-like graphical user interface and many programs similar to those found in Windows.

OS Type: Linux
Based on: Debian, Ubuntu
32 bit distro

I have about 25 of these machines, most all of them have single core P4 processors. Electric is free. Let me know if this is worth adding to all these machines or if it is possible with my distro.

Thank you as always, great work you are doing here.

p.s. I have run the poolminer on a windows system with a similar processor and I do not believe I can solve/contribute....no shares in 1 hour.

full member
Activity: 420
Merit: 105
A] To failed build, what version of linux are you building on? Are you building the prime solo miner, or the prime pool miner?

B] To the failed to update height, is your wallet encrypted? If you send debug.log I can investigate further, this comes from mining LLP rejecting your request to update which comes from this code:

Code:
if(Net::vNodes.size() == 0 || Core::IsInitialBlockDownload() || pwalletMain->IsLocked()) 
{
   printf("%%%%%%%%%% Mining LLP: Rejected Request...\n");

   return false;
}

C] To the rich list, run the command "getaddressbalance
" and let me know if it is inconsistent with your current data, if so I'll do some digging to make sure these numbers are accurate. It is currently a database built in the core from every transaction that has happened debiting and crediting all inputs / outputs to the address selected.

Thank You,
Viz.

Yes, wallet is encrypted. That might be the cause.. Any way to circumvent that without leaving my coins unsecured?
legendary
Activity: 868
Merit: 1058
Creator of Nexus http://nexus.io
A] To failed build, what version of linux are you building on? Are you building the prime solo miner, or the prime pool miner?

B] To the failed to update height, is your wallet encrypted? If you send debug.log I can investigate further, this comes from mining LLP rejecting your request to update which comes from this code:

Code:
if(Net::vNodes.size() == 0 || Core::IsInitialBlockDownload() || pwalletMain->IsLocked()) 
{
   printf("%%%%%%%%%% Mining LLP: Rejected Request...\n");

   return false;
}

C] To the rich list, run the command "getaddressbalance
" and let me know if it is inconsistent with your current data, if so I'll do some digging to make sure these numbers are accurate. It is currently a database built in the core from every transaction that has happened debiting and crediting all inputs / outputs to the address selected.

Thank You,
Viz.
full member
Activity: 420
Merit: 105
I've been mining happily until yesterday.

Now the miner says "Connected to 12.0... Failed to update best height"

What could be the cause? Closed the wallet, rebooted, nothing helps..
full member
Activity: 420
Merit: 105

would anyone care to post the current rich list? I don't feel like updating to 1.0.3 beta right now, I'd rather wait for the final version.


http://www.cestballot.fr/downn/nexus/richlist/20150428.txt

Best regards

Cest Ballot


Doesn't seem right. I own around 1500 coins and my wallet isn't anywhere on that list.
sr. member
Activity: 309
Merit: 250
Just run this following set:
You'll want to create a folder named "build" in your miner directory

Code:
cd 
make -f makefile.unix
strip coinshield_prime
./coinshield_prime


Let me know if you have any more questions.

Thank You,
Viz.

Thank you for your reply. Here is what I get:

comp5@comp5-E-4100:~/PrimePoolMiner$ make -f makefile.unix
g++ -c -pthread -m64 -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/comp5/PrimePoolMiner -I/home/comp5/PrimePoolMiner/build -I/home/comp5/PrimePoolMiner/hash -O2 -MMD -o build/skein.o hash/skein.cpp
In file included from /usr/include/string.h:25:0,
                 from hash/skein.cpp:13:
/usr/include/features.h:374:25: fatal error: sys/cdefs.h: No such file or directory
 #  include
                         ^
compilation terminated.
make: *** [build/skein.o] Error 1


Please advise and thank you.
I created mkdir build and re-ran but still have same error.

From what I can tell this miner was created for 64bit system? I am on a 32bit system, perhaps this is the problem??
Thanks again.
sr. member
Activity: 309
Merit: 250
Just run this following set:
You'll want to create a folder named "build" in your miner directory

Code:
cd 
make -f makefile.unix
strip coinshield_prime
./coinshield_prime


Let me know if you have any more questions.

Thank You,
Viz.

Thank you for your reply. Here is what I get:

comp5@comp5-E-4100:~/PrimePoolMiner$ make -f makefile.unix
g++ -c -pthread -m64 -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/comp5/PrimePoolMiner -I/home/comp5/PrimePoolMiner/build -I/home/comp5/PrimePoolMiner/hash -O2 -MMD -o build/skein.o hash/skein.cpp
In file included from /usr/include/string.h:25:0,
                 from hash/skein.cpp:13:
/usr/include/features.h:374:25: fatal error: sys/cdefs.h: No such file or directory
 #  include
                         ^
compilation terminated.
make: *** [build/skein.o] Error 1


Please advise and thank you.
I created mkdir build and re-ran but still have same error.
legendary
Activity: 868
Merit: 1058
Creator of Nexus http://nexus.io
Just run this following set:
You'll want to create a folder named "build" in your miner directory

Code:
cd 
make -f makefile.unix
strip coinshield_prime
./coinshield_prime


Let me know if you have any more questions.

Thank You,
Viz.
sr. member
Activity: 309
Merit: 250
Looking to join the pool using 32 bit linux system. I am having trouble finding info on how to run the pool miner using linux. After cloning from github (https://github.com/VidereLicet/PrimePoolMiner.git).........How do I compile or use this miner.

I am a relatively new linux user with decent knowledge of using other miners. I also run windows version at pool, so I understand the mining arguments usage. Thanks for helping.
sr. member
Activity: 318
Merit: 250
Nexus pool : http://nexusniropool.cestballot.fr/

would anyone care to post the current rich list? I don't feel like updating to 1.0.3 beta right now, I'd rather wait for the final version.


http://www.cestballot.fr/downn/nexus/richlist/20150428.txt

Best regards

Cest Ballot
hero member
Activity: 756
Merit: 502

would anyone care to post the current rich list? I don't feel like updating to 1.0.3 beta right now, I'd rather wait for the final version.
legendary
Activity: 868
Merit: 1058
Creator of Nexus http://nexus.io
PoS will be in the release candidate, this binary is aimed at providing you access to rich lists, global transaction lookup, global address lookup, and fast sync.

Thank You,
Viz.
hero member
Activity: 1974
Merit: 502
Vave.com - Crypto Casino
You have access to these new RPC commands with 1.0.3 Beta [Also Fast Sync, I sync from block 0 in just about 6 hours]:


dumprichlist
getaddressbalance

getsupplyrates
getglobaltransaction


Let's start moving towards more selections here in the samples, quote your favorite image and type what sample in that image you like the most. That way we can start getting a tally on the direction to go here Wink

Thank You,
Viz.

Hello,

http://coinshield.io/binaries/nexus-1.0.3.zip
all this new features are so cool, I love fast sync! now it's so easy to have full sync wallet Smiley

thx Viz for this update Smiley

We are Nexus

Best regards

Cest Ballot

This doesn't have POS though?
sr. member
Activity: 318
Merit: 250
Nexus pool : http://nexusniropool.cestballot.fr/
You have access to these new RPC commands with 1.0.3 Beta [Also Fast Sync, I sync from block 0 in just about 6 hours]:


dumprichlist
getaddressbalance

getsupplyrates
getglobaltransaction


Let's start moving towards more selections here in the samples, quote your favorite image and type what sample in that image you like the most. That way we can start getting a tally on the direction to go here Wink

Thank You,
Viz.

Hello,

http://coinshield.io/binaries/nexus-1.0.3.zip
all this new features are so cool, I love fast sync! now it's so easy to have full sync wallet Smiley

thx Viz for this update Smiley

We are Nexus

Best regards

Cest Ballot
legendary
Activity: 868
Merit: 1058
Creator of Nexus http://nexus.io


Maybe I should post the half lives so this can be more concrete? Anybody want more stats? Smiley
Viz.

sure, should be interesting Smiley

boomshanka

For the mining decay equation:

Code:
V = 50 e ^ -0.0000011t

Solved for t at 1/2 for half life:
0.5 = e^ -0.0000011t -> ln 0.5 / -0.0000011 = t -> 630,133 Minutes -> 10,502 hours -> 437 days


The half lives are essentially the time it takes for the rewards to decay to half it's value, 1st half life is 0.5, 0.25, 0.125, so on.
This means 437 days from launch, miner rewards will approach 25 Niro per minute, 874 days after launch 12.5 Niro per minute, so on.

This will fit in a slowly decaying curve, like radioactive decay from unstable isotopes.
Day 0:          50 Niro / Minute
Day 437:      25 Niro / Minute
Day 874:   12.5 Niro / Minute
Day 1311: 6.25 Niro / Minute


Thank You,
Viz.
sr. member
Activity: 318
Merit: 250
Nexus pool : http://nexusniropool.cestballot.fr/
You'll get a payout once your account balance gets high enough to be priority to get on the next block, its based in reference to other accounts and the priority they have from their balance.

Thank You,
Viz.

Hello,
Nexus btc vol at 15btc +:)
Viz work on 1.0.3, we will have more information soon  Wink

http://nexusniropool.cestballot.fr/ News :

1. Why High Balance : when I updated pool to 1.0.3 beta (this increase stability for pool) CPU diff drop to 6.0 and when I restarted the pool diff increase to 6.4+ really fast because we have 3600+ connections at this moment. so big miner found block quickly with 1 to 10 secondes block creation. this increase balance of all. so you will or you receive payout with hight value. Your mining csd are safe but this is why you probably receive big payout and not a lot of small payout.

2. Viz works on web ui to have more statistique about pool. This feature will be ready very soon now.

3. Viz will work on variable intelligent diff for pool miner.

4. Now I think we need GPU pool, but I don't have time to do that. If you can, do it but I can't. Bitslapper works on pool miner.

Best Regards

Cest Ballot
legendary
Activity: 1204
Merit: 1000
to your stations, man the pineapples!!!


Maybe I should post the half lives so this can be more concrete? Anybody want more stats? Smiley
Viz.

sure, should be interesting Smiley

boomshanka
legendary
Activity: 868
Merit: 1058
Creator of Nexus http://nexus.io
You'll get a payout once your account balance gets high enough to be priority to get on the next block, its based in reference to other accounts and the priority they have from their balance.

Thank You,
Viz.
full member
Activity: 204
Merit: 100
Hello. Why stop getting payments from the pool http://nexusniropool.cestballot.fr/ What's wrong?

legendary
Activity: 868
Merit: 1058
Creator of Nexus http://nexus.io
And as every minute passes, the mining rewards get lower and lower from the decay equations, so this will slowly push the market up as the time moves on rather than shocking the market when block rewards half.

Maybe I should post the half lives so this can be more concrete? Anybody want more stats? Smiley
Viz.
Jump to: