jl777
38671f757e
Test
2017-02-26 15:21:03 +02:00
jl777
5c81c5719f
Test
2017-02-26 15:16:30 +02:00
jl777
fe9dc3b890
Test
2017-02-25 18:30:26 +02:00
Leo Arias
82c754f628
Fix the path to the example configuration
2017-02-11 13:52:15 -06:00
jl777
3ced93646d
Merge remote-tracking branch 'zcash/master' into dev
...
# Conflicts:
# .gitignore
# README.md
# src/Makefile.gtest.include
# src/gtest/test_checkblock.cpp
# src/init.cpp
# src/main.cpp
# src/main.h
# src/rpcserver.cpp
# src/test/checkblock_tests.cpp
# src/util.cpp
2017-01-25 09:26:28 +02:00
Jack Grigg
24f4e3365b
Show a friendly message explaining why zcashd needs a zcash.conf
2017-01-11 12:55:35 +01:00
jl777
63cd89c4ae
test
2016-12-22 23:41:44 +02:00
jl777
f002aa71e7
test
2016-12-12 13:33:24 +02:00
jl777
aa6b61528d
test
2016-11-19 12:59:46 -03:00
jl777
214fa084f0
test
2016-11-19 12:17:06 -03:00
jl777
35fc5e6674
test
2016-11-19 11:51:19 -03:00
jl777
ab91876752
test
2016-11-19 11:48:56 -03:00
jl777
ce906ce757
test
2016-11-15 11:17:55 -03:00
jl777
2b469f431e
test
2016-11-09 13:06:27 -03:00
jl777
654dfaaf85
test
2016-11-07 16:36:49 -03:00
jl777
c6f7605347
test
2016-11-06 21:14:28 -03:00
jl777
3f083c258d
test
2016-11-06 21:13:41 -03:00
jl777
421ac11d04
test
2016-11-06 12:04:45 -03:00
jl777
533a5d5d20
test
2016-10-30 20:11:00 -03:00
jl777
10fa67233f
test
2016-10-29 13:52:31 -03:00
jl777
43a3c405d8
test
2016-10-29 13:52:13 -03:00
jl777
928b75a4a4
test
2016-10-29 13:10:27 -03:00
jl777
0e1af8a8f8
test
2016-10-29 08:36:43 -03:00
jl777
0c365446d0
test
2016-10-29 08:32:56 -03:00
jl777
561ff778b6
test
2016-10-29 08:03:14 -03:00
jl777
7bfc207ada
test
2016-10-03 10:20:27 -03:00
jl777
de8d24ddc7
printout
2016-10-03 08:51:13 -03:00
jl777
ee1db7784c
test
2016-10-03 08:49:02 -03:00
jl777
86ea73092f
test
2016-10-03 08:47:01 -03:00
jl777
1cf67c7040
test
2016-10-03 08:37:05 -03:00
jl777
c95fd5e040
fix args
2016-10-03 08:30:09 -03:00
jl777
998397aa2c
fixed pubkey for notary mining
2016-10-03 08:16:53 -03:00
jl777
50027f0631
mindiff exception for notaries
2016-09-23 10:30:15 -03:00
jl777
5166804f02
komodo strings
2016-09-13 13:03:02 -03:00
Jack Grigg
b3e712a4d2
Minor error message tweak
2016-05-21 11:48:52 +12:00
Jack Grigg
a1de76c7a0
Bitcoin -> Zcash in version and help text
2016-05-20 11:56:11 +12:00
Taylor Hornby
aaf6495948
Rename bitcoin.conf and bitcoind.pid to zcash.conf and zcashd.pid in qa/ and src/
2016-05-03 14:01:01 -06:00
Daniel Cousens
af6edac0bd
*: alias -h for --help
2015-10-23 03:24:59 +00:00
Gavin Andresen
ddd0acd3db
Create a scheduler thread for lightweight tasks
2015-05-14 12:50:41 -04:00
Wladimir J. van der Laan
8a10000222
Merge pull request #6022
...
b74dcb3 Separate CTranslationInterface from CClientUIInterface (Jorge Timón)
2015-04-30 16:37:18 +02:00
Michael Ford
447d37e7d3
Use https link to bitcoin.org in Doxygen intro
2015-04-20 13:29:21 +02:00
Jorge Timón
b74dcb3b4a
Separate CTranslationInterface from CClientUIInterface
2015-04-16 19:58:48 +02:00
Wladimir J. van der Laan
28ee7e8b8c
Get rid of DetectShutdownThread
...
The main thread spends time waiting for the DetectShutdownThread.
So why not just run this waiting loop function in the main thread?
One thread-stack less saves 4MB of virtual memory on 32-bit, and 8MB on
64-bit.
2015-01-19 15:37:48 +01:00
sandakersmann
f914f1a746
Added "Core" to copyright headers
...
Github-Pull: #5494
Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
2014-12-19 19:55:32 +01:00
Wladimir J. van der Laan
111a7d45f1
Merge pull request #5470
...
78253fc Remove references to X11 licence (Michael Ford)
2014-12-19 19:23:23 +01:00
Philip Kaufmann
27df4123c4
make all catch() arguments const
...
- I saw this on http://en.cppreference.com/w/cpp/language/try_catch and
thought it would be a good idea
- also unify used format to better be able to search for exception
uses in our codebase
2014-12-17 09:39:24 +01:00
Michael Ford
78253fcbad
Remove references to X11 licence
2014-12-16 15:56:50 +08:00
Pavel Janík
3d0a1ce193
Process help and version arguments before datadir.
2014-11-22 20:46:11 +01:00
Cory Fields
71697f97d3
Separate protocol versioning from clientversion
2014-10-29 00:24:40 -04:00
Wladimir J. van der Laan
d6712db354
Also create pid file in non-daemon mode
...
Always make a pid file, not only when `-daemon` specified.
This is useful for troubleshooting, for attaching debuggers and loggers
and such.
- Write the pid file only after the datadir lock was acquired
- Don't create or remove a pid file on WIN32, and also don't show the option
2014-09-20 11:03:59 +02:00