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 Introduction

Bitcoin Core integration/staging tree

Build Status

https://www.bitcoin.org

What is Bitcoin?

Bitcoin is an experimental new digital currency that enables instant payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network. Bitcoin Core is the name of open source software which enables the use of this currency.

For more information, as well as an immediately useable, binary version of the Bitcoin Core software, see https://www.bitcoin.org/en/download.

License

Bitcoin Core is released under the terms of the MIT license. See COPYING for more information or see http://opensource.org/licenses/MIT.

Development process

Developers work in their own trees, then submit pull requests when they think their feature or bug fix is ready.

If it is a simple/trivial/non-controversial change, then one of the Bitcoin development team members simply pulls it.

If it is a more complicated or potentially controversial change, then the patch submitter will be asked to start a discussion (if they haven't already) on the mailing list

The patch will be accepted if there is broad consensus that it is a good thing. Developers should expect to rework and resubmit patches if the code doesn't match the project's coding conventions (see doc/developer-notes.md) or are controversial.

The master branch is regularly built and tested, but is not guaranteed to be completely stable. Tags are created regularly to indicate new official, stable release versions of Bitcoin.

Testing

Testing and code review is the bottleneck for development; we get more pull requests than we can review and test on short notice. Please be patient and help out by testing other people's pull requests, and remember this is a security-critical project where any mistake might cost people lots of money.

Automated Testing

Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code. Unit tests can be compiled and run (assuming they weren't disabled in configure) with: make check

There are also regression and integration tests of the RPC interface, written in Python, that are run automatically on the build server. These tests can be run with: qa/pull-tester/rpc-tests.sh

Every pull request is built for both Windows and Linux on a dedicated server, and unit and sanity tests are automatically run. The binaries produced may be used for manual QA testing โ€” a link to them will appear in a comment on the pull request posted by BitcoinPullTester. See https://github.com/TheBlueMatt/test-scripts for the build/test scripts.

Manual Quality Assurance (QA) Testing

Large changes should have a test plan, and should be tested by somebody other than the developer who wrote the code. See https://github.com/bitcoin/QA/ for how to create a test plan.

Translations

Changes to translations as well as new translations can be submitted to Bitcoin Core's Transifex page.

Translations are periodically pulled from Transifex and merged into the git repository. See the translation process for details on how this works.

Important: We do not accept translation changes as GitHub pull requests because the next pull from Transifex would automatically overwrite them again.

Translators should also subscribe to the mailing list.

bitcoin's People

Contributors

laanwj avatar gavinandresen avatar sipa avatar theuni avatar non-github-bitcoin avatar luke-jr avatar gmaxwell avatar jonasschnelli avatar thebluematt avatar fanquake avatar cozz avatar petertodd avatar jtimon avatar muggenhor avatar paveljanik avatar sdaftuar avatar rebroad avatar codeshark avatar dooglus avatar domob1812 avatar sdkfjlsfjlskdfjlsdjflsjf avatar super3 avatar morcos avatar kdomanski avatar dgenr8 avatar eniks avatar dexx7 avatar wtogami avatar wizeman avatar codler avatar

Stargazers

Chaminda Bandara avatar Michael Hampton avatar

Watchers

Michael Hampton avatar James Cloos avatar

bitcoin's Issues

Bitcoin 0.8.1

Hi,

can you update your RPMs to bitcoin 0.8.1?

Thanks
Bye
Piero

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

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

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.