GitGab19 / stratumprotocol.org

Website for the Stratum V2 bitcoin mining protocol

Home Page:https://stratumprotocol.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stratumprotocol.org

Build the project Locally

In order to build the website locally, you'll need Node.js >= 14.16 (or basically the latest LTS version).

The setup is straight forward:

# Install dependencies
yarn install

# Serve locally (by default on port 8080)
yarn dev

Embedding YouTube videos

To add a YouTube video with a preview, you can so so by linking to it like this:

[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/YOUTUBE_VIDEO_ID_HERE/mqdefault.jpg)](https://www.youtube.com/watch?v=YOUTUBE_VIDEO_ID_HERE)

Note that the link item need to be a preview image (either from YouTube or a custom one) to result in an embedded video.

About

Website for the Stratum V2 bitcoin mining protocol

https://stratumprotocol.org

License:MIT License


Languages

Language:Vue 66.0%Language:JavaScript 24.9%Language:Stylus 9.1%