You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
p2pool-wow/src
SChernykh 0db57e5047
p2pool v1.8
2 years ago
..
block_cache.cpp BlockCache: check block size before storing it 3 years ago
block_cache.h Code safety: BlockCache isn't supposed to be copied/moved 3 years ago
block_template.cpp Added embedded miner 2 years ago
block_template.h StratumServer: submit Monero block as soon as possible 3 years ago
common.h TCPServer: reduced memory usage 2 years ago
console_commands.cpp Added `bans` console command 2 years ago
console_commands.h Add files 3 years ago
crypto.cpp Improved RNG initialization 2 years ago
crypto.h P2PServer: delete old cached blocks after initial sync 3 years ago
json_parsers.h Check network type at startup 3 years ago
json_rpc_request.cpp Use monerod peers to find p2pool nodes 2 years ago
json_rpc_request.h Added "calc_pow" RPC support 3 years ago
keccak.cpp Add files 3 years ago
keccak.h Add files 3 years ago
log.cpp Fixed Coverity issues 2 years ago
log.h Added `bans` console command 2 years ago
main.cpp Check for unknown command line parameters 2 years ago
memory_leak_debug.cpp Switch to faster unordered_map/set 3 years ago
mempool.cpp BlockTemplate: wait for 10 seconds before including new transactions 3 years ago
mempool.h Switch to faster unordered_map/set 3 years ago
miner.cpp Added miner statistics to data api 2 years ago
miner.h Added miner statistics to data api 2 years ago
p2p_server.cpp TCPServer: reduced memory usage 2 years ago
p2p_server.h P2PServer: relaxed peer list request restriction 2 years ago
p2pool.cpp stats_mod api: updated min payout value 2 years ago
p2pool.h Added embedded miner 2 years ago
p2pool_api.cpp Switch to faster unordered_map/set 3 years ago
p2pool_api.h Switch to faster unordered_map/set 3 years ago
params.cpp Check for unknown command line parameters 2 years ago
params.h Added `--mini` command line option to connect to p2pool-mini 2 years ago
pool_block.cpp Display payout amount when a block is found 2 years ago
pool_block.h Display payout amount when a block is found 2 years ago
pool_block_parser.inl Cleanup 3 years ago
pow_hash.cpp Added embedded miner 2 years ago
pow_hash.h Added embedded miner 2 years ago
side_chain.cpp Reset stratum share counters after initial sync 2 years ago
side_chain.h Reset stratum share counters after initial sync 2 years ago
stratum_server.cpp Reset stratum share counters after initial sync 2 years ago
stratum_server.h Reset stratum share counters after initial sync 2 years ago
tcp_server.h TCPServer: fixed uninitialized variables 2 years ago
tcp_server.inl TCPServer: reduced memory usage 2 years ago
util.cpp p2pool v1.8 2 years ago
util.h Fixed msys2 build crash 3 years ago
uv_util.h TCPServer: clean up old IP bans 3 years ago
wallet.cpp Fixed Coverity issues 2 years ago
wallet.h Crypto: added cache for faster key derivation 3 years ago
zmq_reader.cpp ZMQReader: more reliable connect() 3 years ago
zmq_reader.h ZMQReader: more reliable connect() 3 years ago