eeX
|
 |
April 26, 2017, 06:52:15 PM |
|
Are you on a real Win environment or on a VM?
VM of course  If you refer to the MSBuild issue, go and search for the file vcvarsall.bat and double click it  msbuild as well as cmake...
|
Soldo [SLD] @ Soldo.IN
|
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
|
|
|
|
daberti
|
 |
April 26, 2017, 06:57:28 PM Last edit: April 26, 2017, 10:06:43 PM by daberti |
|
Are you on a real Win environment or on a VM?
VM of course  If you're not kidding  that might me the issue. Just try the .bat in my post above. For everyone's information: I do use a real W10 64bit, that's probably why I didn't have the cmake and MSBuild issues.
|
|
|
|
eeX
|
 |
April 26, 2017, 08:03:56 PM |
|
Not kidding at all - Win 2012R2 VM on Win 2012R2 Hyper-V... Seems really Git Shell Issue. But all this doesn't matter - I compiled apps finally and happy with this fact. Last time I used C++ more than 20 years ago and almost forget this nightmare - C/C++ compiling  So bloody long and odd 
|
Soldo [SLD] @ Soldo.IN
|
|
|
daberti
|
 |
April 26, 2017, 09:43:32 PM |
|
Not kidding at all - Win 2012R2 VM on Win 2012R2 Hyper-V... Seems really Git Shell Issue. But all this doesn't matter - I compiled apps finally and happy with this fact. Last time I used C++ more than 20 years ago and almost forget this nightmare - C/C++ compiling  So bloody long and odd  C++ is really the only native universal programming language. I do understand you, as I'm an "old hand" as well  But in the end you did manage to get things done, and this matters (at least to me) .
|
|
|
|
|
BoscoMurray
|
 |
April 26, 2017, 10:11:52 PM |
|
for amd gpu, i pushed a win64 binary as i didn't find any official.
Nice one. Thanks
|
|
|
|
stoffu
|
 |
April 26, 2017, 11:12:34 PM |
|
smooth: perhaps could you put these links in the opening post so that people can find them more easily?
|
|
|
|
manotroll
|
 |
April 27, 2017, 02:21:33 AM |
|
aeoin linux mining suport ?
|
|
|
|
smooth
Legendary
Offline
Activity: 2912
Merit: 1192
|
 |
April 27, 2017, 02:58:58 AM |
|
Maintenance Update Phoenix (0.9.12.0)This maintenance release is recommended for all nodes, but is not urgent. A future update (not yet scheduled) will begin enforcing the minimum relay fee equal to the current default fee, so nodes that have not yet updated to a minimum of 0.9.12.0 will then be disconnected and banned. Fixes some Windows build issues Add option to disable blockchain auto-save (useful to reduce swapping on low-memory nodes) Prioritize transactions by fee/byte Disable relay of transactions with legacy fee lower than current default https://github.com/aeonix/aeon/releases/tag/v0.9.12.0 Windows binaries added
|
|
|
|
Luci0gabsan
Member

Offline
Activity: 133
Merit: 10
|
 |
April 27, 2017, 08:52:38 AM Last edit: April 27, 2017, 11:05:50 AM by Luci0gabsan |
|
Well done ! EDIT 1: Test 1 : Dual RX 460 2Gb = 1225 H/s (aeon-stak-amd) ----------------------------------------------------- Test 2: GPU APU AMD 7650K = 145 H/s (aeon-stak-amd) CPU APU AMD 7650K = 645 H/s (aeon-stak-cpu) ----------------------------------------------------- On APU PC is not possible work when both software are running and the HR decrease ... you can use only one miner aeon-stak-cpu!
|
|
|
|
daberti
|
 |
April 27, 2017, 02:28:44 PM |
|
Windows binaries added
Removing my package accordingly 
|
|
|
|
|
|
cryptodromeda
|
 |
April 27, 2017, 08:06:32 PM |
|
Can confirm: It's all intended to be in the public domain.
|
It's a kind of blindness that reason alone cannot cure.
|
|
|
LesPristy
Newbie
Offline
Activity: 45
Merit: 0
|
 |
April 27, 2017, 09:16:07 PM |
|
Can confirm: It's all intended to be in the public domain.
Thanks!
|
|
|
|
xmr_eric
Newbie
Offline
Activity: 12
Merit: 0
|
 |
April 29, 2017, 08:35:45 PM Last edit: April 29, 2017, 10:28:21 PM by xmr_eric |
|
Arux/Stoffu (or others): Would it be possible to create an Appveyor.yml script so we can build the Aeon binaries ourselves using Appveyor.com? They already have Boost/Cmake. I'm not skilled enough to properly write the script myself, but here's an initial take:  version: 1.0.{build} configuration: Release platform: x64 before_build:
cd C:\projects\aeon git checkout v0.9.12.0 mkdir build cd build cmake -G "Visual Studio 14 2015 Win64" -DBOOST_ROOT=C:/Libraries/boost_1_63_0 -DBOOST_LIBRARYDIR=C:/Libraries/boost_1_63_0/lib64-msvc-14.0 ..
ls
build: project: C:\projects\aeon\build\Project.sln parallel: true verbosity: minimal after_build: - cmd: 7z a aeon-0.9.12.0.zip C:\projects\aeon\build\src\release\aeond.exe C:\projects\aeon\build\src\release\simplewallet.exe artifacts: - path: aeon-0.9.12.0.zip
The above build is failing though: https://paste.fedoraproject.org/paste/LLPA9prvltZLI4~XkCUO8F5M1UNdIGYhyRLivL9gydE=Maybe because Appveyor only has 4GB RAM...
|
|
|
|
glitcher_
Newbie
Offline
Activity: 26
Merit: 0
|
 |
April 29, 2017, 10:17:34 PM |
|
This coin is so undervalued right now.
Has there been any press or promotion of it lately?
Appreciate any links thrown my way.
|
|
|
|
Elder III
|
 |
April 29, 2017, 11:24:53 PM |
|
With so many of the bigger altcoins going up like crazy right now, maybe AEON and some of the other lesser known ones will take off as well. I think it is in a position that it could grow if enough of the new speculators are made aware of it.
|
|
|
|
farfiman
Legendary
Offline
Activity: 1449
Merit: 1001
|
 |
April 30, 2017, 12:14:53 PM |
|
With so many of the bigger altcoins going up like crazy right now, maybe AEON and some of the other lesser known ones will take off as well. I think it is in a position that it could grow if enough of the new speculators are made aware of it.
More exchanges are needed and for that LMDB probably.
|
"We are just fools. We insanely believe that we can replace one politician with another and something will really change. The ONLY possible way to achieve change is to change the very system of how government functions. Until we are prepared to do that, suck it up for your future belongs to the madness and corruption of politicians." Martin Armstrong
|
|
|
daberti
|
 |
April 30, 2017, 12:41:14 PM |
|
I wonder whether in a next version Aeon blockchain could be splitted in smaller chunks, each one loaded into memory only when needed. We are on the 6GB RAM needed tag....
|
|
|
|
|