Author

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

legendary
Activity: 2968
Merit: 1198
i am sorry for not following the development of aeon,

Is it light? Do you have mobile wallet?

Just curious.

Not sure what you mean by "light". We have a pruning branch which drops most blockchain data but still functions as a full node, and a design for an SPV-like wallet.

Mobile wallets are planned but not under immediate development. Third parties may take that on once the libraries for SPV-like wallet functions are released, or if the project grows we might do it ourselves. Hard to say at this point.

hero member
Activity: 896
Merit: 1000
i am sorry for not following the development of aeon,

Is it light? Do you have mobile wallet?

Just curious.
legendary
Activity: 2968
Merit: 1198
We received a nice 1000 donation in addition to regular mining blocks and small donations of 5-10. All are appreciated!

balance: 457887.934933436883, unlocked balance: 456887.934933436883
legendary
Activity: 2968
Merit: 1198
git checkout -b aeon

If you remove the -b there, you won't create a new branch and don't need to pull into it. Less confusing. So just

Code:
git clone https://github.com/Arux-BTT/cryptonote-universal-pool.git your_pool_folder
cd your_pool_folder
git checkout aeon

However, if you want to make local changes the original method is fine, or even better create your own new branch with a different name forked from the aeon branch:


Code:
git clone https://github.com/Arux-BTT/cryptonote-universal-pool.git your_pool_folder
cd your_pool_folder
git checkout aeon
git checkout -b my_new_branch
hero member
Activity: 500
Merit: 500
@moneromoo: good luck to reboot.

if someone want to setup a pool (to solo gpu mine for example), i have updated xdn-project's pool to be compatible with aeon here: https://github.com/Arux-BTT/cryptonote-universal-pool.git

don't forget to use the aeon branch:
Code:
git clone https://github.com/Arux-BTT/cryptonote-universal-pool.git your_pool_folder
cd your_pool_folder
git checkout -b aeon
git pull origin aeon
then instructions from exciter0 are correct https://bitcointalksearch.org/topic/m.12293931
don't hesitate to ask for support.

legendary
Activity: 2968
Merit: 1198
Passing along a messsage from moneromoo:

Quote
Due to hardware issues, the pool just went down and it might be quite a while before I can get it back online, so people should move elsewhere.
The BCT account stuff was on that other stuff. I have backups, but not easy to get to atm.

Thank you for passing along. I have updated the OP
legendary
Activity: 1470
Merit: 1000
Want privacy? Use Monero!
Passing along a messsage from moneromoo:

Quote
Due to hardware issues, the pool just went down and it might be quite a while before I can get it back online, so people should move elsewhere.
The BCT account stuff was on that other stuff. I have backups, but not easy to get to atm.
sr. member
Activity: 465
Merit: 250
Miner seems to be working well, only problem is high cpu usage.
sr. member
Activity: 465
Merit: 250
Link is not working.

That's what I get for typing them manually. Fixed.

Thanks!
hero member
Activity: 500
Merit: 500
- the pool mined the block 625817 to the donation address.

The AEON donation address? I'd have no problem giving that back.

it's nice of you smooth but it will be not necessary.
firstly i'm happy that the block isn't lost for everybody. (and i can't choose a better address to throw away a block)
secondly the pool's fees (2%) allow to cover the loss
and thirdly, it's my bad.
legendary
Activity: 3766
Merit: 5146
Note the unconventional cAPITALIZATION!
Just pushed some improvements to the GitHub - MoneroMooo is working with me on the disconnection issue now.
The improvements are for hashrate, as well as some better output, so far (NSFW): https://ottrbutt.com/tmp/aeonwolf-10262015.png


hey wolf0 what is your os ? fedora ?

Arch Linux, sorry for the late reply. I used to do Linux From Scratch, but this takes less time and is about as customizable.

Another old LFS user who also uses Arch.  I had a short stint with gentoo, and also Slackware back in the day.  But Arch jhas been my distro of choice for 10 years or so.

FWIW aeon compiles easily on arch with a small tweak turning off a warning, but I imagine you aremaware of this. ☺
legendary
Activity: 2968
Merit: 1198
- the pool mined the block 625817 to the donation address.

The AEON donation address? I'd have no problem giving that back.
hero member
Activity: 500
Merit: 500
everything back to normal at http://52.8.47.33:8080/

several low probability events occured all in the same time
- a very high unluck period 579% Cry
- a wrong pool wallet address (my bad when i updated the core pool)
- an error of payment module (no enought outpout to mix... Undecided)

but in conclusion:
- no shares were lost.
- the pool mined the block 625817 to the donation address.
- the miners were paid with a delay. the fees of the correct pool wallet was used to pay the missing amount of block 625817.

with my sincere apologies for the inconvenience.

hero member
Activity: 770
Merit: 504
  
  
I have an investor/entrepreneur friend who went to Berkley for Business, manages his own investment fund, and who has been doing serious business work over in China for a couple of years now.  He's the real deal.  He recently became interested in both Bitcoin and Monero, so I convinced him to take a look at Aeon as well.  
  
I'm offering him some of the Aeon I've acquired to assist us/(find us the right people to assist us) with translation and porting efforts.  Hopefully I'll have more info soon.
newbie
Activity: 57
Merit: 0
As is becoming customary, here are unofficial windows binaries:

Aeon-Win-x64-0.9.6.0
Aeon-Win-x64-0.9.6.0-light-node


Just did a brief smoke test on these, everything looks to be running fine here.
Happy Testing!


Tested Aeon-Win-x64-0.9.6.0
sync ok
save ok
solo mining ok
show hashrate ok
wallet ok

All good,  Smiley

hero member
Activity: 500
Merit: 500
error of payment on the block 625817.
my bad, when i updated the core pool, i used my repo and it's configured with address donation! error is now corrected but i must paid manually the miners (i identified 7 miners)
more infos this evening.
legendary
Activity: 1154
Merit: 1001
As is becoming customary, here are unofficial windows binaries:

Aeon-Win-x64-0.9.6.0
Aeon-Win-x64-0.9.6.0-light-node


Just did a brief smoke test on these, everything looks to be running fine here.
Happy Testing!
legendary
Activity: 2968
Merit: 1198
New bug fix update (0.9.6.0)

Recommended for all users

Changes in this release
Fix mixin output selection to match wallet output selection
Slightly reduce wallet maximum tx size; should speed up confirmation rate especially for split transactions

The pruning test branch has been updated to 0.9.6.0, so if you are using that you will need to fetch the update and recompile or wait for a new community-provided build.

https://github.com/aeonix/aeon/releases/tag/v0.9.6.0
hero member
Activity: 770
Merit: 504
Alright, well here's what I want to see then (and will help create). 
 
I want Chinese translations for everything we do, cross posted to the relvant hubs for cryptocurrency in the Chinese community.  I refuse to believe that there's not a passionate group of Chinese mathematicians and cryptographers who are also very interested in cryptocurrency and that would take interest in this project.  I definitely don't want to have the feeling that we have developed Aeon in the Western World and are going to 'port' it over to China.  I want to them to have ownership of it too - especially since many will 'wake up' to Bitcoin in the coming months (my speculation).  Because Aeon is meant to be a testbed for Cryptonote ideas, we want to get all the intellectual power behind it we can (and Monero by extension). 
 
Therefore I'll be hosting a bounty of at least 10,000 AEON for a person (or people) interested in helping translate between the communities.  I have at least one investor friend who is into crypto, and is also fluent in English and Chinese.  I'll be asking him about it and seeing if he's interested in getting involved.   
 
Ideally we have Chinese translations of everything, ready to go, from Day 1 of the new database formal release and the subsequent GUI wire-up.
Jump to: