Author

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

legendary
Activity: 2968
Merit: 1198
Can anyone post a list of active peers/seeds ? I can't connect to the network.

Check Pm

Quote
Also what are the memory requirements of the client ? I guess that no block storage has been implemented as of yet.

There is no database or disk storage implemented, so everything is in RAM. Probably needs about 4GB or so.

Quote
I may be able to operate a seed node if the memory requirements are not really big. I have also built windows and ubuntu binaries, I will post them later, building under windows can be a real pain.

Thanks for whatever you can do!
hero member
Activity: 637
Merit: 500
Can anyone post a list of active peers/seeds ? I can't connect to the network.

Also what are the memory requirements of the client ? I guess that no block storage has been implemented as of yet.

I may be able to operate a seed node if the memory requirements are not really big. I have also built windows and ubuntu binaries, I will post them later, building under windows can be a real pain.
legendary
Activity: 2968
Merit: 1198
Thanks for taking the time to answer.

AEON does not have multisig. Bytecoin has multisig but it has limitations and was added in a way that is fairly unfriendly to open source. Specifically:

1. The limitations are that it does not work with ring signatures; multisig transactions must be unmixed. This works, but it undermines a lot of the appeal of the cryptonote system in the first place (i.e. why not just use Bitcoin?), especially if multisig becomes widely used. Monero has said that they are working on a more anon-friendly multisig, but it isn't delivered so there is certainly something to be said for a feature that exists over one that doesn't.

IMO the potential of trustless escrow systems that could be implemented outweigh the privacy concerns, which BTW may have a work around using multisig address just for escrow and normal (stealth) addresses for the final transactions. This is suboptimal but could be implemented.

I'm not sure I agree. If you look at where Bitcoin is going it seems entirely possible that most transactions will be multisig at some point fairly soon (already the percentage is significant), not necessarily just escrow transactions, but things like 2FA, succession plans (who gets your idle coins if you die), payment channels refunds, etc. If you toss anonymity to get multisig you are undermining a lot of the value proposition of cryptonote. Adding another transaction level to restore anonymity (if that even works, I'm not sure) is going to greatly increase the cost in terms of blockchain space and processing.

It may be this makes sense a stopgap for escrow-type transactions but it isn't a good long-term solution imo.

That said, if someone does the work, and either creates the code from scratch or pulls it out from bytecoin (along with the license), and if there is community buy in for it (especially in the latter case), I wouldn't oppose including it.
hero member
Activity: 637
Merit: 500
Thanks for taking the time to answer.

AEON does not have multisig. Bytecoin has multisig but it has limitations and was added in a way that is fairly unfriendly to open source. Specifically:

1. The limitations are that it does not work with ring signatures; multisig transactions must be unmixed. This works, but it undermines a lot of the appeal of the cryptonote system in the first place (i.e. why not just use Bitcoin?), especially if multisig becomes widely used. Monero has said that they are working on a more anon-friendly multisig, but it isn't delivered so there is certainly something to be said for a feature that exists over one that doesn't.

IMO the potential of trustless escrow systems that could be implemented outweigh the privacy concerns, which BTW may have a work around using multisig address just for escrow and normal (stealth) addresses for the final transactions. This is suboptimal but could be implemented.

2. As far as being open-source-unfriendly, Bytecoin pushed their changes (including multisig, and recently another batch) to github as a single huge commit with no break down of individual changes and features, and few if any comments. Thus it becomes a lot of work to pick through the specific changes that are needed and merge them manually. By contrast, if we want to incorporate updated features from Monero (or other cryptonotes for that matter) those are individual git commits can often be automatically merged and can be done individually on a feature-by-feature basis.

Absolutely agree with this, going through the Bytecoin source is a major PITA.

3. Bytecoin changed their license to GPL, which isn't necessarily something that all open source projects want (though some are certainly okay with it). For example, it presents problems if creating mobile builds and derived mobile apps (app stores don't seem to like it).

Changing the AEON license to include GPL from the current less-restrictive modified BSD license would be something that would need to have very broad community support, and would only make sense if there were a clear commitment of resources to not only merge the Bytecoin features but continue to maintain them.

Regarding the license issue, I can't see the current codebase being ported to a mobile platform. Instead, new apps (with any license) can be built to interact with full nodes and provide services. But  I agree that consensus is needed for this.
legendary
Activity: 2968
Merit: 1198
I may be interested to commit some time to this project, I am interested in multisig transactions for Cryptonote, does AEON have this ? or should/could it be ported from bcn ? I have seen it is a Monero fork but I am not too familiar with the Monero fork.

Would be nice to have a project incorporating both Monero and Bytecoin features and code improvements, this could position AEON as a more prominent cryptonote coin.

AEON does not have multisig. Bytecoin has multisig but it has limitations and was added in a way that is fairly unfriendly to open source. Specifically:

1. The limitations are that it does not work with ring signatures; multisig transactions must be unmixed. This works, but it undermines a lot of the appeal of the cryptonote system in the first place (i.e. why not just use Bitcoin?), especially if multisig becomes widely used. Monero has said that they are working on a more anon-friendly multisig, but it isn't delivered so there is certainly something to be said for a feature that exists over one that doesn't.

2. As far as being open-source-unfriendly, Bytecoin pushed their changes (including multisig, and recently another batch) to github as a single huge commit with no break down of individual changes and features, and few if any comments. Thus it becomes a lot of work to pick through the specific changes that are needed and merge them manually. By contrast, if we want to incorporate updated features from Monero (or other cryptonotes for that matter) those are individual git commits can often be automatically merged and can be done individually on a feature-by-feature basis.

3. Bytecoin changed their license to GPL, which isn't necessarily something that all open source projects want (though some are certainly okay with it). For example, it presents problems if creating mobile builds and derived mobile apps (app stores don't seem to like it).

Changing the AEON license to include GPL from the current less-restrictive modified BSD license would be something that would need to have very broad community support, and would only make sense if there were a clear commitment of resources to not only merge the Bytecoin features but continue to maintain them.

hero member
Activity: 637
Merit: 500
I may be interested to commit some time to this project, I am interested in multisig transactions for Cryptonote, does AEON have this ? or should/could it be ported from bcn ? I have seen it is a Monero fork but I am not too familiar with the Monero fork.

Would be nice to have a project incorporating both Monero and Bytecoin features and code improvements, this could position AEON as a more prominent cryptonote coin.
legendary
Activity: 2968
Merit: 1198
Welcome back

This thread and the other coin resources have been turned over to me by the original developer.

Source code on the main github has been updated: https://github.com/aeonix/aeon

I will continue to maintain the source code


Community volunteers wanted for:

1. Build Linux/Windows/Mac binaries.
2. Update/maintain web site
3. Operate seed node (and long-running stable node with a static IP and open port is fine)

Donations for bounty funds and community initiatives are currently closed but will reopen shortly.

aeond

[P2P5]Failed to connect to any of seed peers, continuing without seeds


Huh




Until there is an official seed node, you will need to obtain the IP address of a live node from someone already on the network. Once you have a node running you should have a p2pstate.bin file with node IPs and not need this, but new users do need a seed.

I'll PM you
sr. member
Activity: 311
Merit: 250
Welcome back

This thread and the other coin resources have been turned over to me by the original developer.

Source code on the main github has been updated: https://github.com/aeonix/aeon

I will continue to maintain the source code


Community volunteers wanted for:

1. Build Linux/Windows/Mac binaries.
2. Update/maintain web site
3. Operate seed node (and long-running stable node with a static IP and open port is fine)

Donations for bounty funds and community initiatives are currently closed but will reopen shortly.

aeond

[P2P5]Failed to connect to any of seed peers, continuing without seeds


Huh


sr. member
Activity: 311
Merit: 250
legendary
Activity: 2968
Merit: 1198
Welcome back

This thread and the other coin resources have been turned over to me by the original developer.

Source code on the main github has been updated: https://github.com/aeonix/aeon

I will continue to maintain the source code


Community volunteers wanted for:

1. Build Linux/Windows/Mac binaries.
2. Update/maintain web site
3. Operate seed node (any long-running stable node with a static IP and open port is fine)

Donations for bounty funds and community initiatives are currently closed but will reopen shortly.
legendary
Activity: 1568
Merit: 1003
🚀🚀 ATHERO.IO 🚀🚀
anyone wanna sell their coins PM
legendary
Activity: 2968
Merit: 1198
Is there a wallet fo this coin?

Probably not as the original developer had a closed source wallet I think, but all their stuff is gone now, or at best not maintained.

You could probably get lightWallet or .NET wallet from Monero to work. This is a Monero fork.

EDIT: Or of course the command line wallet, but you'll have to compile it yourself from my github or get binaries from another community member. I don't host them.
legendary
Activity: 1190
Merit: 1000
Is there a wallet fo this coin?
member
Activity: 96
Merit: 10

Quote

I only have source on github, sorry.

As far as the community taking over, anyone who wants to contribute is welcome to do so. So far there hasn't been much interest nor contributions, but it can't be ruled out.

OK, thanks, think gonna learn how to compile it on my win machine  Huh
Really hope that this coin will be supported by our community since this algo is not quite much out there, imho.

legendary
Activity: 2968
Merit: 1198
this coin is living?

The network is still up, blocks are being created.

It lives.
legendary
Activity: 2968
Merit: 1198
@smooth:
Do you have a qt zip version of this updated wallet? Mind to share? I'd like to give a try if possible.
What will be the status of this coin? Will community take it over?
Thanks.

I only have source on github, sorry.

As far as the community taking over, anyone who wants to contribute is welcome to do so. So far there hasn't been much interest nor contributions, but it can't be ruled out.
member
Activity: 96
Merit: 10
@smooth:
Do you have a qt zip version of this updated wallet? Mind to share? I'd like to give a try if possible.
What will be the status of this coin? Will community take it over?
Thanks.
newbie
Activity: 16
Merit: 0
legendary
Activity: 2968
Merit: 1198
The OP says the coin is discontinued, is this not true?

You can't "discontinue" a decentralized cryptocurrency. That is a contradiction in terms. The coin is still working just fine.

The original developer abandoned it. I have an up to date patched version. Well somewhat up to date except that the seed node doesn't work.

sr. member
Activity: 406
Merit: 250
Hi all,

As you may recall I have a patched version of the aeon code on my github: https://github.com/iamsmooth/aeon

One of the things I did was update the seed node. Well it turns out the seed node I had listed appears to no longer be available.

If you are running a stable, reachable aeon node and are willing to be listed as a seed node, please let me know and I will patch it into the code. Although seed nodes aren't needed if you are already running a node yourself, having a working one listed would be a great help to new users.



I love you smooth Smiley
Jump to: