Skip to main content

IPFS Video Network

Every investigation on this site includes video evidence. Those videos are stored on IPFS — the InterPlanetary File System — a decentralized network where files are identified by their content, not by a server address. That means no single company can take them down.

When you run the script below, you pin the videos to your local IPFS node. Pinning fetches the content from the network and makes your machine a host for it — anyone else who wants the videos can get them from you, just like BitTorrent. The more people who run this, the harder the videos become to censor or lose.

Why this matters: YouTube, Twitter, and other platforms regularly remove videos that challenge official narratives. Once a video is pinned on IPFS by enough people, no platform can delete it. Running this script makes you part of the preservation network.

Run it

Paste this command in your terminal. It installs IPFS if needed, starts the daemon, and pins all videos to your node. Works on Mac (requires Homebrew) and Linux. Windows users: run in WSL or Git Bash.

curl -fsSL https://intelligencemurders.com/videos/get_videos.sh | sh⎘ Copy
View get_videos.shBack to Investigations

What the script does

  1. Checks if IPFS (kubo) is installed — installs it via Homebrew if not
  2. Initializes your local IPFS repository if this is your first run
  3. Starts the IPFS daemon in the background if it isn't already running
  4. Fetches and pins each video to your node by content hash (CID)
  5. Your node becomes a host — others can retrieve the videos from you

After running it, keep the daemon running (or set it to auto-start with brew services start kubo) so your node stays connected and serves videos to others. Videos are accessible locally at http://127.0.0.1:8080/ipfs/<CID>.

Video inventory

InvestigationDescriptionSource
EpsteinSurvivor testimony: infant soul-hunting, mountain hunting rituals@JOKAQARMY1
EpsteinDon Henry & Kevin Ives: CIA Mena cocaine operation, Barry Seal@TheShadowIntelX
EpsteinEdgar Maddison Welch killed before Epstein file releases@thematrixb0t
IntelGeneral Patton speaking before his assassination@DigitalGermania

Full metadata available at manifest.yaml.

Script contents

Review what will run before you run it:

#!/bin/sh
# get_videos.sh — Download and pin all Intelligence Murders investigation videos via IPFS
#
# Usage: curl -fsSL https://intelligencemurders.com/videos/get_videos.sh | sh
# Works on Mac (Homebrew) and Linux. Windows users: run in WSL or Git Bash.

set -e

# Install IPFS (kubo) if not present
if ! command -v ipfs >/dev/null 2>&1; then
  echo "Installing IPFS (kubo)..."
  if command -v brew >/dev/null 2>&1; then
    brew install kubo
  else
    echo "Homebrew not found. Install IPFS manually: https://docs.ipfs.tech/install/"
    exit 1
  fi
fi

# Initialize IPFS repo if needed
if [ ! -d "$HOME/.ipfs" ]; then
  ipfs init
fi

# Start daemon in background if not running
if ! ipfs swarm peers >/dev/null 2>&1; then
  echo "Starting IPFS daemon..."
  ipfs daemon &
  sleep 6
fi

echo "========================================================"
echo "  Intelligence Murders — Video Archive"
echo "  Fetching and pinning all investigation videos..."
echo "========================================================"

# ============================================================
# Investigation: Epstein  (10 videos)
# ============================================================

ipfs get --output=2041564514613600337.mp4 QmTgkv47kg94emAw1yiKmGTdsj5NFQpFuuXwTicuzFSxay && ipfs pin add QmTgkv47kg94emAw1yiKmGTdsj5NFQpFuuXwTicuzFSxay
# Epstein | Epstein survivor testimony: alleged infant soul-hunting, mountain hunting rituals, Texa... (@JOKAQARMY1)

ipfs get --output=2044172444752126124.mp4 QmWr3GCYCuoQQQBtxvse2ooZN8vEMqL39ihfaqjfbrx1Cv && ipfs pin add QmWr3GCYCuoQQQBtxvse2ooZN8vEMqL39ihfaqjfbrx1Cv
# Epstein | Don Henry and Kevin Ives: CIA Mena cocaine operation, Barry Seal, Clinton-Bush connection (@TheShadowIntelX)

ipfs get --output=2044981725244113315.mp4 QmY93HMjeo3xr4jLm8y7DXM4yV1EfJt5u2bKfzzgtAPVqi && ipfs pin add QmY93HMjeo3xr4jLm8y7DXM4yV1EfJt5u2bKfzzgtAPVqi
# Epstein | Edgar Maddison Welch killed by police during traffic stop weeks before Epstein file rel... (@thematrixb0t)

ipfs get --output=2048522569716990042.mp4 QmPhTsRUJBZqBZwoDaBaVU33eP7vAtjLur3q96JXyMNYKf && ipfs pin add QmPhTsRUJBZqBZwoDaBaVU33eP7vAtjLur3q96JXyMNYKf
# Epstein | Nadia Marcinkova: Epstein Lolita Express pilot deposed, pled Fifth 42 times, went missi... (@thematrixb0t)

ipfs get --output=2051013988985811342.mp4 QmPxPyffC2DiTNLnr2YKQW75VHjCfYWxjHhkPNiiJXmGEp && ipfs pin add QmPxPyffC2DiTNLnr2YKQW75VHjCfYWxjHhkPNiiJXmGEp
# Epstein | Senator Nancy Schaefer — Georgia state senator who exposed CPS corruption and child tra... (@redpillb0t)

ipfs get --output=2054372519465881910.mp4 QmVaCP5zb5moZ4iQsLzA13wyvFys4ULKKtYCvg7zLmELDk && ipfs pin add QmVaCP5zb5moZ4iQsLzA13wyvFys4ULKKtYCvg7zLmELDk
# Epstein | Statement attributed to Madison (Clares) Cupps about her father Bryan Cupps and CyberSl... (@TheEmmapreneur)

ipfs get --output=2054664863381635215.mp4 QmXr8WbzhobLU6Q19zm9eU7Ep2cHDm9JNwDrRwmshVPPEv && ipfs pin add QmXr8WbzhobLU6Q19zm9eU7Ep2cHDm9JNwDrRwmshVPPEv
# Epstein | Isaac Kappy video compilation — actor who publicly accused Hollywood elites of pedophil... (@JOKAQARMY1)

ipfs get --output=2065099565447930204.mp4 QmXnjqy7DsLefD3wWmQh3BuCNmZuY23WgrpMxAc5XSPhjY && ipfs pin add QmXnjqy7DsLefD3wWmQh3BuCNmZuY23WgrpMxAc5XSPhjY
# Epstein | Slave Princess documentary excerpt: Lou Pearlman boy band abuse allegations, Aaron Cart... (@PizzaGateX)

ipfs get --output=2089194922607800410.mp4 QmRyEHaFaQq12eG8zojeiH7iVPXoJyYy1HPEi8yMQ8FKkq && ipfs pin add QmRyEHaFaQq12eG8zojeiH7iVPXoJyYy1HPEi8yMQ8FKkq
# Epstein | Hayden Panettiere on the Jay Shetty podcast describing being led onto a boat at 18 by a... (@JohnMcCloy)

ipfs get --output=2047769275708895549.mp4 QmT8F9rWjMJcBZmaCSkKZLheUSXLCUTrs54cPkUun5RiUL && ipfs pin add QmT8F9rWjMJcBZmaCSkKZLheUSXLCUTrs54cPkUun5RiUL
# Epstein | Madison (Clares) Cupps April 24 2026 video presenting unverified allegations about her... (@TheEmmapreneur)

# ============================================================
# Investigation: Intel  (8 videos)
# ============================================================

ipfs get --output=2044938947495940117.mp4 Qmcsf7pCYjaits6N4NE2tuyKVYGUEcE6nAR5o4CASR5FaJ && ipfs pin add Qmcsf7pCYjaits6N4NE2tuyKVYGUEcE6nAR5o4CASR5FaJ
# Intel | General George S. Patton speaking about the postwar situation before his assassination (@DigitalGermania)

ipfs get --output=2050269015931818033.mp4 QmPH2mqWHQ9UQ79cWXYo61E8qRe7jRN4MGa1j25sw38NKA && ipfs pin add QmPH2mqWHQ9UQ79cWXYo61E8qRe7jRN4MGa1j25sw38NKA
# Intel | Andrija Puharich house arson: son Andy and filmmaker Greg Mallozzi explain ELF research... (@JonesDanny)

ipfs get --output=2050380101821354119.mp4 QmcpJNervZ1cxrWAXu12U5k2NB2Yz32A1dtfxLYUgSuonC && ipfs pin add QmcpJNervZ1cxrWAXu12U5k2NB2Yz32A1dtfxLYUgSuonC
# Intel | Phil Schneider 1995 lecture claiming government earthquake device — cites Kobe and San... (@DanielGilr44222)

ipfs get --output=2050199029980512338.mp4 QmQTYvMVvFYYaHSYKxGpMKRgW98tyx1yCn6zDZrj2veeeN && ipfs pin add QmQTYvMVvFYYaHSYKxGpMKRgW98tyx1yCn6zDZrj2veeeN
# Intel | Panama Papers exposé — offshore tax evasion by global elites, and the assassination of... (@theleftbible)

ipfs get --output=2050968626413363217.mp4 QmXNAhyAVsJGGgkbDuPbYBrZeS8J8bkayS37zo1XbLFeR1 && ipfs pin add QmXNAhyAVsJGGgkbDuPbYBrZeS8J8bkayS37zo1XbLFeR1
# Intel | Former MI5 agent says Princess Diana was killed because of her landmine campaign succes... (@NoahsArk1000)

ipfs get --output=2053290253494981052.mp4 QmZ7acpS7exGgJ9CnrVK4ChpxLinyiyjkrEFiqgHLbHGke && ipfs pin add QmZ7acpS7exGgJ9CnrVK4ChpxLinyiyjkrEFiqgHLbHGke
# Intel | Loretta Fuddy — Hawaii Health Director who verified Obama birth certificate, sole fatal... (@LightOnLiberty)

ipfs get --output=2059495213261840428.mp4 QmYewzMTzg3kDFXyX6iQCU49mUCvU2p4ih21V7DJ5yuRvi && ipfs pin add QmYewzMTzg3kDFXyX6iQCU49mUCvU2p4ih21V7DJ5yuRvi
# Intel | Fatou Bensouda interview: alleged Mossad/Yossi Cohen threats, $500 envelope at her home... (@DaniMayakovski)

ipfs get --output=2067608272601743704.mp4 QmVd7D7esdgbaHHeX2rrGCcYFG6sUCbWPEuGQskHribY3B && ipfs pin add QmVd7D7esdgbaHHeX2rrGCcYFG6sUCbWPEuGQskHribY3B
# Intel | Brandy Vaughan — Merck whistleblower who warned any harm to her would be foul play; fou... (@ValerieAnne1970)

echo "========================================================"
echo "  Done. Videos downloaded and pinned to local IPFS node."
echo "  Verify with: ipfs pin ls --type=recursive"
echo "========================================================"