├── .gitignore ├── Erlay-Latency-Graph.png ├── LukeJr's sync-time script (fresheneesz rewrite).py ├── LukeJr's sync-time script.py ├── Machine Resources Survey.txt ├── README.md ├── assumeUtxoBottleneckUpdate.png ├── bottlenecks.xlsx ├── cpuCostOverTime (Til 2002).xlsx ├── dataCaps.xlsx ├── hardcoded checkpoints.md ├── honestConnectionsProbability.js ├── latencyByGroup.png ├── latencyIntuition.png ├── memoryCostOverTime.xlsx ├── summaryOfCurrentStatus.png └── summaryOfFutureLimits.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fresheneesz/bitcoinThroughputAnalysis/HEAD/.gitignore -------------------------------------------------------------------------------- /Erlay-Latency-Graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fresheneesz/bitcoinThroughputAnalysis/HEAD/Erlay-Latency-Graph.png -------------------------------------------------------------------------------- /LukeJr's sync-time script (fresheneesz rewrite).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fresheneesz/bitcoinThroughputAnalysis/HEAD/LukeJr's sync-time script (fresheneesz rewrite).py -------------------------------------------------------------------------------- /LukeJr's sync-time script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fresheneesz/bitcoinThroughputAnalysis/HEAD/LukeJr's sync-time script.py -------------------------------------------------------------------------------- /Machine Resources Survey.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fresheneesz/bitcoinThroughputAnalysis/HEAD/Machine Resources Survey.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fresheneesz/bitcoinThroughputAnalysis/HEAD/README.md -------------------------------------------------------------------------------- /assumeUtxoBottleneckUpdate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fresheneesz/bitcoinThroughputAnalysis/HEAD/assumeUtxoBottleneckUpdate.png -------------------------------------------------------------------------------- /bottlenecks.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fresheneesz/bitcoinThroughputAnalysis/HEAD/bottlenecks.xlsx -------------------------------------------------------------------------------- /cpuCostOverTime (Til 2002).xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fresheneesz/bitcoinThroughputAnalysis/HEAD/cpuCostOverTime (Til 2002).xlsx -------------------------------------------------------------------------------- /dataCaps.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fresheneesz/bitcoinThroughputAnalysis/HEAD/dataCaps.xlsx -------------------------------------------------------------------------------- /hardcoded checkpoints.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fresheneesz/bitcoinThroughputAnalysis/HEAD/hardcoded checkpoints.md -------------------------------------------------------------------------------- /honestConnectionsProbability.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fresheneesz/bitcoinThroughputAnalysis/HEAD/honestConnectionsProbability.js -------------------------------------------------------------------------------- /latencyByGroup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fresheneesz/bitcoinThroughputAnalysis/HEAD/latencyByGroup.png -------------------------------------------------------------------------------- /latencyIntuition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fresheneesz/bitcoinThroughputAnalysis/HEAD/latencyIntuition.png -------------------------------------------------------------------------------- /memoryCostOverTime.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fresheneesz/bitcoinThroughputAnalysis/HEAD/memoryCostOverTime.xlsx -------------------------------------------------------------------------------- /summaryOfCurrentStatus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fresheneesz/bitcoinThroughputAnalysis/HEAD/summaryOfCurrentStatus.png -------------------------------------------------------------------------------- /summaryOfFutureLimits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fresheneesz/bitcoinThroughputAnalysis/HEAD/summaryOfFutureLimits.png --------------------------------------------------------------------------------