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 - kenpodragon

Pages: 1 [2] 3 4 5
16
BitShares PTS / Re: [GUIDE] Mining on Amazon EC2 using Spot instances
« on: November 14, 2013, 09:49:54 pm »
Can't get the scripts to auto execute when starting up. Any suggestions - adding it to the Advanced details.

Number of instances 1.
Request spot instance checked.
Advanced Details
Kernel - use default
Ram Disk - use default
User data - As Text
#! /bin/bash
sudo yum -y update
sudo yum -y install git build-essential htop libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev screen gcc gcc-c++ compat-gcc-32 compat-gcc-32-c++ boost.x86_64 boost-devel boost libzip-devel.x86_64 glibc glibc-devel glibc-static zlib zlib-devel zlib-static cmake
git clone https://github.com/thbaumbach/ptsminer
cd ptsminer
cmake .
make
echo '#! /bin/bash' > startPS.sh
echo 'screen -d -m -S ptsminer /home/ec2-user/ptsminer/ptsminer PbwQHoJi7PKt9KCujbscNWfH43J4aCpPmN 12' >> startPS.sh
chmod +x startPS.sh
./startPS.sh

Doesn't look like its being executed during startup. Anything else I should do?



17
looks to be working now

18
it does work when using the cmake up a directory

Code: [Select]
git clone https://github.com/thbaumbach/ptsminer
cd ptsminer
cmake .
make

19
Looks like the hotfix just checked into github isn't compiling:

Code: [Select]
[root@ip-10-99-131-147 ptsminer]# git log
commit c51b1025ecd824e1e52f73b74b88d65f67f0affa
Author: Thomas Baumbach <xolokram@tofumuffin.net>
Date:   Thu Nov 14 20:12:05 2013 +0100

    v0.5 HOTFIX-1
    - worked on the network code
    - added shares/min output
    - added sharetarget output
[root@ip-10-99-131-147 ptsminer]# make -f makefile.unix
make: makefile.unix: No such file or directory
make: *** No rule to make target `makefile.unix'.  Stop.
[root@ip-10-99-131-147 ptsminer]# cd src
[root@ip-10-99-131-147 src]# make -f makefile.unix
g++ -c -O2 -pthread  -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/ec
2-user/ptsminer/src -I/home/ec2-user/ptsminer/src/obj -fno-stack-protector -fsta
ck-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/main_poolmi
ner.d -o obj/main_poolminer.o main_poolminer.cpp
main_poolminer.cpp:495:1: fatal error: opening dependency file obj/main_poolmine
r.d: No such file or directory
compilation terminated.


20
debug vs release gives about 7hpm difference. 40 vs 47.


21
How many cores are you using with jhProtominer.... this still requires running 1 instance per 8 cores.

Both are set at 8 cores to keep things equalized.

22
Not finding much in the way of speed improvements
 44.8933 hpm
 45.8726 hpm

vs 200hpm using the jhProtominer

System and OS?   Is that while operational or in the benchmark?

Both - Debian x64 8vcpu 8gb ram

23
i7 980 windows 8
new coyote -110 hpm
coyote miner 37hpm
jhProtominer 150hpm

24
Not finding much in the way of speed improvements
 14.8261 hpm
 28.9676 hpm
 22.3346 hpm
 23.9403 hpm
 25.1426 hpm
 30.388 hpm
 34.3772 hpm
 44.3091 hpm
 48.7179 hpm
 47.0896 hpm
 46.0226 hpm
 47.3313 hpm
 48.5786 hpm
 47.1027 hpm
 48.0321 hpm
 44.8933 hpm
 45.8726 hpm

vs 200hpm using the jhProtominer

25
Had to update CMAKE and Boost

Code: [Select]
git clone git://cmake.org/cmake.git
cd cmake/cmake-2.8.12.1
./configure
make
make install
export CMAKE_ROOT=/usr/local/share/cmake-2.8.12.1

wget http://sourceforge.net/projects/boost/files/boost/1.55.0/boost_1_55_0.tar.bz2/download
tar --bzip2 -xf /path/to/boost_1_55_0.tar.bz2
./bootstrap.sh
./b2
./b2 install

/usr/local/bin/cmake -DBOOST_ROOT=/path/to/boost_1_55_0 .

Added in the step to use the updated version of boost

26
On debian 7 :

Code: [Select]
me@valinor:/tmp/coyote_miner$ cmake .
-- The C compiler identification is GNU 4.7.2
-- The CXX compiler identification is GNU 4.7.2
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- 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
CMake Error at CMakeLists.txt:2 (cmake_minimum_required):
  CMake 2.8.10 or higher is required.  You are running version 2.8.9

See above. You need to install the latest version of cmake and boost

27
Had to update CMAKE and Boost

Code: [Select]
git clone git://cmake.org/cmake.git
cd cmake/cmake-2.8.12.1
./configure
make
make install
export CMAKE_ROOT=/usr/local/share/cmake-2.8.12.1

wget http://sourceforge.net/projects/boost/files/boost/1.55.0/boost_1_55_0.tar.bz2/download
tar --bzip2 -xf /path/to/boost_1_55_0.tar.bz2
./bootstrap.sh
./b2
./b2 install

/usr/local/bin/cmake .

28
Digital Ocean may be quick and easy, but some of the other providers out there may give you a bit more bang for your buck.

DO - 45 collisions/sec on 8CPU/8GB ~ $0.2 per hour
Service 1 - 120 collisions/sec on 8CPU/8GB ~ $0.3 per hour
Service 2 - 200 collisions/sec 8CPU/8GB ~ $0.4 per hour

Do the math.

29
Working fine here...

30
BitShares PTS / Re: Coyote Miner | PPS Mining Pool
« on: November 12, 2013, 01:34:36 am »
47 -> 54 (i7 980)

Pages: 1 [2] 3 4 5