Have been using Poloniex for the last couple of days, but today Poloniex sent me the following mail :
Please be advised that Poloniex is not a web wallet or address changing service. When a customer deposits funds to their Poloniex account we assume they do so to trade on our platform. Continued use of your Poloniex account to deposit and withdraw funds without trading could lead to freezes and possible account closure.
I just followed your guide and get to the start portion and get this dev@dev-AOA150:~/zcash$ ./src/zcashd
bash: ./src/zcashd: No such file or directory
dev@dev-AOA150:~/zcash$
cd nheqminer/cpu_xenoncat/Linux/asm/ && sh assemble.sh && cd âŚ/âŚ/âŚ/Linux_cmake/nheqminer_cpu && cmake . && make
flat assembler version 1.71.57 (1280000 kilobytes memory)
3 passes, 0.4 seconds, 17322 bytes.
flat assembler version 1.71.57 (1280000 kilobytes memory)
3 passes, 0.4 seconds, 17361 bytes.
â The C compiler identification is GNU 4.8.5
â The CXX compiler identification is GNU 4.8.5
â Check for working C compiler: /usr/bin/cc
â Check for working C compiler: /usr/bin/cc â works
â Detecting C compiler ABI info
â Detecting C compiler ABI info - done
â Check for working CXX compiler: /usr/bin/c++
â Check for working CXX compiler: /usr/bin/c++ â works
â Detecting CXX compiler ABI info
â Detecting CXX compiler ABI info - done
â Looking for include file pthread.h
â Looking for include file pthread.h - found
â Looking for pthread_create
â Looking for pthread_create - not found
â Looking for pthread_create in pthreads
â Looking for pthread_create in pthreads - not found
â Looking for pthread_create in pthread
â Looking for pthread_create in pthread - found
â Found Threads: TRUE
CMake Error at /usr/share/cmake/Modules/FindBoost.cmake:1096 (message):
Unable to find the requested Boost libraries.
Boost version: 1.53.0
Boost include path: /usr/include
The following Boost libraries could not be found:
boost_log_setup
boost_log
Some (but not all) of the required Boost libraries were found. You may
need to install these additional Boost libraries. Alternatively, set
BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
to the location of Boost.
Call Stack (most recent call first):
CMakeLists.txt:24 (find_package)
Boost_FOUND NOT FOUND
â Configuring incomplete, errors occurred!
Boost is installed gcc is installed QT-devel installed. âDevelopment Tools group installedâ
I couldnât get the deb package to work, because I ran into the libgomp error mentioned above. So I tried to compile it following the instructions. All went well, until I hit an error,
$ BOOST_ROOT=[lib dir where libboost_* is present] BOOST_LIBRARY=[include dir where boost subdir is present] cmake ..
$ BOOST_ROOT=[lib dir where libboost_* is present] BOOST_LIBRARY=[include dir where boost subdir is present] make
So thatâs it! The dev sources of libboost are missing.
In Debian Jessie, the pakckage needed is called âlibboost-all-devâ the version is â1.55.0.2â.
Note that âlibboost-all-devâ is there to install a bunch of âlibboost-XXX-devâ packages like âlibboost-atomic-devâ, âlibboost-chrono-devââŚ
In other word, installing the âlibboost-all-devâ will actualy install all the sources needed to solve your problem then youâll just have to re-do the process. My advice is re-start from scratch (git clone âŚ).
You have to figure it out by yourself (long and hard but better way on the long term) or ask around (faster but no learning for the long term).
And again, depending on the distro you have chosen, the package(s) required to get the libboost sources could be name differently.
Also, knowing that the version â1.55.0.2â works if the one in your distro is = or > , everything will be fine⌠I guess
This is a fork of nheqminer (from nicehash) with AVX1/AVX2 (automatically detected). If your CPU doesnât support AVX then use âcmake âŚâ instead of âcmake -DXENON=2 âŚâ
On my i7 3770, I only got AVX1 and the difference between using âcmake âŚâ and âcmake -DXENON=2 âŚâ is 5H/s in favor of AVX1. My guess is AVX2 would bring a little bit more H/s.
Yeah, thatâs the impression Iâm getting. Thing is, Iâve got the Precise install working just the way I want it, so Iâm not happy about having to start all over again with a new install. My laptop is dual boot Windows/Ubuntu 16.04. Iâll give it a try there.
Yep. Thatâs the thing to do. For testing it wonât hurt. So, once it works youâll just have to re-do it from scratch on your PC(rig?) but with the knowledge and the practice⌠Enjoy
Whatâs holding me back is the drivers for my AMD Radeon card. I understand 16.04 doesnât support the Catalyst drivers and AMD has not updated them for 16.04. I had 16.04 on my desktop, but when it wouldnât use the card properly, I downgraded to 12.04. Do you know if anyone has resolved the Precise Pangolin/AMD graphics issue?
If your card is only supported by Catalyst (pre GCN), You probably wonât found any new driver.
AMD has made big changes for Linux (not only the kernel itself but also other pieces that manage graphics on Linux).
Actualy, they build the same base for their proprietary driver and for the Open Source driver in the kernel (wich is way more simple to manage). Depending on what people want/need the choice is their. All in all, itâs easier for everybody (dev and users).
The only backward is that the implementation is not yet complete nor stable. I mean there are still some missing features and those wich already exist are still in an âexperimentalâ state (usable anyway).
Actualy, they are coming along with the Linux kernel. My guess is Linux 4.10 will be much more complete and stable and their driver too.
AMDgpuPro is the best shot now but need at least a GCN 2 gen hardware and some patienceâŚ