All Projects → monerodocs → md

monerodocs / md

Licence: MIT license
Unofficial technical documentation for Monero cryptocurrency

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to md

Awesome Privacy On Blockchains
A curated list of privacy on blockchains resources
Stars: ✭ 86 (+26.47%)
Mutual labels:  monero
Openmonero
Fully open sourced implementation of MyMonero backend
Stars: ✭ 133 (+95.59%)
Mutual labels:  monero
Onion Monero Blockchain Explorer
Onion Monero Blockchain Explorer
Stars: ✭ 194 (+185.29%)
Mutual labels:  monero
Cryptocurrency Cli
💰 Cryptocurrency Portfolio On The Command Line 💰
Stars: ✭ 99 (+45.59%)
Mutual labels:  monero
Kasisto
A Monero Point of Sale payment system
Stars: ✭ 120 (+76.47%)
Mutual labels:  monero
Coin Hive
CoinHive cryptocurrency miner for node.js
Stars: ✭ 1,923 (+2727.94%)
Mutual labels:  monero
Cakewallet
Home of Cake Wallet for XMR
Stars: ✭ 64 (-5.88%)
Mutual labels:  monero
Coinhive Stratum Mining Proxy
Browser mining on any pool using CoinHive.js library
Stars: ✭ 240 (+252.94%)
Mutual labels:  monero
Monero Python
A comprehensive Python module for handling Monero cryptocurrency
Stars: ✭ 122 (+79.41%)
Mutual labels:  monero
Webminerpool
Complete sources for a monero webminer.
Stars: ✭ 175 (+157.35%)
Mutual labels:  monero
Cromos
Cromos is a tool for downloading legitimate extensions of the Chrome Web Store and inject codes in the background of the application.
Stars: ✭ 103 (+51.47%)
Mutual labels:  monero
Mithril
Pure Rust Monero Miner
Stars: ✭ 112 (+64.71%)
Mutual labels:  monero
Monero Pool
A Monero mining pool server written in C
Stars: ✭ 158 (+132.35%)
Mutual labels:  monero
Xmrminer
An embeddable Monero miner written in Swift.
Stars: ✭ 87 (+27.94%)
Mutual labels:  monero
Monerobook
Mastering Monero Book
Stars: ✭ 211 (+210.29%)
Mutual labels:  monero
Sumoeasyminer
The most easy, intuitive CPU miner for cryptonote-based cryptocurrency
Stars: ✭ 77 (+13.24%)
Mutual labels:  monero
React Coin Hive
Mine cryptocurrency while your users haven't engaged with your content lately
Stars: ✭ 153 (+125%)
Mutual labels:  monero
MoneroTipper
Source code behind /u/MoneroTipsBot, a secure, on-chain Monero tipping service
Stars: ✭ 23 (-66.18%)
Mutual labels:  monero
Nemosminer
NemosMiner multi algo profit switching NVIDIA miner
Stars: ✭ 224 (+229.41%)
Mutual labels:  monero
Xmrminer
🐜 A CUDA based miner for Monero
Stars: ✭ 158 (+132.35%)
Mutual labels:  monero

MoneroDocs

About

Monerodocs attempts to organize basic technical knowledge on Monero in one place.

While technical explanations are out there, knowledge is scattered through reddit posts, git comments, stack exchange answers, chat logs and the source code. This makes it hard to find complete and up-to-date explanations on advanced topics.

The goal is to educate and onboard power users faster.

Contributing

To contribute to MoneroDocs, you'll need to setup your local Mkdocs-Material environment:

# Fork the monerodocs/md Github repo

# Clone your newly created repo- be sure to include the submodule flag
git clone --recurse-submodules [email protected]:your-user-name/md.git

cd md

# Install mkdocs dependencies
pip install mkdocs-material mkdocs-minify-plugin

# Run the documentation server locally
python3 -m mkdocs serve
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].