Bitcoin Forum
April 24, 2024, 01:54:17 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 25 26 27 28 29 30 31 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 ... 318 »
  Print  
Author Topic: [ANN] AEON: Scalable, private, mobile-friendly cryptocurrency  (Read 625085 times)
Arux
Hero Member
*****
Offline Offline

Activity: 500
Merit: 500



View Profile
August 04, 2015, 09:15:26 AM
Last edit: August 04, 2015, 12:53:01 PM by Arux
 #1481

just built cpuminer binaries for windows (my cross compilation was a bit messy  Grin) i used mooo's code source (github.com/moneromooo/cpuminer-multi)

https://github.com/Arux-BTT/CPUMiner-Multi-cryptonight-light/releases/tag/04072015
[EDIT] https://github.com/Arux-BTT/CPUMiner-Multi-cryptonight-light/releases/tag/04082015


at the hard fork, this cpuminer will be able to send shares to a compatible pool with -a cryptonight-lite cryptonight-light arg. [edit]typo
example:
Code:
minerd -a cryptonight-light -o stratum+tcp://52.8.47.33:3333 -u WmsFoKjNnCvXkTtVx8zMR8B76rhh8aUs96NkQNVo4TFiBB15ftw2YCCar9utqavY49EbZzuKink5b2NexqgrhJEx2PzbGpU8M -p x -t 2

use non-AES-NI on old cpu (else you will get a message 'cpu not supported")
don't use it before #592000, you will get banned for invalid share.

i will switch my pool manually just before block ~592000 to be compatible with cryptonight-light. you must use stratum+tcp://52.8.47.33:3333 (stratum+tcp://aeonpool.arux.ma.gy:3333 don't work)

1713923657
Hero Member
*
Offline Offline

Posts: 1713923657

View Profile Personal Message (Offline)

Ignore
1713923657
Reply with quote  #2

1713923657
Report to moderator
1713923657
Hero Member
*
Offline Offline

Posts: 1713923657

View Profile Personal Message (Offline)

Ignore
1713923657
Reply with quote  #2

1713923657
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713923657
Hero Member
*
Offline Offline

Posts: 1713923657

View Profile Personal Message (Offline)

Ignore
1713923657
Reply with quote  #2

1713923657
Report to moderator
MoneroMooo
Legendary
*
Offline Offline

Activity: 1276
Merit: 1001


View Profile
August 04, 2015, 09:23:55 AM
 #1482

..
I think most pools will ban you if you send bad shares (which the cryptonite-lite shares would be at this point). I don't know what the policy is for how long that lasts.


Looking at the default config file for the pool's code, it's (I think) 10 minutes.  I gave it 20 and still no luck.  So I imagine Moo changed his.

But it's no biggie - Arux's pool needed a little love anyway.  Smiley

It's 15 minutes on my pool. Maybe something else was wrong. Usually it's a bad address passed to -u.
You don't get banned at first bad share by the way. It can happen normally for overheating GPUs. But I regularly see bursts of bad shares in the log and it's hard to say if it's a transient problem or some jerk trying to cheat their way into more aeon.
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
August 04, 2015, 10:33:07 AM
 #1483

Donations

Received a nice 19000 donation from someone. Thank you!

That plus the seed nodes mining has brought the total to:

balance: 433909.660548863377, unlocked balance: 433899.852813272031
cryptrol
Hero Member
*****
Offline Offline

Activity: 637
Merit: 500


View Profile
August 04, 2015, 10:49:04 AM
 #1484

WARNING: Just saw this at Minergate



Do not mine at Minergate until they update their pool, otherwise you will be mining on an invalid chain.

Only mine on pools that you know will support the fork. Or solo mine with the latest AEON release.
Arux
Hero Member
*****
Offline Offline

Activity: 500
Merit: 500



View Profile
August 04, 2015, 12:25:50 PM
 #1485

update: https://github.com/Arux-BTT/CPUMiner-Multi-cryptonight-light/releases/tag/04082015

typo in the date 04072015 04082015
file name changed according to the correct date
added an other cpuminer (lucasjones) with cryptonight-lite support (from smooth's code github.com/iamsmooth/cpuminer-multi.git branch devel)

be aware of:
wolf-cpuminer need "-a cryptonight-light" argument to work after #592000
but lucasjones-cpuminer need "-a cryptonight-lite" !

btcluka
Member
**
Offline Offline

Activity: 71
Merit: 10


View Profile
August 04, 2015, 01:37:15 PM
 #1486

One simple question: my coins on Bittrex will be safe during next upgrade or I must send them to my desktop wallet now??
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
August 04, 2015, 01:41:54 PM
 #1487

One simple question: my coins on Bittrex will be safe during next upgrade or I must send them to my desktop wallet now??

Bittrex is fine they are fully upgraded.
nioc
Legendary
*
Offline Offline

Activity: 1624
Merit: 1008


View Profile
August 04, 2015, 01:48:11 PM
 #1488

just built cpuminer binaries for windows (my cross compilation was a bit messy  Grin) i used mooo's code source (github.com/moneromooo/cpuminer-multi)

https://github.com/Arux-BTT/CPUMiner-Multi-cryptonight-light/releases/tag/04072015
[EDIT] https://github.com/Arux-BTT/CPUMiner-Multi-cryptonight-light/releases/tag/04082015


at the hard fork, this cpuminer will be able to send shares to a compatible pool with -a cryptonight-lite cryptonight-light arg. [edit]typo
example:
Code:
minerd -a cryptonight-light -o stratum+tcp://52.8.47.33:3333 -u WmsFoKjNnCvXkTtVx8zMR8B76rhh8aUs96NkQNVo4TFiBB15ftw2YCCar9utqavY49EbZzuKink5b2NexqgrhJEx2PzbGpU8M -p x -t 2

use non-AES-NI on old cpu (else you will get a message 'cpu not supported")
don't use it before #592000, you will get banned for invalid share.


i will switch my pool manually just before block ~592000 to be compatible with cryptonight-light. you must use stratum+tcp://52.8.47.33:3333 (stratum+tcp://aeonpool.arux.ma.gy:3333 don't work)

I downloaded the non_AES-NI Lucas Jones miner and see you included the batch file.  I checked it out and inadvertently started the miner.  How long am I banned for?

Also what is "pause" at the end of the batch file?
Arux
Hero Member
*****
Offline Offline

Activity: 500
Merit: 500



View Profile
August 04, 2015, 02:08:58 PM
 #1489

just built cpuminer binaries for windows (my cross compilation was a bit messy  Grin) i used mooo's code source (github.com/moneromooo/cpuminer-multi)

https://github.com/Arux-BTT/CPUMiner-Multi-cryptonight-light/releases/tag/04072015
[EDIT] https://github.com/Arux-BTT/CPUMiner-Multi-cryptonight-light/releases/tag/04082015


at the hard fork, this cpuminer will be able to send shares to a compatible pool with -a cryptonight-lite cryptonight-light arg. [edit]typo
example:
Code:
minerd -a cryptonight-light -o stratum+tcp://52.8.47.33:3333 -u WmsFoKjNnCvXkTtVx8zMR8B76rhh8aUs96NkQNVo4TFiBB15ftw2YCCar9utqavY49EbZzuKink5b2NexqgrhJEx2PzbGpU8M -p x -t 2

use non-AES-NI on old cpu (else you will get a message 'cpu not supported")
don't use it before #592000, you will get banned for invalid share.


i will switch my pool manually just before block ~592000 to be compatible with cryptonight-light. you must use stratum+tcp://52.8.47.33:3333 (stratum+tcp://aeonpool.arux.ma.gy:3333 don't work)

I downloaded the non_AES-NI Lucas Jones miner and see you included the batch file.  I checked it out and inadvertently started the miner.  How long am I banned for?

Also what is "pause" at the end of the batch file?

you aren't banned instantly, you can sent some invalid shares to test during several seconds easily.
a ban is 10 minutes.

pause is used to let open the windows. you can remove it, no matter

MoneroMooo
Legendary
*
Offline Offline

Activity: 1276
Merit: 1001


View Profile
August 04, 2015, 02:09:13 PM
 #1490

I just disabled banning on my pool, and will reenable it some time after the fork. This should let people switch a bit before or after without issues caused by temporary bad hashes.

Additionally, the difficulty will go up, so the pool settings will have to adapt too as it does (mostly starting diff I guess).
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
August 04, 2015, 02:14:26 PM
 #1491

Additionally, the difficulty will go up, so the pool settings will have to adapt too as it does (mostly starting diff I guess).

Yes the difficulty on the coin will instantly go up by a factor of 8 IIRC. I have no idea how long the pool software will take to adapt to that.
Arux
Hero Member
*****
Offline Offline

Activity: 500
Merit: 500



View Profile
August 04, 2015, 02:52:22 PM
 #1492

http://52.8.47.33:8080 switched on on POW algo.

warning: miner Wm..............................................................D2w2qy, you must switch you miner! your shares are not counted

smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
August 04, 2015, 02:55:54 PM
 #1493

Hard fork

Everything is working properly. There are a significant number of nodes that are not updated and get repeatedly dropped, which generates logs messages in aeond.log. Take care that this file does not grow too large and fill up your disk.

Since these are error messages, there is currently no log-level setting to turn them off.  If the number of bad nodes doesn't decrease soon I will put out a patch to suppress these messages.
Arux
Hero Member
*****
Offline Offline

Activity: 500
Merit: 500



View Profile
August 04, 2015, 02:57:50 PM
Last edit: August 04, 2015, 03:22:05 PM by Arux
 #1494

my pool seems not OK for now.
i'm investigating

[edit] false alarm, shares are counted

pa
Hero Member
*****
Offline Offline

Activity: 528
Merit: 501


View Profile
August 04, 2015, 03:04:25 PM
 #1495

Hard fork

Everything is working properly. There are a significant number of nodes that are not updated and get repeatedly dropped, which generates logs messages in aeond.log. Take care that this file does not grow too large and fill up your disk.

Since these are error messages, there is currently no log-level setting to turn them off.  If the number of bad nodes doesn't decrease soon I will put out a patch to suppress these messages.


Are the people running the bad nodes also seeing error messages? If they aren't reading this thread, do they know that the hard fork occurred?
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
August 04, 2015, 03:20:58 PM
 #1496

Hard fork

Everything is working properly. There are a significant number of nodes that are not updated and get repeatedly dropped, which generates logs messages in aeond.log. Take care that this file does not grow too large and fill up your disk.

Since these are error messages, there is currently no log-level setting to turn them off.  If the number of bad nodes doesn't decrease soon I will put out a patch to suppress these messages.


Are the people running the bad nodes also seeing error messages? If they aren't reading this thread, do they know that the hard fork occurred?

Yes they will get big red error messages.
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
August 04, 2015, 03:23:50 PM
 #1497

Reminder that if you are either CPU or GPU mining with the new algorithm you will probably want to retune the settings to maximize your performance.

The new algorithm uses 1 MB per thread instead of 2 MB so if your CPU has 3 MB of cache (a common number for mainstream i5 CPUs) you can switch from 1 thread to 3 threads! Of course hardware and performance varies, so try your own and see.
dnaleor
Legendary
*
Offline Offline

Activity: 1470
Merit: 1000


Want privacy? Use Monero!


View Profile
August 04, 2015, 03:53:08 PM
 #1498

I totally forgot to answer your message, was too busy yesterday  Undecided
I've send you a PM now Smiley


Yes you do need 64-bit Windows for now, so if you only have 32 bit or have <4-6 GB of RAM you better just get someone to help you move the coins.
Download the Windows wallet (.ZIP file) using the link in the first post on this thread where it says "current release windows". Extract it. Download the blockchain bootstrap using the link in the first post of this thread. I don't remember where it goes on your computer, but you can find that on the last few pages.
Open a terminal window. Launch the node (anond.exe).  Wait for it to finish syncing  (shouldn't take too long -- but if it starts from block 0 and takes forever then you put the bootstrap in the wrong place). Launch simplewallet.exe --generate-new-wallet. It will give you a bunch of seed words, those are your backup, so write those down on a piece of paper (keep in a safe place). It will also give you an address. That's the address you give to Poloniex.

If you have any more questions, please post them. There are many helpful people on this thread.
Thanks again, I might have to download later from Polo with someones help. I'm glad that this will probably be possible after the fork. But I'll keep trying. My girlfriend is coming over and I'm sure if I tell he rwhat i'm trying to do she will say...crypto..what? huh? What is it?...come to dinner Tongue

I'll pop back later
Great community here too. thanks
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
August 04, 2015, 03:54:39 PM
 #1499

I was able to identify a half dozen bad nodes which when blocked cause virtually all of the errors to stop. I don't want to post IP addresses, but if you are having trouble with your log file getting too big and you are able to block IPs in a firewall, PM me and I'll send you the list.
btcluka
Member
**
Offline Offline

Activity: 71
Merit: 10


View Profile
August 04, 2015, 03:57:09 PM
 #1500

i5 cpu @3800Mhz on Wolf miner (-t 4) give ~480h/s.
Lucasjones miner don't work...
Pages: « 1 ... 25 26 27 28 29 30 31 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 ... 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!