Author

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

sr. member
Activity: 336
Merit: 250
An investor has contacted me who wants to buy a some coins OTC. If you are looking to diversify or cash out please PM me and I will escrow it (no fee but you are free to make a donation). Minimum lots of 25K.


I am actually more interested in buying than selling. Why OTC now that we have an exchange? Is this for purely liquidity reasons (not enough on the exchanges)?
hero member
Activity: 2156
Merit: 521
member
Activity: 115
Merit: 10
An investor has contacted me who wants to buy a some coins OTC. If you are looking to diversify or cash out please PM me and I will escrow it (no fee but you are free to make a donation). Minimum lots of 25K.


I bet the buyer is testing whether you would dump the 400K dev bounty, Smooth *wink* *wink*  Tongue
We also have that fine OTC thread that dnaleor's running.

legendary
Activity: 2968
Merit: 1198
An investor has contacted me who wants to buy a some coins OTC. If you are looking to diversify or cash out please PM me and I will escrow it (no fee but you are free to make a donation). Minimum lots of 25K.
legendary
Activity: 2968
Merit: 1198

This error indicates that your blockchain.bin file is corrupt. (The alt-chain supposedly connects to a block that is higher than the length of the main chain in your blockchain.bin file.)

I don't know how this happened and if you want to upload your blockchain.bin somewhere perhaps we can analyze it. However, for the time being I suggest that you either delete blockchain.bin and resync from scratch (reasonably fast with the latest version) or download one of the bootstraps.


Thank a lot, issue was fixed.

I have 2 questions, BTW:

1. Is it possible to store blockchain in any place I want (Win client)? Drive C: is too small.
2. Why aeond takes all available memory (4Gb)? Other daemons not so hungry...

1. Yes, you can use the --data-dir option to put the data elsewhere. I understand it is possible to set up a shortcut to store daemon command line options, but I don't know the details since I don't use Windows.

2. We are working on improvements. The experimental pruning version reduces memory usage almost by half. Eventually the database will reduce it to almost nothing (<100MB).
legendary
Activity: 2968
Merit: 1198
Is normal that if i give the command bc_height (that i suppose shows the last block downloaded) shows 401 and doesn't change even after 1 hour? i have 7 peers and no idea about how is possible...

bc_height is a wallet command. In order to update the wallet view of the blockchain you need to use refresh or exit and reenter the wallet.

An alternative is the diff command in the daemon which shows real-time height and difficulty
legendary
Activity: 2968
Merit: 1198
New version (0.9.4.0)

Mandatory if you are currently using 0.9.2.0 or 0.9.3.0

Recommended for all users

In order to avoid any future problems like the one that happened to MoneroMooo's pool, this release reverts the recent changes to optimize blockchain memory usage and remove stuck tx key images. It is very likely that one of these changes (possibly in connection with some existing bug) caused Mooo's blockchain to become corrupt. Those changes are also present in the pruning test so I recommend discontinuing the test until further notice.

The other recent improvements such as fixing the mining speed on Windows, anonymity improvements, transaction fee, dust reduction, etc. remain in this version.

You will need to download a bootstrap from before the 0.9.2.0-0.9.3.0 changes or resync. Your existing blockchain will be ignored. Resyncing should be significantly faster than before in most cases. The older bootstraps from OP will likely work thought they will require a bit of syncing.

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

Other changes in this release

Optimize sync speed in checkpoint zone
Update seed node list

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

I was using 0.9.1.1 and just updated to 0.9.4.0

I did not download a bootstrap but just opened it.  The blockchain had been up to date on 0.9.1.1.  My comp is relatively slow.  It went thru the checkpoints in one minute as well as "blockchain initialized. last block 604734"  and 2 minutes later it was synced.

Is that correct?  Was I supposed to delete any BIN files?

You're good to go. There was never any problem with 0.9.1.1 and if you had one of the later versions it would have automatically synced from scratch.

BTW, notice the extremely fast sync time for AEON now. With the lighter PoW and 4 minute block time, sync speed is increased by up to 20x depending on hardware. More optimizations are possible, too.
legendary
Activity: 2968
Merit: 1198
Has anyone been able to compile Aeon on Arch? I cant get the darn aeond to compile on Arch or run if I compile on Ubuntu....

What error do you get?


It's looking for boost-1.55 but you have boost 1.58 installed.

As for the compile error, go into CMakeLists.txt, find where is says -Werror and delete that.

Ok, now I get a new error

Code:

[ 17%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/miner.cpp.o
In file included from /home/twiggy/Wallets/aeon/contrib/epee/include/storages/portable_storage_template_helper.h:32:0,
                 from /home/twiggy/Wallets/aeon/src/cryptonote_core/miner.cpp:44:
/home/twiggy/Wallets/aeon/contrib/epee/include/storages/portable_storage.h: In member function ‘bool epee::serialization::portable_storage::get_next_section(epee::serialization::portable_storage::harray, epee::serialization::section*&)’:
/home/twiggy/Wallets/aeon/contrib/epee/include/storages/portable_storage.h:430:16: error: converting to ‘bool’ from ‘std::nullptr_t’ requires direct-initialization [-fpermissive]
         return nullptr;
                ^
src/CMakeFiles/cryptonote_core.dir/build.make:86: recipe for target 'src/CMakeFiles/cryptonote_core.dir/cryptonote_core/miner.cpp.o' failed
make[3]: *** [src/CMakeFiles/cryptonote_core.dir/cryptonote_core/miner.cpp.o] Error 1
make[3]: Leaving directory '/home/twiggy/Wallets/aeon/build/release'
CMakeFiles/Makefile2:324: recipe for target 'src/CMakeFiles/cryptonote_core.dir/all' failed
make[2]: *** [src/CMakeFiles/cryptonote_core.dir/all] Error 2
make[2]: Leaving directory '/home/twiggy/Wallets/aeon/build/release'
Makefile:138: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/twiggy/Wallets/aeon/build/release'
Makefile:20: recipe for target 'build-release' failed
make: *** [build-release] Error 2


Edit and change nullptr there to false.

Was fixed in Monero here: https://github.com/monero-project/bitmonero/commit/696225321f26c0754f0ae60d18201e375fb6ff82

I'll pull that into AEON shortly.
newbie
Activity: 25
Merit: 0
Has anyone been able to compile Aeon on Arch? I cant get the darn aeond to compile on Arch or run if I compile on Ubuntu....

What error do you get?


It's looking for boost-1.55 but you have boost 1.58 installed.

As for the compile error, go into CMakeLists.txt, find where is says -Werror and delete that.

Ok, now I get a new error

Code:

[ 17%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/miner.cpp.o
In file included from /home/twiggy/Wallets/aeon/contrib/epee/include/storages/portable_storage_template_helper.h:32:0,
                 from /home/twiggy/Wallets/aeon/src/cryptonote_core/miner.cpp:44:
/home/twiggy/Wallets/aeon/contrib/epee/include/storages/portable_storage.h: In member function ‘bool epee::serialization::portable_storage::get_next_section(epee::serialization::portable_storage::harray, epee::serialization::section*&)’:
/home/twiggy/Wallets/aeon/contrib/epee/include/storages/portable_storage.h:430:16: error: converting to ‘bool’ from ‘std::nullptr_t’ requires direct-initialization [-fpermissive]
         return nullptr;
                ^
src/CMakeFiles/cryptonote_core.dir/build.make:86: recipe for target 'src/CMakeFiles/cryptonote_core.dir/cryptonote_core/miner.cpp.o' failed
make[3]: *** [src/CMakeFiles/cryptonote_core.dir/cryptonote_core/miner.cpp.o] Error 1
make[3]: Leaving directory '/home/twiggy/Wallets/aeon/build/release'
CMakeFiles/Makefile2:324: recipe for target 'src/CMakeFiles/cryptonote_core.dir/all' failed
make[2]: *** [src/CMakeFiles/cryptonote_core.dir/all] Error 2
make[2]: Leaving directory '/home/twiggy/Wallets/aeon/build/release'
Makefile:138: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/twiggy/Wallets/aeon/build/release'
Makefile:20: recipe for target 'build-release' failed
make: *** [build-release] Error 2

sr. member
Activity: 240
Merit: 250
10K AEON FOR SALE, paypal or paysafecard.

pm me
legendary
Activity: 1624
Merit: 1008
New version (0.9.4.0)

Mandatory if you are currently using 0.9.2.0 or 0.9.3.0

Recommended for all users

In order to avoid any future problems like the one that happened to MoneroMooo's pool, this release reverts the recent changes to optimize blockchain memory usage and remove stuck tx key images. It is very likely that one of these changes (possibly in connection with some existing bug) caused Mooo's blockchain to become corrupt. Those changes are also present in the pruning test so I recommend discontinuing the test until further notice.

The other recent improvements such as fixing the mining speed on Windows, anonymity improvements, transaction fee, dust reduction, etc. remain in this version.

You will need to download a bootstrap from before the 0.9.2.0-0.9.3.0 changes or resync. Your existing blockchain will be ignored. Resyncing should be significantly faster than before in most cases. The older bootstraps from OP will likely work thought they will require a bit of syncing.

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

Other changes in this release

Optimize sync speed in checkpoint zone
Update seed node list

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

I was using 0.9.1.1 and just updated to 0.9.4.0

I did not download a bootstrap but just opened it.  The blockchain had been up to date on 0.9.1.1.  My comp is relatively slow.  It went thru the checkpoints in one minute as well as "blockchain initialized. last block 604734"  and 2 minutes later it was synced.

Is that correct?  Was I supposed to delete any BIN files?
full member
Activity: 182
Merit: 100
★YoBit.Net★ 350+ Coins Exchange & Dice
Is normal that if i give the command bc_height (that i suppose shows the last block downloaded) shows 401 and doesn't change even after 1 hour? i have 7 peers and no idea about how is possible...
eeX
hero member
Activity: 961
Merit: 500
Soldo.IN [SLD]

This error indicates that your blockchain.bin file is corrupt. (The alt-chain supposedly connects to a block that is higher than the length of the main chain in your blockchain.bin file.)

I don't know how this happened and if you want to upload your blockchain.bin somewhere perhaps we can analyze it. However, for the time being I suggest that you either delete blockchain.bin and resync from scratch (reasonably fast with the latest version) or download one of the bootstraps.


Thank a lot, issue was fixed.

I have 2 questions, BTW:

1. Is it possible to store blockchain in any place I want (Win client)? Drive C: is too small.
2. Why aeond takes all available memory (4Gb)? Other daemons not so hungry...
full member
Activity: 182
Merit: 100
★YoBit.Net★ 350+ Coins Exchange & Dice
Somebody knows if there is a qt version of AEON? The only one i can find is daemon and let's say that i'm not friendly when it comes to comand lines....

The official version is in development. Community member h0g0f0g0 created this Qt version based on earlier work by Bitkoot:

https://bitcointalksearch.org/topic/m.12153609

But there is a possible date for the official qt version? Anyway thanks for the link i will try it as soon as possible
legendary
Activity: 2968
Merit: 1198
Somebody knows if there is a qt version of AEON? The only one i can find is daemon and let's say that i'm not friendly when it comes to comand lines....

The official version is in development. Community member h0g0f0g0 created this Qt version based on earlier work by Bitkoot:

https://bitcointalksearch.org/topic/m.12153609
full member
Activity: 182
Merit: 100
★YoBit.Net★ 350+ Coins Exchange & Dice
Somebody knows if there is a qt version of AEON? The only one i can find is daemon and let's say that i'm not friendly when it comes to comand lines....
legendary
Activity: 2968
Merit: 1198
Has anyone been able to compile Aeon on Arch? I cant get the darn aeond to compile on Arch or run if I compile on Ubuntu....

What error do you get?


It's looking for boost-1.55 but you have boost 1.58 installed.

As for the compile error, go into CMakeLists.txt, find where is says -Werror and delete that.
newbie
Activity: 25
Merit: 0
Here is the error when I try to compile on Arch:

Code:

Scanning dependencies of target upnpc-static
make[3]: Leaving directory '/home/twiggy/Wallets/aeon/build/release'
make[3]: Entering directory '/home/twiggy/Wallets/aeon/build/release'
[  1%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o
In file included from /usr/include/stdio.h:27:0,
                 from /home/twiggy/Wallets/aeon/external/miniupnpc/igd_desc_parse.c:10:
/usr/include/features.h:148:3: error: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Werror=cpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
cc1: all warnings being treated as errors
external/miniupnpc/CMakeFiles/upnpc-static.dir/build.make:62: recipe for target 'external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o' failed
make[3]: *** [external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o] Error 1
make[3]: Leaving directory '/home/twiggy/Wallets/aeon/build/release'
CMakeFiles/Makefile2:140: recipe for target 'external/miniupnpc/CMakeFiles/upnpc-static.dir/all' failed
make[2]: *** [external/miniupnpc/CMakeFiles/upnpc-static.dir/all] Error 2
make[2]: Leaving directory '/home/twiggy/Wallets/aeon/build/release'
Makefile:138: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/twiggy/Wallets/aeon/build/release'
Makefile:20: recipe for target 'build-release' failed
make: *** [build-release] Error 2


newbie
Activity: 25
Merit: 0
Has anyone been able to compile Aeon on Arch? I cant get the darn aeond to compile on Arch or run if I compile on Ubuntu....

What error do you get?



Code:

[twiggy@archie Aeon 0.9.4]$ ./aeond
./aeond: error while loading shared libraries: libboost_system.so.1.55.0: cannot open shared object file: No such file or directory
[twiggy@archie Aeon 0.9.4]$



Code:
[twiggy@archie Aeon 0.9.4]$ ldd aeond 
] linux-vdso.so.1 (0x00007ffd3f5f4000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007f8eaae5a000)
libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f8eaac3d000)
libboost_system.so.1.55.0 => not found
libboost_filesystem.so.1.55.0 => not found
libboost_thread.so.1.55.0 => not found
libboost_date_time.so.1.55.0 => not found
libboost_chrono.so.1.55.0 => not found
libboost_regex.so.1.55.0 => not found
libboost_serialization.so.1.55.0 => not found
libboost_program_options.so.1.55.0 => not found
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f8eaa8bb000)
libm.so.6 => /usr/lib/libm.so.6 (0x00007f8eaa5bd000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007f8eaa3a7000)
/lib64/ld-linux-x86-64.so.2 (0x00007f8eab1fe000)

I for sure have all the Boost Libs installed.

Code:

[twiggy@archie Aeon 0.9.4]$ sudo pacman -S boost-libs
[sudo] password for twiggy:
warning: boost-libs-1.58.0-3 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) boost-libs-1.58.0-3

Total Installed Size:  10.92 MiB
Net Upgrade Size:       0.00 MiB

:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring                                                            [####################################################] 100%
(1/1) checking package integrity                                                          [####################################################] 100%
(1/1) loading package files                                                               [####################################################] 100%
(1/1) checking for file conflicts                                                        [####################################################] 100%
(1/1) checking available disk space                                               [####################################################] 100%
(1/1) reinstalling boost-libs                                                             [####################################################] 100%

legendary
Activity: 2968
Merit: 1198
Has anyone been able to compile Aeon on Arch? I cant get the darn aeond to compile on Arch or run if I compile on Ubuntu....

What error do you get?
Jump to: