Git Product home page Git Product logo

folm's People

Contributors

gduymaz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

folm's Issues

Building on MacOs High Sierra.

MacOS 10.13.3, Homebrew GCC 7.3.0, boost 1.66.0

make command leads to following errors:

Making all in src
  CXX      libbitcoin_server_a-rpcserver.o
rpcserver.cpp:495:48: error: too many template arguments for class template 'basic_socket_acceptor'
static void RPCAcceptHandler(boost::shared_ptr<basic_socket_acceptor<Protocol, SocketAcceptorService> > acceptor,
                                               ^                               ~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/boost/asio/basic_socket_acceptor.hpp:73:7: note: template is declared here
class basic_socket_acceptor
      ^

It looks that the code is incompatible with boost 1.66 and requires older version 1.57
The following trick fixes the problem.

brew install [email protected]
brew unlink boost
brew link [email protected] --force 

Few more notes.
brew install c++11 does not work in current version of brew

If libressl is present configure ens with an error even if OpenSSL is present.
The following command should be used.
./configure --with-boost=no

Now I'll try to build sgminer on Mac.

No Blocks Available

I downloaded the wallet and it appeared to install without problems. The firewall is open to allow for transactions. It has been running for over 12 hours but it says no blocks available and isn't hooked up to any peers. Any suggestions on how to make this work?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.