Bitcoin Forum
May 24, 2024, 03:00:05 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15]
281  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON [2017-04-05: update to 0.9.11.0] on: April 06, 2017, 12:24:04 PM
git clone https://github.com/aeonix/aeon
cd aeon
git checkout feaa1170b73c7d751c44ec22a111016ead728ce4
mkdir build
cd build
cmake -G "Visual Studio 14 2015 Win64" -DBOOST_ROOT=d:\boost_1_63_0 -DBOOST_LIBRARYDIR=d:\boost_1_63_0\lib64-msvc-14.0 ..
-- The C compiler identification is MSVC 19.0.24210.0
-- The CXX compiler identification is MSVC 19.0.24210.0
-- Check for working C compiler: D:/Programmi (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe
-- Check for working C compiler: D:/Programmi (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: D:/Programmi (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe
-- Check for working CXX compiler: D:/Programmi (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - not found
-- Found Threads: TRUE
-- Boost version: 1.63.0
-- Found the following Boost libraries:
--   system
--   filesystem
--   thread
--   date_time
--   chrono
--   regex
--   serialization
--   program_options
--   atomic
-- Found Git: C:/Users/Dan/AppData/Local/GitHub/PortableGit_f02737a78695063deace08e96d5042710d3e32db/cmd/git.exe
-- Found PythonInterp: C:/Users/Dan/AppData/Local/Programs/Python/Python36/python.exe (found version "3.6.1")
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/Dan/Documents/GitHub/aeon/build

MSBuild Project.sln /p:Configuration=release /m

You can find compilation output here
https://www.dropbox.com/s/rfsbu335b277ubm/aeon_compiling.rar?dl=0

282  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON [2017-04-05: update to 0.9.11.0] on: April 06, 2017, 12:08:55 PM
.
..
Solution file generated.
Compilation created two .exe files into ...../aeon/build/tests/Release dir.
crypto-tests.exe
hash-tests.exe

For the remaining part 63 errors (compiling from GIT shell).
...

aeond.exe and simplewallet.exe are located in build/release/src

all the errors during the compilation are on the test build (build/release/tests) and can be ignored for now. debug of this part is on the todo list!
I don't have Windows so I can't comment on the compile errors you seem to be getting. Hopefully Arux can figure out what is going wrong


Nope, they're NOT.
There stand:
common.lib
crypto.lib
ringct.lib
283  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON [2017-04-05: update to 0.9.11.0] on: April 06, 2017, 11:24:55 AM
I don't have Windows so I can't comment on the compile errors you seem to be getting. Hopefully Arux can figure out what is going wrong


In a while I'm going to download the windows Boost 1_63_00 binaries, just to be sure.
Then I'll repeat the whole process.

Just to make it clear: I've Visual Studio Community 2015, the latest CMake Win32 for windows, the latest Python for windows (required by CMake).
I've successfully compiled the Cuda 8 SDK samples. Apparently I've swiftly compiled Boost itself.....it shouldn't be this tough.
284  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON [2017-04-05: update to 0.9.11.0] on: April 05, 2017, 10:56:12 PM
@daberti it is merged into master now

git clone https://github.com/aeonix/aeon
cd aeon
git checkout feaa1170b73c7d751c44ec22a111016ead728ce4
make


One step ahead Smiley
Solution file generated.
Compilation created two .exe files into ...../aeon/build/tests/Release dir.
crypto-tests.exe
hash-tests.exe

For the remaining part 63 errors (compiling from GIT shell).

Where I wrote "EDIT:
I've just read the Peer List. Just 16 do connect on a daily basis as I'm writing (mine included) Sad

Besides that, wouldn't it be a good idea to implement some code to allow Peers to broadcast their aeond.exe version?
Maybe this could allow (in future) the capability of smoothly avoiding the loading of blockchain from outdated versions with known problems.."
please ignore.
0.9.11 looks like having sorted it.
285  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON [2017-04-04: maintenance update to 0.9.10.0 (min 0.9.9.0)] on: April 05, 2017, 10:06:38 PM

Thanks.
Special instructions?

If it will work I'll give my contribute by writing an updated building HOWTO for windows.

Waiting for your ready-go clearance Wink
No special instructions, just replace "visual studio 12 win64" with "visual studio 14 2015 win64"

git clone https://github.com/aeonix/aeon/pull/55
Cloning into '55'...
remote: Not Found
fatal: repository 'https://github.com/aeonix/aeon/pull/55/' not found

Arux, couldn't we keep it as simple as releasing a patched source tree?

Thanks
286  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON [2017-04-04: maintenance update to 0.9.10.0 (min 0.9.9.0)] on: April 05, 2017, 08:30:52 PM
I've just read the Peer List. Just 16 do connect on a daily basis as I'm writing (mine included) Sad

Not sure what you mean. Just checked one of my nodes. It has 14 active connections right now (only been running several hours since I updated to 0.9.11.0, so this will probably increase) and has connected to 493 distinct nodes since I deleted the peer file which wasn't that long ago.

I'll reply diffusely later. Out for recreation right now 👍🏻

@smooth
Thanks. When back home I'll upgrade my node.
Is there any further requirement besides the obvious upgradings?

@Arux
Thanks. I'll give it a try tomorrow 👍🏻
287  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON [2017-04-04: maintenance update to 0.9.10.0 (min 0.9.9.0)] on: April 05, 2017, 03:27:37 PM

Thanks.
Special instructions?

If it will work I'll give my contribute by writing an updated building HOWTO for windows.

Waiting for your ready-go clearance Wink
288  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON [2017-04-04: maintenance update to 0.9.10.0 (min 0.9.9.0)] on: April 05, 2017, 02:25:45 PM
Maintenance update 0.9.11.0

This highly recommended release resolves a deadlock issue introduced in 0.9.9.0 which caused the daemon to occasionally hang. All users are advised to update

https://github.com/aeonix/aeon/releases/tag/v0.9.11.0

By now I'm thoroughly annoyed.
Downloaded and as usual the cmake step failed, in the same way as usual.

Win compiling is definitely an issue to be solved readily, since it is around by long time.
Who is writing is a long time Linux guy (since 1998), yet not everyone here is able to put up a Linux machine and even lesser are able to compile.
I'm sure there are many folks reading here willing to contribute to Aeon widespread by putting up a node.....

Thanks
289  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON [2017-03-29: important update to 0.9.9.0] on: April 04, 2017, 10:37:04 PM
Maintenance update 0.9.10.0

This minor release addresses some possible causes for poor performance and lockups seen in 0.9.9.0. In addition it fixes a build problem on some versions of Mac OS X.

Fix for possible deadlock
Reduce unnecessary lock holding
Mac build fix from upstream (@radfish from monero)

https://github.com/aeonix/aeon/releases/tag/v0.9.10.0
win  Sad
my last fix was not completely satisfactory (ok on vs2013 but it failed on linux)
i got a better one (with vs2015, ok on win and linux). i will have time to pusblish it tomorrow
in the wait, 0.9.8.0 binaries are still relevant.


VS 2015 here.
Thanks for your efforts Smiley
290  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON [2017-03-29: important update to 0.9.9.0] on: April 04, 2017, 02:59:14 PM

compatible code is not pushed yet in the official repo. if you want to build 0.9.9.0 windows binaries, you must use my repo (git clone https://github.com/Arux-BTT/aeon yourfolder) then switch on "fix_win32_compilation" (git checkout fix_win32_compilation)
work in progress but binaries are functional.

Thanks.
Done per your directives with no luck Sad
I.e.: Project.sln is generated but no bins made and lot of errors.

once Project.sln generated, binaries will be available after compilation
Code:
MSBuild Project.sln /p:Configuration=release /m
you can also open Project.sln in visual studio GUI then build it.

Quite what I did, with no luck. In both ways.
291  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON [2017-03-29: important update to 0.9.9.0] on: April 04, 2017, 01:39:51 PM

compatible code is not pushed yet in the official repo. if you want to build 0.9.9.0 windows binaries, you must use my repo (git clone https://github.com/Arux-BTT/aeon yourfolder) then switch on "fix_win32_compilation" (git checkout fix_win32_compilation)
work in progress but binaries are functional.

Thanks.
Done per your directives with no luck Sad
I.e.: Project.sln is generated but no bins made and lot of errors.

EDIT:
To sum up: latest available Windows binaries are 0.9.8.0, which are the ones I'm using.
Meanwhile two updates have been released, but no binaries for them.
It looks like sources are smoothly compiling on Linux only.
There is only one Exchange service: Bittrex. Yet it has problems.

On top of this Yesterday I had been mining with a 2KH/s power (slightly less than 1% of the Whole pool's hashing power) for 9 full hours on one of the two major pools mentioned in post #1 gaining less than 3.5AEON (no bad shares). I'm monitoring these guys.

Many things Roll Eyes
292  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON [2017-03-29: important update to 0.9.9.0] on: April 03, 2017, 01:05:27 PM
Trying to build 9.9.0 on Windows and building Boost 1_63_0 went ok.

However cmake raised this errors:
PS C:\Users\Dan\Documents\GitHub\aeon> cmake -G "Visual Studio 14 Win64" -DBOOST_ROOT=d:\boost_1_63_0 -DBOOST_L
=d:\boost_1_63_0\stage\lib
-- Boost version: 1.63.0
-- Found the following Boost libraries:
--   system
--   filesystem
--   thread
--   date_time
--   chrono
--   regex
--   serialization
--   program_options
--   atomic
-- Found Git: C:/Program Files/Git/cmd/git.exe
-- Found PythonInterp: C:/Users/Dan/AppData/Local/Programs/Python/Python36/python.exe (found version "3.6.1")
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
IPHLPAPI_LIBRARY
    linked by target "libminiupnpc-static" in directory C:/Users/Dan/Documents/GitHub/aeon/external/miniupnpc
WINSOCK2_LIBRARY
    linked by target "libminiupnpc-static" in directory C:/Users/Dan/Documents/GitHub/aeon/external/miniupnpc

Any idea is hotly appreciated.
Thanks in advance
293  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's CUDA Zcash miner on: March 22, 2017, 03:19:16 PM
You should add an option to modify the intensity for whose who want to use their PC while mining

Just use the nicehash miner with one thread for mining while using pc. It gives me 360sols @79watt and does not slow the pc down at all.
What rig have you got? Just to have an idea.

TIA

1070, in a rig my settings are 440sols@120watt, but this is just what i use when on my pc Smiley

Thanks.
I've just tried it (0.5C release) in my W10 MSI with GTX 1050 Ti: looks like being a broken release.
I'll stay with EWBF and act on GPU frequencies (downclock).
294  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's CUDA Zcash miner on: March 22, 2017, 02:09:34 PM
You should add an option to modify the intensity for whose who want to use their PC while mining

Just use the nicehash miner with one thread for mining while using pc. It gives me 360sols @79watt and does not slow the pc down at all.
What rig have you got? Just to have an idea.

TIA
295  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's CUDA Zcash miner on: March 22, 2017, 01:25:49 PM
Ditto: on my own 1st MSI laptop with GTX 1070 the temps are on the 78-81°C tag. On my second MSI (GT72VR 6RE, GTX1050 Ti) it looks like the thermal pipes are way more efficient and I've a steady 61°C.

Also: magnificent piece of programming you did!! I'll keep donating as well Smiley
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!