Satoshi Nakamoto
d3631907d6
change switch name to -disablesafemode
2010-08-28 00:55:19 +00:00
Satoshi Nakamoto
87cfcfd374
more rpc methods allowed in safe mode
2010-08-28 00:54:37 +00:00
Satoshi Nakamoto
522dfe3422
alert system
...
-- version 0.3.11
2010-08-28 00:51:52 +00:00
Satoshi Nakamoto
c545563d46
warning message if clock is too far off
2010-08-28 00:50:40 +00:00
Satoshi Nakamoto
bb3fd02930
blocks-1,
...
verify block chain on load, so wouldn't have needed to delete blk*.dat, it would have done a reorg automatically
2010-08-16 20:53:49 +00:00
Satoshi Nakamoto
7f71fd13ae
fix -datadir=./subdir relative path,
...
autostart off by default except on windows,
fix occasional "vector iterator not dereferencable" assertion with msvc,
fix readlink compile warning on linux build,
use sys/param.h and BSD define instead of __BSD__,
-paytxfee switch
2010-08-13 02:23:46 +00:00
Satoshi Nakamoto
819adfff6f
fix build, thanks jgarzik
2010-08-12 13:28:22 +00:00
Satoshi Nakamoto
9db7bf5f52
gethashespersec and added version and hashespersec to getinfo
2010-08-12 13:23:02 +00:00
Satoshi Nakamoto
410b618d18
json-spirit print reals with 8 decimal places,
...
bitcoind help <command> instead of bitcoind <command> -?
2010-08-12 13:20:57 +00:00
Satoshi Nakamoto
b34e8c3c36
new safety feature displays a warning message and locks down RPC if it detects a problem that may require an upgrade
...
-- version 0.3.8
2010-08-04 01:51:34 +00:00
Satoshi Nakamoto
b6dc3b517b
bitcoind now compiles without wxWidgets or wxBase
2010-07-26 17:44:51 +00:00
Gavin Andresen
f0c11b1917
Gavin: BIO_FLAGS_BASE64_NO_NL
2010-07-26 17:41:47 +00:00
Satoshi Nakamoto
40cd036941
Gavin Andresen's JSON-RPC HTTP authentication,
...
faster initial block download
-- version 0.3.3
2010-07-26 17:40:05 +00:00
Gavin Andresen
fe98cf8dc5
Configuration file, HTTP Basic authentication
2010-07-23 13:58:39 +00:00
Gavin Andresen
e96cd730d1
json-rpc password, minor UI tweaks, removed some outdated txt files
2010-07-19 01:18:46 +00:00
Gavin Andresen
8bd66202c3
Fix CRLF
2010-07-14 15:54:31 +00:00
s_nakamoto
a280b4e661
Laszlo's fix to make generate threads idle priority on Linux,
...
replaced some wxBase dependencies: wxMutex, wxFileExists, wxStandardPaths, wxGetLocalTimeMillis
2010-07-08 16:14:56 +00:00
s_nakamoto
3b318ed095
automatically change displayed address whenever it receives anything,
...
added help and -? for daemon command line rpc commands,
only relay addr messages to 5 random nodes to save bandwidth,
started setting wtx.fFromMe flag,
trickle out tx inventory messages to protect privacy
-- version 0.2.10
2010-06-10 23:10:30 +00:00
s_nakamoto
7a47324c78
better prevention of inventory relaying during initial download,
...
message checksum between nodes with 0.2.9 or higher,
optimization level up from -O0 to -O2,
rpc functions: setlabel, getlabel, getaddressesbylabel, getreceivedbyaddress, getreceivedbylabel, listreceivedbyaddress, listreceivedbylabel
-- version 0.2.9
2010-05-26 00:05:26 +00:00
s_nakamoto
240f3fbe2f
Mac OS build fixes by laszlo
...
-- version 0.2.8
2010-05-19 00:26:56 +00:00
s_nakamoto
5eede9d4d9
GUI-less build target bitcoind that links to wxBase and shouldn't need GTK,
...
split init and shutdown from ui.cpp into init.cpp,
support wxUSE_GUI=0
-- version 0.2.7
2010-02-25 21:55:27 +00:00
s_nakamoto
30158c77e9
run as daemon without GUI,
...
hooked wxApp::Initialize to ignore gtk-init-check failure if no GUI,
fork to daemonize,
rpc getinfo, getconnectioncount, getbalance, getgenerate, setgenerate,
-- version 0.2.6
2010-02-23 22:01:39 +00:00
s_nakamoto
297a50a063
renamed a few rpc methods
2010-02-14 22:27:13 +00:00
s_nakamoto
7271c7ff35
Workaround for bug on wxWidgets 2.9.0 Ubuntu 9.10 64-bit where first character of the hidden columns were displayed so status column had three numbers overprinted. Fixed by adding a leading space to the hidden columns. 64-bit compile with wxWidgets 2.9.0 seems to be fully working normally now.
2010-02-14 00:08:27 +00:00
s_nakamoto
22f721dbf2
command line and JSON-RPC first draft, requires Boost 1.35 or higher for boost::asio,
...
added SetBitcoinAddress and GetBitcoinAddress methods on CScript,
critsect interlocks around mapAddressBook,
added some random delays in tx broadcast to improve privacy,
now compiles with MSVC 8.0
2010-02-12 20:38:44 +00:00