Re: [Bitcoin-development] bitcoin-qt

2013-12-20 Thread Wladimir
On Fri, Dec 20, 2013 at 8:49 AM, Chris Evans wrote: > maybe make it so bitcoin.conf settings can be edited with in the app > instead of external editor, and make it easier to enable rpc server mode... > You can help me and diapolo a lot by testing his pull request to add a few options to the op

Re: [Bitcoin-development] bitcoin-qt

2013-12-20 Thread Mark Friedenbach
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 JSON-RPC is a huge security risk. It's perfectly reasonable that enabling it requires some technical mumbo-jumbo. Are there specific configuration settings that you would like to see exposed by the GUI? On 12/19/2013 11:49 PM, Chris Evans wrote: > m

[Bitcoin-development] bitcoin-qt

2013-12-19 Thread Chris Evans
maybe make it so bitcoin.conf settings can be edited with in the app instead of external editor, and make it easier to enable rpc server mode... -- Rapidly troubleshoot problems before they affect your business. Most IT o

[Bitcoin-development] Bitcoin-Qt / bitcoind version 0.8.5 released

2013-09-12 Thread Gavin Andresen
Bitcoin-Qt version 0.8.5 is now available from: http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.5/ This is a maintenance release to fix a critical bug; we urge all users to upgrade. Please report bugs using the issue tracker at github: https://github.com/bitcoin/bitcoin/issu

Re: [Bitcoin-development] Bitcoin-Qt/bitcoind version 0.8.3 released

2013-06-25 Thread Pieter Wuille
On Wed, Jun 26, 2013 at 01:13:25AM +0200, Jesus Cea wrote: > "splash" banner shows "0.8.3-BETA". Just like every release ever, and probably until we reach 1.0. -- Pieter -- This SF.net email is sponsored by Windows: B

Re: [Bitcoin-development] Bitcoin-Qt/bitcoind version 0.8.3 released

2013-06-25 Thread Jesus Cea
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25/06/13 19:57, Gavin Andresen wrote: > Bitcoin-Qt version 0.8.3 is now available from: > http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.3/ The > "splash" banner shows "0.8.3-BETA". - -- Jesús Cea Avión

[Bitcoin-development] Bitcoin-Qt/bitcoind version 0.8.3 released

2013-06-25 Thread Gavin Andresen
Bitcoin-Qt version 0.8.3 is now available from: http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.3/ This is a maintenance release to fix a denial-of-service attack that can cause nodes to crash. Please report bugs using the issue tracker at github: https://github.com/bitcoin/

[Bitcoin-development] Bitcoin-Qt / bitcoind version 0.8.2 (final) released

2013-05-29 Thread Gavin Andresen
Bitcoin-Qt version 0.8.2 is now available from: http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.2/ This is a maintenance release that fixes many bugs and includes a few small new features. Please report bugs using the issue tracker at github: https://github.com/bitcoin/bitco

[Bitcoin-development] Bitcoin-Qt/bitcoind version 0.8.1 available

2013-03-18 Thread Gavin Andresen
Bitcoin-Qt/bitcoind version 0.8.1 is available from: https://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.1/ This is a maintenance release that adds a new network rule to avoid a chain-forking incompatibility with versions 0.7.2 and earlier. Source code for this release is in a 0.

[Bitcoin-development] Bitcoin-Qt / bitcoind version 0.8.0 released

2013-02-19 Thread Gavin Andresen
Bitcoin-Qt version 0.8.0 are now available from: http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.0/ This is a major release designed to improve performance and handle the increasing volume of transactions on the network. Please report bugs using the issue tracker at github:

[Bitcoin-development] Bitcoin-Qt/bitcoind version 0.7 released

2012-09-17 Thread Gavin Andresen
Bitcoin version 0.7.0 is now available for download at: http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.7.0/ We recommend that everybody running prior versions of bitcoind/Bitcoin-Qt upgrade to this release. Please report bugs using the issue tracker at github: https://github.

Re: [Bitcoin-development] Bitcoin-qt ready for merging

2011-09-22 Thread Luke-Jr
Various issues with bitcoin-qt's qmake build system still... Regressions remaining on bitcoin-qt branch: - Building without DBus still tries to use dbus symbols (and fails linking) - No way to disable SSL support for JSON-RPC - UPnP is no longer built/enabled by default These weren't quite workin

Re: [Bitcoin-development] Bitcoin-qt ready for merging

2011-09-11 Thread Gavin Andresen
On Sun, Sep 11, 2011 at 5:54 AM, John Smith wrote: > However I will only put up a pull request as > soon as it is clear that it will actually be integrated. It is too much work > for me to keep the pull request up-to-date if it lingers for months like > many others have. I haven't heard any objec

Re: [Bitcoin-development] Bitcoin-qt ready for merging

2011-09-11 Thread John Smith
Alex, On Sun, Sep 11, 2011 at 7:45 AM, Alex Waters wrote: > Hey John, > > It could be as simple as listing some things that you think could possibly > break if qt is implemented. For example, "check the UI for artifacts". I > don't really know what could potentially need to be tested, so any hel

Re: [Bitcoin-development] Bitcoin-qt ready for merging

2011-09-11 Thread John Smith
Hello Alex, On Sun, Sep 11, 2011 at 12:20 AM, Alex Waters wrote: > Can you please submit a pull request and testing plan? If these already > exist, can you please link them here? What testing plan do you need? JS -- U

Re: [Bitcoin-development] Bitcoin-qt ready for merging

2011-09-10 Thread Alex Waters
Can you please submit a pull request and testing plan? If these already exist, can you please link them here? I'm exciting to get this in, as it will close the wx issues. (and hopefully not bring on too many qt issues) Thanks, Alex -

Re: [Bitcoin-development] Bitcoin-qt ready for merging

2011-08-31 Thread John Smith
On Thu, Sep 1, 2011 at 2:13 AM, Luke-Jr wrote: > On Wednesday, August 31, 2011 10:20:48 AM John Smith wrote: > > The project builds on Windows, MacOSX and Linux using qmake. > > How do you set build options with qmake? > You can put assignments on the commandline; for example, qmake "CONFIG+=te

Re: [Bitcoin-development] Bitcoin-qt ready for merging

2011-08-31 Thread Luke-Jr
On Wednesday, August 31, 2011 10:20:48 AM John Smith wrote: > The project builds on Windows, MacOSX and Linux using qmake. How do you set build options with qmake? -- Special Offer -- Download ArcSight Logger for FREE! Fi

Re: [Bitcoin-development] Bitcoin-qt ready for merging

2011-08-31 Thread John Smith
Would it be possible to port some of the existing translations? > Well, the strings in the core can be reused one-on-one as the _ function is mapped to the Qt translation function. And some of the UI texts probably can be reused as well, at least for a rough approximation. The files will have to

Re: [Bitcoin-development] Bitcoin-qt ready for merging

2011-08-31 Thread Matt Corallo
On Wed, 2011-08-31 at 14:20 +, John Smith wrote: > Hi, > > Bitcoin-qt is now feature complete (including wallet encryption), and > has been tested for a while by various people without any major > problems. > > It is now in status of feature freeze. > > The project builds on Windows, MacOSX

[Bitcoin-development] Bitcoin-qt ready for merging

2011-08-31 Thread John Smith
Hi, Bitcoin-qt is now feature complete (including wallet encryption), and has been tested for a while by various people without any major problems. It is now in status of feature freeze. The project builds on Windows, MacOSX and Linux using qmake. Impact to the core bitcoin functions is still m