Bitcoin Forum
March 29, 2024, 03:20:03 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 [82] 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 ... 318 »
  Print  
Author Topic: [ANN] AEON: Scalable, private, mobile-friendly cryptocurrency  (Read 625077 times)
h0g0f0g0
Sr. Member
****
Offline Offline

Activity: 295
Merit: 250


View Profile
August 08, 2015, 03:21:44 PM
 #1621

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.
1711725603
Hero Member
*
Offline Offline

Posts: 1711725603

View Profile Personal Message (Offline)

Ignore
1711725603
Reply with quote  #2

1711725603
Report to moderator
1711725603
Hero Member
*
Offline Offline

Posts: 1711725603

View Profile Personal Message (Offline)

Ignore
1711725603
Reply with quote  #2

1711725603
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711725603
Hero Member
*
Offline Offline

Posts: 1711725603

View Profile Personal Message (Offline)

Ignore
1711725603
Reply with quote  #2

1711725603
Report to moderator
mige
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
August 08, 2015, 04:17:48 PM
 #1622

http://www.dodaj.rs/f/3w/Mu/3b3t8Y0O/miki.jpg


http://www.dodaj.rs/f/1s/8t/4CvG7d8a/1/kimi.jpg


after 5 hours nothing has changed
MoneroMooo
Legendary
*
Offline Offline

Activity: 1276
Merit: 1001


View Profile
August 08, 2015, 06:09:40 PM
 #1623

after 5 hours nothing has changed

That is incorrect. Your blockchain has grown at a rate of approximately 0.244 blocks per minute.
Schild_
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
August 08, 2015, 07:02:05 PM
Last edit: August 08, 2015, 07:26:21 PM by Schild_
 #1624

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.
shapetwist
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


View Profile
August 08, 2015, 07:38:46 PM
 #1625

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.



$APX - AstroPepeX - 1st AI developed ETH token
MoneroMooo
Legendary
*
Offline Offline

Activity: 1276
Merit: 1001


View Profile
August 08, 2015, 09:42:25 PM
 #1626

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.
jwinterm
Legendary
*
Offline Offline

Activity: 2982
Merit: 1102



View Profile
August 09, 2015, 12:59:47 AM
 #1627

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?
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1197



View Profile
August 09, 2015, 01:05:41 AM
Last edit: August 09, 2015, 01:19:27 AM by smooth
 #1628

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.

GingerAle
Legendary
*
Offline Offline

Activity: 1260
Merit: 1008


View Profile WWW
August 09, 2015, 02:46:44 AM
 #1629

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

< Track your bitcoins! > < Track them again! > <<< [url=https://www.reddit.com/r/Bitcoin/comments/1qomqt/what_a_landmark_legal_case_from_mid1700s_scotland/] What is fungibility? >>> 46P88uZ4edEgsk7iKQUGu2FUDYcdHm2HtLFiGLp1inG4e4f9PTb4mbHWYWFZGYUeQidJ8hFym2WUmWc p34X8HHmFS2LXJkf <<< Free subdomains at moneroworld.com!! >>> <<< If you don't want to run your own node, point your wallet to node.moneroworld.com, and get connected to a random node! @@@@ FUCK ALL THE PROFITEERS! PROOF OF WORK OR ITS A SCAM !!! @@@@
tranzactionezlive
Sr. Member
****
Offline Offline

Activity: 261
Merit: 250


View Profile
August 09, 2015, 02:48:27 AM
 #1630

Please update the bootstrap, i've tried everything.
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1197



View Profile
August 09, 2015, 03:14:22 AM
 #1631

Please update the bootstrap, i've tried everything.

Can you be more specific as to the problems you are having?
CryptoClub
Legendary
*
Offline Offline

Activity: 1470
Merit: 1000


cryptocollectorsclub.com


View Profile
August 09, 2015, 04:31:47 AM
 #1632

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.


If you check the options on polo there is an option for suggesting a coin. I have submitted the suggestion and the reasoning. With Monero so popular there, and the great dev here, Aeon is an obvious choice now. (with future potential based on new development)

...
erok
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1000


Avatars are overrated.


View Profile
August 09, 2015, 04:38:14 AM
 #1633

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.


If you check the options on polo there is an option for suggesting a coin. I have submitted the suggestion and the reasoning. With Monero so popular there, and the great dev here, Aeon is an obvious choice now. (with future potential based on new development)
I've been bugging them via trollbox. Eventually they will cave.

"the destruction of privacy widens the existing power imbalance between the ruling factions and everyone else" -- Julian Assange
rajapatr1
Member
**
Offline Offline

Activity: 189
Merit: 10


View Profile
August 09, 2015, 05:53:19 AM
 #1634

593600 > 593688 after running 5 hour block sync go up very very slow  Angry
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1197



View Profile
August 09, 2015, 05:58:34 AM
 #1635

593600 > 593688 after running 5 hour block sync go up very very slow  Angry

Current chain height as I write this is 593690, so I guess you are synced?
BitcoinForumator
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
August 09, 2015, 06:02:59 AM
 #1636

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.


Mining is strangely profitable (in terms of Aeon) right now on Minergate. A lot of people asked the support what's up with these mined Aeons and he said it's all good. How?...
BoscoMurray
Sr. Member
****
Offline Offline

Activity: 450
Merit: 250


View Profile
August 09, 2015, 07:40:24 AM
 #1637

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.


Mining is strangely profitable (in terms of Aeon) right now on Minergate. A lot of people asked the support what's up with these mined Aeons and he said it's all good. How?...

Minergate have not updated, so they are not mining the correct chain. Because there are so few mining this incorrect chain, you will get a very high proportion of the incorrect chain hashrate and it will look like you are getting lots of coins. But these coins will NOT be usable with the correct chain.

Don't hash there, as you'll receive NOTHING in return, so it's not profitable at all Wink
bitl0ck
Sr. Member
****
Offline Offline

Activity: 240
Merit: 250



View Profile
August 09, 2015, 08:15:23 AM
 #1638

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.


Mining is strangely profitable (in terms of Aeon) right now on Minergate. A lot of people asked the support what's up with these mined Aeons and he said it's all good. How?...

Minergate have not updated, so they are not mining the correct chain. Because there are so few mining this incorrect chain, you will get a very high proportion of the incorrect chain hashrate and it will look like you are getting lots of coins. But these coins will NOT be usable with the correct chain.

Don't hash there, as you'll receive NOTHING in return, so it's not profitable at all Wink


Does this mean we will lose minergate coins? It makes no sense
MoneroMooo
Legendary
*
Offline Offline

Activity: 1276
Merit: 1001


View Profile
August 09, 2015, 08:16:59 AM
 #1639

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

Most likely seems to be you are using an include file (or compilation options) with a sizeof(cudaDeviceProp) that is smaller than twhat cudaGetDeviceProperties thinks.
If you already had it working, I'd make clean, or whatever is the equivalent there. If it's a fresh clone... Can you run any other CUDA program that you compiled in the same way and which uses cudaGetDeviceProperties ?
MoneroMooo
Legendary
*
Offline Offline

Activity: 1276
Merit: 1001


View Profile
August 09, 2015, 08:20:23 AM
 #1640

Does this mean we will lose minergate coins? It makes no sense

I'm not sure how they will do their internal accounting, but...
Minergate will lose all coins they received on block 592000 and later until they update.
Similarly, any coins they already sent on these blocks will vanish too, as the network does not know about these transactions.
Pages: « 1 ... 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 [82] 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 ... 318 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!