Author

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

legendary
Activity: 2968
Merit: 1198

Cheers Arux. I've posted on Claymore's thread to see if CryptoNight Lite support can be added.

I noticed this reply from Claymore on his thread:

Probably yes, but not right now because I don't have any free time currently Sad

So for now people wanting to mine this coin will have to stick with CPU or NVIDIA
legendary
Activity: 1154
Merit: 1001
I can confirm that these binaries just posted on GIT, do not give me any trouble opening both older and newer blockchain and wallet files.  Smiley
Thank you smooth & Arux!
legendary
Activity: 2968
Merit: 1198
Source code and Windows (64 bit) binaries can be downloaded from https://github.com/aeonix/aeon/releases.

Release page at github now includes official Windows (64 bit) binaries provided by Arux. Links in OP will be updated soon.

sr. member
Activity: 450
Merit: 250

Cheers Arux. I've posted on Claymore's thread to see if CryptoNight Lite support can be added.
hero member
Activity: 500
Merit: 500
Can we have Windows binaries for wolf CPU miner? I've only seen source so far. TIA
source only for the moment, it's compiling easily under linux so i will take a look if cross compilation give a usable windows binary.

Also, is there an AMD GPU miner being updated? I'm currently using Claymore and I assume after the hard fork it won't work.
Claymore CryptoNote GPU Miner is closed source and current version 9.3 will not work after the hard fork.
Only Claymore can decide and build a binary compatible with Cryptonight-Lite. We must ask him first. No idea about his answer.
sr. member
Activity: 450
Merit: 250
Can we have Windows binaries for wolf CPU miner? I've only seen source so far. TIA

Also, is there an AMD GPU miner being updated? I'm currently using Claymore and I assume after the hard fork it won't work.
hero member
Activity: 500
Merit: 500
0.9.0.0 binaries for windows 64bits are ready to upload. tests are terminated, daemon and simplewallet are working as expected. (in particular, wallet or blockchain from 0.8.2.0 are not a problem)
the OP will be updated very soon (it's matter of hours  Wink)
legendary
Activity: 2968
Merit: 1198
Thanks for the info. Please double check things like the file permissions, folder permissions, etc.

I don''t see anything wrong with the code, and the "exception error::file_read_error" basically means it simply can't read the file, not even a question of parsing it (unlike the earlier error reported).

Remote daemon should not make any difference.

I'm using the same boost 1.55 though I'm on Ubuntu, not mint. Maybe someone with mint can try it out?

Also, do you still have the old version on your system? Does it work differently?

Smooth, I'm running Linux mint 17 with boost 1.55
I still have plenty of disk space left.
I don't think it make any difference but I run simplewallet and point it to a remote daemon (which is also running 0.9.0.0)



I seem to have problem loading my wallet.bin
simplewallet.log:

Code:
2015-Jul-22 23:54:51.686415 aeon wallet v0.9.0.0()
2015-Jul-22 23:54:56.719859 Loaded wallet keys file, with public address: ****************************************************************
2015-Jul-22 23:56:00.927120 ERROR /home/user/aeon-phoenix/src/common/boost_serialization_helper.h:108 Exception at [unserialize_obj_from_file], what=input stream error
2015-Jul-22 23:56:00.935479 ERROR /home/user/aeon-phoenix/src/wallet/wallet2.cpp:566 !r. THROW EXCEPTION: error::file_read_error
2015-Jul-22 23:56:00.935530 /home/user/aeon-phoenix/src/wallet/wallet2.cpp:566:N5tools5error15file_error_baseILi2EEE: failed to read file "wallet.bin"
2015-Jul-22 23:56:00.943537 Error: failed to load wallet: failed to read file "wallet.bin"
2015-Jul-22 23:56:00.943630 ERROR /home/user/aeon-phoenix/src/simplewallet/simplewallet.cpp:387 could not open account
2015-Jul-22 23:56:00.943666 ERROR /home/user/aeon-phoenix/src/simplewallet/simplewallet.cpp:1199 Failed to initialize wallet

First time it couldn't load, so I deleted the wallet.bin and let it rebuild from the .keys file.
After I exited simplewallet and then ran it again, I'm getting the above error.

Strange that this error is happening. I just created a test-wallet using the old version and was able to open it fine using the new version. Then I deleted the .bin file and it recreated it fine from .keys. (Nothing at all was changed in the wallet code either -- all those files show 11 months old in github.)

What distro are you using and what version of boost is installed?

Have you ruled out any other issues like no available disk space?
member
Activity: 115
Merit: 10
Smooth, I'm running Linux mint 17 with boost 1.55
I still have plenty of disk space left.
I don't think it make any difference but I run simplewallet and point it to a remote daemon (which is also running 0.9.0.0)



I seem to have problem loading my wallet.bin
simplewallet.log:

Code:
2015-Jul-22 23:54:51.686415 aeon wallet v0.9.0.0()
2015-Jul-22 23:54:56.719859 Loaded wallet keys file, with public address: ****************************************************************
2015-Jul-22 23:56:00.927120 ERROR /home/user/aeon-phoenix/src/common/boost_serialization_helper.h:108 Exception at [unserialize_obj_from_file], what=input stream error
2015-Jul-22 23:56:00.935479 ERROR /home/user/aeon-phoenix/src/wallet/wallet2.cpp:566 !r. THROW EXCEPTION: error::file_read_error
2015-Jul-22 23:56:00.935530 /home/user/aeon-phoenix/src/wallet/wallet2.cpp:566:N5tools5error15file_error_baseILi2EEE: failed to read file "wallet.bin"
2015-Jul-22 23:56:00.943537 Error: failed to load wallet: failed to read file "wallet.bin"
2015-Jul-22 23:56:00.943630 ERROR /home/user/aeon-phoenix/src/simplewallet/simplewallet.cpp:387 could not open account
2015-Jul-22 23:56:00.943666 ERROR /home/user/aeon-phoenix/src/simplewallet/simplewallet.cpp:1199 Failed to initialize wallet

First time it couldn't load, so I deleted the wallet.bin and let it rebuild from the .keys file.
After I exited simplewallet and then ran it again, I'm getting the above error.

Strange that this error is happening. I just created a test-wallet using the old version and was able to open it fine using the new version. Then I deleted the .bin file and it recreated it fine from .keys. (Nothing at all was changed in the wallet code either -- all those files show 11 months old in github.)

What distro are you using and what version of boost is installed?

Have you ruled out any other issues like no available disk space?
legendary
Activity: 2968
Merit: 1198
I seem to have problem loading my wallet.bin
simplewallet.log:

Code:
2015-Jul-22 23:54:51.686415 aeon wallet v0.9.0.0()
2015-Jul-22 23:54:56.719859 Loaded wallet keys file, with public address: ****************************************************************
2015-Jul-22 23:56:00.927120 ERROR /home/user/aeon-phoenix/src/common/boost_serialization_helper.h:108 Exception at [unserialize_obj_from_file], what=input stream error
2015-Jul-22 23:56:00.935479 ERROR /home/user/aeon-phoenix/src/wallet/wallet2.cpp:566 !r. THROW EXCEPTION: error::file_read_error
2015-Jul-22 23:56:00.935530 /home/user/aeon-phoenix/src/wallet/wallet2.cpp:566:N5tools5error15file_error_baseILi2EEE: failed to read file "wallet.bin"
2015-Jul-22 23:56:00.943537 Error: failed to load wallet: failed to read file "wallet.bin"
2015-Jul-22 23:56:00.943630 ERROR /home/user/aeon-phoenix/src/simplewallet/simplewallet.cpp:387 could not open account
2015-Jul-22 23:56:00.943666 ERROR /home/user/aeon-phoenix/src/simplewallet/simplewallet.cpp:1199 Failed to initialize wallet

First time it couldn't load, so I deleted the wallet.bin and let it rebuild from the .keys file.
After I exited simplewallet and then ran it again, I'm getting the above error.

Strange that this error is happening. I just created a test-wallet using the old version and was able to open it fine using the new version. Then I deleted the .bin file and it recreated it fine from .keys. (Nothing at all was changed in the wallet code either -- all those files show 11 months old in github.)

What distro are you using and what version of boost is installed?

Have you ruled out any other issues like no available disk space?
member
Activity: 115
Merit: 10
I seem to have problem loading my wallet.bin
simplewallet.log:

Code:
2015-Jul-22 23:54:51.686415 aeon wallet v0.9.0.0()
2015-Jul-22 23:54:56.719859 Loaded wallet keys file, with public address: ****************************************************************
2015-Jul-22 23:56:00.927120 ERROR /home/user/aeon-phoenix/src/common/boost_serialization_helper.h:108 Exception at [unserialize_obj_from_file], what=input stream error
2015-Jul-22 23:56:00.935479 ERROR /home/user/aeon-phoenix/src/wallet/wallet2.cpp:566 !r. THROW EXCEPTION: error::file_read_error
2015-Jul-22 23:56:00.935530 /home/user/aeon-phoenix/src/wallet/wallet2.cpp:566:N5tools5error15file_error_baseILi2EEE: failed to read file "wallet.bin"
2015-Jul-22 23:56:00.943537 Error: failed to load wallet: failed to read file "wallet.bin"
2015-Jul-22 23:56:00.943630 ERROR /home/user/aeon-phoenix/src/simplewallet/simplewallet.cpp:387 could not open account
2015-Jul-22 23:56:00.943666 ERROR /home/user/aeon-phoenix/src/simplewallet/simplewallet.cpp:1199 Failed to initialize wallet

First time it couldn't load, so I deleted the wallet.bin and let it rebuild from the .keys file.
After I exited simplewallet and then ran it again, I'm getting the above error.

sr. member
Activity: 311
Merit: 250
New Aeon bootstrap for linux-x64 - date 22.7.2015  https://mega.co.nz/#!3sA2SBaJ!W3DnqCAfWQbs7TjyF0cPaHC7nAkeqQjL3fxPFFWRn78

Made under the new release Phoenix of AEON (0.9.0.0)
hero member
Activity: 500
Merit: 500
yes there will be a binary for windows. don't know when (testing needed) but it will be.
legendary
Activity: 1624
Merit: 1008
@Moneromooo : could you eventually post binaries for the updated cpuminer? With that (and working Phoenix bins) I think I'm all set for the forking party  Grin

Assuming you mean Windows binaries... No, I don't use Windows.
Otherwise, I'm not sure there's much point.


Will there be windows binaries?  Is it correct to assume that without them I won't be able to mine?

Yes the vanguard member of the drooling masses has arrived.
legendary
Activity: 1624
Merit: 1008
Release Phoenix

Nice job smooth, thank you.

Win 64 binaries for the AEON phoenix 0.9 release

I built those binaries myself and tested them briefly.

As always, use at your own risk.

Because of reasons, I deleted the version I downloaded a week ago and downloaded this binary.  Because I am clueless I just started to sync from the beginning again.  It should be ready when I wake up tomorrow.

I see there were some minor issues with this build.  Is it ok to keep this version?
legendary
Activity: 1154
Merit: 1001
Looks to me like that problem is caused by boost serialization failing to read one of the old files, possibly because a different version of boost was used, file copied across platforms, files corrupted, etc.

Definitely looks to be something around the highlighted portion. I can confirm that I now have a fully sync'ed node, but indeed it took me a full manual sync to get there. I then found that I have the same problem reading my existing wallet files. At first I was all  Shocked , but then I realized I could just recreate from the seed words and quickly turned  Cool

Sidenote: The old simplewallet bin could still open my wallet, and would connect/refresh balance without any trouble to the newer build aeond. Functionality is definitely not affected, the issue I have is strictly with the opening of existing, older files.

@cryptrol & @Arux : great job guys, keep cracking  Smiley
hero member
Activity: 500
Merit: 500
@cryptrol: and to finish with typo  Wink
Quote
You should now find the exe files under build/release/src
it's build/src/release in windows (build/release is in linux)
hero member
Activity: 637
Merit: 500
@cryptrol: -DBOOST_LIBRARY_DIR must be -DBOOST_LIBRARYDIR (no underscore between LIBRARY and DIR)

Oops, thank you Arux, edited in my above post.
hero member
Activity: 500
Merit: 500
@cryptrol: -DBOOST_LIBRARY_DIR must be -DBOOST_LIBRARYDIR (no underscore between LIBRARY and DIR)
hero member
Activity: 637
Merit: 500
I have found some errors in the build instructions that I posted some time ago, I have corrected them below.
Just removed a wrong change dir command ( cd.. ) and added the /m argument to use all the cpu cores, which speeds up the compile process a lot.

EDIT: changed DBOOST_LIBRARY_DIR to DBOOST_LIBRARYDIR and binaries output dir (thanks Arux!)

Since there are no binaries available this can help someone :

Compile steps for Windows x64 using MSVC
First of all let's get all the tools we need :

- Download and install Microsoft Visual Studio Community 2013 (It's a free version of visual studio with some license limitations).
  You can uncheck the web development tools and SQL tools since you won't use them for building AEON.
  This will take time to download and install and you will have to reboot upon completion.
- Download and install cMake for windows from : http://www.cmake.org/download/ (Win32 install)
- Download Boost 1.57 from http://www.boost.org/users/download/ , use the zip or 7zip archive and extract.
  You can use c:\boost_1_57_0 since this is what I am using for this steps.
- Download and install Github for Windows from https://windows.github.com/ (This also includes a Git shell that we will use later).

Now the nasty part compile & build time !
- Build Boost :
  Open a command line and type :
Code:
 > cd c:\boost_1_57_0
  > bootstrap.bat
  > b2 --toolset=msvc variant=release link=static threading=multi runtime-link=static address-model=64
- Open the Git Shell (or Git bash) depending what you downloaded previously and do.
Code:
 > git clone https://github.com/aeonix/aeon.git
  > cd aeon
  > mkdir build
  > cd build
  > cmake -G "Visual Studio 12 Win64" -DBOOST_ROOT=c:\boost_1_57_0 -DBOOST_LIBRARYDIR=c:\boost_1_57_0\stage\lib ..
  > MSBuild Project.sln /p:Configuration=release /m
  
You should now find the exe files under build/src/release .
Jump to: