Author

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

hero member
Activity: 763
Merit: 534
Hi. Anyone interested in doing a sizable OTC sale of Aeon? I have 178+ in trust on here and can pay in BTC. Thanks!
newbie
Activity: 26
Merit: 0
Hiho!

It seems my simplewallet got corrupted I'm getting "Error: Blockchain can't be saved: possible lost connection to daemon" can anyone help me here? it is much appreciated!!!

Not being able to save sounds like low disk space or something like that.

It seems there is an issue with the communication between aeond and the wallet or I could be doing it wrong. if you save_bc aeond starts saving the chain however the wallet throws you this error.

Changing the topic, any idea for when we could expect a mobile wallet? I would love to take this project to real life use with +100 users if my idea works.

Cheers
legendary
Activity: 2968
Merit: 1198
Hiho!

It seems my simplewallet got corrupted I'm getting "Error: Blockchain can't be saved: possible lost connection to daemon" can anyone help me here? it is much appreciated!!!

Not being able to save sounds like low disk space or something like that.
newbie
Activity: 26
Merit: 0
Hiho!

It seems my simplewallet got corrupted I'm getting "Error: Blockchain can't be saved: possible lost connection to daemon" can anyone help me here? it is much appreciated!!!
sr. member
Activity: 450
Merit: 250
I think I've broken my AMD OpenCL by installing some updates that were released earlier for Linux Mint. I did also install cpp-ethereum the other day, but hadn't immediately noticed a problem. Only restarting the miner today after installing these OS updates did I see the issue.

I now get the following when trying to run wolf's miner:

Code:
./miner: /usr/lib/x86_64-linux-gnu/libOpenCL.so.1: version 'OPENCL_2.0' not found (required by ./miner)

I've re-installed linux-amd-14.41rc1-opencl2-sep19.zip but that hasn't helped.

It may also be worth noting that I had previously edited my makefile to get the miner to work. It looks like this:

Code:
CFLAGS 	= -D_POSIX_SOURCE -D_GNU_SOURCE $(OPT) -pthread -c -std=c11 -I./include/
LDFLAGS = -pthread $(OPT)
LIBS = -ljansson -Wl,./lib/x86_64/sdk/libOpenCL.so -lOpenCL -ldl

I'd appreciate some guidance. Cheers folks
legendary
Activity: 1624
Merit: 1008
aeon hit cryptopia i think its the only cryptonote on topia wow

They also have Boolberry and Monero.  All 3 were added recently.
full member
Activity: 214
Merit: 100
aeon hit cryptopia i think its the only cryptonote on topia wow
full member
Activity: 297
Merit: 112
PRIVATE AND NOT PREMINED: MONERO, AEON, KARBO
For those who like Aeon but are not mining it right now, what is your reason?

I was mining Aeon whole winter, but it's turn out mining ethereum is more profitable now and feels like good/semi-old mining in the beginning of 2014.
So for now I switch to Eth and buy Aeon with what I mine. I will switch back to Aeon to strengthen the network later.
sr. member
Activity: 414
Merit: 251
For those who like Aeon but are not mining it right now, what is your reason?

The developers alone are not responsible for securing the network (nor would we want that level of mining centralization). That task is up to the entire community.
sr. member
Activity: 414
Merit: 251
no pool mining on this one?

I've setup a new pool for a while. Please join if you are interested Wink

http://aeon.sumominer.com/

Thank you for setting up a pool. I think small pools are great for decentralization.
member
Activity: 119
Merit: 10
no pool mining on this one?

I've setup a new pool for a while. Please join if you are interested Wink

http://aeon.sumominer.com/
legendary
Activity: 3136
Merit: 1116
no pool mining on this one?

I recommend solo mining. You will be able to find blocks

If you're using gpus it's still a helluva lot easier to mine on a pool.
sr. member
Activity: 336
Merit: 250
no pool mining on this one?

I recommend solo mining. You will be able to find blocks
sr. member
Activity: 450
Merit: 250
legendary
Activity: 1680
Merit: 1010
Professional Native Greek Translator (2000+ done)
no pool mining on this one?
hero member
Activity: 686
Merit: 500
I took an informal branding poll of some friends today asking about names of popular coins (I excluded Bitcoin and a few other names they may have recognized). Aeon was the favorite name from the coins I mentioned.

I am really happy with both our name and logo.
hero member
Activity: 500
Merit: 500
...

-- Found Git: C:/Users/ts/AppData/Local/GitHub/PortableGit_25d850739bc178b2eb13c3e2a9faafea2f9143c0/cmd/git.exe
-- Could NOT find PythonInterp (missing:  PYTHON_EXECUTABLE)
-- Looking for pthread.h
-- Looking for pthread.h - not found
-- Found Threads: TRUE
-- Configuring done

...

you need to install python. (i use python 3.5, 3.4 should be ok too)

pthread.h is not used by windows. you can ignore it.
full member
Activity: 231
Merit: 101
Hi, I've been following Monero for the last year and just learned about Aeon.

I'd like to learn how to CPU mine this coin, but the windows compilation instructions haven't been working for me. Its likely a simple error that I'm making.

Specifically I'm receiving error messages for the last 2 build steps. Note all the steps prior to this work perfectly.

1) Here's the output when running   > cmake -G "Visual Studio 12 Win64" -DBOOST_ROOT=c:\boost_1_57_0 -DBOOST_LIBRARYDIR=c:\boost_1_57_0\stage\lib ..
(I've highlighted two lines in blue that may or may not be relevant)

-- The C compiler identification is MSVC 18.0.40629.0
-- The CXX compiler identification is MSVC 18.0.40629.0
-- Check for working C compiler using: Visual Studio 12 2013 Win64
-- Check for working C compiler using: Visual Studio 12 2013 Win64 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler using: Visual Studio 12 2013 Win64
-- Check for working CXX compiler using: Visual Studio 12 2013 Win64 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Boost version: 1.57.0
-- Found the following Boost libraries:
--   system
--   filesystem
--   thread
--   date_time
--   chrono
--   regex
--   serialization
--   program_options
-- Found Git: C:/Users/ts/AppData/Local/GitHub/PortableGit_25d850739bc178b2eb13c3e2a9faafea2f9143c0/cmd/git.exe
-- Could NOT find PythonInterp (missing:  PYTHON_EXECUTABLE)
-- Looking for pthread.h
-- Looking for pthread.h - not found
-- Found Threads: TRUE
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/ts/OneDrive/Documents/GitHub/aeon/build


2) Output when running > MSBuild Project.sln /p:Configuration=release /m

Microsoft (R) Build Engine version 12.0.40629.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 3/29/2016 1:59:11 AM.
     1>Project "C:\Users\ts\OneDrive\Documents\GitHub\aeon\build\Project.sln" on node 1 (default targets).
     1>C:\Users\ts\OneDrive\Documents\GitHub\aeon\build\Project.sln.metaproj : error MSB4126: The specified solution configurati
       on "release|MCD" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (
       e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the defau
       lt solution configuration. [C:\Users\ts\OneDrive\Documents\GitHub\aeon\build\Project.sln]
     1>Done Building Project "C:\Users\ts\OneDrive\Documents\GitHub\aeon\build\Project.sln" (default targets) -- FAILED.

Build FAILED.

--

Any feedback about what the problem might be? Thanks.

You really just need one of these to mine it my friend Smiley
https://github.com/Arux-BTT/CPUMiner-Multi-cryptonight-light/releases

And if you are using Linux you can just run it with Wine.
newbie
Activity: 7
Merit: 0
Hi, I've been following Monero for the last year and just learned about Aeon.

I'd like to learn how to CPU mine this coin, but the windows compilation instructions haven't been working for me. Its likely a simple error that I'm making.

Specifically I'm receiving error messages for the last 2 build steps. Note all the steps prior to this work perfectly.

1) Here's the output when running   > cmake -G "Visual Studio 12 Win64" -DBOOST_ROOT=c:\boost_1_57_0 -DBOOST_LIBRARYDIR=c:\boost_1_57_0\stage\lib ..
(I've highlighted two lines in blue that may or may not be relevant)

-- The C compiler identification is MSVC 18.0.40629.0
-- The CXX compiler identification is MSVC 18.0.40629.0
-- Check for working C compiler using: Visual Studio 12 2013 Win64
-- Check for working C compiler using: Visual Studio 12 2013 Win64 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler using: Visual Studio 12 2013 Win64
-- Check for working CXX compiler using: Visual Studio 12 2013 Win64 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Boost version: 1.57.0
-- Found the following Boost libraries:
--   system
--   filesystem
--   thread
--   date_time
--   chrono
--   regex
--   serialization
--   program_options
-- Found Git: C:/Users/ts/AppData/Local/GitHub/PortableGit_25d850739bc178b2eb13c3e2a9faafea2f9143c0/cmd/git.exe
-- Could NOT find PythonInterp (missing:  PYTHON_EXECUTABLE)
-- Looking for pthread.h
-- Looking for pthread.h - not found
-- Found Threads: TRUE
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/ts/OneDrive/Documents/GitHub/aeon/build


2) Output when running > MSBuild Project.sln /p:Configuration=release /m

Microsoft (R) Build Engine version 12.0.40629.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 3/29/2016 1:59:11 AM.
     1>Project "C:\Users\ts\OneDrive\Documents\GitHub\aeon\build\Project.sln" on node 1 (default targets).
     1>C:\Users\ts\OneDrive\Documents\GitHub\aeon\build\Project.sln.metaproj : error MSB4126: The specified solution configurati
       on "release|MCD" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (
       e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the defau
       lt solution configuration. [C:\Users\ts\OneDrive\Documents\GitHub\aeon\build\Project.sln]
     1>Done Building Project "C:\Users\ts\OneDrive\Documents\GitHub\aeon\build\Project.sln" (default targets) -- FAILED.

Build FAILED.

--

Any feedback about what the problem might be? Thanks.
newbie
Activity: 59
Merit: 0
Question about anything Aeon related? Participate in AAAT #5 on Reddit!

https://www.reddit.com/r/Aeon/comments/4cegrr/aeon_ask_anything_tuesday_aaat_5/

You can ask about Cryptopia, development progress, network hash rate, wallet security, mining or anything you are curious about!

Jump to: