Author

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

legendary
Activity: 1393
Merit: 1001
What about windows version
Is there a windows Gui wallet on the horizon. 
hero member
Activity: 610
Merit: 500
What about windows version
member
Activity: 77
Merit: 10
It just needs cloned, then make, yeah? I assume I'm missing some dependencies. Error on Mint 17.2:

Code:
log.c:25:3: warning: format not a string literal and no format arguments [-Wformat-security]
   printf(timebuf);
   ^
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c net.c -o net.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c minerutils.c -o minerutils.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c gpu.c -o gpu.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c main.c -o main.o
main.c:9:23: fatal error: stdatomic.h: No such file or directory
 #include
                       ^
compilation terminated.

Google says I have to old a version of GCC maybe? I'm running 4.8.2.

yeah, when I tried to compile for ubuntu and ran into errors, wolf mentioned that I might have an old version of gcc.

Hi, I had the same thing.  It's a bug in gcc 4.8, fixed in gcc 4.9.

Cheers

Dave
legendary
Activity: 2968
Merit: 1198
wolf how about adding some dependencies info to the readme. Minimum versions or at least some stated set of versions that build and work.
legendary
Activity: 1260
Merit: 1008
It just needs cloned, then make, yeah? I assume I'm missing some dependencies. Error on Mint 17.2:

Code:
log.c:25:3: warning: format not a string literal and no format arguments [-Wformat-security]
   printf(timebuf);
   ^
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c net.c -o net.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c minerutils.c -o minerutils.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c gpu.c -o gpu.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c main.c -o main.o
main.c:9:23: fatal error: stdatomic.h: No such file or directory
 #include
                       ^
compilation terminated.

Google says I have to old a version of GCC maybe? I'm running 4.8.2.

yeah, when I tried to compile for ubuntu and ran into errors, wolf mentioned that I might have an old version of gcc.
sr. member
Activity: 450
Merit: 250
It just needs cloned, then make, yeah? I assume I'm missing some dependencies. Error on Mint 17.2:

Code:
log.c:25:3: warning: format not a string literal and no format arguments [-Wformat-security]
   printf(timebuf);
   ^
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c net.c -o net.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c minerutils.c -o minerutils.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c gpu.c -o gpu.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -std=c11 -pthread -c main.c -o main.o
main.c:9:23: fatal error: stdatomic.h: No such file or directory
 #include
                       ^
compilation terminated.

Google says I have to old a version of GCC maybe? I'm running 4.8.2.
sr. member
Activity: 360
Merit: 250
Token

Looks good. Now let's get some test reports.

Figured I'd give it a try, wound up getting a compile error I'm not sure I have the expertise to figure out.

Ubuntu 15 fglrx-updates and APP SDK 2.9.1

Code:
main.c: In function ‘SetupXMRTest’:
main.c:725:8: error: unknown type name ‘cl_queue_properties’
  const cl_queue_properties CommandQueueProperties[] = { 0, 0, 0 };
        ^
main.c:735:2: warning: implicit declaration of function ‘clCreateCommandQueueWithProperties’ [-Wimplicit-function-declaration]
  *HashData->CommandQueues = clCreateCommandQueueWithProperties(OCL->Context, OCL->Devices[DeviceIdx].DeviceID, CommandQueueProperties, &retval);
  ^
main.c:735:27: warning: assignment makes pointer from integer without a cast
  *HashData->CommandQueues = clCreateCommandQueueWithProperties(OCL->Context, OCL->Devices[DeviceIdx].DeviceID, CommandQueueProperties, &retval);
                           ^
Makefile:8: recipe for target 'all' failed
make: *** [all] Error 1

Googling I found a similar error someone had with Wolf0's Vanillacoin miner: https://talk.vanillacoin.net/topic/107/open-source-amd-miner-release He mentions adding a compatibility fix there.


Edit: Installed APP SDK 3.0 beta over the 2.9.1 installation (I think) and still getting the same compile error.
member
Activity: 71
Merit: 10
Miner for Windows x64, please! Smiley
legendary
Activity: 2968
Merit: 1198
legendary
Activity: 2968
Merit: 1198
I have accepted a bounty bid from Wolf`to release open source AMD mining software for AEON for the same bounty as the earlier NV miner, which is 9000 AEON.

The requirement is that it be released as open source and tested by some independent community members.

If the bounty is not claimed in some reasonable period of time I will open it up to others. For now it is assigned to Wolf`


Done: https://ottrbutt.com/tmp/wolf-aeon-miner.tar.xz

I edited above that it should be released on github, as the earlier miner was. There is no requirement that you continue to maintain it, others can fork it and take over.
legendary
Activity: 2968
Merit: 1198
I have accepted a bounty bid from Wolf`to release open source AMD mining software for AEON for the same bounty as the earlier NV miner, which is 9000 AEON.

The requirement is that it be released as open source on github and tested by some independent community members.

If the bounty is not claimed in some reasonable period of time I will open it up to others. For now it is assigned to Wolf`

EDIT: to be released on github
legendary
Activity: 1154
Merit: 1001
Thank you for the updates Smooth, very neatly timed as I finally have my (light) node back online, yay!

Unofficial binaries for the brave (or impatient?) Windows folks:

Aeon-Win-x64-0.9.5.0
Aeon-Win-x64-0.9.5.0-light-node

Ran a brief smoke test on both versions and all looks well.
I'm staying on the pruning node for long term testing.
legendary
Activity: 2968
Merit: 1198
New security update version (0.9.5.0)

I have also updated the experimental pruning branch
legendary
Activity: 2968
Merit: 1198
New security update version (0.9.5.0)

Recommended for all users

Changes in this release

SECURITY: Fix upnp buffer overflow
Fix compile error with gcc 5.1.0
Fix node unblocking message formatting
Code clean ups

https://github.com/aeonix/aeon/releases/tag/v0.9.5.0
hero member
Activity: 770
Merit: 504
 
  
 


Holy shit, you literally need to reverse the entire color scheme.  A+ for effort, but try the color-reversed version.  A little goes a long way.
legendary
Activity: 1750
Merit: 1036
Facts are more efficient than fud
legendary
Activity: 2968
Merit: 1198
I notice in the OP we have.
Quote
Lead developer: smooth
Release engineering, Q/A, support: Arux
Other roles: open (PM smooth)
Original developer (as Monero fork): anonymous

Has anything been happening on this front? Smiley

Which front? The other roles? Not specifically. There are a few people helping with social media. Anyone who wants to be more involved in any role is welcome to contact me about it.



legendary
Activity: 1190
Merit: 1000
I notice in the OP we have.
Quote
Lead developer: smooth
Release engineering, Q/A, support: Arux
Other roles: open (PM smooth)
Original developer (as Monero fork): anonymous

Has anything been happening on this front? Smiley
Jump to: