| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \ \ \
| | | | |
| | | | | |
Fix CPU Usage bug when using -nolisten and have no connections.
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Updated Chinese Simp translation
|
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
create keypool in LoadWallet()
|
| | | | | | | |
|
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
Demystify a few magic numbers.
|
| |/ / / / / |
|
| | | | | | |
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Fix for small change outputs
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
With the separation of CENT and MIN_TX_FEE, it is now reasonable
to create change outputs between 0.01 and 0.0005, as these are
spendable according to the policy, even though they require a fee
to be paid.
Also, when enough fee was already present, everything can go into
a change output, without further increasing the fee.
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Add common temp files to .gitignore.
|
| | | |/ / / /
| |/| | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Update transactions already in the wallet when rescanning.
|
| | | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
When rescanning, if the scanned transaction is already in the wallet, it
is skipped. However, if someone sends a transaction, does not wait for
confirmation, switches wallets, waits for a block that contains his original
transaction, and switches wallets again, a rescan will leave his wallet
transaction (which has no merkle branch, so no confirmations) untouched.
|
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
Fix rfc1918 and rfc3927 compliance for ignoring non-internet-routable hosts
|
| |/ / / / / |
|
| | | | | | |
|
| |\ \ \ \ \ |
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | | |
Update to openssl-1.0.0d and enable RPC-SSL on Win32
|
| | | | | | | | |
|
| | | | | | | | |
|
| | |\ \ \ \ \ \ |
|
| | | | | | | | | |
|
| | |\| | | | | |
| | | | | | | |
| | | | | | | | |
Handle high DPI a bit more gracefully on Win32.
|
| | | |/ / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Not ideal, icons for send and address book don't show, just the
standard bitcoin icon, and balance is still cut off, but the
number is readable.
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
For instance any nBits compressed value from 0x1a44b800 thru
0x1a44b9ff will show as difficulty 244139.4816. This patch will
more accurately convert the nBits compressed values to the double
difficulty.
This will display any of the recent difficulty levels slightly
differently though. Early difficulties and testnet difficulties are
not large enough to trigger this bug.
None of the actual targets or compressed targets are changed, only
the conversion to the floating point difficulty is changed and afaik
it is only ever displayed, never converted back so the patch does not
effect the target calculations, binary files, databases nor the binary
protocol.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Sorry, Jakob, it was changed on accident by poedit.
|
| |/ / / / / |
|
| |\ \ \ \ \ |
|
| | | | | | | |
|
| |\ \ \ \ \ \ |
|
| | |/ / / / / |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Separate required fee for relaying and creation
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Transactions created with the new minimal fee policy would not be
relayed by the network. Therefore, we separate the minimal fee that
is necessary to relay and to create, leaving the creation one at
the old amount, for now.
|
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Fixes #240 and #244 - delete delete[] mismatch.
|
| | | | | | | |
|
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Updated spanish translation
|
| |/ / / / / |
|
| | | | | | |
|
| |\ \ \ \ \ |
|
| | |/ / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Revert "OSX build tweaks (laszlo)"
|
| | |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit 69ae372b51cd589a3ac0b1ad09b0ebb90c1b6861 which
removes support for building the Mac version of Bitcoin with UPnP
support and UPnP disabled by default (which should be the default,
according to the community vote and as its the default on all
other platforms).
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Update NSIS Installer file to support the new directory structure.
|
| | |/ / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Update Italian translation to latest git.
|
| | |/ / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Update russian translation to latest git.
|