Commit Graph

4774 Commits

Author SHA1 Message Date
Vincent Murphy
f7c151af4c Called out debug.log 2014-01-13 17:48:31 +00:00
Miguel Freitas
d30a86a538 rpcallowip is important 2014-01-13 15:01:41 -02:00
Miguel Freitas
4c25acc6af partialy revert changeset 77d1a4fb. fixed one case (that -reindex would fix anyway) but broke another one. 2014-01-13 09:40:18 -02:00
Miguel Freitas
055240b2a9 fix "CreateNewBlock() : ConnectBlock failed" due to "duplicate username".
improve transaction collect in CreateNewBlock
2014-01-13 09:16:04 -02:00
Miguel Freitas
bf3ec900d0 some nodes are still on the wrong chain (block 18973 with an invalid spamuser). checkpoint the
correct branch to force them to go to the right chain.
2014-01-13 08:03:43 -02:00
Miguel Freitas
e0dad4a114 update version 2014-01-12 23:55:55 -02:00
Miguel Freitas
77d1a4fb7b trying to fix infinite recursion in SetBestChain 2014-01-12 23:44:33 -02:00
Miguel Freitas
ba43f10e8f move spamuser key validation from CheckTransation to ConnectBlock.
reason: this is not context-independent validation.
2014-01-12 20:41:58 -02:00
Miguel Freitas
fbc7d9a77a generalize checking if tx is in mainchain for GetTransaction 2014-01-12 19:29:33 -02:00
miguelfreitas
fdf8f3f873 Merge pull request #51 from lra/better_ubuntu_doc
Fixed the ubuntu building doc
2014-01-10 12:44:40 -08:00
miguelfreitas
7e5c85279a Merge pull request #49 from toyg/osx_makefile_backport
osx makefile backport of be34510
2014-01-10 12:33:04 -08:00
Miguel Freitas
9d5d203a0c bugfix: weak checking for existing users (the transaction may exist in index only
but the chain it belongs was invalidated) caused fork between users who erased their
block database from yesterday and those who didn't. improve the checking (test
if tx is actually in main chain). add another checkpoint. enforce.
2014-01-10 17:36:23 -02:00
Miguel Freitas
9f9bb58635 disable safemode & add checkpoint 2014-01-10 16:04:52 -02:00
Laurent Raufaste
dd75bdc39d Fixed the ubuntu building doc
Tested on pristine Ubuntu 12.04 LTS and 13.10
2014-01-10 00:55:01 -05:00
toyg
43ac45c925 osx makefile backporting of commit be34510a9a 2014-01-10 02:52:04 +00:00
Miguel Freitas
be34510a9a When passing CC or CXX down to sub-makes, add quotes around it so that
blanks (say, CC=ccache distcc gcc -m64) don't mess things up.
2014-01-09 22:48:58 -02:00
miguelfreitas
6c6c3fa0a2 Merge pull request #47 from iShift/master
Remove Bitcoin Docs, add simple ubuntu-debian install instruction
2014-01-09 16:15:22 -08:00
Miguel Freitas
58d905aab3 change max block size as well 2014-01-09 21:50:28 -02:00
Miguel Freitas
394333a8bb increase the number of blocks to check at startup to force people to move to the right chain. 2014-01-09 15:03:50 -02:00
Miguel Freitas
6b01734ccf fix segfault in dhtget when ses is NULL (http://pastebin.com/rcJQm48W) 2014-01-09 14:48:42 -02:00
Miguel Freitas
23cb6fbdb6 limit transaction size 2014-01-09 12:21:58 -02:00
Shift
0b41bdd249 Remove Bitcoin docs 2014-01-08 20:43:48 +04:00
iShift
b30361837b Create bulding-on-ubuntu-debian.md 2014-01-08 19:28:29 +03:00
miguelfreitas
17af248840 Merge pull request #45 from iShift/patch-1
Fix debian package names
2014-01-08 07:51:53 -08:00
iShift
fc711b3d44 Fix missing packages
Package 'libdb4.8++-dev' has no installation candidate
2014-01-08 18:05:02 +03:00
miguelfreitas
aaa4ab61e9 Merge pull request #39 from iShift/patch-1
fix some mistakes (minor OSX doc improvements)
2014-01-08 06:14:29 -08:00
miguelfreitas
6328df818f Merge pull request #43 from toyg/libtorrent_build_warning_fix
Fixed warning for snprintf call
2014-01-08 03:09:25 -08:00
miguelfreitas
6033aae14f Merge pull request #42 from AdamWill/string_literal
fix some 'format not a string literal's
2014-01-08 02:43:52 -08:00
toyg
3e24404d7e Fixed warning for snprintf call 2014-01-08 09:34:35 +00:00
Adam Williamson
5d11289b4c fix some 'format not a string literal's 2014-01-07 19:41:51 -08:00
miguelfreitas
c1dde0f87e Merge pull request #41 from jacostag/patch-1
typo rpcpassword
2014-01-07 12:46:54 -08:00
Jorge Acosta Goszczyñski
1b565e7147 typo rpcpassword 2014-01-07 14:43:45 -06:00
Miguel Freitas
5ab658ae3d enforce bencoded size. sanity check. 2014-01-07 16:51:40 -02:00
iShift
1bebfbc2fd fix some mistakes 2014-01-07 20:53:58 +03:00
Miguel Freitas
8e80324c36 try to reduce the level of useless dht tracker requests by not announcing empty torrents we do not follow. 2014-01-06 21:59:40 -02:00
miguelfreitas
4eab7e4d81 Merge pull request #38 from toyg/usermessages
Replaced references to bitcoin/bitcoind in user-visible messages
2014-01-06 10:04:56 -08:00
miguelfreitas
18cd530e03 Merge pull request #37 from toyg/osx_build_fix
explicit paths in LDFLAGS and CPPFLAGS
2014-01-06 10:03:54 -08:00
Miguel Freitas
8287b2b1e1 use a single database for all swarms of the same libtorrent session.
upgrade resume file to version 2 and enforce on loading (to force existing clients to download all pieces again).
fixes #24.
2014-01-06 15:10:32 -02:00
toyg
ce787d6cd3 Replaced references to bitcoin/bitcoind in user-visible messages 2014-01-06 15:53:54 +00:00
Giacomo Lacava
d06042cab2 explicit paths in LDFLAGS and CPPFLAGS
Libtorrent build script needs explicit LDFLAGS and CPPFLAGS to work properly.
2014-01-06 10:51:46 +00:00
miguelfreitas
41e07e8b11 Merge pull request #35 from toyg/osx-build-doc-correction
minor doc correction
2014-01-04 07:11:02 -08:00
Giacomo Lacava
df21f1d015 minor doc corrections 2014-01-04 13:57:43 +00:00
miguelfreitas
81b8006d14 Merge pull request #19 from Joeboy/master
Minor doc improvements
2014-01-03 12:18:47 -08:00
miguelfreitas
56b21cd50d Merge pull request #31 from sanchi/master
makefile: libtorrent needs -lrt for linking
2014-01-03 12:16:17 -08:00
miguelfreitas
dbd2e0e169 Merge pull request #30 from toyg/osx
updated build doc for OSX
2014-01-02 17:17:51 -08:00
Stefan Sayer
28975dd0d2 makefile: libtorrent needs -lrt for linking 2014-01-03 01:32:37 +01:00
toyg
ac5444d3fe updated build doc for OSX 2014-01-03 00:04:48 +00:00
miguelfreitas
0a55be85bc Merge pull request #29 from toyg/osx
OSX support
2014-01-02 15:46:57 -08:00
toyg
83dcd048bb fixes to compile and run under OSX 10.9.1 2014-01-02 23:10:57 +00:00
toyg
65dfbef547 now compiling and running on OSX. old makefile.osx from bitcoin is still around in case we need to merge back some stuff. 2014-01-02 23:07:22 +00:00