Ord.io Logo
Ord.io
Inscription

61,549,984

<head>
  <meta charset="UTF-8">
  <style>
    body {
      background: #121518;
      padding: 10px;
    }

    p,
    h2,
    h3,
    h4,
    ul,
    li {
      font-family: 'Courier New';
      color: #eaeaea;
    }

    li {
      margin-bottom: 6px;
    }
  </style>
</head>

<body>
  <h2>Rune Mania Miner: Mining operation initiated…</h2>

  <p>Welcome to Rune Mania: the ultimate mining challenge in the wastelands of the future. Engage in the extraction of ancient runes by harnessing stones, boosts, and runes.</p>

  <h3>Operational guidelines:</h3>

  <ul>
    <li><strong>Airdrop Deployment:</strong> 3,547 RMMs have been airdropped from the Rune Mania Mothership to dedicated RSIC miners that have an active RSIC Boost. The snapshot for the airdrop was made on Feb 20 2024 - 6:00am EST. 253 RMMs are reserved for the Rune Mania team.</li>
    <li><strong>RMM Activation Protocol:</strong> Each RMM will start mining as soon as the RMM is transferred once after airdrop (self-transfer is allowed)</li>
    <li><strong>RMMA core:</strong> Mining output is governed by the RMMA (Rune Mania Miner Algorithm) which determines your Mania Multiplier: a dynamic multiplier fluctuating with your miner's stone, boosts, and unearthed runes.</li>
    <li><strong>Generation:</strong> Stones, Runes and Boosts are dynamically generated from the inscription ID of the miner and the current Block Height.</li>
    <li><strong>Performance:</strong> Analyzing mining performance can be done though the RMMD (Rune Miner Mania Dashboard) which will be available later in the game. </li>
    <li>Some specifics of the RMMA are redacted for now, but can be unveiled by analyzing RMMs and the dashboard.</li>
  </ul>

  <p>End of Transmission. Prepare for mining…</p>

  <hr />

  <h2>RMMA core</h2>

  <p>Mining output is governed by the RMMA (Rune Mania Miner Algorithm) which determines your Mania Multiplier: a dynamic multiplier fluctuating with your miner's stone, boosts, and unearthed runes.</p>

  <p>Each miner has an initial Mania Multiplier of 1, equivalent to mining 10,000 runes per block. Depending on the stats for each boost, the Mania Multiplier will increase and more runes will be minted per block.</p>

  <h3>RMMA Boosts</h3>
  <p>There are a total of 5 Boosts that affect mining output for each RMM.</p>

  <ul>
    <li>🟒 Mining boost (Green bar, bottom)</li>
    <li>πŸ”΄ Mana Boost (Red Runestone, left side)</li>
    <li>πŸ”΅ Block Boost (Blue Runestone, right side)</li>
    <li>πŸ—Ώ Stone Boost (Center Stone type)</li>
    <li>✨ Rune Boost (Rune signs on stones)</li>
  </ul>

  <hr />

  <h3>🟒 Mining Boost</h3>
  <ul>
    <li>Determined by the first 2 numbers in inscriptionID (0-99) </li>
    <li>Minimum Mining Boost = 15%</li>
    <li>Range: 15-99% shown in the Green Progress Bar</li>
    <li>Static boost</li>
  </ul>

  <p><strong>Formula:</strong></p>
  <p>Mining Boost / 400 = Mania Multiplier bonus</p>

  <p><strong>Examples:</strong></p>
  <ul>
    <li>20% Mining Boost = 20/400 = Mania Multiplier +0.05</li>
    <li>40% Mining Boost = 40/400 = Mania Multiplier +0.1</li>
    <li>60% Mining Boost = 60/400 = Mania Multiplier +0.15</li>
    <li>99% Mining Boost = 99/400 = Mania Multiplier +0.2475</li>
  </ul>

  <hr>

  <h3>πŸ”΄ Mana Boost </h3>
  <ul>
    <li>Determined by the last 2 numbers in inscriptionID (0-99) </li>
    <li>Minimum Mana Boost = 10%</li>
    <li>Range: 10-99% shown in the Red Runestone (left side)</li>
    <li>Static boost</li>
  </ul>

  <p><strong>Mana Boost Activation:</strong> Activate the Mana Boost by ensuring the total Mana of RMMs at a single address hits 100% or higher. Acquire extra RMMs on secondary markets or engage in strategic alliances with fellow miners to attain the 100% Mana criterion. </p>

  <p>Achieving 100% Mana in a single address grants a Mania Multiplier +0.2 for every RMM stored in that address.</p>

  <p>Team addresses are excluded from Mana Boost.</p>

  <hr />

  <h3>πŸ”΅ Block Boost </h3>
  <ul>
    <li>Determined by the first 2 letters in inscriptionID & current block height</li>
    <li>Range: 11-100% shown in the Blue Runestone (right side)</li>
    <li>Dynamic boost</li>
  </ul>

  <p>The Block Boost of your RMM is the sum of a static number determined by your inscription id + a dynamic bonus linked to the current block height. This combination directly increases your Mania Multiplier.</p>

  <p><strong>Static Block Bonus:</strong> Based on your Inscription ID's first two letters, converted to numbers (A=1, B=2, etc.), with a possible boost of 11% to 66%.</p>

  <p><strong>Dynamic Block Bonus:</strong> Changes with the blockchain block height, growing 1% every 100 blocks, from 0% (at block height 831100) to a maximum of 89% (at block height 840000, the bitcoin halving).</p>

  <p>Your total Block Boost is the sum of the static and dynamic bonus divided by 400 enhancing your Mania Multiplier accordingly. For instance, a Block Boost of 55% increases your multiplier by 0.1375.</p>

  <p><strong>Formula</strong></p>
  <p>(Static Block Bonus + Dynamic Block Bonus) / 400</p>

  <ul>
    <li>11% Block Boost = 11/400 = Mania Multiplier +0.0275</li>
    <li>50% Block Boost = 50/400 = Mania Multiplier +0.125</li>
    <li>70% Block Boost = 70/400 = Mania Multiplier +0.175</li>
    <li>100% Block Boost = 100/400 = Mania Multiplier +0.25</li>
  </ul>

  <p><strong>Block Boost Example:</strong></p>
  <ul>
    <li>Last 2 letters in inscriptionID = CE = 35% static bonus</li>
    <li>Current Block Height = 833100 = 20% dynamic bonus</li>
    <li>Total BlockBoost = 55% = 55/400 = Mania Multiplier +0.1375</li>
  </ul>

  <hr />

  <h3>πŸ—Ώ Stone Boost</h3>

  <p>β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ</p>
  <p>β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ</p>

  <ul>
    <li>β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ</li>
    <li>β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ</li>
    <li>β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ</li>
    <li>β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ</li>
    <li>β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ</li>
    <li>β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ</li>
    <li>β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ</li>
    <li>β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ</li>
    <li>β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ</li>
    <li>β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ</li>
    <li>β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ</li>
    <li>β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ</li>
  </ul>

  <hr />

  <h3>✨ Runes Boost</h3>

  <p>β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ</p>

  <ul>
    <li>[twoRunesSame] β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ</li>
    <li>[threeRunesSame] β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ</li>
  </ul>

  <p>β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ</p>

  <hr />

  <h3>https://x.com/RuneManiaMiner</h3>
</body>
Image

bc1pj...snvs0

1 year ago

didnt receive the airdop!... sad... lol
Owner Image

bc1p9...w6we8

1 year ago

bc1p98yh8w2cgy80rtllwtlqm5wdte0phzwms48yt9uvxx8qhhpn04dsfw6we8 This is my second wallet that should have qualified that did not get the drop. Please make this right.
Owner Image

bc1py...9cp02

1 year ago

I have a RSIC miner and boost in this wallet and did not get the airdrop even though in your β€œwhitepaper” ordinal here you state snapshot Feb 20 6am est. I should have qualified Please help me out bc1pyy6g8m4fw4vnxtstfunqng4lhk4ryxlzrn3x84lj8njls2lnjjpq79cp02
Owner Image

bc1py...c0f77

1 year ago

bc1pyqa2ks8ffnhga2hd70y6y3fkkm0tayvgsmnxuysx78u6ejl6pfqswc0f77
Owner Image

bc1pk...6zrzz

1 year ago

IoI
Image
bc1p6cdc9p06phvfwn4x3rgygj00dm0z3d2fzqnwek0436qv9sakx4esak4n38
Image

fogaça

1 year ago

bc1plsvmxwpfajqa430dn7wphjktl3rckt2arfmmcyzlg7gdtzcj68eq6cuayy
Owner Image

bc1pt...xqhgv

1 year ago

bc1pt4yfhzhu8r6lznlwj4mrsphdfzvhsqse0pkn6mh3npdmsanftess3xqhgv
Owner Image

bc1p5...uy2w4

1 year ago

bc1p5r8lkz33650qtkj8yffmhqhjxqh64p9sm9saued072w32xdwehcs6uy2w4
Owner Image

bc1py...qheu3

1 year ago

bc1py27rp5z308c48t7fhkfmvd596dcumypgktrpzlzak5tzhc6gmteqgqheu3
Owner Image

bc1p5...7whna

1 year ago

bc1p567gx726jhfgp5m4dr24qvs8a9v4pytgqha3wqrtapkshh542trql7whna
Owner Image

bc1p4...s50qw

1 year ago

bc1p46kcqgy49fn09axrtenln85cmhfm4uy3pfpt2lv7ra7mp0nhhzgsls50qw
Image

bones_76

1 year ago

Bless Me #RuneMania πŸ™ bc1pja2a33la792vanf32h2yhz8ty08n5zzdkn57l8t6l2d424wuku7qkdvpsw
Owner Image

bc1pc...erru7

1 year ago

bc1p63l9067tdmhaljwzxdahclnh8ecwmdly55xvu4auc0v2nw9z7l5qpjjda3
Image

bdjcinks

1 year ago

Will there be a market for the miner soon?
Owner Image

bc1qe...ar66p

1 year ago

bc1qe3j2qzzy5k9tkczntg66chn88g8crv4cvar66p
Image

Hiro monta

1 year ago

bc1pudtn64qmar376474jlv2knka3k56hsx4fdk26axk3sv5y0xgtngspuhpwf
Image

bc1pv...pwm5y

1 year ago

bc1pvc6grqgaqx8f6qqsejuz3788fup8nt0v24wman2yr9q2jqm43d5qcpwm5y
Owner Image

bc1pd...2enad

1 year ago

bc1pd6dn0d5h3nwvjxlr3ey3rf4thndvhapu54zhqs38xa57uk3hzkfqa2enad
Owner Image

bc1pn...d2x33

1 year ago

bc1pnqccvmvwgvxk8ltnz7wexj640mx6y6hggky5agvqasr98fsgg2rspd2x33
Owner Image

bc1pn...ma9md

1 year ago

bc1qx48hlftsj9p28dqmq0d783lnxvd7vpp3ew6l9y
Owner Image

bc1pn...ma9md

1 year ago

LFG
Owner Image

bc1qg...mj0zz

1 year ago

bc1q97j9ur8t2mamn6s2crd6qvs8gwgwhd44qdewwd
Owner Image

bc1pj...px8y2

1 year ago

bc1pjp42g9sxh0ym300lgxte37tdtq775p25zuap3aj6ut0tg7sc2vss7px8y2
Owner Image

bc1qr...x36vc

1 year ago

bc1qrg0fuvahak5l4a6saqhx769w9ugnh3cg7x36vc
  • ID

    ebe30...c5fi0

  • Owned By
  • File Type

    HTMLtext/html;charset=utf-8

  • File Size

    7.72 KB

  • Created

    February 20, 2024, 2:33 PM UTC

    1 year ago

  • Creation Block
  • Creation Transaction
  • Creation Fee

    52,750sats

  • Tags

    No tags yet

Sat