alexius89-2 (OP)
|
|
September 20, 2017, 03:07:28 AM |
|
Need help in run daemon. No start , libbost 1.64, installed, no start illegal instruction. No compilled, error. Ubuntu 14.04 x64.
Did you manage to fix this? I can't compile it under Ubuntu 14.04 64-bit either.. Without specific compilation errors we cannot help. We need output of the errors, specific the errors and we can gladly help. Cheers
|
|
|
|
cryptomaxsun
Legendary
Offline
Activity: 2744
Merit: 1387
Ukrainians will resist
|
|
September 20, 2017, 05:42:09 AM |
|
Need help in run daemon. No start , libbost 1.64, installed, no start illegal instruction. No compilled, error. Ubuntu 14.04 x64.
Did you manage to fix this? I can't compile it under Ubuntu 14.04 64-bit either.. No, it was not possible. I'm waiting for help.
|
❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘ ❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
|
|
|
cryptomaxsun
Legendary
Offline
Activity: 2744
Merit: 1387
Ukrainians will resist
|
|
September 20, 2017, 05:52:21 AM |
|
Need help in run daemon. No start , libbost 1.64, installed, no start illegal instruction. No compilled, error. Ubuntu 14.04 x64.
Did you manage to fix this? I can't compile it under Ubuntu 14.04 64-bit either.. Without specific compilation errors we cannot help. We need output of the errors, specific the errors and we can gladly help. Cheers -- Configuring incomplete, errors occurred! See also "/home/max/intensecoin-master/build/release/CMakeFiles/CMakeOutput.log". See also "/home/max/intensecoin-master/build/release/CMakeFiles/CMakeError.log". make: *** [cmake-release] Error 1 CMakeOutput.log The system is: Linux - 3.13.0-129-generic - x86_64 Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. Compiler: /usr/bin/cc. Build flags:. Id flags:. The output was: 0 Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out The C compiler identification is GNU, found in "/home/max/intensecoin-master/build/relea Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded Compiler: /usr/bin/c++. Build flags:. Id flags:. The output was: 0 CMakeError.log erforming C++ SOURCE FILE Test HAVE_SSE42 failed with the following output: Change Dir: /home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec4143452986/fast" make[1]: Entering directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMake /usr/bin/make -f CMakeFiles/cmTryCompileExec4143452986.dir/build.make CMakeFiles/cmTryCo make[2]: Entering directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMake/usr/bin/cmake -E cmake_progress_report /home/max/intensecoin-master/build/release/CMake Building CXX object CMakeFiles/cmTryCompileExec4143452986.dir/src.cxx.o /usr/bin/c++ -pthread -std=c++11 -Wall -Wextra -Wpointer-arith -Wundef -Wvla -Wwrite In file included from /home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp/src/usr/lib/gcc/x86_64-linux-gnu/4.8/include/nmmintrin.h:31:3: error: #error "SSE4.2 instru # error "SSE4.2 instruction set not enabled" ^ /home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp/src.cxx: In function ‘int /home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp/src.cxx:5:43: error: ‘_mm volatile uint32_t x = _mm_crc32_u32(0, 0); ^ /home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp/src.cxx:5:21: warning: un volatile uint32_t x = _mm_crc32_u32(0, 0); ^ make[2]: Leaving directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeT make[2]: *** [CMakeFiles/cmTryCompileExec4143452986.dir/src.cxx.o] Error 1 make[1]: Leaving directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec4143452986/fast] Error 2 Source file was: #include <cstdint> #include <nmmintrin.h> int main() { volatile uint32_t x = _mm_crc32_u32(0, 0); } Performing C SOURCE FILE Test HAVE_FALLOCATE failed with the following output: Change Dir: /home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3248412868/fast" make[1]: Entering directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTryCompileExec3248412868.dir/build.make CMakeFiles/cmTryCompileExec3248412868.dir/build make[2]: Entering directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec3248412868.dir/src.c.o /usr/bin/cc -std=c11 -Wall -Wextra -Wpointer-arith -Wundef -Wvla -Wwrite-strings -Werror -Wno-error=extra -Wno-error=unused-function -Wno-error=deprecated-declarations -Wno-error=sign-compare -Wno-error=strict-aliasing -Wno-error=type-limits -Wno-unused-parameter -Wn cc1: error: command line option ‘-Wno-reorder’ is valid for C++/ObjC++ but not for C [-Werror] cc1: error: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C [-Werror] cc1: all warnings being treated as errors make[2]: Leaving directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp' make[2]: *** [CMakeFiles/cmTryCompileExec3248412868.dir/src.c.o] Error 1 make[1]: Leaving directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec3248412868/fast] Error 2 Source file was: #include <fcntl.h> #include <linux/falloc.h> int main() { int fd = open("/dev/null", 0); fallocate(fd, FALLOC_FL_KEEP_SIZE | FALLOC_FL_PUNCH_HOLE, 0, 1024); } Determining if the function malloc_usable_size exists failed with the following output: Change Dir: /home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1014184147/fast" make[1]: Entering directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp'
|
❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘ ❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
|
|
|
Fjstrydom
Member
Offline
Activity: 109
Merit: 10
|
|
September 20, 2017, 09:55:10 AM |
|
Is there anything I can do about an unconfirmed transaction that I sent before I updated to the new wallet? The fee was too low and it's been almost a week. Transaction: 5b6f82ca45c918c8b6b4743e765c49226af9c53a16224484f826e36813ab5ebb
It's not showing up in the transaction pool so I'm not sure it's actually still trying to make it out to the network - did you try resetting the wallet (File > Reset wallet)? VALIANT1!!! since you've been active and ignored my post and ignored me on the slack, here it is again...So after doing everything the dev suggested, upgrade wallet, turn off wallet optimization (which was never turned on), take wallet offline for a couple of days, I still have about 18000 coins locked. I need answers regarding this, you cant expect everyone to keep mining and we cant get our coins, there are guys on the slack group who have 40000 coins locked.... Do you have a fix? are you working on a fix? everytime anyone has a problem with the wallet your answer is always the same, "have you tried to reset?" we have reset many times and it does not work!! Nobody will be ignored mate. We have contacted the guy who had the 40K stuck issue in slack. Valiant has contacted you as well in slack as well but you said you want to discuss it tomorrow. Actually it is your job to private message/direct message us if you have an issue and not showing your anger in form of negative thread posts or slack messages. Cheers Have you ever thought that some of the members may get angry when they have had problems for weeks with no solutions? I have contacted Valiant and will see if we can resolve some problems today
|
|
|
|
nail4u2
Newbie
Offline
Activity: 13
Merit: 0
|
|
September 20, 2017, 11:43:42 AM |
|
... I have contacted Valiant and will see if we can resolve some problems today If it turns out to find the solution, report please. I have the same problem.
|
|
|
|
SlowGrowth
|
|
September 20, 2017, 12:16:00 PM |
|
Is there anything I can do about an unconfirmed transaction that I sent before I updated to the new wallet? The fee was too low and it's been almost a week. Transaction: 5b6f82ca45c918c8b6b4743e765c49226af9c53a16224484f826e36813ab5ebb
It's not showing up in the transaction pool so I'm not sure it's actually still trying to make it out to the network - did you try resetting the wallet (File > Reset wallet)? VALIANT1!!! since you've been active and ignored my post and ignored me on the slack, here it is again...So after doing everything the dev suggested, upgrade wallet, turn off wallet optimization (which was never turned on), take wallet offline for a couple of days, I still have about 18000 coins locked. I need answers regarding this, you cant expect everyone to keep mining and we cant get our coins, there are guys on the slack group who have 40000 coins locked.... Do you have a fix? are you working on a fix? everytime anyone has a problem with the wallet your answer is always the same, "have you tried to reset?" we have reset many times and it does not work!! All i can say is that i had 40k locked on my wallet without beeing able to do anything... I went to slack, contacted valiant and once he got time he helped me get my wallet unlocked... You can find some posts earlier where i describe how i even sent him my private key and he got back to me asking to regain control of the private key with the problem fixed. So message valiant on slack directly im sure he will get back to you once he has time available.
|
|
|
|
SyrioForElle
|
|
September 20, 2017, 12:20:24 PM |
|
Selected highlights:- the pool mining server and daemon have been running for weeks without complaint
- At this time, we are still waiting for response from NovaExchange regarding listing, as their 1 BTC listing fee is something the core team is able to budget out of personal coffers
- development has not been tremendously fruitful as of late
- active on Twitter and Bitcointalk
- Going forward, we plan to publish a monthly summary of the happenings of Intense Coin, on or about the 15th of the month (the launch anniversary of Intense).
- Following our roadmap, the items on our immediate agenda are paper wallet generation (a la BIP39), ITNS listing on an exchange, a Slack tipbot, and a Twitter awareness ad campaign
AnalysisFirst the bad stuff: development of the VPN solution not being fruitful is a little concerning. This project has a lot of potential but it'll require a credible path to actually building the VPN solution. That said it's only been a month and we should see how things stand over the next few ones. The good stuff: The developers are willing to pay 1 BTC out of their person pockets to get it listed. That shows a serious commitment by the developer, and so, per my previous point, even if they didn't have a great first month, it shows that they intend to make some true progress. Moreover the promise to provide monthly updates is also a really positive move. Open and clear communication will build a lot of trust and interest in the project. It's like a company publishing quarterly reports. All in all in my mind this update substantially boosted the value of this coin. Before we kind of just had to take it on face value that a VPN solution would be built. Now we have some evidence that developers are both serious about it and will give us honest updates about its development. SyrioForElle, thanks very much for your comprehensive summary and analysis. I would ask for your reconsideration of labeling the lack of VPN progress as concerning. Unanticipated and exorbitant amounts of time and resources were dedicated to resolving and maintaining issues with the core branch after launch. We used the CryptoNote reference implementation, thinking that was the best as it's right from the CN foundation and developers, but in fact it turned out to be neglected and rife with issues. Upgrading the core code, the pool software, and triaging all of the snags that came about as a result of those actions tied us up from time that should have been spent on VPN-related activities. I am not stating these facts to be defensive, but to hopefully share insight for the uninitiated on the reasons behind our current delayed status. We have now patched up these issues and feel, at last, pleased with the coin itself, leaving us to focus on more important matters (the actual development of the VPN service)! Also note that there have been efforts mentioned to discuss the work with private contacts and some VPN companies, so it wasn't a complete wash. R&D continues. At this very moment I am consulting with a firm that has worked on a similar project. While it took longer than we would like to get to this point, as you said it has only been a month, and we are working diligently to have significant progress in the VPN arena by the next monthly report. We appreciate your positivity and support. Thanks for the comprehensive update! Totally understand. It's only been a month and you've made tremendous overall progress. It is, after all, a marathon not a race; there will be up months and down months. I remain a firm believer in this project and am appreciative of the commitment that the wider team has demonstrated.
|
Please only speculate money you can afford to lose
|
|
|
parkysik
Member
Offline
Activity: 118
Merit: 10
|
|
September 20, 2017, 12:58:49 PM |
|
My wallet only shows a blank screen.
|
|
|
|
|
parkysik
Member
Offline
Activity: 118
Merit: 10
|
|
September 20, 2017, 01:16:04 PM |
|
I do not know the password for my wallet.
|
|
|
|
Ayers
Legendary
Offline
Activity: 2814
Merit: 1024
DGbet.fun - Crypto Sportsbook
|
|
September 20, 2017, 04:59:03 PM |
|
can we now use the wallet optimization on the new gui wallet or not?
|
|
|
|
valiant1
Full Member
Offline
Activity: 219
Merit: 121
Lethean Developer
|
|
September 20, 2017, 07:12:39 PM |
|
Need help in run daemon. No start , libbost 1.64, installed, no start illegal instruction. No compilled, error. Ubuntu 14.04 x64.
Did you manage to fix this? I can't compile it under Ubuntu 14.04 64-bit either.. Without specific compilation errors we cannot help. We need output of the errors, specific the errors and we can gladly help. Cheers -- Configuring incomplete, errors occurred! See also "/home/max/intensecoin-master/build/release/CMakeFiles/CMakeOutput.log". See also "/home/max/intensecoin-master/build/release/CMakeFiles/CMakeError.log". make: *** [cmake-release] Error 1 CMakeOutput.log The system is: Linux - 3.13.0-129-generic - x86_64 Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. Compiler: /usr/bin/cc. Build flags:. Id flags:. The output was: 0 Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out The C compiler identification is GNU, found in "/home/max/intensecoin-master/build/relea Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded Compiler: /usr/bin/c++. Build flags:. Id flags:. The output was: 0 CMakeError.log erforming C++ SOURCE FILE Test HAVE_SSE42 failed with the following output: Change Dir: /home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec4143452986/fast" make[1]: Entering directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMake /usr/bin/make -f CMakeFiles/cmTryCompileExec4143452986.dir/build.make CMakeFiles/cmTryCo make[2]: Entering directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMake/usr/bin/cmake -E cmake_progress_report /home/max/intensecoin-master/build/release/CMake Building CXX object CMakeFiles/cmTryCompileExec4143452986.dir/src.cxx.o /usr/bin/c++ -pthread -std=c++11 -Wall -Wextra -Wpointer-arith -Wundef -Wvla -Wwrite In file included from /home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp/src/usr/lib/gcc/x86_64-linux-gnu/4.8/include/nmmintrin.h:31:3: error: #error "SSE4.2 instru # error "SSE4.2 instruction set not enabled" ^ /home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp/src.cxx: In function ‘int /home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp/src.cxx:5:43: error: ‘_mm volatile uint32_t x = _mm_crc32_u32(0, 0); ^ /home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp/src.cxx:5:21: warning: un volatile uint32_t x = _mm_crc32_u32(0, 0); ^ make[2]: Leaving directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeT make[2]: *** [CMakeFiles/cmTryCompileExec4143452986.dir/src.cxx.o] Error 1 make[1]: Leaving directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec4143452986/fast] Error 2 Source file was: #include <cstdint> #include <nmmintrin.h> int main() { volatile uint32_t x = _mm_crc32_u32(0, 0); } Performing C SOURCE FILE Test HAVE_FALLOCATE failed with the following output: Change Dir: /home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec3248412868/fast" make[1]: Entering directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTryCompileExec3248412868.dir/build.make CMakeFiles/cmTryCompileExec3248412868.dir/build make[2]: Entering directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec3248412868.dir/src.c.o /usr/bin/cc -std=c11 -Wall -Wextra -Wpointer-arith -Wundef -Wvla -Wwrite-strings -Werror -Wno-error=extra -Wno-error=unused-function -Wno-error=deprecated-declarations -Wno-error=sign-compare -Wno-error=strict-aliasing -Wno-error=type-limits -Wno-unused-parameter -Wn cc1: error: command line option ‘-Wno-reorder’ is valid for C++/ObjC++ but not for C [-Werror] cc1: error: command line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C [-Werror] cc1: all warnings being treated as errors make[2]: Leaving directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp' make[2]: *** [CMakeFiles/cmTryCompileExec3248412868.dir/src.c.o] Error 1 make[1]: Leaving directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec3248412868/fast] Error 2 Source file was: #include <fcntl.h> #include <linux/falloc.h> int main() { int fd = open("/dev/null", 0); fallocate(fd, FALLOC_FL_KEEP_SIZE | FALLOC_FL_PUNCH_HOLE, 0, 1024); } Determining if the function malloc_usable_size exists failed with the following output: Change Dir: /home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec1014184147/fast" make[1]: Entering directory `/home/max/intensecoin-master/build/release/CMakeFiles/CMakeTmp' This is due to your processor being old and not supporting new instructions found in new CPUs. Try running cmake with -DPORTABLE=1 -DWITH_AVX2=0 can we now use the wallet optimization on the new gui wallet or not?
No. Wallet will be patched soon to disallow. Is there anything I can do about an unconfirmed transaction that I sent before I updated to the new wallet? The fee was too low and it's been almost a week. Transaction: 5b6f82ca45c918c8b6b4743e765c49226af9c53a16224484f826e36813ab5ebb
It's not showing up in the transaction pool so I'm not sure it's actually still trying to make it out to the network - did you try resetting the wallet (File > Reset wallet)? VALIANT1!!! since you've been active and ignored my post and ignored me on the slack, here it is again...So after doing everything the dev suggested, upgrade wallet, turn off wallet optimization (which was never turned on), take wallet offline for a couple of days, I still have about 18000 coins locked. I need answers regarding this, you cant expect everyone to keep mining and we cant get our coins, there are guys on the slack group who have 40000 coins locked.... Do you have a fix? are you working on a fix? everytime anyone has a problem with the wallet your answer is always the same, "have you tried to reset?" we have reset many times and it does not work!! My apologies for not following up on the posts here. As was mentioned in Slack I will gladly reply to any DMs or mentions @intense-valiant. You and I are also talking via DM in Slack to resolve. At this time I am awaiting requested logs from you.
|
|
|
|
valiant1
Full Member
Offline
Activity: 219
Merit: 121
Lethean Developer
|
|
September 20, 2017, 07:19:38 PM Last edit: September 20, 2017, 07:41:18 PM by valiant1 |
|
I do not know the password for my wallet. Talked to you on slack via DM, you should be sorted now. My apologies for the troubles. To anyone now reading this message, I have asked alex to update the original post with new wallet links -- please only use the new wallet 1.2 from https://github.com/valiant1x/intensecoinwallet/releases ! Also, as mentioned on Slack and on the pool site: Please note that in 3 days time (on 23/9/17) we will be increasing the pool fee to encourage network diversity and promote network health.
|
|
|
|
AltsBoom
|
|
September 20, 2017, 10:38:02 PM |
|
I like the thought of increasing your pool fee to motivate diversity, but what other pool options are there now?
i had a few bad experiences but haven't looked in a few weeks
|
|
|
|
bakacoin
Member
Offline
Activity: 68
Merit: 10
|
|
September 20, 2017, 11:37:19 PM |
|
There are unconfirmed transactions 339caba2e2e45f16ff0feedb0416d2de160527028e27293faacdc615381acb6f c5eedacd94a07cf3fcb658ec81cc30dbb3cfc6ca7139957b8d6d108611fe4d1d 90c8cee2ab72cb7db2a294100dbdfe00362f30f1d19b92a86b805c3da2030dd8 78896d5bec8e6a6b2f3235666ff1e3167308e877ded0c42e5346d51b7df62961 b1d0bf61f9ab534dc8e1e3d48de784ced615be218dc6d363c7539efd4e8a74a0 c7a2852c49ed8c3626faa8f08e01271f0d001bf6fad72ffe2ad4a03b4b9570c7
Wallet 1.2, Reset does not help.
|
|
|
|
alexius89-2 (OP)
|
|
September 21, 2017, 01:51:09 AM |
|
I like the thought of increasing your pool fee to motivate diversity, but what other pool options are there now?
i had a few bad experiences but haven't looked in a few weeks
There two other options as i am aware of. You might have to check some pages/posts back. Reliable community member had good experiences so far. There are unconfirmed transactions 339caba2e2e45f16ff0feedb0416d2de160527028e27293faacdc615381acb6f c5eedacd94a07cf3fcb658ec81cc30dbb3cfc6ca7139957b8d6d108611fe4d1d 90c8cee2ab72cb7db2a294100dbdfe00362f30f1d19b92a86b805c3da2030dd8 78896d5bec8e6a6b2f3235666ff1e3167308e877ded0c42e5346d51b7df62961 b1d0bf61f9ab534dc8e1e3d48de784ced615be218dc6d363c7539efd4e8a74a0 c7a2852c49ed8c3626faa8f08e01271f0d001bf6fad72ffe2ad4a03b4b9570c7
Wallet 1.2, Reset does not help.
Please send Valiant a direct message in slack. For All who participated in the Twitter-retweet campaign - Bounties for those will be paid out this weekend. Ensure that you have filled out the form as required to be eligible for the bounty.
Cheers
|
|
|
|
vikec1989
Jr. Member
Offline
Activity: 129
Merit: 5
|
|
September 21, 2017, 05:46:30 AM |
|
I do not know the password for my wallet. Talked to you on slack via DM, you should be sorted now. My apologies for the troubles. To anyone now reading this message, I have asked alex to update the original post with new wallet links -- please only use the new wallet 1.2 from https://github.com/valiant1x/intensecoinwallet/releases ! Also, as mentioned on Slack and on the pool site: Please note that in 3 days time (on 23/9/17) we will be increasing the pool fee to encourage network diversity and promote network health. Hi, do you mean wallet 1.2.0? My wallet is Intensecoin wallet 1.2.0 and for now I dont have any problem with them. Regards
|
|
|
|
cryptomaxsun
Legendary
Offline
Activity: 2744
Merit: 1387
Ukrainians will resist
|
|
September 21, 2017, 05:52:28 AM |
|
Try running cmake with -DPORTABLE=1 -DWITH_AVX2=0 Did not help, the mistakes are the same.
|
❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘ ❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
|
|
|
ibinsad
|
|
September 21, 2017, 06:01:39 AM |
|
Still no other pools or exchanges we need to wait October?
|
|
|
|
cryptomaxsun
Legendary
Offline
Activity: 2744
Merit: 1387
Ukrainians will resist
|
|
September 21, 2017, 06:03:53 AM |
|
Still no other pools or exchanges we need to wait October?
I want to open the pool, understand the compilation and launch of the daemon, there is a problem.
|
❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘ ❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
|
|
|
|