Skip to content

Instantly share code, notes, and snippets.

@CloudMining
CloudMining / coin-renamer.sh
Created July 18, 2017 05:28
Coin Renamer
#/bin/bash!
##############*~~ ~~*##############
# #
# #
# Renames "Litecoin" to "Bitcoin" #
# #
# #
@CloudMining
CloudMining / genesis.py
Last active May 8, 2025 06:11
supported_algorithms = ["SHA256", "quark-hash", "argon2-hash", "scrypt", "X11", "X13", "X15", "heavycoin_hash", "lyra2re2_hash", "qubit_hashs"]
import hashlib, binascii, struct, array, os, time, sys, optparse
import scrypt
from binascii import hexlify
from construct import *
def main():
options = get_args()

How To Clone Scrypt Based Altcoins for Fun and Profit

Wait a second, why would you want to give out the secrets?!? Because its not a secret anymore and besides, why shouldn't everyone and their neighbors be able to create a plethora of these useless yet exciting math bits? The information in this article took me a few weeks to compile and what works for me is not guaranteed to work for you. Please use this guide as a starting point to learn a bit about C programming and compiling software.