Files
triangles_v5/doc
sami7777 383a3b8b02 Modernize codebase: C++17, remove Tor v2, add embedded Tor scaffold, IBD speedups
- Replace ~290 BOOST_FOREACH with C++11 range-for across 41+ files
- Replace boost::assign::map_list_of with C++11 brace initialization
- Remove PAIRTYPE macro (no longer needed without BOOST_FOREACH)
- Guard OpenSSL locking callbacks for 3.x (no-ops in >= 1.1.0)
- Fix Qt deprecated APIs for Qt6 compat (QStyleOptionViewItemV4, setResizeMode)
- Add openssl_compat.h version string wrapper
- Enable C++17 in makefile.unix and triangles-qt.pro

- Delete 163 dead Tor v2 source files (~150K lines removed)
- Add embedded Tor scaffold (tor_embedded.h/cpp) using tor_api.h
- Add build-libtor.sh helper and CODEX-TOR-GUIDE.md
- Update makefile.unix and .pro with USE_TOR_EMBEDDED optional flag
- Fallback to external tor_process when not compiled with libtor

- IBD pipeline refill: 100 -> 1000 blocks
- Send/recv buffer limits: unlimited -> 100MB/32MB
- Orphan block cap: unlimited -> 750 with random eviction
- Socket poll: 10ms -> 1ms during IBD
- Message handler sleep: 10ms -> 1ms during IBD
- Stall detection timeout: 5s -> 2s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 01:52:40 -07:00
..
2014-10-05 23:37:30 +02:00
2015-07-22 23:00:36 +02:00
2015-07-23 10:06:42 +02:00
2015-07-22 23:00:36 +02:00
2014-10-05 23:37:30 +02:00
2014-10-05 23:37:30 +02:00
2015-07-22 23:00:36 +02:00
2015-07-22 23:00:36 +02:00
2014-10-05 23:37:30 +02:00
2015-07-23 10:06:42 +02:00
2014-10-05 23:37:30 +02:00

Triangles 4.2.1.0

Copyright (c) 2014-2015 Triangles team
Copyright (c) 2011-2012 PPCoin Developers
Distributed under the MIT/X11 software license, see the accompanying
file license.txt or http://www.opensource.org/licenses/mit-license.php.
This product includes software developed by the OpenSSL Project for use in
the OpenSSL Toolkit (http://www.openssl.org/).  This product includes
cryptographic software written by Eric Young (eay@cryptsoft.com).


Intro
-----
Triangles is a free open source project derived from Bitcoin, with
the goal of providing a long-term energy-efficient X13 anon PoS crypto-currency.
Built on the foundation of Shadowcoin, PPCoin and Bitcoin, innovations such as proof-of-stake
help further advance the field of crypto-currency.