Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ikswobel

Pages: [1]
1
Sorry but this makes not a good picture of your project for me. First of all this posting is telling everything:
Quote
Even at hour wage for a competent gpu programmer that's a slave's pay - but if someone were to make this he could make way more just by mining
That can not be possible that you act like a newb in the business, with so much coins in the game -.-

2
BitShares PTS / Re: Coyote Pool 2.0 - One Day Rounds Proportional Payout
« on: November 14, 2013, 11:36:39 pm »
Now i have this error:
Code: [Select]
attempting to connect to 162.243.45.158
2120810ms th_b       miner.cpp:106                 main                 ] 162.243.45.158:4444

  fee: 0%       
Illegal instruction (core dumped)
ubuntu vps

3
BitShares PTS / Re: Coyote Pool 2.0 - One Day Rounds Proportional Payout
« on: November 14, 2013, 10:46:07 pm »
Code: [Select]
attempting to connect to 162.243.45.158
2436301ms th_a       miner.cpp:117                 main                 ] 162.243.45.158:4444

  fee: 0%       
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
Aborted (core dumped)
Its an ubuntu vps, dont know what iam making wrong

4
BitShares PTS / Re: Interest in New Pool
« on: November 14, 2013, 10:03:43 pm »
i would love to mine in your pool sir !

5
thanks for your short reply now after installed libboost i become this error:
Code: [Select]
ubuntu@ip-172-31-21-255:~/beer/ptsminer/src$ make
g++ -c -O2 -pthread  -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/ubuntu/beer/ptsminer/src -I/home/ubuntu/beer/ptsminer/src/obj -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/main_poolminer.d -o obj/main_poolminer.o main_poolminer.cpp
g++ -c -O2 -pthread  -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/ubuntu/beer/ptsminer/src -I/home/ubuntu/beer/ptsminer/src/obj -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/sha2.d -o obj/sha2.o sha2.cpp
g++ -O2 -pthread  -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/ubuntu/beer/ptsminer/src -I/home/ubuntu/beer/ptsminer/src/obj -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -o ptsminer obj/main_poolminer.o obj/sha2.o -Wl,-z,relro -Wl,-z,now   -Wl,-Bdynamic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -l boost_chrono -Wl,-Bdynamic -l z -l dl -l pthread
/usr/bin/ld: cannot find -lz
collect2: error: ld returned 1 exit status
make: *** [ptsminer] Error 1
  :-[

6
i have tried to use the linux version of your miner, with this instructions:
Code: [Select]
git clone https://github.com/thbaumbach/ptsminer
cd ptsminer/src
cp makefile.unix makefile
make
./ptsminer PvELCuq4aq1XWqtWRcPp4LfTFE9DfXXo2m 4


But iam getting this error after "make":
Code: [Select]
ubuntu@ip-***:~/beer/ptsminer/src$ make
g++ -c -O2 -pthread  -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/ubuntu/beer/ptsminer/src -I/home/ubuntu/beer/ptsminer/src/obj -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/main_poolminer.d -o obj/main_poolminer.o main_poolminer.cpp
In file included from main_poolminer.cpp:13:0:
main_poolminer.hpp:6:28: fatal error: boost/thread.hpp: No such file or directory
 #include <boost/thread.hpp>

Somebody can help ? its ubuntu and i have installed the g++ build essential

Pages: [1]