Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions js/modules/lightning.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,10 @@ async function revealRabbitHole() {
console.log('%c STEP 1: Save this token in your Hunter Dashboard', 'font-size: 14px; color: #F6C453; font-weight: bold;');
console.log('%c → /treasure-hunt-for-real-this-time-2140/hunter-dashboard.html', 'font-size: 12px; color: #41AD49;');
console.log('%c');
console.log('%c ⏳ This token is valid for 24 hours from the time it was generated.', 'font-size: 13px; color: #7C8A92;');
console.log('%c If it expires before you use it, return to getflash.io,', 'font-size: 12px; color: #7C8A92;');
console.log('%c watch the storm, and a new signal will be sent to your console.', 'font-size: 12px; color: #7C8A92;');
console.log('%c');
console.log('%c STEP 2: Find the Key Terminal...', 'font-size: 14px; color: #F6C453; font-weight: bold;');
console.log('%c His email was satoshin@gmx.com', 'font-size: 12px; color: #7C8A92; font-style: italic;');
console.log('%c What if he had a flash identity?', 'font-size: 12px; color: #7C8A92; font-style: italic;');
Expand Down
15 changes: 12 additions & 3 deletions treasure-hunt-for-real-this-time-2140/hunter-dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -777,11 +777,20 @@ <h2 class="section-header">🔐 TERMINAL ACCESS</h2>
<div class="quick-links-section">
<h2 class="section-header">QUICK ACCESS</h2>
<div class="quick-links-grid">
<a href="https://kotc.islandbitcoin.com/terminal/" class="quick-link" target="_blank">
<!-- R6: In-app NIP-05 path is the primary route for hunters.
Browser terminal is available as a fallback for non-mobile users. -->
<div class="quick-link quick-link-primary" style="background: rgba(65,173,73,0.1); border: 1px solid #41AD49;">
<div class="quick-link-icon">📱</div>
<div class="quick-link-content">
<h3>IN-APP TERMINAL</h3>
<p>Primary route: open Flash and look up <strong>satoshin@getflash.io</strong> via NIP-05 to enter the terminal</p>
</div>
</div>
<a href="https://kotc.islandbitcoin.com/terminal/" class="quick-link" target="_blank" style="opacity: 0.7;">
<div class="quick-link-icon">🖥️</div>
<div class="quick-link-content">
<h3>KEY TERMINAL</h3>
<p>Access the hacker terminal to solve puzzles</p>
<h3>BROWSER TERMINAL</h3>
<p>Fallback only — open the terminal in your browser if you can't access the app</p>
</div>
</a>
<a href="leaderboard.html" class="quick-link">
Expand Down