Author

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

sr. member
Activity: 266
Merit: 250
I don't have Windows so I can't comment on the compile errors you seem to be getting. Hopefully Arux can figure out what is going wrong


In a while I'm going to download the windows Boost 1_63_00 binaries, just to be sure.
Then I'll repeat the whole process.

Just to make it clear: I've Visual Studio Community 2015, the latest CMake Win32 for windows, the latest Python for windows (required by CMake).
I've successfully compiled the Cuda 8 SDK samples. Apparently I've swiftly compiled Boost itself.....it shouldn't be this tough.
hero member
Activity: 500
Merit: 500
.
..
Solution file generated.
Compilation created two .exe files into ...../aeon/build/tests/Release dir.
crypto-tests.exe
hash-tests.exe

For the remaining part 63 errors (compiling from GIT shell).
...

aeond.exe and simplewallet.exe are located in build/release/src

all the errors during the compilation are on the test build (build/release/tests) and can be ignored for now. debug of this part is on the todo list!
wck
member
Activity: 70
Merit: 10
Block time is 4 minutes. However, the last couple of hours there have been fewer than expected blocks. It happens.

The number of coins don't matter, although the size of the transaction in bytes can make a difference (bigger txs are harder to fit in a block).

Block explorers that I know of

minergate.com
chainradar.com


Thanks ... all of my transactions have shown up.   Probably it did take a lot of block space since my wallet is filled with 0.5 transactions from mining.
legendary
Activity: 2968
Merit: 1198
Block time is 4 minutes. However, the last couple of hours there have been fewer than expected blocks. It happens.

The number of coins don't matter, although the size of the transaction in bytes can make a difference (bigger txs are harder to fit in a block).

Block explorers that I know of

minergate.com
chainradar.com
wck
member
Activity: 70
Merit: 10
Does it just take a very long time for large transactions to get picked up?   Actually 100 coins shouldn't be that long.  

[wallet Wmsve9]: transfer 0 WmtK9TQ6yd2ZWZDAkRsebc2ppzUq2Wuo9XRRjHMH2fvqM3ARVqk3styJ6AavJFcpJFPFtxRGAqGFoJM ZGJ6YYzQ61TYGfpykX 100 55f7301188bd4e23ba5d9242a45479f05254d60065e142b1ba7f737830501eea
Your transaction needs to be split into 2 transactions.  This will result in a fee of 0.020000000000.  Is this okay?  (Y/Yes/N/No)Y
Money successfully sent, transaction <102690a9805c87f3911ea298d84566aed8aad40b77a0ba708459bde2d2eeba2d>
Money successfully sent, transaction
[wallet Wmsve9]: refresh

check_tx 102690a9805c87f3911ea298d84566aed8aad40b77a0ba708459bde2d2eeba2d
transaction wasn't found on chain: <102690a9805c87f3911ea298d84566aed8aad40b77a0ba708459bde2d2eeba2d>
check_tx a849dd7658edc3975d032466f266fc402808d09753ed96b58abc694603aaa174
transaction wasn't found on chain:

Do I need to rerun the daemon or somehow cancel the transaction?   It has been over an hour.  

As I was typing it appears that transaction started confirming and showed up on the other end.   The check_tx still says not found though.

Wow it was way over an hour and I only have 1 confirmation.   Pretty lousy considering I paid for the transaction ...  

Can anyone point me to a working block explorer for AEON?
wck
member
Activity: 70
Merit: 10
Does it just take a very long time for large transactions to get picked up?   Actually 100 coins shouldn't be that long.   

[wallet Wmsve9]: transfer 0 WmtK9TQ6yd2ZWZDAkRsebc2ppzUq2Wuo9XRRjHMH2fvqM3ARVqk3styJ6AavJFcpJFPFtxRGAqGFoJM ZGJ6YYzQ61TYGfpykX 100 55f7301188bd4e23ba5d9242a45479f05254d60065e142b1ba7f737830501eea
Your transaction needs to be split into 2 transactions.  This will result in a fee of 0.020000000000.  Is this okay?  (Y/Yes/N/No)Y
Money successfully sent, transaction <102690a9805c87f3911ea298d84566aed8aad40b77a0ba708459bde2d2eeba2d>
Money successfully sent, transaction
[wallet Wmsve9]: refresh

check_tx 102690a9805c87f3911ea298d84566aed8aad40b77a0ba708459bde2d2eeba2d
transaction wasn't found on chain: <102690a9805c87f3911ea298d84566aed8aad40b77a0ba708459bde2d2eeba2d>
check_tx a849dd7658edc3975d032466f266fc402808d09753ed96b58abc694603aaa174
transaction wasn't found on chain:

Do I need to rerun the daemon or somehow cancel the transaction?   It has been over an hour. 
legendary
Activity: 2968
Merit: 1198
I don't have Windows so I can't comment on the compile errors you seem to be getting. Hopefully Arux can figure out what is going wrong
sr. member
Activity: 266
Merit: 250
@daberti it is merged into master now

git clone https://github.com/aeonix/aeon
cd aeon
git checkout feaa1170b73c7d751c44ec22a111016ead728ce4
make


One step ahead Smiley
Solution file generated.
Compilation created two .exe files into ...../aeon/build/tests/Release dir.
crypto-tests.exe
hash-tests.exe

For the remaining part 63 errors (compiling from GIT shell).

Where I wrote "EDIT:
I've just read the Peer List. Just 16 do connect on a daily basis as I'm writing (mine included) Sad

Besides that, wouldn't it be a good idea to implement some code to allow Peers to broadcast their aeond.exe version?
Maybe this could allow (in future) the capability of smoothly avoiding the loading of blockchain from outdated versions with known problems.."
please ignore.
0.9.11 looks like having sorted it.
legendary
Activity: 2968
Merit: 1198
@daberti it is merged into master now

git clone https://github.com/aeonix/aeon
cd aeon
git checkout feaa1170b73c7d751c44ec22a111016ead728ce4
make
sr. member
Activity: 266
Merit: 250

Thanks.
Special instructions?

If it will work I'll give my contribute by writing an updated building HOWTO for windows.

Waiting for your ready-go clearance Wink
No special instructions, just replace "visual studio 12 win64" with "visual studio 14 2015 win64"

git clone https://github.com/aeonix/aeon/pull/55
Cloning into '55'...
remote: Not Found
fatal: repository 'https://github.com/aeonix/aeon/pull/55/' not found

Arux, couldn't we keep it as simple as releasing a patched source tree?

Thanks
sr. member
Activity: 266
Merit: 250
I've just read the Peer List. Just 16 do connect on a daily basis as I'm writing (mine included) Sad

Not sure what you mean. Just checked one of my nodes. It has 14 active connections right now (only been running several hours since I updated to 0.9.11.0, so this will probably increase) and has connected to 493 distinct nodes since I deleted the peer file which wasn't that long ago.

I'll reply diffusely later. Out for recreation right now 👍🏻

@smooth
Thanks. When back home I'll upgrade my node.
Is there any further requirement besides the obvious upgradings?

@Arux
Thanks. I'll give it a try tomorrow 👍🏻
legendary
Activity: 2968
Merit: 1198
hero member
Activity: 500
Merit: 500

Thanks.
Special instructions?

If it will work I'll give my contribute by writing an updated building HOWTO for windows.

Waiting for your ready-go clearance Wink
No special instructions, just replace "visual studio 12 win64" with "visual studio 14 2015 win64"
legendary
Activity: 2968
Merit: 1198
I've just read the Peer List. Just 16 do connect on a daily basis as I'm writing (mine included) Sad

Not sure what you mean. Just checked one of my nodes. It has 14 active connections right now (only been running several hours since I updated to 0.9.11.0, so this will probably increase) and has connected to 493 distinct nodes since I deleted the peer file which wasn't that long ago.
sr. member
Activity: 266
Merit: 250

Thanks.
Special instructions?

If it will work I'll give my contribute by writing an updated building HOWTO for windows.

Waiting for your ready-go clearance Wink
hero member
Activity: 500
Merit: 500
Maintenance update 0.9.11.0

This highly recommended release resolves a deadlock issue introduced in 0.9.9.0 which caused the daemon to occasionally hang. All users are advised to update

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

By now I'm thoroughly annoyed.
Downloaded and as usual the cmake step failed, in the same way as usual.

Win compiling is definitely an issue to be solved readily, since it is around by long time.
Who is writing is a long time Linux guy (since 1998), yet not everyone here is able to put up a Linux machine and even lesser are able to compile.
I'm sure there are many folks reading here willing to contribute to Aeon widespread by putting up a node.....

Thanks

it's coming. https://github.com/aeonix/aeon/pull/55
sr. member
Activity: 266
Merit: 250
Maintenance update 0.9.11.0

This highly recommended release resolves a deadlock issue introduced in 0.9.9.0 which caused the daemon to occasionally hang. All users are advised to update

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

By now I'm thoroughly annoyed.
Downloaded and as usual the cmake step failed, in the same way as usual.

Win compiling is definitely an issue to be solved readily, since it is around by long time.
Who is writing is a long time Linux guy (since 1998), yet not everyone here is able to put up a Linux machine and even lesser are able to compile.
I'm sure there are many folks reading here willing to contribute to Aeon widespread by putting up a node.....

Thanks
eeX
hero member
Activity: 961
Merit: 500
Soldo.IN [SLD]
legendary
Activity: 2968
Merit: 1198
Maintenance update 0.9.11.0

This highly recommended release resolves a deadlock issue introduced in 0.9.9.0 which caused the daemon to occasionally hang. All users are advised to update

https://github.com/aeonix/aeon/releases/tag/v0.9.11.0
sr. member
Activity: 266
Merit: 250
Maintenance update 0.9.10.0

This minor release addresses some possible causes for poor performance and lockups seen in 0.9.9.0. In addition it fixes a build problem on some versions of Mac OS X.

Fix for possible deadlock
Reduce unnecessary lock holding
Mac build fix from upstream (@radfish from monero)

https://github.com/aeonix/aeon/releases/tag/v0.9.10.0
win  Sad
my last fix was not completely satisfactory (ok on vs2013 but it failed on linux)
i got a better one (with vs2015, ok on win and linux). i will have time to pusblish it tomorrow
in the wait, 0.9.8.0 binaries are still relevant.


VS 2015 here.
Thanks for your efforts Smiley
Jump to: