Skip to content

Instantly share code, notes, and snippets.

View jack60612's full-sized avatar
😀
Being a student

Jack Nelson jack60612

😀
Being a student
View GitHub Profile
@jack60612
jack60612 / all_cat1_addresses.txt
Created August 1, 2022 05:45
ALL Chia CAT1 Puzzle Hashes
This file has been truncated, but you can view the full file.
0xcbc0af169fbf4ed481723a1b7d478fdedb2637646bf3c980f3889fe7fcc6423e
0x667081993fb2caa9b29e9b9d8f5d1fdb9d98f53dbcfc7dc1dab78d6f4495d1b6
0xab821c575645f0775f083d0ba5b615f9d601056dde4a5fa5cb7ec6843fe98dac
0x98b2405309d021fb9c018a8f322cfc979197db92007bbaaeef105caeb5091d6c
0xcd2488e732b15d99366915f40f682ab75e8401f8de1cf95df717385ef5b3bffe
0x7953a9ef95e50ece80b22f4e6b50d1ee9ae494f7d34ed8b30b7ed6a70370245e
0x84ae0613c60bab2a88e4254507aaf44e41ecb52b21fe119fe66c037e0562dde2
0x8fe0c4fbdac8e3e3f57eaf71b16027be889a427d7dfb9a8ec49d4bb6c2ccc315
0x405abec4da65d8f09595b7794872c3eefad5d1d0c41a99954ba3eb0af4da343d
0xe5605a7e1a11c033501e590047a5282598222ede8084c3ac5b441998ff92ac8a
@jack60612
jack60612 / chia-cat1-non-observer-finder.py
Last active August 1, 2022 06:09
Enter a ph to check if it had CAT1's at EOL Height
import csv
target_csv = "cat1_csv_files/000_cat1-snapshot.csv"
all_addresses_file_name = "all_cat1_addresses.txt"
def main():
print(f"Loading {target_csv}, this might take a while.")
with open(target_csv, mode='r') as csv_file:
csv_reader = csv.DictReader(csv_file, fieldnames=["tail_id", "target_ph", "amount"])
<?php namespace App\Controllers;
$db = db_connect();
use DB;
class HomeController extends BaseController
{
//Home Page
function index(){
<?php
namespace App\Controllers;
$db = db_connect();
use DB;
class AdminController extends BaseController
{
function Index(){
<?php namespace App\Controllers;
/**
* Class BaseController
*
* BaseController provides a convenient place for loading components
* and performing functions that are needed by all your controllers.
* Extend this class in any new controllers:
* class Home extends BaseController
*

Keybase proof

I hereby claim:

  • I am jack60612 on github.
  • I am jacknelson (https://keybase.io/jacknelson) on keybase.
  • I have a public key ASBiu5XRJNsES4d0cDxqgQBpNEP9_EgwuvKCQJ6HFtzcWAo

To claim this, I am signing this object: