Karlos78
Newbie
Offline
Activity: 8
Merit: 0
|
|
April 16, 2017, 06:55:57 PM |
|
If anyone using nvidia GPU for mining AEON, what software are you using for it? I've tried ccminer-2.0-cuda, it gives me only 800H/s on GTX 970.
Using the very same SW with a GTX1070 and it scores 1.035KH/s so you should be pretty much satisfied. Also, it would be useful to know your GPU and GPU memory frequencies. Besides that what switches (options) are you using and what pool? What temperatures are you reading? It would be a clever idea to ask the SW author himself in his own thread https://bitcointalk.org/index.php?topic=770064.0Yes, I've tried on GTX 1070, same results as you have. I suggest that it is waste of resources to mine AEON on nvidia GPU, at least with current miners, that support CUDA.
|
|
|
|
daberti
|
|
April 16, 2017, 09:34:19 PM |
|
@Carlos78 Probably you're right, but even on my Gtx750Ti I can detect fairly lower temps than I would score at the same 600H/s if I would mine with CPU
|
|
|
|
|
LesPristy
Newbie
Offline
Activity: 45
Merit: 0
|
|
April 18, 2017, 02:35:10 AM |
|
Please let me know if your public node turns to be stable and if so I will add it as a resource in the OP
Based on my own testing, it is rock solid stable. Very fast network connection but it has a data transfer cap after which it costs me more fiat $$. The only problem I encountered is that this server (VPS with Ubuntu 16.04) has only 4GB memory, so it has to swap out the blockchain when it loads, and swap it in when it saves. This is really only a problem on saving because it results in a "busy" message when a remote wallet attempts to sync during the blockchain save operation. Obviously it would report as busy even with more RAM, it just takes longer to save given the memory limitation. I might modify the source and recompile it so it does not periodically auto-save, which would effectively give it more uptime. I plan to keep this server up indefinitely. I'm also working on a second server (physical box) with more memory but which will have a lower speed connection that is uncapped. Once I have the second server up, I will post a detailed description of my steps in case anyone else wants to spin up their own public node. Thanks.
|
|
|
|
jwinterm
Legendary
Offline
Activity: 3136
Merit: 1116
|
|
April 18, 2017, 02:38:47 AM |
|
Please let me know if your public node turns to be stable and if so I will add it as a resource in the OP
Based on my own testing, it is rock solid stable. Very fast network connection but it has a data transfer cap after which it costs me more fiat $$. The only problem I encountered is that this server (VPS with Ubuntu 16.04) has only 4GB memory, so it has to swap out the blockchain when it loads, and swap it in when it saves. This is really only a problem on saving because it results in a "busy" message when a remote wallet attempts to sync during the blockchain save operation. Obviously it would report as busy even with more RAM, it just takes longer to save given the memory limitation. I might modify the source and recompile it so it does not periodically auto-save, which would effectively give it more uptime. I plan to keep this server up indefinitely. I'm also working on a second server (physical box) with more memory but which will have a lower speed connection that is uncapped. Once I have the second server up, I will post a detailed description of my steps in case anyone else wants to spin up their own public node. Thanks. You can get rid of this autosaving feature by commenting out this line in the source code and then recompiling: https://github.com/aeonix/aeon/blob/master/src/cryptonote_core/cryptonote_core.cpp#L591It will still save on exit or if you type 'save' in the daemon, but it will stop doing the autosave every hour or day or whatever.
|
|
|
|
LesPristy
Newbie
Offline
Activity: 45
Merit: 0
|
|
April 18, 2017, 04:13:37 AM |
|
Awesome, thanks! You just saved me some time digging through the source.
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
April 18, 2017, 08:40:14 AM Last edit: April 18, 2017, 12:30:29 PM by smooth |
|
The autosave is every 12 hours. I agree that isn't needed for the most part (catching up with some resync if you don't save often is no big deal) and is bad on low mem platforms. I'll take a look at adding a command line option. Should be easy.
EDIT: I committed some code to master that adds a --disable-save option. This turns off the automatic saves every 12 hours. Manual saves and saving on exit still work.
If you pull and build you will get it, or wait for the next release.
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
April 18, 2017, 08:23:29 PM |
|
please help) i'm getting this message when trying to start simplewallet (v0.9.11.0) as a daemon on unix
2017-Apr-18 00:53:16.671640 Failed to read line. 2017-Apr-18 00:53:16.671652 Read command: 2017-Apr-18 00:53:16.671682 Failed to read line. 2017-Apr-18 00:53:16.671692 Read command: 2017-Apr-18 00:53:16.671706 Failed to read line. 2017-Apr-18 00:53:16.671714 Read command:
i'm using only 2 arguments --wallet-file= and --password= i see in log file that wallet is opened ok and after this neverending message, for aeond helps --no-console, but for simplewallet no such command
guys please help, any idea? I'm not sure there is a good way to run the wallet as a true daemon. I think you might need to use screen or tmux. Maybe someone else knows of a way though. If using the wallet as a daemon take care to ensure that access to the wallet rpc port is limited. It can be used to send your coins.
|
|
|
|
LesPristy
Newbie
Offline
Activity: 45
Merit: 0
|
|
April 19, 2017, 02:14:52 AM |
|
The autosave is every 12 hours. I agree that isn't needed for the most part (catching up with some resync if you don't save often is no big deal) and is bad on low mem platforms. I'll take a look at adding a command line option. Should be easy.
EDIT: I committed some code to master that adds a --disable-save option. This turns off the automatic saves every 12 hours. Manual saves and saving on exit still work.
If you pull and build you will get it, or wait for the next release.
My public node is updated and running with the --disable-save option. Thanks!
|
|
|
|
The Cryptophilanthropist
|
|
April 19, 2017, 05:26:44 AM |
|
The autosave is every 12 hours. I agree that isn't needed for the most part (catching up with some resync if you don't save often is no big deal) and is bad on low mem platforms. I'll take a look at adding a command line option. Should be easy.
EDIT: I committed some code to master that adds a --disable-save option. This turns off the automatic saves every 12 hours. Manual saves and saving on exit still work.
If you pull and build you will get it, or wait for the next release.
My public node is updated and running with the --disable-save option. Thanks! Another way to limit/change autosave timing is to edit this line prior to compiling https://github.com/aeonix/aeon/blob/master/src/cryptonote_core/cryptonote_core.h#L159 epee::math_helper::once_a_time_seconds<60*60*12, false> m_store_blockchain_interval; Change the 12 to something like 240 before performing "make" this way it saves only every 10 days
|
GdonateqfnmiJKv7mfnUcyvZHaiqxcTQS1 - XGTC DEV FUND 1G2PTf59cYsWKoZjj3i3Cv1Bb8NuNaeho2 - BTC POOL DEV
|
|
|
daberti
|
|
April 19, 2017, 12:19:07 PM |
|
@Arux I eventually managed to download and install Microsoft Visual Studio Community 2013. This is the Boost building output. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64>d:
D:\>cd boost_1_63_0
D:\boost_1_63_0>bootstrap.bat vc12 Building Boost.Build engine
Bootstrapping is done. To build, run:
.\b2
To adjust configuration, edit 'project-config.jam'. Further information:
- Command line help: .\b2 --help
- Getting started guide: http://boost.org/more/getting_started/windows.html
- Boost.Build documentation: http://www.boost.org/build/doc/html/index.html
D:\boost_1_63_0>b2 --toolset=msvc-12.0 variant=release link=static threading=multi runtime-link=static address-model=64 Performing configuration checks
- 32-bit : yes - arm : no - mips1 : no - power : no - sparc : no - x86 : yes
Building the Boost C++ Libraries.
- symlinks supported : no - junctions supported : yes - hardlinks supported : yes - C++11 mutex : yes - Boost.Config Feature Check: cxx11_auto_declarations : yes - Boost.Config Feature Check: cxx11_constexpr : no - Boost.Config Feature Check: cxx11_defaulted_functions : yes - Boost.Config Feature Check: cxx11_final : yes - Boost.Config Feature Check: cxx11_hdr_mutex : yes - Boost.Config Feature Check: cxx11_hdr_tuple : yes - Boost.Config Feature Check: cxx11_lambdas : yes - Boost.Config Feature Check: cxx11_noexcept : no - Boost.Config Feature Check: cxx11_nullptr : yes - Boost.Config Feature Check: cxx11_rvalue_references : yes - Boost.Config Feature Check: cxx11_template_aliases : yes - Boost.Config Feature Check: cxx11_thread_local : no - Boost.Config Feature Check: cxx11_variadic_templates : yes - has_icu builds : no warning: Graph library does not contain MPI-based parallel components. note: to enable them, add "using mpi ;" to your user-config.jam - zlib : no - bzip2 : no - iconv (libc) : no - iconv (separate) : no - icu : no - icu (lib64) : no - native-atomic-int32-supported : yes - message-compiler : yes - native-syslog-supported : no - pthread-supports-robust-mutexes : no - compiler-supports-visibility : no - compiler-supports-ssse3 : yes - compiler-supports-avx2 : yes - gcc visibility : no - long double support : yes warning: skipping optional Message Passing Interface (MPI) library. note: to enable MPI support, add "using mpi ;" to user-config.jam. note: to suppress this message, pass "--without-mpi" to bjam. note: otherwise, you can safely ignore this message.
Component configuration:
- atomic : building - chrono : building - container : building - context : building - coroutine : building - coroutine2 : building - date_time : building - exception : building - fiber : building - filesystem : building - graph : building - graph_parallel : building - iostreams : building - locale : building - log : building - math : building - metaparse : building - mpi : building - program_options : building - python : building - random : building - regex : building - serialization : building - signals : building - system : building - test : building - thread : building - timer : building - type_erasure : building - wave : building
...patience... ...patience... ...patience... ...patience... ...patience... ...found 14877 targets... ...updating 664 targets... common.mkdir stage common.mkdir stage\lib common.mkdir bin.v2\libs\atomic common.mkdir bin.v2\libs\atomic\build common.mkdir bin.v2\libs\atomic\build\msvc-12.0 common.mkdir bin.v2\libs\atomic\build\msvc-12.0\release common.mkdir bin.v2\libs\atomic\build\msvc-12.0\release\address-model-64 common.mkdir bin.v2\libs\atomic\build\msvc-12.0\release\address-model-64\link-static common.mkdir bin.v2\libs\atomic\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static common.mkdir bin.v2\libs\atomic\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi compile-c-c++ bin.v2\libs\atomic\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\lockpool.obj lockpool.cpp msvc.archive bin.v2\libs\atomic\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_atomic-vc120-mt-s-1_63.lib common.copy stage\lib\libboost_atomic-vc120-mt-s-1_63.lib bin.v2\libs\atomic\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_atomic-vc120-mt-s-1_63.lib 1 file copiati. common.mkdir bin.v2\libs\system common.mkdir bin.v2\libs\system\build common.mkdir bin.v2\libs\system\build\msvc-12.0 common.mkdir bin.v2\libs\system\build\msvc-12.0\release common.mkdir bin.v2\libs\system\build\msvc-12.0\release\address-model-64 common.mkdir bin.v2\libs\system\build\msvc-12.0\release\address-model-64\link-static common.mkdir bin.v2\libs\system\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static common.mkdir bin.v2\libs\system\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi compile-c-c++ bin.v2\libs\system\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\error_code.obj error_code.cpp msvc.archive bin.v2\libs\system\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_system-vc120-mt-s-1_63.lib common.copy stage\lib\libboost_system-vc120-mt-s-1_63.lib bin.v2\libs\system\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_system-vc120-mt-s-1_63.lib 1 file copiati. .........................................(cut some output to make this smaller) common.mkdir bin.v2\libs\iostreams common.mkdir bin.v2\libs\iostreams\build common.mkdir bin.v2\libs\iostreams\build\msvc-12.0 common.mkdir bin.v2\libs\iostreams\build\msvc-12.0\release common.mkdir bin.v2\libs\iostreams\build\msvc-12.0\release\address-model-64 common.mkdir bin.v2\libs\iostreams\build\msvc-12.0\release\address-model-64\link-static common.mkdir bin.v2\libs\iostreams\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static common.mkdir bin.v2\libs\iostreams\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi compile-c-c++ bin.v2\libs\iostreams\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\file_descriptor.obj file_descriptor.cpp compile-c-c++ bin.v2\libs\iostreams\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\mapped_file.obj mapped_file.cpp msvc.archive bin.v2\libs\iostreams\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_iostreams-vc120-mt-s-1_63.lib common.copy stage\lib\libboost_iostreams-vc120-mt-s-1_63.lib bin.v2\libs\iostreams\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_iostreams-vc120-mt-s-1_63.lib 1 file copiati. common.mkdir bin.v2\libs\locale\build\msvc-12.0\release common.mkdir bin.v2\libs\locale\build\msvc-12.0\release\address-model-64 common.mkdir bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static common.mkdir bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static common.mkdir bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi common.mkdir bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\encoding compile-c-c++ bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\encoding\codepage.obj codepage.cpp d:\boost_1_63_0\libs\locale\src\encoding\wconv_codepage.ipp(129) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data d:\boost_1_63_0\libs\locale\src\encoding\wconv_codepage.ipp(139) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data d:\boost_1_63_0\libs\locale\src\encoding\wconv_codepage.ipp(139) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data d:\boost_1_63_0\libs\locale\src\encoding\wconv_codepage.ipp(152) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data d:\boost_1_63_0\libs\locale\src\encoding\wconv_codepage.ipp(155) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data d:\boost_1_63_0\libs\locale\src\encoding\wconv_codepage.ipp(415) : warning C4244: 'argument' : conversion from '__int64' to 'unsigned int', possible loss of data d:\boost_1_63_0\libs\locale\src\encoding\wconv_codepage.ipp(406) : while compiling class template member function 'std::string boost::locale::conv::impl::wconv_from_utf<CharType,2>::convert(const CharType *,const CharType *)' with [ CharType=wchar_t ] libs\locale\src\encoding\codepage.cpp(106) : see reference to class template instantiation 'boost::locale::conv::impl::wconv_from_utf<CharType,2>' being compiled with [ CharType=wchar_t ] libs\locale\src\encoding\codepage.cpp(161) : see reference to function template instantiation 'std::string boost::locale::conv::impl::convert_from<wchar_t>(const CharType *,const CharType *,const char *,boost::locale::conv::method_type)' being compiled with [ CharType=wchar_t ] d:\boost_1_63_0\libs\locale\src\encoding\wconv_codepage.ipp(424) : warning C4244: 'argument' : conversion from '__int64' to 'unsigned int', possible loss of data common.mkdir bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\shared compile-c-c++ bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\shared\date_time.obj date_time.cpp ...on 200th target... compile-c-c++ bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\shared\format.obj format.cpp compile-c-c++ bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\shared\formatting.obj formatting.cpp compile-c-c++ bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\shared\generator.obj generator.cpp compile-c-c++ bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\shared\ids.obj ids.cpp compile-c-c++ bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\shared\localization_backend.obj localization_backend.cpp compile-c-c++ bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\shared\message.obj message.cpp compile-c-c++ bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\shared\mo_lambda.obj mo_lambda.cpp libs\locale\src\shared\mo_lambda.cpp(286) : warning C4244: '=' : conversion from '__int64' to 'int', possible loss of data common.mkdir bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\util compile-c-c++ bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\util\codecvt_converter.obj codecvt_converter.cpp .\boost/locale/generic_codecvt.hpp(232) : warning C4244: 'return' : conversion from '__int64' to 'int', possible loss of data .\boost/locale/generic_codecvt.hpp(202) : while compiling class template member function 'int boost::locale::generic_codecvt<CharType,boost::locale::util::code_converter<CharType>,2>::do_length(mbstate_t &,const char *,const char *,size_t) const' with [ CharType=wchar_t ] libs\locale\src\util\codecvt_converter.cpp(288) : see reference to class template instantiation 'boost::locale::generic_codecvt<CharType,boost::locale::util::code_converter<CharType>,2>' being compiled with [ CharType=wchar_t ] libs\locale\src\util\codecvt_converter.cpp(344) : see reference to class template instantiation 'boost::locale::util::code_converter<wchar_t>' being compiled compile-c-c++ bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\util\default_locale.obj default_locale.cpp compile-c-c++ bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\util\info.obj info.cpp compile-c-c++ bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\util\locale_data.obj locale_data.cpp common.mkdir bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\std compile-c-c++ bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\std\codecvt.obj codecvt.cpp compile-c-c++ bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\std\collate.obj collate.cpp compile-c-c++ bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\std\converter.obj converter.cpp compile-c-c++ bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\std\numeric.obj numeric.cpp compile-c-c++ bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\std\std_backend.obj std_backend.cpp compile-c-c++ bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\util\gregorian.obj gregorian.cpp common.mkdir bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\win32 compile-c-c++ bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\win32\collate.obj collate.cpp d:\boost_1_63_0\libs\locale\src\win32\api.hpp(149) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data d:\boost_1_63_0\libs\locale\src\win32\api.hpp(153) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data d:\boost_1_63_0\libs\locale\src\win32\api.hpp(153) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data d:\boost_1_63_0\libs\locale\src\win32\api.hpp(170) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data d:\boost_1_63_0\libs\locale\src\win32\api.hpp(245) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data d:\boost_1_63_0\libs\locale\src\win32\api.hpp(249) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data compile-c-c++ bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\win32\converter.obj converter.cpp d:\boost_1_63_0\libs\locale\src\win32\api.hpp(149) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data d:\boost_1_63_0\libs\locale\src\win32\api.hpp(153) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data d:\boost_1_63_0\libs\locale\src\win32\api.hpp(153) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data d:\boost_1_63_0\libs\locale\src\win32\api.hpp(170) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data d:\boost_1_63_0\libs\locale\src\win32\api.hpp(245) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data d:\boost_1_63_0\libs\locale\src\win32\api.hpp(249) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data compile-c-c++ bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\win32\lcid.obj lcid.cpp compile-c-c++ bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\win32\numeric.obj numeric.cpp d:\boost_1_63_0\libs\locale\src\win32\api.hpp(149) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data d:\boost_1_63_0\libs\locale\src\win32\api.hpp(153) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data d:\boost_1_63_0\libs\locale\src\win32\api.hpp(153) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data d:\boost_1_63_0\libs\locale\src\win32\api.hpp(170) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data d:\boost_1_63_0\libs\locale\src\win32\api.hpp(245) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data d:\boost_1_63_0\libs\locale\src\win32\api.hpp(249) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data compile-c-c++ bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\win32\win_backend.obj win_backend.cpp d:\boost_1_63_0\libs\locale\src\win32\api.hpp(149) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data d:\boost_1_63_0\libs\locale\src\win32\api.hpp(153) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data d:\boost_1_63_0\libs\locale\src\win32\api.hpp(153) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data d:\boost_1_63_0\libs\locale\src\win32\api.hpp(170) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data d:\boost_1_63_0\libs\locale\src\win32\api.hpp(245) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data d:\boost_1_63_0\libs\locale\src\win32\api.hpp(249) : warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data msvc.archive bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_locale-vc120-mt-s-1_63.lib common.copy stage\lib\libboost_locale-vc120-mt-s-1_63.lib bin.v2\libs\locale\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_locale-vc120-mt-s-1_63.lib 1 file copiati. .................................(cut again)
common.mkdir bin.v2\libs\python common.mkdir bin.v2\libs\python\build common.mkdir bin.v2\libs\python\build\msvc-12.0 common.mkdir bin.v2\libs\python\build\msvc-12.0\release common.mkdir bin.v2\libs\python\build\msvc-12.0\release\address-model-64 common.mkdir bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static common.mkdir bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static common.mkdir bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\numeric.obj numeric.cpp .\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\list.obj list.cpp .\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data libs\python\src\list.cpp(58) : warning C4244: 'return' : conversion from 'boost::python::ssize_t' to 'long', possible loss of data compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\long.obj long.cpp .\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\dict.obj dict.cpp .\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\tuple.obj tuple.cpp .\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\str.obj str.cpp .\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\slice.obj slice.cpp .\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data common.mkdir bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\converter compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\converter\from_python.obj from_python.cpp compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\converter\registry.obj registry.cpp compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\converter\type_id.obj type_id.cpp common.mkdir bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\object compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\object\enum.obj enum.cpp .\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data libs\python\src\object\enum.cpp(232) : warning C4244: 'initializing' : conversion from 'boost::python::ssize_t' to 'unsigned int', possible loss of data compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\object\class.obj class.cpp .\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data libs\python\src\object\class.cpp(734) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\object\function.obj function.cpp .\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data libs\python\src\object\function.cpp(757) : warning C4244: 'argument' : conversion from '__int64' to 'unsigned int', possible loss of data compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\object\inheritance.obj inheritance.cpp compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\object\life_support.obj life_support.cpp compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\object\pickle_support.obj pickle_support.cpp .\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data libs\python\src\object\pickle_support.cpp(49) : warning C4244: '=' : conversion from 'boost::python::ssize_t' to 'long', possible loss of data compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\errors.obj errors.cpp compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\module.obj module.cpp .\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\converter\builtin_converters.obj builtin_converters.cpp libs\python\src\converter\builtin_converters.cpp(442) : warning C4244: 'initializing' : conversion from 'Py_ssize_t' to 'int', possible loss of data compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\converter\arg_to_python_base.obj arg_to_python_base.cpp compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\object\iterator.obj iterator.cpp .\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\object\stl_iterator.obj stl_iterator.cpp .\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\object_protocol.obj object_protocol.cpp .\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\object_operators.obj object_operators.cpp .\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\wrapper.obj wrapper.cpp .\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\import.obj import.cpp .\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\exec.obj exec.cpp .\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data compile-c-c++ bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\object\function_doc_signature.obj function_doc_signature.cpp .\boost/python/detail/caller.hpp(55) : warning C4244: 'return' : conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data libs\python\src\object\function_doc_signature.cpp(287) : warning C4244: 'initializing' : conversion from 'boost::python::ssize_t' to 'int', possible loss of data libs\python\src\object\function_doc_signature.cpp(294) : warning C4244: '=' : conversion from 'boost::python::ssize_t' to 'int', possible loss of data libs\python\src\object\function_doc_signature.cpp(303) : warning C4244: '=' : conversion from 'boost::python::ssize_t' to 'int', possible loss of data msvc.archive bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_python-vc120-mt-s-1_63.lib common.copy stage\lib\libboost_python-vc120-mt-s-1_63.lib bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_python-vc120-mt-s-1_63.lib 1 file copiati. msvc.archive bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_python3-vc120-mt-s-1_63.lib common.copy stage\lib\libboost_python3-vc120-mt-s-1_63.lib bin.v2\libs\python\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_python3-vc120-mt-s-1_63.lib 1 file copiati. common.mkdir bin.v2\libs\random common.mkdir bin.v2\libs\random\build common.mkdir bin.v2\libs\random\build\msvc-12.0 common.mkdir bin.v2\libs\random\build\msvc-12.0\release common.mkdir bin.v2\libs\random\build\msvc-12.0\release\address-model-64 common.mkdir bin.v2\libs\random\build\msvc-12.0\release\address-model-64\link-static common.mkdir bin.v2\libs\random\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static common.mkdir bin.v2\libs\random\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi compile-c-c++ bin.v2\libs\random\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\random_device.obj random_device.cpp msvc.archive bin.v2\libs\random\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_random-vc120-mt-s-1_63.lib common.copy stage\lib\libboost_random-vc120-mt-s-1_63.lib bin.v2\libs\random\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_random-vc120-mt-s-1_63.lib 1 file copiati. common.mkdir bin.v2\libs\serialization common.mkdir bin.v2\libs\serialization\build common.mkdir bin.v2\libs\serialization\build\msvc-12.0 common.mkdir bin.v2\libs\serialization\build\msvc-12.0\release common.mkdir bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64 common.mkdir bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static common.mkdir bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static common.mkdir bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\basic_archive.obj basic_archive.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\basic_iarchive.obj basic_iarchive.cpp libs\serialization\src\basic_iarchive.cpp(490) : warning C4267: 'initializing' : conversion from 'size_t' to 'const unsigned int', possible loss of data compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\basic_iserializer.obj basic_iserializer.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\basic_oarchive.obj basic_oarchive.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\basic_oserializer.obj basic_oserializer.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\basic_pointer_iserializer.obj basic_pointer_iserializer.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\basic_pointer_oserializer.obj basic_pointer_oserializer.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\basic_serializer_map.obj basic_serializer_map.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\basic_text_iprimitive.obj basic_text_iprimitive.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\basic_text_oprimitive.obj basic_text_oprimitive.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\basic_xml_archive.obj basic_xml_archive.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\binary_iarchive.obj binary_iarchive.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\binary_oarchive.obj binary_oarchive.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\extended_type_info.obj extended_type_info.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\extended_type_info_typeid.obj extended_type_info_typeid.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\extended_type_info_no_rtti.obj extended_type_info_no_rtti.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\polymorphic_iarchive.obj polymorphic_iarchive.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\polymorphic_oarchive.obj polymorphic_oarchive.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\stl_port.obj stl_port.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\text_iarchive.obj text_iarchive.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\text_oarchive.obj text_oarchive.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\void_cast.obj void_cast.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\archive_exception.obj archive_exception.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\xml_grammar.obj xml_grammar.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\xml_iarchive.obj xml_iarchive.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\xml_oarchive.obj xml_oarchive.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\xml_archive_exception.obj xml_archive_exception.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\codecvt_null.obj codecvt_null.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\utf8_codecvt_facet.obj utf8_codecvt_facet.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\singleton.obj singleton.cpp msvc.archive bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_serialization-vc120-mt-s-1_63.lib ...on 600th target... common.copy stage\lib\libboost_serialization-vc120-mt-s-1_63.lib bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_serialization-vc120-mt-s-1_63.lib 1 file copiati. compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\basic_text_wiprimitive.obj basic_text_wiprimitive.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\basic_text_woprimitive.obj basic_text_woprimitive.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\text_wiarchive.obj text_wiarchive.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\text_woarchive.obj text_woarchive.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\xml_wgrammar.obj xml_wgrammar.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\xml_wiarchive.obj xml_wiarchive.cpp compile-c-c++ bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\xml_woarchive.obj xml_woarchive.cpp msvc.archive bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_wserialization-vc120-mt-s-1_63.lib common.copy stage\lib\libboost_wserialization-vc120-mt-s-1_63.lib bin.v2\libs\serialization\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_wserialization-vc120-mt-s-1_63.lib 1 file copiati. common.mkdir bin.v2\libs\signals common.mkdir bin.v2\libs\signals\build common.mkdir bin.v2\libs\signals\build\msvc-12.0 common.mkdir bin.v2\libs\signals\build\msvc-12.0\release common.mkdir bin.v2\libs\signals\build\msvc-12.0\release\address-model-64 common.mkdir bin.v2\libs\signals\build\msvc-12.0\release\address-model-64\link-static common.mkdir bin.v2\libs\signals\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static common.mkdir bin.v2\libs\signals\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi compile-c-c++ bin.v2\libs\signals\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\trackable.obj trackable.cpp compile-c-c++ bin.v2\libs\signals\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\connection.obj connection.cpp compile-c-c++ bin.v2\libs\signals\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\named_slot_map.obj named_slot_map.cpp compile-c-c++ bin.v2\libs\signals\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\signal_base.obj signal_base.cpp compile-c-c++ bin.v2\libs\signals\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\slot.obj slot.cpp msvc.archive bin.v2\libs\signals\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_signals-vc120-mt-s-1_63.lib common.copy stage\lib\libboost_signals-vc120-mt-s-1_63.lib bin.v2\libs\signals\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_signals-vc120-mt-s-1_63.lib 1 file copiati. compile-c-c++ bin.v2\libs\test\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\cpp_main.obj cpp_main.cpp msvc.archive bin.v2\libs\test\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_prg_exec_monitor-vc120-mt-s-1_63.lib common.copy stage\lib\libboost_prg_exec_monitor-vc120-mt-s-1_63.lib bin.v2\libs\test\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_prg_exec_monitor-vc120-mt-s-1_63.lib 1 file copiati. compile-c-c++ bin.v2\libs\test\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\test_main.obj test_main.cpp msvc.archive bin.v2\libs\test\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_test_exec_monitor-vc120-mt-s-1_63.lib common.copy stage\lib\libboost_test_exec_monitor-vc120-mt-s-1_63.lib bin.v2\libs\test\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_test_exec_monitor-vc120-mt-s-1_63.lib 1 file copiati. common.mkdir bin.v2\libs\type_erasure common.mkdir bin.v2\libs\type_erasure\build common.mkdir bin.v2\libs\type_erasure\build\msvc-12.0 common.mkdir bin.v2\libs\type_erasure\build\msvc-12.0\release common.mkdir bin.v2\libs\type_erasure\build\msvc-12.0\release\address-model-64 common.mkdir bin.v2\libs\type_erasure\build\msvc-12.0\release\address-model-64\link-static common.mkdir bin.v2\libs\type_erasure\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static common.mkdir bin.v2\libs\type_erasure\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi compile-c-c++ bin.v2\libs\type_erasure\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\dynamic_binding.obj dynamic_binding.cpp msvc.archive bin.v2\libs\type_erasure\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_type_erasure-vc120-mt-s-1_63.lib common.copy stage\lib\libboost_type_erasure-vc120-mt-s-1_63.lib bin.v2\libs\type_erasure\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_type_erasure-vc120-mt-s-1_63.lib 1 file copiati. common.mkdir bin.v2\libs\wave common.mkdir bin.v2\libs\wave\build common.mkdir bin.v2\libs\wave\build\msvc-12.0 common.mkdir bin.v2\libs\wave\build\msvc-12.0\release common.mkdir bin.v2\libs\wave\build\msvc-12.0\release\address-model-64 common.mkdir bin.v2\libs\wave\build\msvc-12.0\release\address-model-64\link-static common.mkdir bin.v2\libs\wave\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static common.mkdir bin.v2\libs\wave\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi compile-c-c++ bin.v2\libs\wave\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\instantiate_cpp_exprgrammar.obj instantiate_cpp_exprgrammar.cpp compile-c-c++ bin.v2\libs\wave\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\instantiate_cpp_grammar.obj instantiate_cpp_grammar.cpp compile-c-c++ bin.v2\libs\wave\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\instantiate_cpp_literalgrs.obj instantiate_cpp_literalgrs.cpp compile-c-c++ bin.v2\libs\wave\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\instantiate_defined_grammar.obj instantiate_defined_grammar.cpp compile-c-c++ bin.v2\libs\wave\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\instantiate_predef_macros.obj instantiate_predef_macros.cpp compile-c-c++ bin.v2\libs\wave\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\instantiate_re2c_lexer.obj instantiate_re2c_lexer.cpp compile-c-c++ bin.v2\libs\wave\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\instantiate_re2c_lexer_str.obj instantiate_re2c_lexer_str.cpp compile-c-c++ bin.v2\libs\wave\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\token_ids.obj token_ids.cpp compile-c-c++ bin.v2\libs\wave\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\wave_config_constant.obj wave_config_constant.cpp common.mkdir bin.v2\libs\wave\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\cpplexer common.mkdir bin.v2\libs\wave\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\cpplexer\re2clex compile-c-c++ bin.v2\libs\wave\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\cpplexer\re2clex\aq.obj aq.cpp compile-c-c++ bin.v2\libs\wave\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\cpplexer\re2clex\cpp_re.obj cpp_re.cpp msvc.archive bin.v2\libs\wave\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_wave-vc120-mt-s-1_63.lib common.copy stage\lib\libboost_wave-vc120-mt-s-1_63.lib bin.v2\libs\wave\build\msvc-12.0\release\address-model-64\link-static\runtime-link-static\threading-multi\libboost_wave-vc120-mt-s-1_63.lib 1 file copiati. ...updated 664 targets...
The Boost C++ Libraries were successfully built!
The following directory should be added to compiler include paths:
D:\boost_1_63_0
The following directory should be added to linker library paths:
D:\boost_1_63_0\stage\lib
Please note the conversion from '__int64' to 'int', possible loss of data and the conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data messages.
|
|
|
|
serpintine101
Newbie
Offline
Activity: 58
Merit: 0
|
|
April 19, 2017, 07:52:41 PM |
|
Has anyone compiled the binary for the newer Aeon Stak gpu miner?
|
|
|
|
daberti
|
|
April 19, 2017, 09:17:59 PM |
|
Has anyone compiled the binary for the newer Aeon Stak gpu miner?
Would you please send me a link to sources? Is it Cuda or OpenGL based?
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
April 19, 2017, 09:49:10 PM |
|
The autosave is every 12 hours. I agree that isn't needed for the most part (catching up with some resync if you don't save often is no big deal) and is bad on low mem platforms. I'll take a look at adding a command line option. Should be easy.
EDIT: I committed some code to master that adds a --disable-save option. This turns off the automatic saves every 12 hours. Manual saves and saving on exit still work.
If you pull and build you will get it, or wait for the next release.
My public node is updated and running with the --disable-save option. Thanks! Another way to limit/change autosave timing is to edit this line prior to compiling https://github.com/aeonix/aeon/blob/master/src/cryptonote_core/cryptonote_core.h#L159 epee::math_helper::once_a_time_seconds<60*60*12, false> m_store_blockchain_interval; Change the 12 to something like 240 before performing "make" this way it saves only every 10 days I could have put that in the option but my assumption was that if you don't want it saving often, you don't want it saving at all because it causes massive swapping and the node to become unresponsive. Better to just have copy of the blockchain up to some recent-enough point (created either on that system or a different one) and then let it resync on restart. This also reduces the disk space requirement because saving the blockchain requires writing a new one and then replacing the old one (so 2x).
|
|
|
|
serpintine101
Newbie
Offline
Activity: 58
Merit: 0
|
|
April 19, 2017, 10:24:04 PM |
|
|
|
|
|
Elder III
|
|
April 19, 2017, 10:44:31 PM Last edit: April 19, 2017, 11:09:47 PM by Elder III |
|
Alrighty, you've downloaded the wolf cpu miner, extracted the files and you already have a wallet address? Launch the command promt, just search for "cmd" and execute it. Depending on where the mining application is located (as in where you have extracted the files) on your PC, you now need to navigate there with the command promt. Assuming that you have extracted all the files on the desktop, you type "cd desktop" and confirm. Note, if the files are in a folder on the desktop, let's call it "miner", you'd first navigate to the desktop and then to this folder (cd desktop --> cd miner) Now you need to start the miner with the command, that you can find on the getting started page of the pool you want to use. It looks like the following: minerd -a cryptonight-light -o stratum+tcp://aeon.kryptopool.com:3333 -u YOUR_WALLET_ADDRESS -p xReplace "YOUR_WALLET_ADDRESS" with your wallet address and execute the command. That's it! Let me know if there is anything unclear This is exactly what i did, but when i execute the command line it says minerd is not a command and nothing happens. Make a .txt file in the same directory as minerd. Rename the extension from .txt to .bat. Put in there... minerd -a cryptonight-light -o stratum+tcp://54.153.36.187:5555 -u Wms7kyfy6UdeFTy4mkXCJ1d4p16fDSttJJhBXWDktv4FRD9GDwwa2C6jQC2QatEs3Q4VSbhS92ese18hyFaaEKRN2VXfD4zAD -p x -t 8 This is my .bat for sumominer's pool. Change address, pool and number of threads, -t 8 is for an 8 core AMD processor. Click at that .bat file to start mining. [/quote] The command prompt only flickers and vanish. No deal. Also tried to run the bat file with admin rights but got the same error. [/quote] Are you sure you have the right miner? Mine is cpuminer-wolf-with-cryptonight-light-w64-AES-NI-04082015 https://github.com/Arux-BTT/CPUMiner-Multi-cryptonight-light/releases[/quote] I just started mining on the kryptopool today and am getting a tad over 1100 H/S on average. With that hashrate should I be in the 3333, 5555, or 7777 pool as far as difficulty? I started in the 3333 pool that says "low end hardware", but I wondered if I should switch to a higher difficulty pool? Thanks!
|
|
|
|
daberti
|
|
April 19, 2017, 11:07:00 PM |
|
Right from their Git page: "Mining core is a direct port (except for sercurity fixes) of wolf9466's AMD mining code. Performance is likely to be identical." As you're on OpenCl Platform why not giving a shot to https://github.com/Arux-BTT/wolf-aeon-miner/releasesArux is here in this forum, BTW
|
|
|
|
serpintine101
Newbie
Offline
Activity: 58
Merit: 0
|
|
April 20, 2017, 01:03:32 AM |
|
I have tried many many times to mine with the wolf opencl miner and have spoken with Arux alot on trying to get it working but never could get it working. I tried with several different drivers as well. Wolfs miner works with my rx cards mining xmr but when i mine aeon all i get is low difficulty shares. I tried many different setups but could never get it going. If anyone is mining with wolfs and are using the RX series cards please let me know what your doing. When i saw that there was a new miner it made me want to give it a go again.
This also happens with my Hawaii cards (390X)
|
|
|
|
andykingking
Newbie
Offline
Activity: 1
Merit: 0
|
|
April 20, 2017, 06:02:14 AM |
|
Would anyone be kind enough to give me a seed node to get going?
Cheers
|
|
|
|
eeX
|
|
April 20, 2017, 07:14:43 AM |
|
91.121.67.58:11180 74.213.95.6:11180 194.117.30.200:11180 34.201.20.65:11180 39.43.30.1:11180 185.189.13.18:11180 92.105.128.122:11180
|
Soldo [SLD] @ Soldo.IN
|
|
|
|