Author

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

legendary
Activity: 2968
Merit: 1198

It allows performing certain low level functions such as signing messages or connecting to the debug function on nodes (currently disabled by I believe). Not generally needed.

Got it Wink Thanks

Another question: Boost pre-compiled binaries have either static and shared versions.
After the cmake step I guess Project.sln should point to static ones by itself...or not?

Thanks

If you use shared libraries you will have to make sure the libraries are available when you want to use the application. It will make the binaries smaller, but they aren't that large anyway, so probably not worth the trouble.
member
Activity: 192
Merit: 19
why can't we have a simple windows qt wallet?

I like Aeon.
sr. member
Activity: 305
Merit: 250
Is it possible to pass mining with pi?

With monero and possible would like to try with aeoin
sr. member
Activity: 266
Merit: 250
Thanks for the guide, I will try to duplicate it in a few days after my workstation has it's new motherboard installed and is ready to test min again.

You're welcome Smiley
sr. member
Activity: 266
Merit: 250
just tried as you suggest - no luck.
tomorrow will try to setup everything from scratch...

Could you please be more informative?

Thanks
sr. member
Activity: 266
Merit: 250

It allows performing certain low level functions such as signing messages or connecting to the debug function on nodes (currently disabled by I believe). Not generally needed.

Got it Wink Thanks

Another question: Boost pre-compiled binaries have either static and shared versions.
After the cmake step I guess Project.sln should point to static ones by itself...or not?

Thanks
legendary
Activity: 2968
Merit: 1198
BTW: what's coonnectivity_tool.exe for? (in depth)

It allows performing certain low level functions such as signing messages or connecting to the debug function on nodes (currently disabled by default I believe). Not generally needed.
eeX
hero member
Activity: 961
Merit: 500
Soldo.IN [SLD]
just tried as you suggest - no luck.
tomorrow will try to setup everything from scratch...
sr. member
Activity: 1246
Merit: 274
Thanks for the guide, I will try to duplicate it in a few days after my workstation has it's new motherboard installed and is ready to test min again.
sr. member
Activity: 266
Merit: 250
No

Compile successful.
I'm gonna write the promised Win compiling guide for "dummies".

BTW: what's coonnectivity_tool.exe for? (in depth)
legendary
Activity: 2968
Merit: 1198
Just a nuance: does 0.9.12 require deleting of blockchain?

No
sr. member
Activity: 266
Merit: 250

ok i see what's going on. windows compilation failed on last update of vs2015 (Update 3 14.0.25420.10)
i used on my computer vs2015 RTM 14.0.23107.0 and binaries are built.

sorry but to compile aeond.exe and simplewallet.exe you will need to uninstall vs2015 update3 then install vs2015 rtm (iso available to download here https://xinyustudio.wordpress.com/2015/07/21/visual-studio-2015-iso-download-links-official-directoffline-links/)
take care to uncheck box "visual studio 2015 update 3" else update 3 will be downloaded automatically.

not fun but i don't have any other solution

FYI, all version numbers can be found here https://omwtm.blog/2014/12/03/visual-studio-2013-version-numbers-and-updates/

Thanks Arux. This time I've installed VSC 2015 with an installation tracker, so I'm pretty sure I can strip the SP3 off. I'll try this first, meanwhile I'm downloading the iso.
Just a nuance: does 0.9.12 require deleting of blockchain?
eeX
hero member
Activity: 961
Merit: 500
Soldo.IN [SLD]
Mining really so bad last 2 days so I'm going to switch back to Monero Sad
wck
member
Activity: 70
Merit: 10
I know the guy who mine AEON with 200-250K hashrate.

He usually sell all his mined coins every 2-3 days and rate didn't fall too much.
But if he sell once a week or 10 days - amonut is bigger and rate easy go down because buy support not too storng at today's rates...

That actually explains a lot!
eeX
hero member
Activity: 961
Merit: 500
Soldo.IN [SLD]
I know the guy who mine AEON with 200-250K hashrate.

He usually sells all his mined coins every 2-3 days and rate didn't fall too much.
But if he will sell once a week or 10 days - amonut is bigger and rate easy go down because buy support not too storng at today's rates...

From my side AEON mining too hard and I'm not ready to sell my AOENs until rate will reach 1 USD/EUR.

wck
member
Activity: 70
Merit: 10
Any news driving down the price of AEON or is it just because I bought a bunch?   Tongue
legendary
Activity: 3136
Merit: 1116
Is it possible to transfer my simplewallet and other AEON content to another computer via a cut/copy and paste? Are there files stored elsewhere on the computer that I would need to transfer? I only mined for ~55 hours so if I have to start over from scratch it's not a big deal. A bios update messed up my motherboard to the point of needing to RMA it and I was hoping I could transfer my AEON wallet etc before I do that. Thanks!

All you really need is your mnemonic seed to recreate your wallet. If you want to bring your tx history you need the wallet.keys and wallet binary file (whatever you named your wallet and whatever you named it .keys). You might also want to copy blockchain file from the data directory so you don't have to resync; this would be in ~/.aeon on linux or %appdata%\aeon on windows.
sr. member
Activity: 1246
Merit: 274
Is it possible to transfer my simplewallet and other AEON content to another computer via a cut/copy and paste? Are there files stored elsewhere on the computer that I would need to transfer? I only mined for ~55 hours so if I have to start over from scratch it's not a big deal. A bios update messed up my motherboard to the point of needing to RMA it and I was hoping I could transfer my AEON wallet etc before I do that. Thanks!
hero member
Activity: 500
Merit: 500
Still not compiling either on VSC 2013 and VSC2015 (obviously with respective Boost libraries).
git clone https://github.com/aeonix/aeon
cd aeon
git checkout v0.9.12.0
cmake -G "Visual Studio 14 2015 Win64" -DBOOST_ROOT=D:\local\boost_1_63_0 -DBOOST_LIBRARYDIR=D:\local\boost_1_63_0\lib64-msvc-14.0
(that's for VS 2015)
MSBuild Project.sln /p:Configuration=release /m

With both of MS VS environments I've successfully built all of Cuda 8 SDK samples and Handbrake
With the 2013 I've built CCminer 2.0 RC2

ok i see what's going on. windows compilation failed on last update of vs2015 (Update 3 14.0.25420.10)
i used on my computer vs2015 RTM 14.0.23107.0 and binaries are built.

sorry but to compile aeond.exe and simplewallet.exe you will need to uninstall vs2015 update3 then install vs2015 rtm (iso available to download here https://xinyustudio.wordpress.com/2015/07/21/visual-studio-2015-iso-download-links-official-directoffline-links/)
take care to uncheck box "visual studio 2015 update 3" else update 3 will be downloaded automatically.

not fun but i don't have any other solution

FYI, all version numbers can be found here https://omwtm.blog/2014/12/03/visual-studio-2013-version-numbers-and-updates/
sr. member
Activity: 266
Merit: 250

simply sell aeon, you will be paid in btc

Oh, thanks.
I thought it was similar to Chengelly or Shapeshift.
Jump to: