novacoin.git
12 years agoCleanup JSON-RPC getblock output to be consistent
Luke Dashjr [Wed, 22 Feb 2012 17:12:28 +0000]
Cleanup JSON-RPC getblock output to be consistent
- Add "size" and "bits"
- Rename "blockcount" to "height"
- Rename "hashprevious" and "hashnext" to "previousblockhash" and "nextblockhash" (respectively)

12 years agoMerge branch 'bugfix_bip14_ez' of https://github.com/luke-jr/bitcoin
Gavin Andresen [Wed, 22 Feb 2012 15:44:44 +0000]
Merge branch 'bugfix_bip14_ez' of https://github.com/luke-jr/bitcoin

12 years agoMerge branch '201202_guiaddsuffix' of https://github.com/laanwj/bitcoin
Gavin Andresen [Wed, 22 Feb 2012 15:41:11 +0000]
Merge branch '201202_guiaddsuffix' of https://github.com/laanwj/bitcoin

12 years agoBugfix: Instead of reporting "bitcoin-qt" for both bitcoind and Bitcoin-Qt, report...
Luke Dashjr [Wed, 22 Feb 2012 15:36:19 +0000]
Bugfix: Instead of reporting "bitcoin-qt" for both bitcoind and Bitcoin-Qt, report "Satoshi" which is at least correct

12 years agoFix tests after 38067c18
Pieter Wuille [Mon, 20 Feb 2012 17:32:33 +0000]
Fix tests after 38067c18

12 years agoMerge pull request #857 from laanwj/2012_02_fixhelpwindow
Wladimir J. van der Laan [Mon, 20 Feb 2012 16:56:41 +0000]
Merge pull request #857 from laanwj/2012_02_fixhelpwindow

On windows, show message box with help, as there is no stderr (fixes #702)

12 years agoMerge pull request #858 from laanwj/2012_02_uisendlabelfix
Wladimir J. van der Laan [Mon, 20 Feb 2012 16:55:49 +0000]
Merge pull request #858 from laanwj/2012_02_uisendlabelfix

Only fill in label from address book if no label is filled in yet (fixes #840)

12 years agoMerge pull request #876 from luke-jr/signmsg_desc
Gregory Maxwell [Mon, 20 Feb 2012 05:24:20 +0000]
Merge pull request #876 from luke-jr/signmsg_desc

Sign message description changes discussed in #bitcoin-dev

12 years agoSign message description changes discussed in #bitcoin-dev
Luke Dashjr [Mon, 20 Feb 2012 03:36:59 +0000]
Sign message description changes discussed in #bitcoin-dev

12 years agoTypo fix
Pieter Wuille [Mon, 20 Feb 2012 03:16:38 +0000]
Typo fix

12 years agoMerge pull request #864 from sipa/fix_856
Pieter Wuille [Mon, 20 Feb 2012 02:21:19 +0000]
Merge pull request #864 from sipa/fix_856

Make compressed pubkeys require client >=0.5.99

12 years agoMerge pull request #868 from sipa/fix_650
Pieter Wuille [Mon, 20 Feb 2012 02:04:46 +0000]
Merge pull request #868 from sipa/fix_650

Fix #650: CKey::SetSecret BIGNUM leak

12 years agoMerge pull request #867 from laanwj/2012_02_hidetrayicononquit
Wladimir J. van der Laan [Sun, 19 Feb 2012 19:30:32 +0000]
Merge pull request #867 from laanwj/2012_02_hidetrayicononquit

Hide tray icon in destructor, as deleting will let it linger until quit (on ubuntu)

12 years agoFix #650: CKey::SetSecret BIGNUM leak
Pieter Wuille [Sun, 19 Feb 2012 17:44:51 +0000]
Fix #650: CKey::SetSecret BIGNUM leak

12 years agoMerge pull request #863 from sipa/bn2mpifix
Pieter Wuille [Sun, 19 Feb 2012 17:22:11 +0000]
Merge pull request #863 from sipa/bn2mpifix

Workaround for BN_bn2mpi reading/writing out of bounds

12 years agoMerge pull request #865 from sipa/del_pwalletdb
Pieter Wuille [Sun, 19 Feb 2012 17:05:40 +0000]
Merge pull request #865 from sipa/del_pwalletdb

Free pwalletdbEncryption after encryping wallet

12 years agoHide tray icon in destructor, as deleting will let it linger until quit (on Ubuntu)
Wladimir J. van der Laan [Sun, 19 Feb 2012 11:07:07 +0000]
Hide tray icon in destructor, as deleting will let it linger until quit (on Ubuntu)

12 years agoFree pwalletdbEncryption after encryping wallet
Pieter Wuille [Sat, 18 Feb 2012 14:36:40 +0000]
Free pwalletdbEncryption after encryping wallet

Fixes a memory leak.

12 years agoMake compressed pubkeys require 0.6.0
Pieter Wuille [Sat, 18 Feb 2012 14:06:32 +0000]
Make compressed pubkeys require 0.6.0

12 years agoMove GenerateNewKey back to CWallet
Pieter Wuille [Sat, 18 Feb 2012 14:02:36 +0000]
Move GenerateNewKey back to CWallet

12 years agoAdd SetMinVersion to CWallet
Pieter Wuille [Sat, 18 Feb 2012 13:55:02 +0000]
Add SetMinVersion to CWallet

12 years agoMerge pull request #862 from TheBlueMatt/warnings
Pieter Wuille [Sat, 18 Feb 2012 12:56:58 +0000]
Merge pull request #862 from TheBlueMatt/warnings

Fix compilation warning.

12 years agoWorkaround for BN_bn2mpi reading/writing out of bounds
Pieter Wuille [Sat, 18 Feb 2012 12:32:25 +0000]
Workaround for BN_bn2mpi reading/writing out of bounds

When OpenSSL's BN_bn2mpi is passed a buffer of size 4, valgrind
reports reading/writing one byte past it. I am unable to find
evidence of this behaviour in BN_bn2mpi's source code, so it may
be a spurious warning. However, this change is harmless, as only
the bignum with value 0 results in an mpi serialization of size 4.

12 years agoMerge pull request #859 from laanwj/2012_02_guilanguagearg
Wladimir J. van der Laan [Sat, 18 Feb 2012 09:33:56 +0000]
Merge pull request #859 from laanwj/2012_02_guilanguagearg

Make it possible to set UI language from commandline (implements #678)

12 years agoFix compilation warning.
Matt Corallo [Fri, 17 Feb 2012 23:08:45 +0000]
Fix compilation warning.

12 years agoMerge pull request #854 from laanwj/2012_02_qtipc
Wladimir J. van der Laan [Fri, 17 Feb 2012 20:54:07 +0000]
Merge pull request #854 from laanwj/2012_02_qtipc

Restructure IPC URL handling (fixes #851)

12 years agoMerge branch 'nolisten_bitcoin_conf_2' of https://github.com/dooglus/bitcoin
Gavin Andresen [Fri, 17 Feb 2012 18:50:40 +0000]
Merge branch 'nolisten_bitcoin_conf_2' of https://github.com/dooglus/bitcoin

12 years agoMerge branch 'testnetmining' of github.com:gavinandresen/bitcoin-git
Gavin Andresen [Fri, 17 Feb 2012 18:48:01 +0000]
Merge branch 'testnetmining' of github.com:gavinandresen/bitcoin-git

12 years agoMerge branch 'threadid' of https://github.com/sipa/bitcoin
Gavin Andresen [Fri, 17 Feb 2012 18:40:42 +0000]
Merge branch 'threadid' of https://github.com/sipa/bitcoin

12 years agoMerge pull request #834 from sje397/BackupWallet
Wladimir J. van der Laan [Fri, 17 Feb 2012 18:30:15 +0000]
Merge pull request #834 from sje397/BackupWallet

Added 'Backup Wallet' menu option to GUI

12 years agoAllow setting UI language from commandline (implements #678)
Wladimir J. van der Laan [Fri, 17 Feb 2012 17:44:39 +0000]
Allow setting UI language from commandline (implements #678)

12 years agoOnly fill in label from address book, if no label is filled in yet, fixes #840
Wladimir J. van der Laan [Fri, 17 Feb 2012 17:25:14 +0000]
Only fill in label from address book, if no label is filled in yet, fixes #840

12 years agoChange #ifdef GUI to #ifdef QT_GUI, GUI is not defined anymore...
Wladimir J. van der Laan [Fri, 17 Feb 2012 17:00:41 +0000]
Change #ifdef GUI to #ifdef QT_GUI, GUI is not defined anymore...

12 years agoOn windows, show message box with help, as there is no stderr (fixes #702)
Wladimir J. van der Laan [Fri, 17 Feb 2012 16:53:41 +0000]
On windows, show message box with help, as there is no stderr (fixes #702)

12 years agoRestructure IPC URL handling (fixes #851)
Wladimir J. van der Laan [Fri, 17 Feb 2012 14:26:20 +0000]
Restructure IPC URL handling (fixes #851)

12 years agodon't allow -daemon in bitcoin-qt (changes only #defines)
Wladimir J. van der Laan [Fri, 17 Feb 2012 13:46:06 +0000]
don't allow -daemon in bitcoin-qt (changes only #defines)

12 years agofix typo in CNetAddr::IsRFC4843() (fixes #850)
Wladimir J. van der Laan [Fri, 17 Feb 2012 13:40:21 +0000]
fix typo in CNetAddr::IsRFC4843()  (fixes #850)

12 years agoFix #846. Allow negative options such as "nolisten=1" in bitcoin.conf as well as...
Chris Moore [Thu, 16 Feb 2012 20:08:32 +0000]
Fix #846.  Allow negative options such as "nolisten=1" in bitcoin.conf as well as on the command line.

12 years agoFix issue #848 : broken mining on testnet
Gavin Andresen [Thu, 16 Feb 2012 15:22:31 +0000]
Fix issue #848 : broken mining on testnet

12 years agoMerge pull request #843 from TheBlueMatt/qrcodedoc
Pieter Wuille [Thu, 16 Feb 2012 11:50:59 +0000]
Merge pull request #843 from TheBlueMatt/qrcodedoc

Fix one compile-time warning and fix libqrcode linking in releases

12 years agoSymbolic names for threads
Pieter Wuille [Tue, 7 Feb 2012 18:42:29 +0000]
Symbolic names for threads

Introduce an enum threadId, and use symbolic indices when accessing
vnThreadsRunning.

12 years agoMerge pull request #844 from sipa/shutdownfix
Pieter Wuille [Thu, 16 Feb 2012 11:34:11 +0000]
Merge pull request #844 from sipa/shutdownfix

Several shutdown-related fixes

12 years agoMerge pull request #842 from sipa/checkaf
Pieter Wuille [Thu, 16 Feb 2012 11:31:14 +0000]
Merge pull request #842 from sipa/checkaf

Do not create CAddress for invalid accepts

12 years agoMerge pull request #828 from sipa/fixwalletlock
Pieter Wuille [Thu, 16 Feb 2012 11:30:26 +0000]
Merge pull request #828 from sipa/fixwalletlock

Fix wallet locking locking

12 years agoProperly include $*_LIB_PATH in makefile.unix
Matt Corallo [Wed, 15 Feb 2012 21:05:55 +0000]
Properly include $*_LIB_PATH in makefile.unix

12 years agoMake bitcoin-qt static-link libqrcode and add it for debian pkgs.
Matt Corallo [Wed, 15 Feb 2012 19:42:51 +0000]
Make bitcoin-qt static-link libqrcode and add it for debian pkgs.

12 years agoFix compilation warning.
Matt Corallo [Sat, 28 Jan 2012 09:29:01 +0000]
Fix compilation warning.

12 years agoSeveral shutdown-related fixes
Pieter Wuille [Wed, 15 Feb 2012 20:17:15 +0000]
Several shutdown-related fixes

* do not let vnThreadsRunning[1] go negative
* do not perform locking operations while vnThreadsRunning[1] is decreased
* check vnThreadsRunning[1] at exit

12 years agoBugfix: do not create CAddress for invalid accepts
Pieter Wuille [Wed, 15 Feb 2012 19:56:29 +0000]
Bugfix: do not create CAddress for invalid accepts

12 years agofix default suffixes in save dialog in GNOME, make it more clear that PNG is used...
Wladimir J. van der Laan [Wed, 15 Feb 2012 13:47:08 +0000]
fix default suffixes in save dialog in GNOME, make it more clear that PNG is used (solves #833)

12 years agoincrease BitcoinAddressValidator::MaxAddressLength from 34 to 35
Wladimir J. van der Laan [Wed, 15 Feb 2012 16:08:34 +0000]
increase BitcoinAddressValidator::MaxAddressLength from 34 to 35

needed for sending BIP16 transactions on test network through GUI

12 years agoAdded 'Backup Wallet' menu option
sje397 [Tue, 14 Feb 2012 12:14:43 +0000]
Added 'Backup Wallet' menu option

- icon from the LGPL Nuvola set (like the tick) - http://www.icon-king.com/projects/nuvola/
- include 'boost/version.hpp' in db.cpp so that the overwrite version of copy can be used
- catch exceptions in BackupWallet (e.g. filesystem_error thrown when trying to overwrite without the overwrite flag set)
- include db.h in walletmodel.cpp for BackupWallet function
- updated doc/assets-attribution.txt and contrib/debian/copyright with copyright info for new icon

12 years ago(trivial) regularize coding style
Wladimir J. van der Laan [Wed, 15 Feb 2012 12:14:16 +0000]
(trivial) regularize coding style

12 years agoMerge pull request #807 from TheBlueMatt/bip21
Wladimir J. van der Laan [Sun, 12 Feb 2012 13:52:34 +0000]
Merge pull request #807 from TheBlueMatt/bip21

Add req- prefixes to comply with BIP21.

12 years agoAdd export action to file menu (as long as we have a file menu, export certainly...
Wladimir J. van der Laan [Sun, 12 Feb 2012 11:53:20 +0000]
Add export action to file menu (as long as we have a file menu, export certainly should be there)

12 years agoMerge pull request #826 from laanwj/2012_02_fixminimizetotray
Wladimir J. van der Laan [Sun, 12 Feb 2012 09:49:18 +0000]
Merge pull request #826 from laanwj/2012_02_fixminimizetotray

Fix Minimize to the tray instead of the taskbar (rework)

12 years agoMerge pull request #817 from TheBlueMatt/dpiversionfix
gmaxwell [Sat, 11 Feb 2012 23:14:02 +0000]
Merge pull request #817 from TheBlueMatt/dpiversionfix

Get ext. IP from UPnP, make sure addrMe IsRoutable() in version.

12 years agoMerge pull request #827 from sipa/fixencrypt
Pieter Wuille [Sat, 11 Feb 2012 23:02:05 +0000]
Merge pull request #827 from sipa/fixencrypt

Fix wallet encryption with compressed pubkeys

12 years agoExtra wallet locking fixes
Pieter Wuille [Sat, 11 Feb 2012 17:01:24 +0000]
Extra wallet locking fixes

* Fix sign error in calculation of seconds to sleep
* Do not mix GetTime() (seconds) and Sleep() (milliseconds)
* Do not sleep forever if walletlock() is called
* Do locking within critical section

12 years agoFix wallet locking locking
Pieter Wuille [Sat, 11 Feb 2012 15:35:40 +0000]
Fix wallet locking locking

12 years agoMacros for manual critical sections
Pieter Wuille [Sat, 11 Feb 2012 19:02:55 +0000]
Macros for manual critical sections

12 years agoFix Minimize to the tray instead of the taskbar
Janne Pulkkinen [Fri, 3 Feb 2012 18:08:50 +0000]
Fix Minimize to the tray instead of the taskbar

12 years agoMerge pull request #825 from sipa/fix_822
Gavin Andresen [Sat, 11 Feb 2012 17:12:00 +0000]
Merge pull request #825 from sipa/fix_822

Fix #822: use free instead of delete

12 years agoFix wallet encryption with compressed pubkeys
Pieter Wuille [Sat, 11 Feb 2012 15:35:13 +0000]
Fix wallet encryption with compressed pubkeys

12 years agoFix #822
Pieter Wuille [Sat, 11 Feb 2012 14:25:42 +0000]
Fix #822

12 years agoAdd Bitcoin-Qt test suite with some bitcoin: URL Tests to start.
Matt Corallo [Fri, 10 Feb 2012 22:25:36 +0000]
Add Bitcoin-Qt test suite with some bitcoin: URL Tests to start.

12 years agoAdd -req prefixes to comply with BIP21.
Matt Corallo [Tue, 7 Feb 2012 18:46:53 +0000]
Add -req prefixes to comply with BIP21.

12 years agoMerge pull request #818 from laanwj/2012_02_win32_qtaccessible
Wladimir J. van der Laan [Fri, 10 Feb 2012 17:31:21 +0000]
Merge pull request #818 from laanwj/2012_02_win32_qtaccessible

Enable accessible widgets Qt module on win32

12 years agoMerge pull request #813 from dooglus/master
Gavin Andresen [Fri, 10 Feb 2012 17:04:19 +0000]
Merge pull request #813 from dooglus/master

Fix #794. Only remove transactions from memory pool when they're actually in the memory pool.

12 years agoEnable accessible widgets Qt module on win32, so that people with screen readers...
Wladimir J. van der Laan [Fri, 10 Feb 2012 07:28:32 +0000]
Enable accessible widgets Qt module on win32, so that people with screen readers such as NVDA can make sense of it.

12 years agoGet ext. IP from UPnP, make sure addrMe IsRoutable() in version.
Matt Corallo [Fri, 10 Feb 2012 03:41:42 +0000]
Get ext. IP from UPnP, make sure addrMe IsRoutable() in version.

This fixes a potential bug where some NATs may replace the node's
interal IP with its external IP in version messages, causing
incorrect checksums when version messages begin being checksummed
on February 14, 2012.

12 years agoFix #794. Only remove transactions from memory pool when they're actually in the...
Chris Moore [Thu, 9 Feb 2012 13:21:41 +0000]
Fix #794.  Only remove transactions from memory pool when they're actually in the memory pool.

12 years agoUpdate readme-qt.rst for 0.6.0
Wladimir J. van der Laan [Tue, 7 Feb 2012 20:16:28 +0000]
Update readme-qt.rst for 0.6.0

- Remove features list (no longer makes sense)
- Document USE_QRCODE

12 years agoMerge pull request #805 from luke-jr/gitian_deps
Gavin Andresen [Tue, 7 Feb 2012 17:23:34 +0000]
Merge pull request #805 from luke-jr/gitian_deps

Split dependencies into deps-gitian.yml

12 years agoUpdate doc/release-process.txt
Luke Dashjr [Tue, 7 Feb 2012 17:12:10 +0000]
Update doc/release-process.txt

12 years agoSplit smaller dependencies out of gitian-win32 into deps-win32
Luke Dashjr [Tue, 7 Feb 2012 16:52:40 +0000]
Split smaller dependencies out of gitian-win32 into deps-win32

12 years agoUpdate all copyrights to 2012
Gavin Andresen [Tue, 7 Feb 2012 16:28:30 +0000]
Update all copyrights to 2012

12 years agoIncrease client version to 0.6
Gavin Andresen [Tue, 7 Feb 2012 16:22:09 +0000]
Increase client version to 0.6

12 years agoLook for flushwallet/listen/irc/dnsseed/upnp instead of noflushwallet/etc. And switch...
Gavin Andresen [Mon, 6 Feb 2012 19:35:57 +0000]
Look for flushwallet/listen/irc/dnsseed/upnp instead of noflushwallet/etc. And switch default for irc to 0.

12 years agoNew GetArg features: allow --, and booleans can be -foo or -nofoo
Gavin Andresen [Mon, 6 Feb 2012 18:55:11 +0000]
New GetArg features: allow --, and booleans can be -foo or -nofoo

12 years agoUnit tests for the GetArg() methods
Gavin Andresen [Mon, 6 Feb 2012 17:37:49 +0000]
Unit tests for the GetArg() methods

12 years agoMerge branch 'standardScriptSigs' of github.com:gavinandresen/bitcoin-git
Gavin Andresen [Tue, 7 Feb 2012 14:04:56 +0000]
Merge branch 'standardScriptSigs' of github.com:gavinandresen/bitcoin-git

12 years ago-bip16 option (default: 1) to support / not support BIP 16. And bumped default BIP16...
Gavin Andresen [Mon, 6 Feb 2012 20:48:00 +0000]
-bip16 option (default: 1) to support / not support BIP 16. And bumped default BIP16 switchover date from Feb 15 to Mar 1

12 years agoMerge branch 'rpcpassword' of https://github.com/gmaxwell/bitcoin
Gavin Andresen [Mon, 6 Feb 2012 20:10:30 +0000]
Merge branch 'rpcpassword' of https://github.com/gmaxwell/bitcoin

12 years agoMerge branch 'decomposetransfix' of https://github.com/laanwj/bitcoin
Gavin Andresen [Mon, 6 Feb 2012 19:50:59 +0000]
Merge branch 'decomposetransfix' of https://github.com/laanwj/bitcoin

12 years agoRestructure credit transaction decomposition (solves issue #689)
Wladimir J. van der Laan [Sun, 5 Feb 2012 10:53:52 +0000]
Restructure credit transaction decomposition (solves issue #689)

When a transaction has multiple outputs that go to the wallet, list these
as multiple transactions in the UI. This is also applied to generated
(coinbase) transactions. Also makes the code shorter and easier
to understand.

12 years agoUpdate zlib and libpng (previous version had a security issue)
Luke Dashjr [Mon, 6 Feb 2012 16:46:49 +0000]
Update zlib and libpng (previous version had a security issue)

12 years agoMerge branch 'translation-fixes' of https://github.com/tcatm/bitcoin
Gavin Andresen [Mon, 6 Feb 2012 14:35:20 +0000]
Merge branch 'translation-fixes' of https://github.com/tcatm/bitcoin

12 years agoMac deploy tool: make dylibs writeable when copying into app bundle, so they can...
Gavin Andresen [Mon, 6 Feb 2012 14:32:35 +0000]
Mac deploy tool: make dylibs writeable when copying into app bundle, so they can be stripped/nametool'ed

12 years agominiupnpc Porfile removed; new and improved macdeployqtplus
p2k [Thu, 19 Jan 2012 20:45:49 +0000]
miniupnpc Porfile removed; new and improved macdeployqtplus

* My patch for miniupnpc has made it into the latest MacPorts release: https://trac.macports.org/ticket/31354
* Documentation has been changed appropriately
* New pure-Python macdeployqt; leverages all problems with the stock macdeployqt

12 years agofetch translations from transifex
Nils Schneider [Sun, 5 Feb 2012 12:28:39 +0000]
fetch translations from transifex

* fixes issue #742
* new translations: cs_CZ fa fi fr_FR hr pl ro_RO sv tr

12 years agoChange up/down increment in UI to 0.001 BTC (issue #760)
Wladimir J. van der Laan [Sun, 5 Feb 2012 11:15:16 +0000]
Change up/down increment in UI to 0.001 BTC (issue #760)

12 years agoHave bitcoind recommend a secure RPC password. Increase invalid password delay.
Gregory Maxwell [Sun, 5 Feb 2012 07:30:43 +0000]
Have bitcoind recommend a secure RPC password. Increase invalid password delay.

Help users avoid insecure configurations a bit by recommending a
secure RPC password and increasing the incorrect password delay.

This may open up a RPC DOS for users with exposed RPC ports and
short passwords. Since users shouldn't have exposed RPC ports OR
short passwords, the DOS risk is preferable to the compromise
risk.

Also logs the client IP address for incorrect attempts.

12 years agoAvoid advertising the node's address when it is not listening or IsInitialBlockDownlo...
Gregory Maxwell [Wed, 1 Feb 2012 23:08:03 +0000]
Avoid advertising the node's address when it is not listening or IsInitialBlockDownload().

This also avoids flushing setAddrKnown until 24 hours has passed,
and avoids contacting the external IP services when not listening.

Advertising non-listening nodes is just addr message spam.
It doesn't help the network, in fact it hurts the network,
and it also hurts user's privacy.

Advertising far out of sync nodes doesn't help the network—
they can't even forward (most) transactions and wastes nodes
outbound slots.

12 years agoRemove loose amp; from Portugese translation (issue #701)
Wladimir J. van der Laan [Wed, 1 Feb 2012 19:14:13 +0000]
Remove loose amp; from Portugese translation (issue #701)

12 years agoAllow -upnp to override setting in wallet (and simplify logic a bit)
Gavin Andresen [Wed, 1 Feb 2012 18:24:15 +0000]
Allow -upnp to override setting in wallet (and simplify logic a bit)

12 years agoFix UPnP by reannouncing every 20 minutes.
Matt Corallo [Tue, 31 Jan 2012 22:36:25 +0000]
Fix UPnP by reannouncing every 20 minutes.

12 years agoTestnet difficulty calculation changes, to take effect Feb 15 2012
Gavin Andresen [Mon, 5 Dec 2011 20:50:22 +0000]
Testnet difficulty calculation changes, to take effect Feb 15 2012

Allow mining of min-difficulty blocks if 20 minutes have gone by without mining a regular-difficulty block.
Normal rules apply every 2016 blocks, though, so there may be a very-slow-to-confirm block at the difficulty-adjustment blocks.

12 years agoMerge branch 'checkkeys' of https://github.com/sipa/bitcoin
Gavin Andresen [Tue, 31 Jan 2012 17:19:26 +0000]
Merge branch 'checkkeys' of https://github.com/sipa/bitcoin

12 years agoCreateNewBlock was not adding in transaction fees.
Gavin Andresen [Sat, 28 Jan 2012 15:16:21 +0000]
CreateNewBlock was not adding in transaction fees.