smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
August 19, 2015, 08:23:05 AM Last edit: August 19, 2015, 08:37:33 AM by smooth |
|
I think I located the problem with the Windows build. If someone wants to create a new binary from github HEAD, we can see if it fixed it.
|
|
|
|
|
myagui
Legendary
Offline
Activity: 1154
Merit: 1001
|
|
August 19, 2015, 03:18:46 PM |
|
Thanks smooth & nikos64 for your feedback also.
I'm unable to compile at this time, but if no1 reputable has come up with binaries in the meantime, I'll see if I can get setup to compile as well sometime next week. Cheers!
|
|
|
|
Arux
|
|
August 19, 2015, 08:13:35 PM |
|
Arux's pool appears to be down. If you are using it you will want to switch somewhere
Front-end was down but core was always running. No shares were lost. Payments are OK. Cheers. (Internet onnections are quite impossible here )
|
|
|
|
Hix
Legendary
Offline
Activity: 1971
Merit: 1036
|
|
August 19, 2015, 08:15:54 PM |
|
Always happens when I don't look for a bit... Should fix itself again as consolidated coins unlock.
As for a guide for pools, there's a comprehensive guide in the pool software's documentation itself.
You made manual payouts?
|
|
|
|
MoneroMooo
Legendary
Offline
Activity: 1276
Merit: 1001
|
|
August 19, 2015, 10:17:33 PM |
|
You made manual payouts?
Yes, I had to, as the balance on what I assume is your address was too large to get in a single tx when done by the pool itself, so I transferred manually in smaller chunks over a couple hours as coins unlocked. Hopefully without mistake * MoneroMooo goes to consolidate again as a precaution
|
|
|
|
|
Schild_
|
|
August 22, 2015, 08:45:39 PM |
|
Super quiet here...
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
August 22, 2015, 08:46:19 PM |
|
Any news? I am doing testing on pruning right now.
|
|
|
|
Schild_
|
|
August 22, 2015, 09:03:21 PM |
|
Any news? I am doing testing on pruning right now. Hehe. Multitasking Smooth
|
|
|
|
Radouch
Newbie
Offline
Activity: 30
Merit: 0
|
|
August 22, 2015, 09:30:17 PM Last edit: August 23, 2015, 09:07:06 AM by Radouch |
|
I think I located the problem with the Windows build. If someone wants to create a new binary from github HEAD, we can see if it fixed it.
Tonight I somehow managed to compile from GitHub for Windows (not much easy for me, who never ever compiled anything on Windows... :-) ). With 0.9.1.1 binaries I have got hash rate about 80 H/s, with 0.9.2.0 binaries I've got up to 160 H/s. So, good work, Smooth! :-) If you believe me, you can download my binaries from cryptoradouch . tk /aeon/aeon0.9.2.win64.zip (sorry, but bitcointalk believes this is a suspicious link - this is my VPS...) EDIT:Now binaries of aeon 0.9.2.0 for Win 64 compiled by me are available on Google Drive, maybe Bitcointalk will like it more: https://drive.google.com/file/d/0B7aFZCwh53eNLWtuOTVITF9jcDg/view?usp=sharing
|
|
|
|
VladimirN
|
|
August 22, 2015, 09:38:14 PM |
|
Super quiet here... holidays...
|
|
|
|
myagui
Legendary
Offline
Activity: 1154
Merit: 1001
|
|
August 22, 2015, 09:50:01 PM Last edit: August 23, 2015, 11:22:05 AM by myagui |
|
Super quiet here... holidays... While on semi-holidays, I'm quietly acquiring a moderately larger position I'm really looking forward to test the newer version, largely to allow me the contribution of a solo mining daemon/node. Will try to compile using the OP instructions tonight. Edit: No luck at my 1st quick attempt at compiling. I eventually got binaries built, but there's some fatal error right at daemon start and it does not run at all. I'm pretty sure this is some issue with my build environment. I'll look into error messages and further troubleshooting when I get a break. Edit #2: Just in case someone can easily point me in the right direction, here's the error I have when launching the daemon self-compiled: 2015-Aug-23 12:15:25.431831 aeon v0.9.2.0(@VERSION@) 2015-Aug-23 12:15:25.432832 Module folder: C:\Users\-removed-\aeon\build\src\Release\aeond.exe 2015-Aug-23 12:15:25.435836 Initializing p2p server... 2015-Aug-23 12:15:25.437837 ERROR c:\users\-removed-\aeon\src\p2p\net_node.inl:110 Exception at [node_server::init_config], what=unsupported version 2015-Aug-23 12:15:25.440839 ERROR c:\users\-removed-\aeon\src\p2p\net_node.inl:273 Failed to init config. 2015-Aug-23 12:15:25.442841 ERROR C:\Users\-removed-\aeon\src\daemon\daemon.cpp:174 Failed to initialize p2p server. 2015-Aug-23 12:15:25.445844 Mining has been stopped, 0 finished I used latest cmake (3.3), boost 1.57 and VStudio 2013 as described on the OP, and I'm on Win 8.0 x64. I think I saw some error concerning a "version.h" file when generating the configuration files or when compiling, not sure now and I have cleared the logs already. Will check it out again later. Cheers!
|
|
|
|
Radouch
Newbie
Offline
Activity: 30
Merit: 0
|
|
August 23, 2015, 11:54:45 AM |
|
Super quiet here... holidays... I used latest cmake (3.3), boost 1.57 and VStudio 2013 as described on the OP, and I'm on Win 8.0 x64. I used boost 1.59 and VStudio 2015 and my compiled binaries run on Win 7 x64 without problems. Only I had to rename some folder, but unfortunatelly do not remember which one...
|
|
|
|
Radouch
Newbie
Offline
Activity: 30
Merit: 0
|
|
August 23, 2015, 07:25:22 PM |
|
|
|
|
|
myagui
Legendary
Offline
Activity: 1154
Merit: 1001
|
|
August 23, 2015, 11:37:31 PM |
|
Thanks for the input Radouch. I'm not going to run a binary from a recent member as I don't have an isolated environment for testing right now, but perhaps that helps others. I didn't manage to fix whatever issue is causing me grief with my regular Windows box, but I was able to compile the binaries on a freshly installed Win 10 VM. The binaries created on the Win 10 VM did work fine on my usual PC (Win 8.0). For anyone else that might want to test these, do understand that I'm a relative newbie at compilation (most of my experience is with cudaminer/ccminer), so I doubt I'd be able to fix any issues one might find. The following link has binaries from the current code on git, and were compiled using a clean/fresh Windows 10 x64 VM with VStudio 2015 and Boost 1.59. Aeon-Win-x64-0.9.2.0-git.zip@smooth: I see my hashrate restored while solo mining on the daemon (about 640h/s now), so thank you, looks that the issue is fixed! Side note, please update the OP with the revised compilation instructions as per the following post: https://bitcointalk.org/index.php?topic=641696.msg11946271#msg11946271Cheers!
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
August 24, 2015, 12:11:39 AM |
|
I see my hashrate restored while solo mining on the daemon (about 640h/s now), so thank you, looks that the issue is fixed!
Great! That's a pretty nice hash rate! What CPU is that? Done. Thanks for pointing out the update.
|
|
|
|
myagui
Legendary
Offline
Activity: 1154
Merit: 1001
|
|
August 24, 2015, 12:26:35 AM |
|
Cheers Smooth! It's an i7-4770, standard clocks and all, running 6 threads, above normal priority. Frustrated with my earlier trouble with compiling on the original Windows box, I had a few more cracks at it, and finally sorted what the issue with compiling on that one as well. Suspecting that I had a broken boost setup, I rebuilt boost, then recompiled there, and presto, also got me working binaries. Happy camper. I'm not sure this needs correcting on the compilation instructions, could be my misunderstanding, but anyhow, that's how it worked for me - definitely the case on building boost 1.59 - not sure if it makes any difference on earlier versions, as the documented 1.57. Where it reads: b2 --toolset=msvc variant=release link=static threading=multi runtime-link=static address-model=64I used instead: b2 toolset=msvc variant=release link=static threading=multi runtime-link=static address-model=64
|
|
|
|
Phantas
|
|
August 24, 2015, 05:58:41 AM |
|
|
|
|
|
Radouch
Newbie
Offline
Activity: 30
Merit: 0
|
|
August 24, 2015, 06:49:03 AM Last edit: August 24, 2015, 07:22:46 AM by Radouch |
|
Thanks for the input Radouch. I'm not going to run a binary from a recent member as I don't have an isolated environment for testing right now, but perhaps that helps others.
I really appreciate your reaction, Myagui. No reaction makes me really uncertain if my reports are of any use. Concerning binaries: better safe than sorry, no problem. I only want to stress that my account is one year old (and only 6 months younger than yours). I just prefer reading over writing, especially if I do not have anything meaningful to say. Have a nice day :-)
|
|
|
|
|