Skip to content

Instantly share code, notes, and snippets.

@g0dspeak
g0dspeak / genesis.py
Created May 8, 2025 06:11 — forked from CloudMining/genesis.py
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()
#/bin/bash!
##############*~~ ~~*##############
# #
# #
# Renames "Litecoin" to "Bitcoin" #
# #
# #
#!/bin/bash
# This script will install all needed dependencies to run the backend for a public node.
# The script is designed to work on Debian 9 stretch
# If you do not have a github account, create one to simplify the install process
# First fork this repo https://github.com/crappyrules/turtlecoind-ha/tree/script then edit index.js line 67 to add your wallet address and 68 for set your node fee
# Then fork this gist https://gist.github.com/crappyrules/5087dd1485064620dcc97420e7af8f84/forks. Edit line 21 to point to your github and not mine
# so it would be git clone -b script https://github.com/YOURGITHUBNAME/turtlecoind-ha.git
# after you've forked and edited the script on github, click the Raw button at the top of the code. copy that URL
# go to your bash prompt and type
# sudo apt update && sudo apt install -y wget && wget URL TO YOUR GIST GOES HERE
@g0dspeak
g0dspeak / forking-nest.md
Created January 29, 2024 06:23 — forked from woodyjon/forking-nest.md
Fork Nest for your fork of TurtleCoin

Fork Nest for your fork of TurtleCoin

If you created your cryptonote coin by forking TurtleCoin and you want a universal desktop GUI wallet to go with it, Nest is your best choice. This guide will help you to fork Nest and adapt it to your coin.

Warning

I have no idea when you forked TurtleCoin and how you keep up with its development. Nor do I know all the parameters you changed and what you implemented differently compared to TurtleCoin. TurtleCoin-Nest evolves very much together with TurtleCoin. Adapting Nest will depend from coin to coin. In this guide, we do our best to identify the things to modify and places in the code to look at. But do not expect it to be one-size-fits-all. That being said, we will assume that you followed this guide to create your coin: Forking TurtleCoin .

Nest was not developed with the idea in mind to be easily forked for other coins (Shame on me! But sorry, I did not expect it to gather so much interes

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.

@g0dspeak
g0dspeak / litecoin fork
Created January 19, 2024 11:04 — forked from samjoshuva/litecoin fork
how to fork and deploy litecoin
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils
sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev
sudo apt-get install libminiupnpc-dev
sudo apt-get install libzmq3-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev