Post
Topic
Board Alternatif Kripto-Paralar
Re: Bilmeyenler için Vps Mining , Riecoin
by
dogaatac
on 20/02/2014, 00:06:39 UTC
Anlatımını birebir taip ettim Ubuntu 13.10 x64 digitalocean 2cpu 2 gb ram

nano Makefile yapınca bu geliyor:

CXX = g++
CC = cc
CXXFLAGS = -Wall -Wextra -std=c++0x -O2 -fomit-frame-pointer -ffast-math

CFLAGS = -Wall -Wextra -O2 -fomit-frame-pointer -ffast-math
# add these for more speed! (if your cpu can do them)
#-msse2 -msse3 -mssse3 -msse4a -msse2avx -msse4a -msse4.1 -msse4.2 -mavx


OSVERSION := $(shell uname -s)
LIBS = -lcrypto -lssl -pthread -lgmp -lgmpxx  -ldl

ifeq ($(OSVERSION),Linux)
        LIBS += -lrt
        CFLAGS += -march=native
        CXXFLAGS += -march=native
endif




ilgili satırları düzeltip make -f Makefile yapınca:

root@no2:~/xptMiner# make -f Makefile
g++ -c -Wall -Wextra -std=c++0x -O2 -fomit-frame-pointer -ffast-math  -march=native -I/usr/local/include -I/usr/include -IxptMiner/includes/ -IxptMiner/OpenCL xptMiner/ticker.cpp -o xptMiner/ticker.o
xptMiner/ticker.cpp:1:0: error: CPU you selected does not support x86-64 instruction set
 #include "ticker.h"
 ^
make: *** [xptMiner/ticker.o] Error 1
root@no2:~/xptMiner#  CPU you selected does not support x86-64 instruction set
CPU: command not found


bu hatayı bir türlü çözemedim.

Teşekkürler.

dropleti silin ve su sekilde deneyin hocam

Quote
sudo apt-get -y install build-essential m4 openssl libssl-dev git libjson0 libjson0-dev libcurl4-openssl-dev wget

wget http://mirrors.kernel.org/gnu/gmp/gmp-5.1.3.tar.bz2

tar xjvf gmp-5.1.3.tar.bz2

cd gmp-5.1.3

./configure --enable-cxx

make -j4 && sudo make install

cd

git clone https://github.com/clintar/xptMiner.git

cd xptMiner  

LD_LIBRARY_PATH=/usr/local/lib make -j4 -f Makefile_mtune  

./xptminer -u dogaatac.1 -p x


vps almak zorunda mıyım kendi işlemcimle mining yapamaz mıyım acaba ?

tabiki yapabilirsiniz , ypool.net de x32 ve x64 windows minerlar mevcut