Skip to content

Instantly share code, notes, and snippets.

View shopglobal's full-sized avatar
💻
deploying Electronero 2.0

⛓️INTERCHAINED ⚡Electronero Network ʕ•̫͡•ʔ-̫͡-ʕ•͓͡•ʔ-̫͡-ʕ•̫͡•ʔ-̫͡-ʔ shopglobal

💻
deploying Electronero 2.0
View GitHub Profile
@shopglobal
shopglobal / UpDown.md
Created April 29, 2025 00:58
Up down game

Got it — Here’s everything combined into one clean post for your project:

Bitcoin Up/Down Betting Game (PHP + MySQL)

We are building a Bitcoin betting game where: • Players bet whether Bitcoin will go up or go down. • Each round is specific to each player and lasts exactly 5 minutes after their bet.

@shopglobal
shopglobal / gist:75870369efd042031f67e98976892850
Created November 3, 2017 21:20
How To Set Up Automatic Deployment with Git with a VPS
Introduction
For an introduction to Git and how to install, please refer to the introduction tutorial.
This article will teach you how to use Git when you want to deploy your application. While there are many ways to use Git to deploy our application, this tutorial will focus on the one that is most straightforward. I assume you already know how to create and use a repository on your local machine. If not, please refer to this tutorial.
When you use Git, the workflow generally is toward version control only. You have a local repository where you work and a remote repository where you keep everything in sync and can work with a team and different machines. But you can also use Git to move your application to production.
Server Setup
Our fictitious workspace:
@shopglobal
shopglobal / CryptoWhitepaper
Last active January 11, 2025 16:51
Crypto Whitepaper
Here’s a framework for a white paper for a private cryptocurrency. Replace placeholders with specific details about your project:
[Your Cryptocurrency Name] White Paper
Version 1.0 | [Date]
Abstract
This document introduces [Your Cryptocurrency Name], a private and secure cryptocurrency designed to ensure user anonymity while providing fast, scalable, and decentralized digital transactions. By leveraging advanced cryptographic techniques and decentralized ledger technology, [Your Cryptocurrency Name] addresses the increasing demand for privacy in financial transactions.
@shopglobal
shopglobal / Web2.md
Created September 29, 2024 20:58
Website

To create a website with the images you've generated, we can follow these steps:

  1. Website Structure: We'll organize the content into sections, such as a homepage featuring the main ad, a section for information about the cryptocurrency, and other visuals.

  2. HTML & CSS Layout: We can use basic HTML for structure and CSS for styling to ensure a clean and responsive design.

Here’s an example of how the website's HTML and CSS might look:

@shopglobal
shopglobal / Reqct3d.md
Created September 29, 2024 17:42
React 3d

Below is a basic outline for a modern cryptocurrency website with 3D elements using React and Three.js. This example demonstrates a hero section with a spinning 3D coin, basic styling using TailwindCSS, and a responsive layout.

Steps:

  1. Install dependencies:
    • Install React, Three.js, and TailwindCSS by running the following commands in your project directory:
      npx create-react-app crypto-website
      cd crypto-website
      npm install three @react-three/fiber @react-three/drei tailwindcss
@shopglobal
shopglobal / Threeneonsphere.md
Created September 27, 2024 17:03
Three.js neon sphere

To create a neon sphere using Three.js, you can follow these steps:

  1. Setup Three.js environment: Make sure you have included Three.js in your project. You can do this by adding the Three.js script in your HTML or installing it via npm if using a module bundler.

  2. Create a basic scene: We'll set up a scene, camera, renderer, and add a glowing neon material to a sphere.

HTML:

<!DOCTYPE html>
@shopglobal
shopglobal / CryptoBookers.md
Last active September 27, 2024 17:02
Crypto Bookers

Business Proposal for Crypto Bookers

Executive Summary

Crypto Bookers is a cryptocurrency network based on Monero (XMR), designed to provide a secure, private, and decentralized platform for peer-to-peer transactions, bookings, and payments. Leveraging Monero's unique privacy features, Crypto Bookers aims to cater to a market that values financial anonymity and security, such as freelance professionals, small businesses, and consumers who seek privacy in their transactions.

Business Objectives

  • Launch a secure and private cryptocurrency network leveraging Monero's privacy-focused technology.
  • Develop an ecosystem that facilitates anonymous transactions, bookings, and payments across various industries.
@shopglobal
shopglobal / Whitepaper1.md
Created September 27, 2024 15:03
Crystaleum white paper

Monero Fork White Paper

Version 1.0


Table of Contents

  1. Introduction
  2. Motivation for Forking Monero
@shopglobal
shopglobal / Website.md
Created September 24, 2024 20:23
Website with 3d elements

Creating a cool website with 3D elements and a hero slider involves using modern front-end technologies like HTML, CSS, JavaScript (and libraries like Three.js for 3D), and CSS frameworks like Bootstrap for layout and sliders. Here’s a step-by-step approach to building the site:

1. Basic Structure (HTML)

Start with a simple HTML structure:

<!DOCTYPE html>
<html lang="en">
<head>
@shopglobal
shopglobal / Workshop.md
Created September 24, 2024 19:47
Workshop selector

To build this application, here's a step-by-step approach using C# with Windows Forms or any similar desktop framework:

1. User Interface Design:

  • Create two ListBox controls:
    • One for selecting the Workshop.
    • One for selecting the Location.
  • Add a Button for calculation.
  • Add Label controls to display the Registration Cost, Lodging Cost, and Total Cost.

2. Workshop and Location Data: