Commit Graph

1651 Commits

Author SHA1 Message Date
jl777
ee8a0545c0 Test 2018-04-15 21:59:12 +03:00
jl777
f56990f6f7 Test 2018-04-15 21:57:24 +03:00
jl777
88169fac22 Add debug prints 2018-04-15 21:36:16 +03:00
jl777
8dc1322c41 -printf 2018-04-14 16:02:46 +03:00
jl777
49311c0553 Syntax fixes 2018-04-14 01:46:51 +03:00
jl777
20dfaa77f5 New notaries activate height 820000
Bugfix for 790833 bug
Performance improvements

If your node crashed, you should be able to just pull and rebuild and
it should startup. We are not seeing the need to resync on most nodes.

If you are mining, this is a must update right away
2018-04-14 01:30:23 +03:00
jl777
7c130297c2 KOMODO_ASSETCHAIN_MAXLEN -> 65 2017-11-10 19:07:36 +02:00
jl777
314350e695 KOMODO_ENDOFERA 2017-11-03 19:22:56 +02:00
jl777
6da8d0d55e Test 2017-10-10 14:15:58 +03:00
jl777
bd901dd742 Reduce print 2017-10-09 18:58:40 +03:00
jl777
8ab425f8b2 Test 2017-09-18 18:34:43 +02:00
jl777
8dcf7f9449 Test 2017-09-18 17:32:48 +02:00
jl777
164bbe6c3b Test 2017-09-18 17:13:58 +02:00
jl777
4723d6acf5 Test 2017-09-18 16:59:22 +02:00
jl777
336a60cf9b Prevent duplicate headers 2017-09-18 16:57:31 +02:00
jl777
37782e4e3b Remove prints 2017-09-18 16:35:45 +02:00
jl777
1cf907bc75 Test 2017-09-18 16:13:32 +02:00
jl777
5f27c121a9 Test 2017-09-18 16:03:14 +02:00
jl777
e73a3943b3 Test 2017-09-18 15:57:40 +02:00
jl777
c2b0ec2e4e Test 2017-09-18 15:30:30 +02:00
jl777
5323cb13a6 Test 2017-09-18 15:16:49 +02:00
jl777
5fa9e2fe69 Test 2017-09-18 15:15:44 +02:00
jl777
b4123cf295 Test 2017-09-18 15:13:56 +02:00
jl777
74819673e6 Test 2017-09-18 15:12:16 +02:00
jl777
428690eefc Test 2017-09-18 15:10:57 +02:00
jl777
7e24efd429 Print sync messages 2017-09-18 15:09:53 +02:00
jl777
b310d58530 Hot fix for excessive fees 2017-08-22 09:18:46 +02:00
jl777
0b2c3fe620 Remove print 2017-06-04 20:11:13 +03:00
jl777
1141b67821 Revert interest changes 2017-06-04 20:09:30 +03:00
jl777
3f7c82e3af Test 2017-06-04 19:18:13 +03:00
jl777
b2c00e5434 Default txindex true 2017-05-23 11:53:04 +03:00
jl777
c3803140cc Test 2017-05-23 10:40:46 +03:00
jl777
d1659192fd Test 2017-05-23 10:38:52 +03:00
jl777
f15e560caf test 2017-05-23 10:37:28 +03:00
jl777
e8533655a7 Protect first block 2017-05-21 16:57:49 +03:00
jl777
e0440cc39c Test 2017-04-27 09:27:22 +03:00
jl777
438ba9c17d Test 2017-04-26 23:14:14 +03:00
jl777
952b990570 Test 2017-04-26 23:00:30 +03:00
jl777
4212100ea1 Test 2017-04-26 22:54:12 +03:00
jl777
3e5136cee9 Test 2017-04-26 22:52:10 +03:00
jl777
763b14572a Test 2017-04-26 22:40:39 +03:00
jl777
4415b53eed Test 2017-04-10 09:48:38 +03:00
jl777
0a3a81e076 Test 2017-03-30 05:07:23 +03:00
jl777
945f015d80 Initial merge 2017-03-30 04:35:16 +03:00
jl777
66294e69b2 Remove prints 2017-03-25 19:32:17 +02:00
Wladimir J. van der Laan
eb5f63fe58 net: Automatically create hidden service, listen on Tor
Starting with Tor version 0.2.7.1 it is possible, through Tor's control socket
API, to create and destroy 'ephemeral' hidden services programmatically.
https://stem.torproject.org/api/control.html#stem.control.Controller.create_ephemeral_hidden_service

This means that if Tor is running (and proper authorization is available),
bitcoin automatically creates a hidden service to listen on, without user
manual configuration. This will positively affect the number of available
.onion nodes.

- When the node is started, connect to Tor through control socket
- Send `ADD_ONION` command
- First time:
    - Make it create a hidden service key
    - Save the key in the data directory for later usage
- Make it redirect port 8333 to the local port 8333 (or whatever port we're listening on).
- Keep control socket connection open for as long node is running. The hidden service will
  (by default) automatically go away when the connection is closed.
2017-03-25 20:22:09 +13:00
jl777
3d02f57b42 Test 2017-03-25 01:10:50 +02:00
jl777
3bc88f1451 Test 2017-03-24 23:46:52 +02:00
jl777
d01c0463e7 Test 2017-03-24 23:27:24 +02:00
jl777
ea5f02cb0a Test 2017-03-24 22:49:11 +02:00