Pages:
Author

Topic: [ANN] AEON [2019-09-27: Upgrade to version 0.13.0.0 ASAP HF@1146200 Oct 25] - page 70. (Read 625654 times)

legendary
Activity: 2968
Merit: 1198
What is the update on the code rebase and who is commissioned to do it? I hope it is someone with the experience and the efficiency of the Monero development team. Smooth cannot risk giving it to unknowns.

There has to be guidelines and it should be under smooth's direction, very much like Linus Torvalds job in Linux.

Indeed.

https://www.reddit.com/r/Aeon/comments/7lrsmx/guidelines_for_rebasing_efforts/

All submissions will be peer reviewed by the community and by me prior to any release (which is a long way off in any case, first step will be a working testnet).


Long way off. Do you mean finishing the code rebase? When, do you reckon, will there be a final release, judging from this set of less experienced developers taking on the bounty?

Can you say that there is a candidate release by March or April, 2018?

I meant a release for the live network. There will need to be a testnet and a scheduled hard fork. Long way off is relative, and I didn't mean years.. March or April is plausible, depending on results of this bounty initiative. We'll see.

Why is the blocktime so slow? Does this make it safer?

Slower block time has some advantages for network stability but also for keeping the blockchain smaller and syncs faster, especially when usage is low (but syncs can be faster in some cases regardless of transaction rate).
legendary
Activity: 3010
Merit: 1460
What is the update on the code rebase and who is commissioned to do it? I hope it is someone with the experience and the efficiency of the Monero development team. Smooth cannot risk giving it to unknowns.

There has to be guidelines and it should be under smooth's direction, very much like Linus Torvalds job in Linux.

Indeed.

https://www.reddit.com/r/Aeon/comments/7lrsmx/guidelines_for_rebasing_efforts/

All submissions will be peer reviewed by the community and by me prior to any release (which is a long way off in any case, first step will be a working testnet).


Long way off. Do you mean finishing the code rebase? When, do you reckon, will there be a final release, judging from this set of less experienced developers taking on the bounty?

Can you say that there is a candidate release by March or April, 2018?
full member
Activity: 546
Merit: 100
Why is the blocktime so slow? Does this make it safer?

legendary
Activity: 2968
Merit: 1198
What is the update on the code rebase and who is commissioned to do it? I hope it is someone with the experience and the efficiency of the Monero development team. Smooth cannot risk giving it to unknowns.

There has to be guidelines and it should be under smooth's direction, very much like Linus Torvalds job in Linux.

Indeed.

https://www.reddit.com/r/Aeon/comments/7lrsmx/guidelines_for_rebasing_efforts/

All submissions will be peer reviewed by the community and by me prior to any release (which is a long way off in any case, first step will be a working testnet).
jr. member
Activity: 125
Merit: 1
Yet another mining pool, supportAEON.com

New pool: supportAEON.com

Fee: 0%
Wallet Min. Payout: 0.25

Previously known as AEONpool.pl; has switched its domain towards supportAEON.com, and back-end has been moved towards French.

Why change the domain?

A more universal domain name; rather then been associated as *only* a Polish pool, we decided to switch.

Why change the back-end?

To be more accessible from multiple regions within Europe, we noticed that the network delays where marginal compare network improvements for other regions.

Our goal is to launch more pools around Europe to provide the best connectivity to our platform and support the growth of AEON!

Mining Pool Address: pool.supportaeon.com:

* Low end, port: 3333
* Mid range, port: 5555
* High end, port: 7777

Questions? Message on reddit or send an email towards: [email protected]
legendary
Activity: 3010
Merit: 1460
What is the update on the code rebase and who is commissioned to do it? I hope it is someone with the experience and the efficiency of the Monero development team. Smooth cannot risk giving it to unknowns.

There has to be guidelines and it should be under smooth's direction, very much like Linus Torvalds job in Linux.
legendary
Activity: 2968
Merit: 1198
For those who tried to sync aeond from scratch and couldn't go beyond the height 1000 with lots of "alternative chain, block height: 406" message, please try the following:
Quote
  • Delete the Aeon blockchain folder
  • Run aeond with --add-exclusive-node 34.205.171.63:11180 (one of the public nodes listed here https://aeon.wiki/Node )
  • Wait for a bit until it shows CHECKPOINT PASSED FOR HEIGHT 1000
  • Stop aeond and run it again without --add-exclusive-node
https://github.com/aeonix/aeon/issues/117#issuecomment-353502728

There might be some issue that needs fixing.

It's actually more efficient (in terms of bandwidth usage and maybe time) to do the whole sync with --add-exclusive-node (can pick any working node, doesn't have to be the IP listed above) then remove it once the whole sync is done.



Thanks for commenting. I thought continuing to run with --add-exclusive-node might cause some high workload on that connected node.

Anyway, I hope this doesn't become too much of a barrier to entry for new users.

You're right and if people are using a node IP published on a forum that is a bad idea. Otherwise it isn't so bad because it causes less workload for all the other nodes, and less workload for the network as a whole (because the syncing is somewhat inefficient and duplicates work across nodes). I usually suggest to start the sync normally and then pick one of the IPs from the print_cn list. That way people following the advice will probably be picking different nodes and not all swarming on one.

full member
Activity: 203
Merit: 166
For those who tried to sync aeond from scratch and couldn't go beyond the height 1000 with lots of "alternative chain, block height: 406" message, please try the following:
Quote
  • Delete the Aeon blockchain folder
  • Run aeond with --add-exclusive-node 34.205.171.63:11180 (one of the public nodes listed here https://aeon.wiki/Node )
  • Wait for a bit until it shows CHECKPOINT PASSED FOR HEIGHT 1000
  • Stop aeond and run it again without --add-exclusive-node
https://github.com/aeonix/aeon/issues/117#issuecomment-353502728

There might be some issue that needs fixing.

It's actually more efficient (in terms of bandwidth usage and maybe time) to do the whole sync with --add-exclusive-node (can pick any working node, doesn't have to be the IP listed above) then remove it once the whole sync is done.



Thanks for commenting. I thought continuing to run with --add-exclusive-node might cause some high workload on that connected node.

Anyway, I hope this doesn't become too much of a barrier to entry for new users.
sr. member
Activity: 1246
Merit: 274

We are glad that a New team of devs is born, in harmony with smooth. 

This is very cool news. I have zero programming skills but I wish the best to those involved.  Once the rebase is done and we have a reliable GUI wallet I can see a very positive future for AEON. 2017 has really been very good for AEON already even without a noob friendly wallet and having Bittrex closed for half the year (or close to it).
legendary
Activity: 2968
Merit: 1198
For those who tried to sync aeond from scratch and couldn't go beyond the height 1000 with lots of "alternative chain, block height: 406" message, please try the following:
Quote
  • Delete the Aeon blockchain folder
  • Run aeond with --add-exclusive-node 34.205.171.63:11180 (one of the public nodes listed here https://aeon.wiki/Node )
  • Wait for a bit until it shows CHECKPOINT PASSED FOR HEIGHT 1000
  • Stop aeond and run it again without --add-exclusive-node
https://github.com/aeonix/aeon/issues/117#issuecomment-353502728

There might be some issue that needs fixing.

It's actually more efficient (in terms of bandwidth usage and maybe time) to do the whole sync with --add-exclusive-node (can pick any working node, doesn't have to be the IP listed above) then remove it once the whole sync is done.

hero member
Activity: 1923
Merit: 538

We are glad that a New team of devs is born, in harmony with smooth. 
full member
Activity: 203
Merit: 166
For those who tried to sync aeond from scratch and couldn't go beyond the height 1000 with lots of "alternative chain, block height: 406" message, please try the following:
Quote
  • Delete the Aeon blockchain folder
  • Run aeond with --add-exclusive-node 34.205.171.63:11180 (one of the public nodes listed here https://aeon.wiki/Node )
  • Wait for a bit until it shows CHECKPOINT PASSED FOR HEIGHT 1000
  • Stop aeond and run it again without --add-exclusive-node
https://github.com/aeonix/aeon/issues/117#issuecomment-353502728

There might be some issue that needs fixing.
newbie
Activity: 249
Merit: 0
thank you for that news! hope you find a Dev willing to take this coin on! I love mining it !
newbie
Activity: 249
Merit: 0
Wow people got really defensive!  I was just asking for the status I'm not going to keep mining this coin if its dead. I mine for profit I don't care if said coin you don't like because of blah blah.. if it is easy to mine with an ACTIVE dev then I'm on it , just was asking if this project was active and got my answer NO. I don't get emotionally attached to my coins  Grin thank you guys for the feedback i'll check on Aeon from time to time hope it rises from the ashes.
copper member
Activity: 234
Merit: 1
https://twitter.com/bazookajeff
hi,

aeond.exe  - fails to synchronize blockchain at  height ~ 903600.      was there a hardfork?

No, there was no hard fork recently.

Please try the following and see if it solves the issue:
  • stop aeond.exe by typing "exit"
  • delete C:\ProgramData\aeon\p2pstate.bin
  • start aeond.exe again

Also, if you encounter a problem, please provide a bit more lines of logs.


Another solution is to go find a faster internet connection. I reckon something like it happened to my node while it was syncing, like it was stuck. So I had to go out of the house, and to my brother's place with my whole set up in the middle of the night hehehe.

He thought I was crazy.

Wear a black suit and tie next time and black sun glasses. Then you'll look crazy - to some.
legendary
Activity: 3010
Merit: 1460
hi,

aeond.exe  - fails to synchronize blockchain at  height ~ 903600.      was there a hardfork?

No, there was no hard fork recently.

Please try the following and see if it solves the issue:
  • stop aeond.exe by typing "exit"
  • delete C:\ProgramData\aeon\p2pstate.bin
  • start aeond.exe again

Also, if you encounter a problem, please provide a bit more lines of logs.


Another solution is to go find a faster internet connection. I reckon something like it happened to my node while it was syncing, like it was stuck. So I had to go out of the house, and to my brother's place with my whole set up in the middle of the night hehehe.

He thought I was crazy.
copper member
Activity: 234
Merit: 1
https://twitter.com/bazookajeff
A warning to Sumokoin shills:

This thread is not for you to shill your scam. Get out, or expect your posts to be removed by the mod.

Nobody shilled here. Don't embaresse yourself. The only one talking about Sumo here is you...

But basicly I agree to that... Back to aeon since this is the aeon ANN..

You're right. I know you're a Sumokoin shill but your above post wasn't explicitly shilling. So take my warning as a precaution.


My post wasn't even implicit shilling... it was just 100% to make fun of you  Smiley

Don't be so angry all the time. Have some fun every other day buddy... Don't make it so easy to pull you leg.

I blocked you on Twitter and I don't plan to unblock, because the amount of time I wasted responding to you reached at an unacceptable level. I'm considering pushing the 'ignore' button here now.


Is this dude seriously shilling Sumokoin?
newbie
Activity: 39
Merit: 0
@Durins Bane. The lottery mentioned to be sure to account for the 0.01 transaction fee. We know some Aeon holders might be intimidated in using the command line. So maybe it is a good idea to post the exact command or instructions to type in the command line.

Also, I see there are Aeon haters in the thread. There must be something about this coin that threatens them hehehe.



It was more in relation to people who are sending coins from an exchange some were getting the tx fee taken from the amount they withdrew I have just removed it now but I will add the transfer line thanks for input Smiley
sr. member
Activity: 778
Merit: 252
Pages:
Jump to: