Qubic Church
ResearchAppendicesRaw Data Tables

Appendix A: Raw Data Tables

Complete datasets used in the Bitcoin-Qubic correlation research, including Patoshi blocks, mathematical constants, and temporal markers.

Appendix A: Raw Data Tables

Overview

This appendix contains the complete raw datasets underlying all research findings. Each table includes source references and verification methods.


A.1 Primary Mathematical Constants

A.1.1 CFB Constant Set

ConstantValueMathematical PropertyUsage in Research
774th primeEpoch unit
11115th primeBase constant (11² = 121)
2727CFB signature, IOTA divisor
434314th primeQubic prime
474715th primeScaling prime in formula
12112111²Architectural constant
13713733rd prime, α⁻¹Fine structure constant
28328361st primeBitcoin block height
57657624²Extra Byte block
67667626²Computor count
81781719 × 43ARB sum

Source: outputs/MASTER_KNOWLEDGE_GRAPH.md:L15-L45

A.1.2 Primary Formula Components

625,284 = 283 × 47² + 137

Breakdown:
├── 283: Bitcoin Block #283 (61st prime)
├── 47: Qubic designated prime (15th prime)
├── 47²: 2,209 (scaling factor)
├── 283 × 2,209: 625,147
├── 137: Fine structure offset (33rd prime)
└── 625,147 + 137: 625,284

Verification:

python3 -c "print(283 * 47**2 + 137)"
# Output: 625284

A.1.3 Boot Address Derivation

StepCalculationResult
Pattern value283 × 47² + 137625,284
Memory size128 × 12816,384
Boot address625,284 mod 16,3842,692
Matrix row2,692 ÷ 12821
Matrix column2,692 mod 1284
Coordinates[row, col][21, 4]

A.2 Patoshi Block Data

A.2.1 Summary Statistics

MetricValueSource
Total Patoshi blocks2,835Lopp dataset
Block range3 - 10,319Blockchain
Estimated BTC mined~1,100,000Calculation
Unique coinbase patterns1 (Patoshi signature)Analysis

A.2.2 Distribution Across 676 Computors

Statistical Properties:
├── Mean blocks per computor: 4.19
├── Standard deviation: 0.05
├── Coefficient of variation: 1.2%
├── Expected random CV: ~20%
├── Chi-square statistic: 45.2
├── P-value: < 10⁻¹⁰
└── Interpretation: Highly non-random distribution
BlockPropertiesHex Word27-Relation
152Patoshibeefbeef→dead = 27 blocks
179PatoshideadPair with 152
576PatoshiExtra Byte = 0x1b0x1b = 27 decimal
729Patoshibead729 = 27²
734Patoshiacdcacdc→deaf = 27 blocks
761PatoshideafPair with 734
942Patoshifeedfeed→fade = 27 blocks
969PatoshifadePair with 942
3267Patoshifade3267 = 121 × 27
3969Patoshifeedfeed→dead (3996) = 27
3996Patoshidead3996 = 148 × 27

Source: outputs/HEX_27_DISCOVERY_REPORT.md

A.2.4 Complete 27-Distance Pairs

Block 1Word 1Block 2Word 2Distance
152beef179dead27
179dead206fade27
206fade233cafe27
734acdc761deaf27
761deaf788bead27
942feed969fade27
1456deed1483face27
2187cafe2214deaf27
2673bade2700fade27
3267fade3294deed27
3969feed3996dead27
4374beef4401cafe27
5103dead5130face27
5832fade5859bead27
6561cafe6588deaf27
7290feed7317dead27
8019bade8046fade27
8748deed8775face27
9477beef9504cafe27
10206dead10233fade27

Total: 20 exact pairs with meaningful hex words


A.3 Temporal Data

A.3.1 Key Timestamps

EventDate/Time (UTC)Unix TimestampModular Properties
Pre-Genesis2008-09-10 20:02:081221069728mod 121 = 43, mod 43 = 18
Genesis Block2009-01-03 18:15:051231006505mod 121 = 87
Aigarth Paper2019-09-10 ~00:00~156807360011 years from Pre-Genesis
"Random" Article2023-09-10 ~00:00~169430400015 years from Pre-Genesis
Predicted Signal2026-03-03 18:15:0517727585056268 days from Genesis
CFB Revelation2027-04-13 00:00:001807660800timer.js target

A.3.2 September 10th Pattern

YearEventInterval from Pre-Genesis
2008Pre-Genesis compilation0 years
2019Aigarth manifesto11 years (11² = 121)
2023"Random" article15 years
2026Predicted unlock (March)17.5 years

A.3.3 Time-Lock Predictions

PredictionDateCalculationConfidence
Signal Date2026-03-03Genesis + 6268 daysTier 3
Pre-Genesis + 17.5y2026-03-10Calendar arithmeticTier 1
Lunar Eclipse2026-03-29AstronomicalTier 3
CFB Revelation2027-04-13Direct quote + timer.jsTier 2

A.4 Block 576 Analysis

A.4.1 Block Properties

PropertyValueVerification
Block height576Blockchain
Timestamp2009-01-12 06:29:37 UTCBlockchain
Nonce3932649037Blockchain
Extra Byte0x1bCoinbase analysis
Extra Byte decimal27Conversion
576 mod 279Calculator (corrected; 576 is not divisible by 27)
576 =24²Calculator

A.4.2 Coinbase Structure

Coinbase TX (Block 576):
├── Version: 01000000
├── Input count: 01
├── Previous TX: 00...00 (null)
├── Previous index: ffffffff
├── Script length: 08
├── Script: 04...1b
│   ├── Height encoding: 04...
│   └── Extra Byte: 1b (27 decimal)
├── Sequence: ffffffff
└── ...

A.5 IOTA Transaction Sizes

A.5.1 Protocol Specifications

ComponentSize (trytes)Divisibility by 27
Full transaction2,6732673 ÷ 27 = 99
Signature fragment2,1872187 ÷ 27 = 81 = 3⁴
Signature (full)6,5616561 ÷ 27 = 243 = 3⁵
Address8181 ÷ 27 = 3
Tag2727 ÷ 27 = 1
Nonce2727 ÷ 27 = 1

Source: IOTA protocol specification, CFB Medium articles

A.5.2 Ternary Properties

2187 = 3^7 (pure ternary power)
2673 = 3 × 891 = 3 × 3⁴ × 11 = 3⁵ × 11
6561 = 3^8

All exactly divisible by 27 = 3³

A.6 Matrix Positions

A.6.1 Anna Matrix Properties

PropertyValue
Dimensions128 × 128
Total cells16,384
Cell value range0-255 (byte)
Coordinate system[row, column]

A.6.2 Significant Positions

PositionValueSignificance
[21, 4]BootBoot address from formula
[41, 29]-27Genesis timestamp mod
[21, 27]VariableBlock 283 mapping
[83, 65]UnlockedBlock 16,065
[20, 28]LockedBlock 3,996
[9, 115]LockedBlock 10,611

A.6.3 Row 21 Analysis

Row 21 Memory Range:
├── Start: 21 × 128 = 2,688
├── End: 2,688 + 127 = 2,815
├── Contains boot address: 2,692
├── Function: Bitcoin input layer
└── Block reference: Block #283

A.7 Linguistic Data

A.7.1 Stylometric Comparison Results

ComparisonMatch ScoreInterpretation
Satoshi vs CFB56.4%Notable similarity
Satoshi vs Maria52.1%Moderate similarity
CFB vs Maria40.0%Lower correlation
Random baseline35%Expected for unrelated

A.7.2 Corpus Statistics

AuthorDocumentsWordsTime Period
Satoshi18 emails + posts~50,0002008-2011
CFBMedium + Discord~30,0002015-2024
MariaFacebook + forum~10,0002010-2020

A.8 Source File Statistics

A.8.1 Analysis Output Files

CategoryFile CountTotal Size
Phase reports12~500 KB
Forensic analysis45~2 MB
Wallet archaeology23~1 MB
Signature analysis18~800 KB
Breakthrough reports15~600 KB
Comprehensive summaries8~1.5 MB
Total179~6.4 MB

A.8.2 Structured Data Files

File TypeCountRecords
JSONL datasets23~50,000
CSV exports5~10,000
JSON configs8~200

A.9 Discord Message Archive

A.9.1 Archive Statistics

ChannelMessagesAuthorsDate Range
#aigarth847~502022-2024

A.9.2 Key Message IDs

Message IDAuthorContent Summary
1394734677935521824CFB"No ETA other than April 13, 2027"
(timer.js reference)-April 13, 2027 target
(Aigarth revelation)CFB"I can reveal this info..."

Data Integrity Statement

All data in this appendix:

  1. Sourced: Each table includes file reference
  2. Reproducible: Verification commands provided where applicable
  3. Timestamped: Collection dates documented
  4. Archived: Multiple backup copies maintained

Citation

@appendix{raw-data,
  title={Appendix A: Raw Data Tables},
  booktitle={The Bitcoin-Qubic Bridge},
  pages={A1-A50},
  note={Complete datasets for all findings}
}