monero/contrib/epee/include/net
moneromooo-monero b750fb27b0
Pruning
The blockchain prunes seven eighths of prunable tx data.
This saves about two thirds of the blockchain size, while
keeping the node useful as a sync source for an eighth
of the blockchain.

No other data is currently pruned.

There are three ways to prune a blockchain:

- run monerod with --prune-blockchain
- run "prune_blockchain" in the monerod console
- run the monero-blockchain-prune utility

The first two will prune in place. Due to how LMDB works, this
will not reduce the blockchain size on disk. Instead, it will
mark parts of the file as free, so that future data will use
that free space, causing the file to not grow until free space
grows scarce.

The third way will create a second database, a pruned copy of
the original one. Since this is a new file, this one will be
smaller than the original one.

Once the database is pruned, it will stay pruned as it syncs.
That is, there is no need to use --prune-blockchain again, etc.
2019-01-22 20:30:51 +00:00
..
abstract_tcp_server2.h Merge pull request #4854 2018-12-04 17:08:42 +02:00
abstract_tcp_server2.inl Pruning 2019-01-22 20:30:51 +00:00
abstract_tcp_server_cp.h
abstract_tcp_server_cp.inl
abstract_tcp_server.h
buffer.h epee: better network buffer data structure 2018-12-23 16:46:07 +00:00
connection_basic.hpp Removed a lot of unnecessary includes 2018-11-15 17:29:34 +01:00
http_auth.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
http_base.h
http_client_base.h
http_client_via_api_helper.h
http_client.h Fix typos in various files 2018-03-15 18:25:38 +02:00
http_protocol_handler.h wallet-rpc: added IPs to error logging in simple_http_connection_handler 2018-06-13 15:41:51 +10:00
http_protocol_handler.inl Remove epee header dependency on cryptonote_core 2018-10-12 17:16:44 +00:00
http_server_cp2.h
http_server_cp.h
http_server_handlers_map2.h epee: better network buffer data structure 2018-12-23 16:46:07 +00:00
http_server_impl_base.h Removed a lot of unnecessary includes 2018-11-15 17:29:34 +01:00
http_server_thread_per_connect.h
jsonrpc_protocol_handler.h
jsonrpc_server_handlers_map.h
jsonrpc_server_impl_base.h
jsonrpc_structs.h
levin_base.h epee: better network buffer data structure 2018-12-23 16:46:07 +00:00
levin_client_async.h Changed RECIEVED to RECEIVED in log messages. 2018-12-04 07:27:08 +01:00
levin_client_async.inl
levin_client.h epee: better network buffer data structure 2018-12-23 16:46:07 +00:00
levin_client.inl epee: better network buffer data structure 2018-12-23 16:46:07 +00:00
levin_helper.h epee: fix network packet header field endianness 2018-12-04 15:14:32 +00:00
levin_protocol_handler_async.h Merge pull request #4976 2019-01-16 19:04:22 +02:00
levin_protocol_handler.h epee: fix network packet header field endianness 2018-12-04 15:14:32 +00:00
levin_server_cp2.h
levin_server_cp.h
local_ip.h epee: fix detection of 172.16.0.0/172.31.255.255 local IP range 2018-06-01 21:47:21 +01:00
multiprotocols_server.h
munin_connection_handler.h
munin_node_server.h
net_helper.h Merge pull request #4459 2018-09-29 22:20:38 +02:00
net_parse_helpers.h net_parse_helpers: fix regex error checking 2017-12-18 15:15:52 +00:00
net_utils_base.h Pruning 2019-01-22 20:30:51 +00:00
network_throttle-detail.hpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
network_throttle.hpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
protocol_switcher.h
rpc_method_name.h
smtp_helper.h
smtp.h
smtp.inl