Pages:
Author

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

legendary
Activity: 2968
Merit: 1198
1. Please consider using a smaller pool to spread the hash rate around or use the stratum proxy if you enough hash rate to solo mine. As long as you can get blocks 'regularly' (whatever that  means to you), you don't need to swarm onto the same pool as everyone else. A healthier mining network that is decentralized will improve confidence in the coin.

2. Hash rate for AEON should be higher than XMR on the same hardware. The ratio depends on the hardware.
sr. member
Activity: 600
Merit: 261
Hello everyone! I luckily invested in a few AEON about a year ago so obviously am very happy with the recent rise in price.  However, I am now considering pointing at least some of my mining rigs towards AEON, but cannot seem to find consistent information so hoping some experts here can help me out a bit.

Pool:  Seems that aeon-pool.com has the most miners currently, so is that the recommended pool to use for a US-based miner?

Miner:  this is where i am getting a bit confused... was assuming Claymore Cryptonight would work but didnt see it mentioned on any of the pool sites or AEON threads.  I'm looking for an AMD GPU miner (I have 4 rigs of 6x rx470s running Windows 10).  I found a wolf-miner on github but its over 2 years old.  I saw some more recent ones there but it says something about windows binaries that I do not understand.  Also, what is this "Stak" terminology?

Finally, are hashrates for AEON similar to XMR?  For instance, if I am getting 650 Mh/s per rx470 on XMR using Claymore, should I expect about that same hashrate with a recent AEON GPU miner?

Any info would be greatly appreciated!
hero member
Activity: 610
Merit: 500
how long AEON wallet offline for maintenance and whe are win wallet  Huh
sr. member
Activity: 266
Merit: 250
no problem at first sight with windows compilation. the usual instructions are ok.
Code:
git clone https://github.com/aeonix/aeon.git aeon-0.9.13.0
cd aeon-0.9.13.0
mkdir build
cd build
cmake -G "Visual Studio 14 2015 Win64" -DBOOST_ROOT=c:/local/boost_1_64_0 ..
msbuild Project.sln /p:Configuration=Release /m
tested with: gitshell, boost 1.64 static, python 3.5, cmake 3.8.0, microsoft visual studio 2015 rtm

Daberti's guide is still relevant and useful : https://bitcointalksearch.org/topic/m.18754693

Still here I’m 😊👌🏻
sr. member
Activity: 1246
Merit: 274
Good news for AEON. Massive jump in price and exchange volume that has been growing for a few days straight now. Coupled with good news about update progress with the new testnet right around the corner. Good times for all of us who held and mined for the past 6-12 months (or longer). Smiley
sr. member
Activity: 497
Merit: 251
Maintenance update release (0.9.13.0) and development update

This maintenance release improves the portability and reliability of the existing (RAM-based) daemon implementation, and includes deployment notes for operators of important nodes, solo miners and pool operators.

This is being offered as an interim solution as the process of transitioning to the new (LMDB-based) daemon implementation proceeds. We have decided on a staged release for the new daemon, beginning with a new AEON testnet release expected next week. Following and after reviewing public community experience with the testnet we will be scheduling a planned hard fork to transition the main net to the new daemon.

It will be our recommendation to services which have suspended wallet operations to reenable them at this time, ideally with extended confirmation requirements to provide protection against any reoccurrences of the earlier network instability. However, review of logs from the past two months do not indicate that any such instability continues. We believe this is due to improved operational procedures by mining pools, and the deployment notes contained within the latest release should further minimize the possibility of such a recurrence.

Additional information about the testnet rollout will be available next week.

There are no Windows binaries at this time. Until they are added, trusted community members may wish to provide binaries, but all are advised to use caution whenever downloading binaries, or wait for official binaries.

Release notes:

Quote
Phoenix (0.9.13.0)

The maintenance release is recommended, especially for users of the RPC wallet.

In addition, anyone operating an important node or mining (solo mining or operating a pool; not pool client miners) should review the new deployment notes.

Numerous portability and compilation fixes (stoffu, appveyor)
RPC wallet exception handling for improved reliability (upstream from XMR/QCN, sammy007)
Added deployment notes in README

https://github.com/aeonix/aeon/releases/tag/v0.9.13.0

Until an official Windows binary is released, here's one built on AppVeyor configured by me:

https://ci.appveyor.com/project/stoffu/aeon/build/artifacts

thanks:)
using now your windows binary

@all
lifted serenity pool now to the 9.13 daemon, lets see how the new daemon will behave in a pool environment^^
hero member
Activity: 500
Merit: 500
no problem at first sight with windows compilation. the usual instructions are ok.
Code:
git clone https://github.com/aeonix/aeon.git aeon-0.9.13.0
cd aeon-0.9.13.0
mkdir build
cd build
cmake -G "Visual Studio 14 2015 Win64" -DBOOST_ROOT=c:/local/boost_1_64_0 ..
msbuild Project.sln /p:Configuration=Release /m
tested with: gitshell, boost 1.64 static, python 3.5, cmake 3.8.0, microsoft visual studio 2015 rtm

Daberti's guide is still relevant and useful : https://bitcointalksearch.org/topic/m.18754693
full member
Activity: 203
Merit: 166
Maintenance update release (0.9.13.0) and development update

This maintenance release improves the portability and reliability of the existing (RAM-based) daemon implementation, and includes deployment notes for operators of important nodes, solo miners and pool operators.

This is being offered as an interim solution as the process of transitioning to the new (LMDB-based) daemon implementation proceeds. We have decided on a staged release for the new daemon, beginning with a new AEON testnet release expected next week. Following and after reviewing public community experience with the testnet we will be scheduling a planned hard fork to transition the main net to the new daemon.

It will be our recommendation to services which have suspended wallet operations to reenable them at this time, ideally with extended confirmation requirements to provide protection against any reoccurrences of the earlier network instability. However, review of logs from the past two months do not indicate that any such instability continues. We believe this is due to improved operational procedures by mining pools, and the deployment notes contained within the latest release should further minimize the possibility of such a recurrence.

Additional information about the testnet rollout will be available next week.

There are no Windows binaries at this time. Until they are added, trusted community members may wish to provide binaries, but all are advised to use caution whenever downloading binaries, or wait for official binaries.

Release notes:

Quote
Phoenix (0.9.13.0)

The maintenance release is recommended, especially for users of the RPC wallet.

In addition, anyone operating an important node or mining (solo mining or operating a pool; not pool client miners) should review the new deployment notes.

Numerous portability and compilation fixes (stoffu, appveyor)
RPC wallet exception handling for improved reliability (upstream from XMR/QCN, sammy007)
Added deployment notes in README

https://github.com/aeonix/aeon/releases/tag/v0.9.13.0

Until an official Windows binary is released, here's one built on AppVeyor configured by me:

https://ci.appveyor.com/project/stoffu/aeon/build/artifacts
full member
Activity: 203
Merit: 166
friends tell me if there is a compiled miner for xmrig AEON under Windows64. please share

XMRig can handle both CryptoNight and CryptoNight-Lite with the same binary, and Win64 binary is provided in the official release:

https://github.com/xmrig/xmrig/releases
legendary
Activity: 1904
Merit: 1003
Can we install the update with Homebrew (per your Github) or do we first have to install the base wallet and then??? (Excuse my ignorance here, been a while...)

Thanks...

I am author of homebrew formula, updated formula to v0.9.13.0

Install:

Code:
brew tap sammy007/cryptonight
brew update
brew install aeon

Update:

Code:
brew update
brew upgrade aeon
member
Activity: 110
Merit: 10
Good times are coming, i'll be waiting with interest  Tongue

me too!
sr. member
Activity: 489
Merit: 253
Good times are coming, i'll be waiting with interest  Tongue
eeX
hero member
Activity: 961
Merit: 500
Soldo.IN [SLD]
I managed to compile Win binaries.
Will try daemon and wallet this evening.
hero member
Activity: 610
Merit: 500
smooth when open wallet on bittrex
legendary
Activity: 2968
Merit: 1198
Can we install the update with Homebrew (per your Github) or do we first have to install the base wallet and then??? (Excuse my ignorance here, been a while...)

Thanks...

I don't know anything about homebrew, sorry. I only use Linux for development or running nodes/wallets.

Hopefully you will get a helpful answer from the community
legendary
Activity: 1442
Merit: 1000
Antifragile
Can we install the update with Homebrew (per your Github) or do we first have to install the base wallet and then??? (Excuse my ignorance here, been a while...)

Thanks...
legendary
Activity: 2968
Merit: 1198
Maintenance update release (0.9.13.0) and development update

This maintenance release improves the portability and reliability of the existing (RAM-based) daemon implementation, and includes deployment notes for operators of important nodes, solo miners and pool operators.

This is being offered as an interim solution as the process of transitioning to the new (LMDB-based) daemon implementation proceeds. We have decided on a staged release for the new daemon, beginning with a new AEON testnet release expected next week. Following and after reviewing public community experience with the testnet we will be scheduling a planned hard fork to transition the main net to the new daemon.

It will be our recommendation to services which have suspended wallet operations to reenable them at this time, ideally with extended confirmation requirements to provide protection against any reoccurrences of the earlier network instability. However, review of logs from the past two months do not indicate that any such instability continues. We believe this is due to improved operational procedures by mining pools, and the deployment notes contained within the latest release should further minimize the possibility of such a recurrence.

Additional information about the testnet rollout will be available next week.

There are no Windows binaries at this time. Until they are added, trusted community members may wish to provide binaries, but all are advised to use caution whenever downloading binaries, or wait for official binaries.

Release notes:

Quote
Phoenix (0.9.13.0)

The maintenance release is recommended, especially for users of the RPC wallet.

In addition, anyone operating an important node or mining (solo mining or operating a pool; not pool client miners) should review the new deployment notes.

Numerous portability and compilation fixes (stoffu, appveyor)
RPC wallet exception handling for improved reliability (upstream from XMR/QCN, sammy007)
Added deployment notes in README

https://github.com/aeonix/aeon/releases/tag/v0.9.13.0
newbie
Activity: 46
Merit: 0
hi all when open wallet on bittrex

Wallet will be open again if the rebase is done by smooth. So only smooth know.
member
Activity: 60
Merit: 10
This coin is so undervalued right now.

Has there been any press or promotion of it lately?

Appreciate any links thrown my way.
hero member
Activity: 924
Merit: 1000
I AM
hi all when open wallet on bittrex

That is the million dollar question
Pages:
Jump to: