https://frjoga.com/

Submitted URL:
https://frjoga.com/
Report Finished:

The outgoing links identified from the page

LinkText
https://github.com/jtgrassie/monero-poolPowered by jtgrassie/monero-pool

JavaScript Variables · 11 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
Chartfunction
format_last_timefunction
getStatsfunction
copyEmailfunction
getPoolDatafunction
getNetworkDatafunction
format_hashratefunction

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
        <title>Monero Mining Pool</title>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <link rel="icon" href="components/favicon.ico" type="image/x-icon">
        <link rel="apple-touch-icon" sizes="180x180" href="components/favicon.ico">
        <link rel="icon" sizes="192x192" href="components/favicon.ico">
        <link rel="icon" sizes="512x512" href="components/favicon.ico">
        <meta name="description" content="Join our Monero Mining Pool to efficiently mine Monero with low fees and real-time statistics. Secure, Fast and Reliable!">
        <meta name="keywords" content="Monero, mining pool, cryptocurrency, blockchain, XMR, Monero mining, pool mining, frjoga, solar mining">
        <meta name="author" content="Frjoga">
        <meta property="og:title" content="Monero Mining Pool">
        <meta property="og:description" content="Efficient and secure Monero mining pool with real-time statistics.">
        <meta property="og:url" content="https://frjoga.com">
        <link rel="stylesheet" href="components/style.css">
    </head>
    <body>
        <header>
            Monero Pool Dashboard
        </header>
        <div class="dropdown">
            <button class="dropbtn">More Info</button>
            <div class="dropdown-content">
                <p><strong>Mining url</strong> = frjoga.com</p>
                <p><strong>Mining port</strong> = 4242</p>
                <p><strong>Username</strong> = monero address</p>
                <p><strong>Password settings</strong> "sd=" starting difficulty</p>
                <p><strong>This pool will disconnect miners with too low or too high difficulty!</strong></p>
                <p><strong>Email Support:</strong> <span id="email">[email protected]</span> <button onclick="copyEmail()">Copy</button></p>
                <p>This monero mining pool is powered primarily by solar with backups in place to prevent downtime.</p>
            </div>
        </div>   
        <div class="container">
            <div class="stat-card">
                <h3>Pool Hashrate</h3>
                <p id="pool_hashrate">92.02 KH/s</p>
            </div>
            <div class="stat-card">
                <h3>Blocks Found</h3>
                <p id="pool_blocks_found">5</p>
            </div>
            <div class="stat-card">
                <h3>Last Block Found</h3>
                <p id="last_block_found">8 days ago</p>
            </div>
            <div class="stat-card">
                <h3>Network Hashrate</h3>
                <p id="network_hashrate">3.17 GH/s</p>
            </div>
            <div class="stat-card">
                <h3>Network Height</h3>
                <p id="network_height">3248421</p>
            </div>
            <div class="stat-card">
                <h3>Network Difficulty</h3>
                <p id="network_difficulty">380.33 GH</p>
            </div>
            <div class="stat-card">
                <h3>Last Template Fetched</h3>
                <p id="last_template_fetched">14 seconds ago</p>
            </div>
            <div class="stat-card">
                <h3>Miners</h3>
                <p id="miners">2</p>
            </div>
            <div class="stat-card">
                <h3>Round Hashes</h3>
                <p id="round_hashes">1139.09 GH</p>
            </div>
            <div class="stat-card">
                <h3>Pool Port</h3>
                <p id="pool_port">4242</p>
            </div>
            <div class="stat-card">
                <h3>Pool Fee</h3>
                <p id="pool_fee">0.01%</p>
            </div>
            <div class="stat-card">
                <h3>Payment Threshold</h3>
                <p id="payment_threshold">0.05</p>
            </div>
            <div class="charts">
                <canvas id="poolChart" width="330" height="165" style="display: block; box-sizing: border-box; height: 165px; width: 330px;"></canvas>
            </div>
            <div class="charts">
                <canvas id="networkChart" width="330" height="165" style="display: block; box-sizing: border-box; height: 165px; width: 330px;"></canvas>
            </div>
        </div>

        <div class="footer">
            <small><a href="https://github.com/jtgrassie/monero-pool">Powered by jtgrassie/monero-pool</a></small>
        </div>

        <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/chartjs-plugin-crosshair"></script>
        <script src="components/script.js"></script>
    


</body></html>