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

Pages: [1]
1
When I try to compile I get the boost error

Code: [Select]
CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:1126 (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_coroutine

  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:57 (FIND_PACKAGE)


-- Boost version: 1.53.0
-- Found the following Boost libraries:
--   thread
--   date_time
--   system
--   filesystem
--   program_options
--   signals
--   serialization
--   chrono
--   unit_test_framework
--   context
CMake Warning (dev) at CMakeLists.txt:87 (set):
  Cannot set "BOOST_LIBRARIES": current scope has no parent.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!

Is there any guide on how to properly install latest version?

Ubuntu (I assume you're on 13.10) installs boost 1.53 by default, bitshares require 1.54. You can install it with apt-get or you can stay on 1.53 and just downgrade required boost version in CMakeList.txt and also remove boost_coroutine requirement from it. It compiles and runs fine with 1.53, I compiled and ran Keyhotee a few days ago.

2
MemoryCoin / Re: [ANN] MMCPool.com - Win64 / OSX64 - I need your CPU power!
« on: December 26, 2013, 04:56:54 pm »
How long does it take for blocks to mature?

Last confirmed block was 2713, mined 8 hours ago.

3
MemoryCoin / Re: [ANN] MMCPool.com - Win64 / OSX64 - I need your CPU power!
« on: December 26, 2013, 04:43:15 pm »
so waited a few blocks more and seems that my 200 hpm is getting 60 hmp on the pool and making almost 1 MMC from 20 servers (32 cores/server)

Going to give it around 10-15 minutes more, if it stays the same going back to xpool.

Update:

HPM on the site is going down, lol sorry but I lost trust in this pool. if the stats are correct then the 1200 HPM miner must have a 1000 servers running.

Back to xpool.
I trust this, I just imagine its a botnet. If it is a botnet that is approx 6000 bots which is quite easy to get...
I also think it's from a botnet. If you compare the graph from http://agran.net/memorycoin2_calc.html about the difficulty it was raising maybe of one ore more botnets.

It still is quite possible for a person to achieve that kind of speed on EC2, even with a fairly high reject rate. Remember that the higher reject rate doesn't affect faster machines as much as they spend less time on a hash before looking up and acquiring new work.

Currently I'm getting 9.5 - 9.8 hpm on cc2.8xlarge instance, so this would be more than 100 instances.. 5-7  accounts with 2 regions each x10 instances in each region?  :o

4
BitShares PTS / Re: [ANN] Protoshares Ubuntu 13.10 packages
« on: December 22, 2013, 05:04:05 pm »
Fair enough.

Easy way to verify is to compare sources - download source packages from Launchpad (this is what Launchpad uses to build binaries)

https://launchpad.net/~k-dg/+archive/protoshares/+files/protoshares_0.8.5.orig.tar.gz
https://launchpad.net/~k-dg/+archive/protoshares/+files/protoshares_0.8.5-0~ppa1.debian.tar.gz

and compare them to source code on github.

There should be only one difference - I removed *.patch from .gitignore.

5
BitShares PTS / [ANN] Protoshares Ubuntu 13.10 packages
« on: December 22, 2013, 04:20:06 pm »
For those running Ubuntu 13.10 and having trouble compiling from source, I've created packages for Protoshares wallet and daemon, available on Launchpad:

https://launchpad.net/~k-dg/+archive/protoshares

How to install:

(1) Add PPA repository:

Code: [Select]
sudo apt-add-repository ppa:k-dg/protoshares
sudo apt-get update

(2) Install wallet:

Code: [Select]
sudo apt-get install protoshares-qt

(3) If you need daemon:

Code: [Select]
sudo apt-get install protosharesd

6
BitShares PTS / Re: [ANN] ypool.net - Fast PTS pool
« on: December 09, 2013, 05:34:39 pm »
I have to say, I jumped ship from ypool - personal preference more than anything else.. I don't honestly think they have the capacity - both in resources and manpower - to host such a big pool and as such, from an admins perspective, I wouldn't want to have any cryptocurrency ties to them.

Those were my reasons for switching too + no way I'm "donating" to miner development which is closed source.

Pages: [1]