Pages:
Author

Topic: [ANN][ENT] Eternity - X11 - No Premine - page 19. (Read 83895 times)

sr. member
Activity: 539
Merit: 251
October 24, 2017, 06:32:04 AM
MD updated "AGAIN"......
Another 80 orphan blocks in the process. are you guys 100% sure this is the final release?

Or do we have to update weekly?
Then please let us know, so we know at least what the plan is,
We cant monitor every topic dailey for weekly hardforks.
member
Activity: 99
Merit: 10
October 24, 2017, 06:00:35 AM
Hi guys,

I am pleased to announce that ETERNITY has been added to https://www.crypto-coinz.net and from now on you will be able to see the Global Hash Rate and Difficulty of the coin and to calculate your Profitability.
If you have any other issues with using the calculator or site please let me know.

The calculation dosent seems to be correct for ENT. Please can you verify
Hi Zorky,

can you please be more specific on what you think does not work correctly?
The calculated Block reward is been taken in to account and the calculation should be correct.
Please give more details on what you think is not working as it should be.

Thanks
bhteam

Hi,

sure I will try to explain my self.

Im mining with 2000MH.
With your calculation I would receive about 40 ENT/ 24h
In reality I only receive about 5 ENT

Im mining at http://p2p.eternity-group.org/workers as worker EKdE4m6MNK7VXMAaYg2unBv2s6fDKBgNJu
Here you can see payouts https://chainz.cryptoid.info/ent/address.dws?EKdE4m6MNK7VXMAaYg2unBv2s6fDKBgNJu.htm

Im not a expert but it seems something is not correct.

The formula rewards for block: 2222222/(((Difficulty + 2600)/9)^2)
Generation block: every 2.5 minutes
Reward model:
miners - 45%
EternityNode holders - 45%
development of the project - 10%

2222222/(((17916 + 2600)/9)^2) = 0,4276486258735958

Block reward at your site says 4,45

And miners get 45% of that.
full member
Activity: 336
Merit: 100
https://www.crypto-coinz.net
October 24, 2017, 05:44:40 AM
Hi guys,

I am pleased to announce that ETERNITY has been added to https://www.crypto-coinz.net and from now on you will be able to see the Global Hash Rate and Difficulty of the coin and to calculate your Profitability.
If you have any other issues with using the calculator or site please let me know.

The calculation dosent seems to be correct for ENT. Please can you verify
Hi Zorky,

can you please be more specific on what you think does not work correctly?
The calculated Block reward is been taken in to account and the calculation should be correct.
Please give more details on what you think is not working as it should be.

Thanks
bhteam
member
Activity: 99
Merit: 10
October 24, 2017, 03:53:55 AM
Hi guys,

I am pleased to announce that ETERNITY has been added to https://www.crypto-coinz.net and from now on you will be able to see the Global Hash Rate and Difficulty of the coin and to calculate your Profitability.
If you have any other issues with using the calculator or site please let me know.

The calculation dosent seems to be correct for ENT. Please can you verify
full member
Activity: 228
Merit: 100
October 24, 2017, 02:16:33 AM
i still see 119 on Eternity Core:0.12.1.5 ??
newbie
Activity: 3
Merit: 0
October 23, 2017, 04:47:06 PM
Guide for V0.12.0 nodes updating to v0.12.1.6 in servers like Vultr or VPS.ag

First of all, if you have not already stop your old node, it's time to stop it.

Quote
cd eternity-0.12.0/bin && ./eternity-cli stop

Let's update our server after that

Quote
cd
apt-get update
apt-get upgrade

It's time to download the new distro

Quote

Now we unpack it

Quote
tar -xzvf eternitycore-0.12.1-linux64.tar.gz

And start the new node:

Quote
cd eternitycore-0.12.1/bin && ./eternityd

Funny thing, in my nodes at least I didn't recieve the rpcuser and rpcpassword usual error message of the first turn on of the node, so I have to push ctrl+c and enter to exit from node execution  Huh

Now we have to configure the new eternity.conf file

Quote
cd
cd .eternitycore && nano eternity.conf

We include the usual info:

Quote
rpcuser=lonbfdsbsfbfbfdgbzfdbame
rpcpassword=longzbfbzbfdbzdbword
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
eternitynode=1
eternitynodeprivkey=
--> We can copy the priv key from our eternitynode.conf file in the controller wallet or go to the folder .eternity and copy from the old eternity.conf file. Also we can use Winscp or a similar program to directly copy the old file in the new .eternitycore folder.

Let's start our node:

Quote
cd
cd eternitycore-0.12.1/bin && ./eternityd

See if everything is working

Quote
./eternity-cli getinfo

And made some cleaning from old instalation and tar archives if neccesary:

Quote
cd
rm -Rf eternity-0.12.0 && rm -Rf eternity-0.12.0-linux64.tar.gz && rm -Rf eternitycore-0.12.1-linux64.tar.gz && cd eternitycore-0.12.1/bin

We can also erase the old eternity blockchain folder .eternity, but I forgot about it  Shocked Grin

FInally we wait to have downloaded all the chain (it ususally is a very fast download), go to the console, restart the node with eternitynode start-alias and go to our node to check if the eternitynode is correctly started with:

Quote
./eternity-cli eternitynode status

And that's all. If you detect any mistake, please, post it to update the guide.

Salute

Ahhh, tip jar if you have some eternity to give away   Wink

EVgCha8qvpXeT52WaBQyoeXP9QdgvcRsnf






Anyone know why I might be getting rpcuser/password authentication failed error? Im using the same rpxuser/pass as my old node and while trying to update the new conf file, I get that error
full member
Activity: 434
Merit: 101
In crypto we trust!
October 23, 2017, 02:50:58 PM
Guys,

Im getting an error on my vps "Error: eternitynodeaddr option is deprecated. Please use eternitynode.conf to manage your remote eternitynodes."

I have updated the vps as told by berron on page 36. but it does not seem to work


Hello, pls delete "eternitynodeaddr" option, this should help. Had same problem and fix it like that.
full member
Activity: 434
Merit: 101
In crypto we trust!
October 23, 2017, 02:48:02 PM
I saw new kind of calculation in new version of wallet. In one day can be more than one pay. I like this model. Wanna know how this is work.
newbie
Activity: 6
Merit: 0
October 23, 2017, 02:43:40 PM
Guys,

Im getting an error on my vps "Error: eternitynodeaddr option is deprecated. Please use eternitynode.conf to manage your remote eternitynodes."

I have updated the vps as told by berron on page 36. but it does not seem to work


--------------------
edit
--------------------
fount it on slack: need to delete "eternitynodeaddr" line from conf file

newbie
Activity: 53
Merit: 0
October 23, 2017, 05:57:53 AM
So, now you have time to update your wallet and nodes, in what problems? i regular visit this thread, and already update wallets without any problem
full member
Activity: 188
Merit: 100
October 23, 2017, 02:00:25 AM
What will happen on Oct. 24. Is there a feature that will be activated or is just a block that has to be passed. Due to all the trouble in the last days with this coin I get a bit nervous with with new features. So dev, what will happen on this day? Most of the nodes are still on 1.5. Do we have confidence there will be no mess again? Please give some explanation and ensure we do not face again the same problems. I get a bit tired loosing coins all the time!

Yes exactly, we can repeat the recent situation. Those who do not update the wallet 0.12.1.6 will no longer mining a coin and the wallets will not be synchronized. If you are a miner and worry, use at this period http://pool.eternity-group.org/ everything is prepared there.

I'm not a miner and I have updated my wallet yesterday already. I was just asking what is planed for the 24th. Will the new wallet just reject connections with the old nodes and what will happen if the current status of only 20% on 1.6 remains till this date. We will have two chains and the old one will be the stronger, so I see again a potential fork in the wrong direction.
What you should probably do is to ensure that all the exchanges have version 1.6 by Oct. 24, so users will need to move to this version, too.
I would also recommend to put the mandatory update also in red in the OP.
What also helps is to send PMs to the active users in this thread. It is a bit more work, but is very effective.
In my opinion you have to have most of the user on 1.6 before that date, otherwise who knows where this will end.
What I saw just 2 days ago was a rewind and overwriting of the chain for 3 days in the past, while all the time connected to the explorer and listed there as a "proper" node. After the rewind all the transactions and moved coins were gone. I'm not sure if you or someone else made the fork and the overwriting, but I really do not wish you to compete with a off-chain (in your opinion) that is stronger then yours.

One last remark on the block explorer. Please this one is always on the right chain and height, so user can check their wallets and be sure they are on the same (right) one.

I agree, I don't want another sad day of loosing...
hero member
Activity: 534
Merit: 500
October 22, 2017, 06:06:24 PM
What will happen on Oct. 24. Is there a feature that will be activated or is just a block that has to be passed. Due to all the trouble in the last days with this coin I get a bit nervous with with new features. So dev, what will happen on this day? Most of the nodes are still on 1.5. Do we have confidence there will be no mess again? Please give some explanation and ensure we do not face again the same problems. I get a bit tired loosing coins all the time!

Yes exactly, we can repeat the recent situation. Those who do not update the wallet 0.12.1.6 will no longer mining a coin and the wallets will not be synchronized. If you are a miner and worry, use at this period http://pool.eternity-group.org/ everything is prepared there.

I'm not a miner and I have updated my wallet yesterday already. I was just asking what is planed for the 24th. Will the new wallet just reject connections with the old nodes and what will happen if the current status of only 20% on 1.6 remains till this date. We will have two chains and the old one will be the stronger, so I see again a potential fork in the wrong direction.
What you should probably do is to ensure that all the exchanges have version 1.6 by Oct. 24, so users will need to move to this version, too.
I would also recommend to put the mandatory update also in red in the OP.
What also helps is to send PMs to the active users in this thread. It is a bit more work, but is very effective.
In my opinion you have to have most of the user on 1.6 before that date, otherwise who knows where this will end.
What I saw just 2 days ago was a rewind and overwriting of the chain for 3 days in the past, while all the time connected to the explorer and listed there as a "proper" node. After the rewind all the transactions and moved coins were gone. I'm not sure if you or someone else made the fork and the overwriting, but I really do not wish you to compete with a off-chain (in your opinion) that is stronger then yours.

One last remark on the block explorer. Please this one is always on the right chain and height, so user can check their wallets and be sure they are on the same (right) one.
member
Activity: 143
Merit: 10
October 22, 2017, 05:45:46 PM
Hi guys,

I am pleased to announce that ETERNITY has been added to https://www.crypto-coinz.net and from now on you will be able to see the Global Hash Rate and Difficulty of the coin and to calculate your Profitability.
If you have any other issues with using the calculator or site please let me know.
Many thanks
full member
Activity: 336
Merit: 100
https://www.crypto-coinz.net
October 22, 2017, 05:34:06 PM
Hi guys,

I am pleased to announce that ETERNITY has been added to https://www.crypto-coinz.net and from now on you will be able to see the Global Hash Rate and Difficulty of the coin and to calculate your Profitability.
If you have any other issues with using the calculator or site please let me know.

Good stuff, thank you!
My pleasure Smiley
sr. member
Activity: 308
Merit: 250
October 22, 2017, 05:27:29 PM
Hi guys,

I am pleased to announce that ETERNITY has been added to https://www.crypto-coinz.net and from now on you will be able to see the Global Hash Rate and Difficulty of the coin and to calculate your Profitability.
If you have any other issues with using the calculator or site please let me know.

Good stuff, thank you!
full member
Activity: 336
Merit: 100
https://www.crypto-coinz.net
October 22, 2017, 05:26:52 PM
Hi guys,

I am pleased to announce that ETERNITY has been added to https://www.crypto-coinz.net and from now on you will be able to see the Global Hash Rate and Difficulty of the coin and to calculate your Profitability.
If you have any other issues with using the calculator or site please let me know.
full member
Activity: 228
Merit: 100
October 22, 2017, 04:50:14 PM
ok thanks dev
copper member
Activity: 110
Merit: 1
October 22, 2017, 03:27:40 PM
Understand. Soon everything will be ok since the majority nodes updates to the last version.  Smiley
member
Activity: 143
Merit: 10
October 22, 2017, 03:26:44 PM
What will happen on Oct. 24. Is there a feature that will be activated or is just a block that has to be passed. Due to all the trouble in the last days with this coin I get a bit nervous with with new features. So dev, what will happen on this day? Most of the nodes are still on 1.15. Do we have confidence there will be no mess again? Please give some explanation and ensure we do not face again the same problems. I get a bit tired loosing coins all the time!

Yes exactly, we can repeat the recent situation. Those who do not update the wallet 0.12.1.6 will no longer mining a coin and the wallets will not be synchronized. If you are a miner and worry, use at this period http://pool.eternity-group.org/ everything is prepared there.
member
Activity: 143
Merit: 10
October 22, 2017, 03:16:52 PM
Wallet updated  Grin Do you how long the exchanges wallet maintenance will continue ?
I can not affect their speed of service
Pages:
Jump to: