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

Pages: [1] 2
1
Technical Support / Re: Keyhotee on linux
« on: February 02, 2014, 11:01:16 pm »
If I can't copy and paste, how do I re-create my profile on linux?

2
Technical Support / Keyhotee on linux
« on: February 02, 2014, 06:38:56 pm »
Can I copy and paste my keyhotee profile from windows to linux? If so, copy from where to where?

3
Technical Support / Re: Cannot compile keyhotee
« on: January 06, 2014, 11:37:34 pm »
Thank you, I have it working

4
Technical Support / Re: Cannot compile keyhotee
« on: January 06, 2014, 09:59:37 pm »
Now I get:
CMake Warning at CMakeLists.txt:27 (find_package):
  By not providing "FindQt5Core.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Qt5Core", but
  CMake did not find one.

  Could not find a package configuration file provided by "Qt5Core" with any
  of the following names:

    Qt5CoreConfig.cmake
    qt5core-config.cmake

  Add the installation prefix of "Qt5Core" to CMAKE_PREFIX_PATH or set
  "Qt5Core_DIR" to a directory containing one of the above files.  If
  "Qt5Core" provides a separate development package or SDK, be sure it has
  been installed.


CMake Warning at CMakeLists.txt:28 (find_package):
  By not providing "FindQt5WebKitWidgets.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt5WebKitWidgets", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5WebKitWidgets"
  with any of the following names:

    Qt5WebKitWidgetsConfig.cmake
    qt5webkitwidgets-config.cmake

  Add the installation prefix of "Qt5WebKitWidgets" to CMAKE_PREFIX_PATH or
  set "Qt5WebKitWidgets_DIR" to a directory containing one of the above
  files.  If "Qt5WebKitWidgets" provides a separate development package or
  SDK, be sure it has been installed.


CMake Warning at CMakeLists.txt:29 (find_package):
  By not providing "FindQt5PrintSupport.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt5PrintSupport", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5PrintSupport"
  with any of the following names:

    Qt5PrintSupportConfig.cmake
    qt5printsupport-config.cmake

  Add the installation prefix of "Qt5PrintSupport" to CMAKE_PREFIX_PATH or
  set "Qt5PrintSupport_DIR" to a directory containing one of the above files.
  If "Qt5PrintSupport" provides a separate development package or SDK, be
  sure it has been installed.


/home/user/keyhotee/BitShares
Using invictus root: ./
statusCompiling on UNIX
-- Boost version: 1.55.0
-- Found the following Boost libraries:
--   thread
--   date_time
--   system
--   filesystem
--   program_options
--   signals
--   serialization
--   chrono
--   unit_test_framework
--   context
--   coroutine
statusCompiling on UNIX
-- Boost version: 1.55.0
-- Found the following Boost libraries:
--   thread
--   date_time
--   system
--   filesystem
--   program_options
--   signals
--   serialization
--   chrono
--   unit_test_framework
--   context
--   coroutine
-- Boost version: 1.55.0
-- Found the following Boost libraries:
--   thread
--   date_time
--   system
--   filesystem
--   program_options
--   signals
--   serialization
--   chrono
--   unit_test_framework
--   context
CMake Error at CMakeLists.txt:121 (qt5_wrap_ui):
  Unknown CMake command "qt5_wrap_ui".


-- Configuring incomplete, errors occurred!

5
Technical Support / Cannot compile keyhotee
« on: January 05, 2014, 07:05:53 pm »
I followed the directions at https://bitsharestalk.org/index.php?topic=1672.msg19078#msg19078, using Qt 5.2.0, and am receiving the following

-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- 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
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.0.1e")
CMake Warning at CMakeLists.txt:24 (find_package):
  By not providing "FindQt5Core.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Qt5Core", but
  CMake did not find one.

  Could not find a package configuration file provided by "Qt5Core" with any
  of the following names:

    Qt5CoreConfig.cmake
    qt5core-config.cmake

  Add the installation prefix of "Qt5Core" to CMAKE_PREFIX_PATH or set
  "Qt5Core_DIR" to a directory containing one of the above files.  If
  "Qt5Core" provides a separate development package or SDK, be sure it has
  been installed.


CMake Warning at CMakeLists.txt:25 (find_package):
  By not providing "FindQt5WebKitWidgets.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt5WebKitWidgets", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5WebKitWidgets"
  with any of the following names:

    Qt5WebKitWidgetsConfig.cmake
    qt5webkitwidgets-config.cmake

  Add the installation prefix of "Qt5WebKitWidgets" to CMAKE_PREFIX_PATH or
  set "Qt5WebKitWidgets_DIR" to a directory containing one of the above
  files.  If "Qt5WebKitWidgets" provides a separate development package or
  SDK, be sure it has been installed.


CMake Warning at CMakeLists.txt:26 (find_package):
  By not providing "FindQt5PrintSupport.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt5PrintSupport", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5PrintSupport"
  with any of the following names:

    Qt5PrintSupportConfig.cmake
    qt5printsupport-config.cmake

  Add the installation prefix of "Qt5PrintSupport" to CMAKE_PREFIX_PATH or
  set "Qt5PrintSupport_DIR" to a directory containing one of the above files.
  If "Qt5PrintSupport" provides a separate development package or SDK, be
  sure it has been installed.


/home/aj/apps/keyhotee/keyhotee/BitShares
Using invictus root: ./
statusCompiling on UNIX
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_signals
          boost_unit_test_framework
          boost_context
          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:83 (FIND_PACKAGE)


statusCompiling on UNIX
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_signals
          boost_unit_test_framework
          boost_context
          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):
  BitShares/CMakeLists.txt:57 (FIND_PACKAGE)


-- Could NOT find Boost
** for a debug build: cmake -DCMAKE_BUILD_TYPE=Debug ..
CMake Error at CMakeLists.txt:118 (qt5_wrap_ui):
  Unknown CMake command "qt5_wrap_ui".


-- Configuring incomplete, errors occurred!

I am using linux mint 15

6
Marketplace / Re: 200 PTS - Bounty Rules and Procedures Document
« on: December 31, 2013, 11:57:25 pm »
Is there anything content-wise you feel should be added or changed?

7
Marketplace / Re: 200 PTS - Bounty Rules and Procedures Document
« on: December 31, 2013, 11:01:15 pm »
I've set up a google site (https://sites.google.com/site/invictusbounties/home) displaying our set of rules, as well as an idea of a submission form and a sample bounty and form

A site is a pretty cool idea, but would it be fine for users to have to leave the form to read the Rules and Procedures? I'm trying to figure out a way of formatting the document so it's viewable as a sticky on the Bounty Child-board, that way everyone will notice it when they visit the board.

The site is just to combine the form, example, and main document into one place
Is it possible to display a .pdf in the forum?

8
Marketplace / Re: 200 PTS - Bounty Rules and Procedures Document
« on: December 31, 2013, 10:42:53 pm »
I've set up a google site (https://sites.google.com/site/invictusbounties/home) displaying our set of rules, as well as an idea of a submission form and a sample bounty and form

9
Marketplace / Re: 200 PTS - Bounty Rules and Procedures Document
« on: December 31, 2013, 04:27:07 pm »
https://docs.google.com/document/d/1bONQMtAFlpJO3T4MDAW-fXZBrE6iSBp4LWZ2RYX3Zc8/edit?usp=sharing

I copied phoenix work then tried my hand on his almost complete work, great job by the way.
We are also incorporating the tips for bounty posters to our version

10
Major differences are:
1) Human readable IDs
2) Has a wallet attached
3) Aims to be for more than just text-based communication
4) Aims to be friendlier to "non-tech" people

11
Keyhotee / Re: Mobile Keyhotee
« on: December 10, 2013, 09:09:13 pm »
I think Keyhotee should run for 6 months to a year smoothly first before getting into mobile devices. Grow a user base and work out all the kinks first.
Having a mobile version would help with gaining a user base, since people are using mobile devices for more and more

12
BitShares PTS / Re: Mining pool list - Updating
« on: November 27, 2013, 10:20:36 pm »
So which is the best mining pool to join?


ypool, by far
Ypool has been making it hard for people to confirm transactions by only including one transaction per block.
http://bitsharestalk.org/index.php?topic=740.msg8222#msg8222

13
BitShares PTS / Re: Dying out
« on: November 27, 2013, 10:17:44 pm »
Protoshares were designed to be mined out quickly, and then replaced by things like bitshares. Mining slowing down is completely normal

14
BitShares PTS / Re: Spent still not added to the block (with fee 0.0005)
« on: November 27, 2013, 10:13:41 pm »
One of the pools (ypool I think) is only including one transaction in every block they mine, so things are taking longer to confirm. Once you get one confirmation though, it shouldn't take long to get more confirmations

15
BitShares PTS / Re: What is ProtoShares?
« on: November 24, 2013, 02:47:22 pm »
I have purchased some ProtoShares because I believe in the ideas around a decentralized shares trading platform.
I have purchased the ProtoShares on the Cryptsy exchange and am holding them on the exchange (as I cant get the ProtoShare client to work on my PC).
But how will I be rewarded with BitShares?
Do the ProtoShares have to be in the ProtoShare client for me to get BitShares?

Thanks allot
The protoshares will most likely have to be in your wallet when they release bitshares, not in the exchange, but you will have to talk to the exchange owners to be certan.

Pages: [1] 2