a790fa46f4don't count or spend payments until they have 1 confirmation, misc cleanup, changed internal version number from 312 to 31300 -- version 0.3.13
s_nakamoto
2010-09-30 16:23:07 +00:00
6ce5af574fMerge commit 'svn/trunk' into svn
Gavin Andresen
2010-09-23 18:15:51 +00:00
401926283aalert system -- version 0.3.11
s_nakamoto
2010-08-25 00:05:37 +00:00
2201a0808ewarning message if clock is too far off
s_nakamoto
2010-08-20 16:55:14 +00:00
05454818dcblock index checking on load, extra redundant checks, misc refactoring
s_nakamoto
2010-08-19 22:43:19 +00:00
43deefa435do an extra CheckBlock in ConnectBlock
Satoshi Nakamoto
2010-08-16 20:55:54 +00:00
21ca2d833berase the bad chain after disconnecting it
Satoshi Nakamoto
2010-08-16 20:54:47 +00:00
bb3fd02930blocks-1, verify block chain on load, so wouldn't have needed to delete blk*.dat, it would have done a reorg automatically
Satoshi Nakamoto
2010-08-16 20:53:49 +00:00
c923cdbd5bwrap sha256.cpp in FOURWAYSSE2 #ifdef
Satoshi Nakamoto
2010-08-16 20:52:36 +00:00
019b456605added -march=amdfam10 to sha256.cpp in makefile.unix
Satoshi Nakamoto
2010-08-16 20:51:46 +00:00
7d489192fdmakefile.unix to build with option to enable tcatm's 4-way SSE2 SHA-256 with -4way switch on Linux
Satoshi Nakamoto
2010-08-16 20:50:37 +00:00
44a0de1861do an extra CheckBlock in ConnectBlock
s_nakamoto
2010-08-16 18:46:02 +00:00
a01d5876faerase the bad chain after disconnecting it
s_nakamoto
2010-08-16 17:51:10 +00:00
15399da9feblocks-1, verify block chain on load, so wouldn't have needed to delete blk*.dat, it would have done a reorg automatically
s_nakamoto
2010-08-16 17:05:50 +00:00
6da916d4acwrap sha256.cpp in FOURWAYSSE2 #ifdef
s_nakamoto
2010-08-16 13:37:00 +00:00
e540144b2eadded -march=amdfam10 to sha256.cpp in makefile.unix
s_nakamoto
2010-08-16 13:11:32 +00:00
08fee75201makefile.unix to build with option to enable tcatm's 4-way SSE2 SHA-256 with -4way switch on Linux -- version 0.3.10 release
s_nakamoto
2010-08-15 22:46:58 +00:00
85de7d7c0cscanback check to prevent adding to the 74638 overflow chain
s_nakamoto
2010-08-15 22:21:03 +00:00
2d12315c94Quick fix: bad block 74,652
Gavin Andresen
2010-08-15 20:28:01 +00:00
7f71fd13aefix -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
Satoshi Nakamoto
2010-08-13 02:23:46 +00:00
01cd2fdaf3fix -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
s_nakamoto
2010-08-12 21:13:43 +00:00
0cff7a8aa7disable SSE2 on 32-bit
s_nakamoto
2010-08-10 23:43:37 +00:00
fb83d28768gethashespersec and added version and hashespersec to getinfo
s_nakamoto
2010-08-10 22:55:23 +00:00
342e1b7338json-spirit print reals with 8 decimal places, bitcoind help <command> instead of bitcoind <command> -?
s_nakamoto
2010-08-10 19:21:17 +00:00
c2fa70ddfdalways make 8 outbound connections even if have inbound, limit one outbound connection per a.b.?.? range, switch -maxconnections=#
Satoshi Nakamoto
2010-08-10 16:03:01 +00:00
8a38d5663aenable SSE2 in all builds to fix crypto++ SHA-256 on 64-bit
Satoshi Nakamoto
2010-08-10 16:01:23 +00:00
dd9e71843bcorrect typo for mac compile, update makefile to use llvm
Satoshi Nakamoto
2010-08-10 15:57:38 +00:00
94cfec07fdalways make 8 outbound connections even if have inbound, limit one outbound connection per a.b.?.? range, switch -maxconnections=#
s_nakamoto
2010-08-09 20:00:17 +00:00
e6b7ab5749enable SSE2 in all builds to fix crypto++ SHA-256 on 64-bit
s_nakamoto
2010-08-09 19:54:40 +00:00
0c50722270correct typo for mac compile, update makefile to use llvm
laszloh
2010-08-04 04:15:38 +00:00
b34e8c3c36new safety feature displays a warning message and locks down RPC if it detects a problem that may require an upgrade -- version 0.3.8
Satoshi Nakamoto
2010-08-04 01:51:34 +00:00
2c06be915dnew safety feature displays a warning message and locks down RPC if it detects a problem that may require an upgrade -- version 0.3.8
s_nakamoto
2010-08-03 18:25:05 +00:00
73aa262647fixed segfault in bignum.h, additional security limits, refactoring -- version 0.3.7
Satoshi Nakamoto
2010-07-31 20:12:05 +00:00
6ff5f718b6fixed segfault in bignum.h, additional security limits, refactoring -- version 0.3.7
s_nakamoto
2010-07-31 19:15:48 +00:00
e1cb7ce017simplified makefile.unix, updated build-unix.txt instructions to include boost 1.37
--author=Satoshi Nakamoto
2010-07-31 14:14:41 +00:00
01bed1828bsimplified makefile.unix, updated build-unix.txt instructions to include boost 1.37
s_nakamoto
2010-07-30 23:22:55 +00:00
3dd20ff2f8added a subset of Crypto++ 5.6.0 with 48% faster ASM SHA-256, combined speedup 2.5x faster vs 0.3.3, thanks BlackEye for figuring out the alignment problem
--author=Satoshi Nakamoto
2010-07-27 20:43:55 +00:00