358 Commits (30754d8a0f2d6f04d1d8206a3179885ebeb04fa7)

Author SHA1 Message Date
Miguel Freitas 30754d8a0f update -rpcthreads help (default is 10 not 4) 10 years ago
Miguel Freitas 2168e34677 miniupnp dependency removed, yes! :-) fix #130 11 years ago
Miguel Freitas e52f2c2527 dhtproxy: tunnel DHT traffic into TCP connections 11 years ago
Miguel Freitas d4b1c9b569 check HAVE_BOOST_LOCALE and fix compilation when boost-locale is not available 11 years ago
Denis Ryabov 671bec8e78 an attempt to fix issue #111 11 years ago
Miguel Freitas 1ff690e9a0 use the same proxy settings (like Tor socks5) for libtorrent as well. DHT still won't work. 11 years ago
Miguel Freitas 102d172ca3 highly experimental soft checkpoint based on consensus 11 years ago
toyg 0ada1bda54 fixes #56 11 years ago
Miguel Freitas 8631460293 reduce MIN_CORE_FILEDESCRIPTORS again, now that we have a single leveldb for all torrents. 11 years ago
Miguel Freitas bf3ec900d0 some nodes are still on the wrong chain (block 18973 with an invalid spamuser). checkpoint the 11 years ago
Miguel Freitas 77d1a4fb7b trying to fix infinite recursion in SetBestChain 11 years ago
Miguel Freitas 394333a8bb increase the number of blocks to check at startup to force people to move to the right chain. 11 years ago
toyg ce787d6cd3 Replaced references to bitcoin/bitcoind in user-visible messages 11 years ago
Miguel Freitas 5462a3bf0b increase number of file descriptors as discussed in #24 11 years ago
Miguel Freitas c61f016b44 reduce checkblocks even more for faster startup 11 years ago
Miguel Freitas d5a81fdcdd check less blocks on startup 11 years ago
Miguel Freitas 30992b87c3 use scrypt hash function like litecoin 11 years ago
Miguel Freitas bc0519068a parameter -htmldir 11 years ago
Miguel Freitas a4695ba9e1 delay libtorrent initialization until we have valid blocks 11 years ago
Miguel Freitas 06c93bcf38 update port in help text 11 years ago
Miguel Freitas 66fb23c4b8 try to fix automatically another block db inconsistency problem 11 years ago
Miguel Freitas 21faab36b7 inform the user that database will be rebuilt. without UI, the old message was confusing. 11 years ago
Miguel Freitas 6f48cf1dc1 rebuild database on error 11 years ago
Miguel Freitas 0f91f9e867 proper libtorrent stop, session save 11 years ago
Miguel Freitas 187904d1e8 create new twister.cpp with libtorrent initialization 11 years ago
Miguel Freitas 71e0da6705 initialize libtorrent session with external ip set 11 years ago
Miguel Freitas fb00bb154e first hack compiling bitcoind (twister) + libtorrent 11 years ago
Miguel Freitas 78ba2a5609 another big wallet cleanup 12 years ago
Miguel Freitas fe57966e05 starting wallet cleanup. added username, renamed to twisterwallet.dat 12 years ago
Miguel Freitas 7fd4a9f585 twister initial printf 12 years ago
Miguel Freitas b0716cdc3d fTxIndex always true in twister 12 years ago
Miguel Freitas 7a47376e40 removing stuff 12 years ago
Miguel Freitas 5018edc8ca remove txfee 12 years ago
Eric Lombrozo e6fe8e77fb Calling UnregisterAllWallets() instead of UnregisterWallet(pwalletMain) in init.cpp 12 years ago
Eric Lombrozo 7db120d531 Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in main.h 12 years ago
Philip Kaufmann 336a53ddbc fix makefiles and init.cpp after chainparams merge 12 years ago
Jeff Garzik 6d3f0058f7 init.cpp: fix chainparams.h double include. 12 years ago
Pieter Wuille 067a6092ac Initialize database before checking changed txindex 12 years ago
Jeff Garzik 168ba99392 Pass check level, check depth to VerifyDB() 12 years ago
Mike Hearn 0e4b317555 Introduce a CChainParameters singleton class and regtest mode. 12 years ago
Philip Kaufmann 0206e38dcd allow txindex to be removed and add a reindex dialog 12 years ago
Eric Lombrozo 501da2503a Using boost::signals2 to message main from net.cpp. 12 years ago
Eric Lombrozo 05df3fc68d Removed AcceptToMemoryPool method from CTransaction. This method belongs to the mempool instance. 12 years ago
Eric Lombrozo 663224c232 Removed net.cpp's dependency on init.h. 12 years ago
Eric Lombrozo 4751d07efd Moved unrelated-to-network calls in StartNode and StopNode into init.cpp 12 years ago
Eric Lombrozo 336fe971e6 Get rid of db dependencies on main 12 years ago
Cory Fields 7f61f1ac78 build: use runtime setting for displaying the help message rather than QT_GUI define 12 years ago
Cory Fields c98c88b3ab build: cosmetic: split usage string for easier formatting 12 years ago
Cory Fields c862d2ff22 build: split the non-gui startup routines into a new file 12 years ago
Cory Fields a9380c72be build: prepare to move DetectShutdownThread 12 years ago