5a3e82f9f5
Set maxconnections default to 125
Gavin Andresen
2011-02-16 14:43:04 -05:00
9cbae55a6e
Denial-of-service flood control Drop connections that are either sending messages too fast to handle or are processing messages so slowly data starts to back up. Adds two new options: -maxreceivebuffer Default: 2000 (2000*1000 bytes) -maxsendbuffer Default: 256 (256*1000 bytes)
Gavin Andresen
2011-02-16 13:18:11 -05:00
cf7c1874fe
Update windows build process for 0.3.20 release
Gavin Andresen
2011-02-14 17:25:34 +00:00
47908a8907
Visual C++ compatibility fixes
Gavin Andresen
2011-02-10 19:24:22 -05:00
8fd402bfcf
Set SO_REUSEADDR for JSON-RPC port
sandos
2011-02-10 09:25:42 +01:00
d2e2cb0d27
Added 320 fresh seednodes to replace the old ones.
Daniel Folkinshteyn
2011-02-06 15:10:02 -05:00
98ba262a48
Reset testnet with a new genesis block
David FRANCOIS
2011-02-03 14:21:21 +01:00
bd7d9140f9
new checkpoint at block 105,000
Gavin Andresen
2011-01-31 11:26:02 -05:00
b1ca5eb58a
do not create 'Your Address' account
tcatm
2011-01-31 16:42:28 +01:00
f0b7952caa
1. Change hardcoded g++ to $(CXX) 2. Change CFLAGS to CXXFLAGS 3. Add binaries to clean target 4. Generate wxWidgets includes/ldflags/etc from wx-config
ojab
2011-01-31 15:07:55 +03:00
b1a657a00d
Explicitly state that make -f makfile.unix is the way to build
Gavin Andresen
2011-01-25 09:29:13 -05:00
d9711a5798
Don't scan the time offsets vector repeatedly once we've displayed the warning that the user's clock may be wrong.
Chris Moore
2011-01-24 16:25:41 -08:00
10abe4f26e
Repeatedly resetting the timestamp for seed nodes in the database was slow. Only update the database if it's a real change.
Chris Moore
2011-01-24 14:47:36 -08:00
84e7ad922b
Bump version number to 0.3.20
Gavin Andresen
2011-01-24 11:13:25 -05:00
4698dd9a02
Fix -maxconnections. It used to account for the 8 outbound connections twice when calculating the number of slots left for incoming connections.
Chris Moore
2011-01-23 00:08:09 -08:00
86c0af514b
Merge branch 'rpcssl-help' of github.com:dooglus/bitcoin into dooglus-rpcssl-help
Chris Moore
2011-01-21 11:59:56 -08:00
2aadc8bb5b
The -rpcssl command line option is a boolean, like -server, -daemon, -testnet, etc. Specifying -rpcssl=1 is the same as just -rpcssl, as for any other boolean flag, so let's show it the same in the help text.
Chris Moore
2011-01-21 10:14:33 -08:00
ae42d69d72
Updated development process description
Gavin Andresen
2011-01-21 10:52:48 -05:00
5284e1b60e
Add const bool VERSION_IS_BETA to serialize.h and use it when formatting the version string. Show the version string in --help text too.
Chris Moore
2011-01-21 02:37:34 -08:00
8b8d59eefb
Don't use GetBoolArg() and mapArgs; use one or the other.
Chris
2011-01-20 12:26:33 -08:00
dbe79d3451
Fix bus error in DebugPrint if -datadir given non-existent directory.
Gavin Andresen
2011-01-20 14:57:46 -05:00
10152506fe
The --help text wasn't showing the default values for three of the options, as follows:
Chris
2011-01-20 11:49:29 -08:00
aaac71d38f
Add new command line argument "-printtoconsole" to send debugging output to the console instead of to debug.log. The code for this was already in place, but there was no way other than editing the source and rebuilding to turn it on.
Chris
2011-01-20 11:45:01 -08:00
f1307515b7
print -rescan timing info in debug.log
Gavin Andresen
2011-01-20 14:12:10 -05:00
ab931be45b
Fix issue 34: correct spelling of -rpcsslcertificatechainfile in --help text.
Chris
2011-01-20 10:49:44 -08:00
d9574c2f14
Reconcile getbalance and listaccounts 0 in the shared-wallet case If you copied your wallet and used it on two different machines, the balance reported by getbalance and the sum(listaccounts) could disagree, because you might receive payments for an address that is in your wallet but not your address book. Now all such transactions are credited to the default empty-string account.
Gavin Andresen
2011-01-20 13:10:01 -05:00
59948a6e1c
listtransactions was reporting address instead of account for 'receive' setgenerate true 0 is now the same as setgenerate false And return transaction time
gavinandresen
2010-12-16 18:17:26 +00:00
84d7c981dc
added boost tuples to serialize.h
s_nakamoto
2010-11-27 23:12:41 +00:00
24324d83e8
-- version 0.3.17 release
s_nakamoto
2010-11-25 20:41:57 +00:00
b7ccd48dd8
still working on account-based commands getbalance, move and sendfrom, they're only for testing for now
s_nakamoto
2010-11-25 16:40:25 +00:00
e4ff4e6898
Depracate "label" API, replacing with account New RPC methods: move, sendfrom Change to getbalance (now takes optional [account] argument) Renamed methods with "label" in their names. sendtoaddress returns hexadecimal transaction ID instead of "sent".
gavinandresen
2010-11-22 15:53:20 +00:00