Coder Social home page Coder Social logo

error10 / bitcoin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bitcoin/bitcoin

2.0 2.0 0.0 45.72 MB

Bitcoin integration/staging tree

Home Page: http://www.bitcoin.org

License: MIT License

C 10.93% C++ 75.94% Shell 0.83% Objective-C 0.04% Python 9.17% QMake 0.04% Groff 0.41% Makefile 1.34% HTML 1.04% CSS 0.02% Objective-C++ 0.15% Protocol Buffer 0.05% Java 0.04%

bitcoin's Issues

boost problem

Hi, I installed bitcoin from your packages, ( bitcoin-0.9.2.1-1.fc20.x86_64 ) and when I try to launch bitcoin-qt, the splash screen appears, and then this message appears and the client will not start:

EXCEPTION: N5boost12interprocess22interprocess_exceptionE       
Permission denied       
bitcoin in Runaway exception

Few problems (and solutions) with the systemd scripts on CentOS 7

Hello.

Trying to get the bitcoind to run as a service I ran in to couple of problems, found work arounds and though you should be aware of these. This is all on CentOS 7.

  1. PID file

Since the service is ran as the bitcoin user it can't create the PID file under /var/run nor /run. For some reason /etc/sysconfig/bitcoin was referring to /var/run and /usr/lib/systemd/system/bitcoin.service was pointing to /run which was also strange. So, I changed the /etc/sysconfig/bitcoin to:

PID_FILE="/var/lib/bitcoin/bitcoind.pid"

Also, this change had to be represented in /usr/lib/systemd/system/bitcoin.service, so I changed:

PIDFile=/var/lib/bitcoin/bitcoind.pid

  1. Error: Specified data directory "$DATA_DIR" does not exist.

Seeing these messages in my /var/log/messages I went ahead and made some additional changes in the /usr/lib/systemd/system/bitcoin.service, namely the ExecStart line I changed to:

ExecStart=/usr/sbin/bitcoind -daemon -conf=${CONFIG_FILE} -datadir=${DATA_DIR} -pid=${PID_FILE} $OPTIONS

After these two changes I got everything running.

Bitcoin 0.8.1

Hi,

can you update your RPMs to bitcoin 0.8.1?

Thanks
Bye
Piero

bitcoin-qt does not start on Fedora 18

bitcoin-qt throws the following error upon startup using Fedora 18:
Unable to bind to port 8333 on this computer. Bitcoin is probably already running
Failed to listen on any port. Use -listen=0 if you want this.

Perhaps some other service is also using port 8333.

Workaround: Bitcoin is able to start calling 'bitcoin-qt -listen=0' from the command line, however Fedora throws the following warning:
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.

Edit: Nevermind, please cancel this bug. Seems to have been an old version of bitcoin floating around on my system. Removed and reinstalled and it seemed to have fixed the issue.

undefined symbol: EC_KEY_free

Installed your repo without issues

Installed the bitcoin-server; yum install bitcoin-server without issues

it will not run:
[root@frigg sbin]# ./bitcoind start
/usr/lib64/bitcoin/bitcoind: symbol lookup error: /usr/lib64/bitcoin/bitcoind: undefined symbol: EC_KEY_free

[root@frigg sbin]# uname -a
Linux frigg 2.6.32-220.4.1.el6.x86_64 #1 SMP Thu Jan 19 14:50:54 EST 2012 x86_64 x86_64 x86_64 GNU/Linux

I am running RHEL6 x86_64

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.