Author

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

legendary
Activity: 1260
Merit: 1008
the ccminer fork gives me this


Code:
*** stack smashing detected ***: ./ccminer terminated
Aborted (core dumped)

i find stack smashing entertaining.

I assume this is Tsiv's miner ?

Try:

gdb ./ccminer core      # the core might be named with a pid, use the correct filename if so
bt

And pastebin the result.


yeah, its your fork of tsivs... though my build environment might be screwy. I can't even run standard cryptonight on your fork... I saw during the build process of ccminer that compute 20 was being used, though I think it should compute 10. I accidentally installed the most recent cuda package via sudo apt-get install nvidia-cuda-toolkit...

http://pastebin.com/7u938gqg
legendary
Activity: 2968
Merit: 1198
Is minergate on a different fork? They are showing their pool and total hashrate around 20 kh/s and are solving like every single block:
https://minergate.com/pool-stats/aeon

I have no idea what they are doing. They are certainly aware of the upgrade and have said they are upgrading on Monday (why wait?), and if you look at their trollbox you have users telling other users to stop wasting their hashrate by mining, the support guy on there ignores it and they for some reason they don't just turn it off. Very strange.

Quote
Edit: I guess so, since they're showing different block heights as well. Does cryptonight-light get approximately same h/s as cryptonight?

It gets 2x+ depending on the hardware but the block target is now 4 minutes so the old fork will have more blocks with less work.

legendary
Activity: 3136
Merit: 1116
Is minergate on a different fork? They are showing their pool and total hashrate around 20 kh/s and are solving like every single block:
https://minergate.com/pool-stats/aeon

But mooo shows network ~200 kh/s and his pool ~100 kh/s and they're finding blocks as well:
http://aeonpool.mooo.com/

Huh

Edit: I guess so, since they're showing different block heights as well. Does cryptonight-light get approximately same h/s as cryptonight?
legendary
Activity: 1276
Merit: 1001
the ccminer fork gives me this


Code:
*** stack smashing detected ***: ./ccminer terminated
Aborted (core dumped)

i find stack smashing entertaining.

I assume this is Tsiv's miner ?

Try:

gdb ./ccminer core      # the core might be named with a pid, use the correct filename if so
bt

And pastebin the result.
hero member
Activity: 504
Merit: 502
For everyone with a poloniex account:

AEON has been listed on poloniex before and according to smooth their wallet has been updated. So I would like to ask everyone that has an account to send them a message that you would be interested in trading AEON (again). You can just open a support ticket and I think the mods will pass it along. Personally I hope it gets reenabled, more exchanges means more awareness.


sr. member
Activity: 406
Merit: 250
For everyone with a poloniex account:

AEON has been listed on poloniex before and according to smooth their wallet has been updated. So I would like to ask everyone that has an account to send them a message that you would be interested in trading AEON (again). You can just open a support ticket and I think the mods will pass it along. Personally I hope it gets reenabled, more exchanges means more awareness.


Yes, that would be nice to increase awarness. But there is a question everybody will ask : What is Aeon about exactly?

I'm still trying to understand.

What's the plan here? I'm confused.
legendary
Activity: 1276
Merit: 1001
after 5 hours nothing has changed

That is incorrect. Your blockchain has grown at a rate of approximately 0.244 blocks per minute.
sr. member
Activity: 295
Merit: 250
Does yam miner work with any AEON pools or "cryptonight-light" minerd is the only one CPU miner working?

I don't think anyone ported that one. Is the source available ? I know those have been ported: tsiv's, wolf's, Lucas Jones'. In any case, if you find a pool whre you can mine with a non ported miner, you'd be hashing for nothing.

I have some older glibc (2.11) thus I cannot compile minerd.

I can't see a good reason why this should be so. What error are you getting ?


It looks like a problem with my gcc version:

cc1: error: invalid option argument ‘-Ofast’
cc1: error: unrecognized command line option "-flto"
cc1: error: unrecognized command line option "-fuse-linker-plugin"
cc1: error: unrecognized command line option "-ftree-loop-if-convert-stores"

After removing these CFLAGS I am getting this:

cryptonight_aesni.c:8: error: expected ‘)’ before ‘*’ token
cryptonight_aesni.c:21: error: expected ‘)’ before ‘*’ token
cryptonight_aesni.c: In function ‘ExpandAESKey256’:
cryptonight_aesni.c:40: error: ‘__m128i’ undeclared (first use in this function)
cryptonight_aesni.c:40: error: (Each undeclared identifier is reported only once
cryptonight_aesni.c:40: error: for each function it appears in.)
cryptonight_aesni.c:40: error: expected ‘;’ before ‘tmp1’
cryptonight_aesni.c:42: error: ‘keys’ undeclared (first use in this function)
cryptonight_aesni.c:42: error: expected expression before ‘)’ token
cryptonight_aesni.c:44: error: ‘tmp1’ undeclared (first use in this function)
cryptonight_aesni.c:44: warning: implicit declaration of function ‘_mm_load_si128’
cryptonight_aesni.c:44: error: expected expression before ‘)’ token
cryptonight_aesni.c:45: error: ‘tmp3’ undeclared (first use in this function)
cryptonight_aesni.c:45: error: expected expression before ‘)’ token
cryptonight_aesni.c:47: error: ‘tmp2’ undeclared (first use in this function)
cryptonight_aesni.c:47: warning: implicit declaration of function ‘_mm_aeskeygenassist_si128’
cryptonight_aesni.c:48: warning: implicit declaration of function ‘ExpandAESKey256_sub1’
cryptonight_aesni.c:50: warning: implicit declaration of function ‘ExpandAESKey256_sub2’
cryptonight_aesni.c: In function ‘cryptonight_hash_ctx’:
cryptonight_aesni.c:90: warning: passing argument 3 of ‘keccak’ from incompatible pointer type
cryptonight_aesni.c:96: warning: implicit declaration of function ‘memcpy’
cryptonight_aesni.c:96: warning: incompatible implicit declaration of built-in function ‘memcpy’
cryptonight_aesni.c:100: error: ‘__m128i’ undeclared (first use in this function)
cryptonight_aesni.c:100: error: ‘longoutput’ undeclared (first use in this function)
cryptonight_aesni.c:100: error: ‘expkey’ undeclared (first use in this function)
cryptonight_aesni.c:100: error: ‘xmminput’ undeclared (first use in this function)
cryptonight_aesni.c:101: error: expected expression before ‘)’ token
cryptonight_aesni.c:102: error: expected expression before ‘)’ token
cryptonight_aesni.c:103: error: expected expression before ‘)’ token
cryptonight_aesni.c:112: warning: implicit declaration of function ‘_mm_aesenc_si128’
cryptonight_aesni.c:121: warning: implicit declaration of function ‘_mm_store_si128’
cryptonight_aesni.c:137: error: expected ‘;’ before ‘b_x’
cryptonight_aesni.c:145: error: expected ‘;’ before ‘c_x’
cryptonight_aesni.c:146: error: expected ‘;’ before ‘a_x’
cryptonight_aesni.c:148: error: ‘c_x’ undeclared (first use in this function)
cryptonight_aesni.c:148: error: ‘a_x’ undeclared (first use in this function)
cryptonight_aesni.c:150: error: expected expression before ‘)’ token
cryptonight_aesni.c:153: error: ‘b_x’ undeclared (first use in this function)
cryptonight_aesni.c:153: warning: implicit declaration of function ‘_mm_xor_si128’
cryptonight_aesni.c:154: error: expected expression before ‘)’ token
cryptonight_aesni.c:175: warning: initialization from incompatible pointer type
cryptonight_aesni.c:218: warning: passing argument 1 of ‘keccakf’ from incompatible pointer type
make[2]: *** [minerd-cryptonight_aesni.o] Error 1

I can compile on newer version of the distro but then I am getting mentioned gcc prob:

./minerd: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./minerd)

Any ideas?

Solved. Updated GCC and now it compiles.
legendary
Activity: 2268
Merit: 1141
For everyone with a poloniex account:

AEON has been listed on poloniex before and according to smooth their wallet has been updated. So I would like to ask everyone that has an account to send them a message that you would be interested in trading AEON (again). You can just open a support ticket and I think the mods will pass it along. Personally I hope it gets reenabled, more exchanges means more awareness.
sr. member
Activity: 295
Merit: 250
Does yam miner work with any AEON pools or "cryptonight-light" minerd is the only one CPU miner working?

I don't think anyone ported that one. Is the source available ? I know those have been ported: tsiv's, wolf's, Lucas Jones'. In any case, if you find a pool whre you can mine with a non ported miner, you'd be hashing for nothing.

I have some older glibc (2.11) thus I cannot compile minerd.

I can't see a good reason why this should be so. What error are you getting ?


It looks like a problem with my gcc version:

cc1: error: invalid option argument ‘-Ofast’
cc1: error: unrecognized command line option "-flto"
cc1: error: unrecognized command line option "-fuse-linker-plugin"
cc1: error: unrecognized command line option "-ftree-loop-if-convert-stores"

After removing these CFLAGS I am getting this:

cryptonight_aesni.c:8: error: expected ‘)’ before ‘*’ token
cryptonight_aesni.c:21: error: expected ‘)’ before ‘*’ token
cryptonight_aesni.c: In function ‘ExpandAESKey256’:
cryptonight_aesni.c:40: error: ‘__m128i’ undeclared (first use in this function)
cryptonight_aesni.c:40: error: (Each undeclared identifier is reported only once
cryptonight_aesni.c:40: error: for each function it appears in.)
cryptonight_aesni.c:40: error: expected ‘;’ before ‘tmp1’
cryptonight_aesni.c:42: error: ‘keys’ undeclared (first use in this function)
cryptonight_aesni.c:42: error: expected expression before ‘)’ token
cryptonight_aesni.c:44: error: ‘tmp1’ undeclared (first use in this function)
cryptonight_aesni.c:44: warning: implicit declaration of function ‘_mm_load_si128’
cryptonight_aesni.c:44: error: expected expression before ‘)’ token
cryptonight_aesni.c:45: error: ‘tmp3’ undeclared (first use in this function)
cryptonight_aesni.c:45: error: expected expression before ‘)’ token
cryptonight_aesni.c:47: error: ‘tmp2’ undeclared (first use in this function)
cryptonight_aesni.c:47: warning: implicit declaration of function ‘_mm_aeskeygenassist_si128’
cryptonight_aesni.c:48: warning: implicit declaration of function ‘ExpandAESKey256_sub1’
cryptonight_aesni.c:50: warning: implicit declaration of function ‘ExpandAESKey256_sub2’
cryptonight_aesni.c: In function ‘cryptonight_hash_ctx’:
cryptonight_aesni.c:90: warning: passing argument 3 of ‘keccak’ from incompatible pointer type
cryptonight_aesni.c:96: warning: implicit declaration of function ‘memcpy’
cryptonight_aesni.c:96: warning: incompatible implicit declaration of built-in function ‘memcpy’
cryptonight_aesni.c:100: error: ‘__m128i’ undeclared (first use in this function)
cryptonight_aesni.c:100: error: ‘longoutput’ undeclared (first use in this function)
cryptonight_aesni.c:100: error: ‘expkey’ undeclared (first use in this function)
cryptonight_aesni.c:100: error: ‘xmminput’ undeclared (first use in this function)
cryptonight_aesni.c:101: error: expected expression before ‘)’ token
cryptonight_aesni.c:102: error: expected expression before ‘)’ token
cryptonight_aesni.c:103: error: expected expression before ‘)’ token
cryptonight_aesni.c:112: warning: implicit declaration of function ‘_mm_aesenc_si128’
cryptonight_aesni.c:121: warning: implicit declaration of function ‘_mm_store_si128’
cryptonight_aesni.c:137: error: expected ‘;’ before ‘b_x’
cryptonight_aesni.c:145: error: expected ‘;’ before ‘c_x’
cryptonight_aesni.c:146: error: expected ‘;’ before ‘a_x’
cryptonight_aesni.c:148: error: ‘c_x’ undeclared (first use in this function)
cryptonight_aesni.c:148: error: ‘a_x’ undeclared (first use in this function)
cryptonight_aesni.c:150: error: expected expression before ‘)’ token
cryptonight_aesni.c:153: error: ‘b_x’ undeclared (first use in this function)
cryptonight_aesni.c:153: warning: implicit declaration of function ‘_mm_xor_si128’
cryptonight_aesni.c:154: error: expected expression before ‘)’ token
cryptonight_aesni.c:175: warning: initialization from incompatible pointer type
cryptonight_aesni.c:218: warning: passing argument 1 of ‘keccakf’ from incompatible pointer type
make[2]: *** [minerd-cryptonight_aesni.o] Error 1

I can compile on newer version of the distro but then I am getting mentioned gcc prob:

./minerd: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./minerd)

Any ideas?
legendary
Activity: 1276
Merit: 1001
Your node seems fine. If those messages really bothers you, the command "set_log 0" might get rid of those.
hero member
Activity: 924
Merit: 1000
I have problem same as before this post


it doesn't sync and my bc_height is show at 593409

How to fix it

there is no problem here........it shows you that even with the red writing , that blocks are still downloading, it downloaded a block within 30 seconds of the last on the screenshot you are showing, between the red writing, indicating you are still downloading the blockchain.


The red writing is other nodes that have not updated as far as i understand, they get blocked, you connect to a different peer and get the blockchain data from them instead, just keep it running
member
Activity: 189
Merit: 10
I have problem same as before this post


it doesn't sync and my bc_height is show at 593409

How to fix it
legendary
Activity: 1276
Merit: 1001
Does yam miner work with any AEON pools or "cryptonight-light" minerd is the only one CPU miner working?

I don't think anyone ported that one. Is the source available ? I know those have been ported: tsiv's, wolf's, Lucas Jones'. In any case, if you find a pool whre you can mine with a non ported miner, you'd be hashing for nothing.

I have some older glibc (2.11) thus I cannot compile minerd.

I can't see a good reason why this should be so. What error are you getting ?
sr. member
Activity: 295
Merit: 250
Does yam miner work with any AEON pools or "cryptonight-light" minerd is the only one CPU miner working?
I have some older glibc (2.11) thus I cannot compile minerd.
member
Activity: 189
Merit: 10
give for download the block chain please

From first post of this thread:

Downloads:
Current release 0.9.1.1 (source code, Windows binaries)
bootstrap for linux-x64 (by community member Phantas 2015-07-22)
bootstrap for Windows-x64 (by community member Phantas 2015-07-29)
Recommended: Use caution with community-provided downloads, check reputation and scan for malware


When wallet not eat too much ram ?


Thank you

Soon
Hello

 I will waiting for it  Wink when i run wallet my ram go up 94% too much

Thank you
legendary
Activity: 2968
Merit: 1198
give for download the block chain please

From first post of this thread:

Downloads:
Current release 0.9.1.1 (source code, Windows binaries)
bootstrap for linux-x64 (by community member Phantas 2015-07-22)
bootstrap for Windows-x64 (by community member Phantas 2015-07-29)
Recommended: Use caution with community-provided downloads, check reputation and scan for malware


When wallet not eat too much ram ?


Thank you

Soon
member
Activity: 189
Merit: 10
give for download the block chain please

From first post of this thread:

Downloads:
Current release 0.9.1.1 (source code, Windows binaries)
bootstrap for linux-x64 (by community member Phantas 2015-07-22)
bootstrap for Windows-x64 (by community member Phantas 2015-07-29)
Recommended: Use caution with community-provided downloads, check reputation and scan for malware


When wallet not eat too much ram ?


Thank you
newbie
Activity: 53
Merit: 0

Your node is fine. Peer is out of date so it gets temporarily blocked.

how to fix this ?

No action is required it will take care of itself.

Only the the other node's owner can fix it. Just ignore.


tnx dude
Jump to: