This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| NVIDIA Driver Version: 456.38 CUDA Version: 11.1 | |
| Credit: blazer | |
| For benchmarking the card and allowing me to release the benchmarks here | |
| There are some warnings about the CUDA Toolkit/Driver version but they dont appear to affect functionality or speed. | |
| It appears to be some sort of version missmatch issue during detection and is seemingly just cosmetic. Noted for further investigation. | |
| hashcat (v6.1.1-83-g90fb4aad) starting in benchmark mode... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use anyhow::{anyhow, Result}; | |
| use log::{error, info, warn}; | |
| use serde::{Deserialize, Serialize}; | |
| use solana_client::rpc_client::RpcClient; | |
| use solana_sdk::{ | |
| commitment_config::CommitmentConfig, signature::Signature, transaction::TransactionError, | |
| }; | |
| use std::time::Duration; | |
| use tokio::time::sleep; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import json | |
| import asyncio | |
| import signal | |
| import os | |
| import sys | |
| from datetime import datetime, timezone | |
| from dotenv import load_dotenv | |
| import nats | |
| from nats.aio.msg import Msg | |
| from log_config import get_logger |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| # Uses construct and is a bit nicer code | |
| import pytz | |
| import pprint | |
| import datetime | |
| from construct import Int64ul, Int64sl, Struct | |
| import requests | |
| import base64 | |
| def main(): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*from shadowystupidcoders */ | |
| import { PublicKey, Keypair, Connection, ComputeBudgetProgram, SystemProgram, Transaction, TransactionInstruction } from '@solana/web3.js'; | |
| import { u8, struct, NearUInt64 } from "@solana/buffer-layout" | |
| import { u64, publicKey } from "@solana/buffer-layout-utils" | |
| import * as spl from "@solana/spl-token" | |
| import BN from 'bn.js' | |
| import dotenv from 'dotenv'; | |
| import bs58 from 'bs58'; | |
| dotenv.config(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "slot": 262953324, | |
| "transaction": { | |
| "signatures": [ | |
| "5sM7MGqLTrPKPjqPgYcKrL9Beq7wNmV4E3hxJXJnGTgfJPeXUR8ULGX9nGaREHrx7FWaaKnnScp1tXaffDJzokah" | |
| ], | |
| "message": { | |
| "accountKeys": [ | |
| { | |
| "pubkey": "FHdEcRSnXGvdVsws5FxmvGSgJAUpXcCr4RhsGjuDHxCU", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "slot": 262201689, | |
| "transaction": { | |
| "signatures": [ | |
| "5a5fadQjqcxdsAu8cKEEpS4Ymr7ZoM2U3ssqDnmwVY5YpHiv97vH1Vq6guBnYEP3P4NY6PqFRD2oEyRCAL1FkrwE" | |
| ], | |
| "message": { | |
| "accountKeys": [ | |
| { | |
| "pubkey": "9nnwVAfRKGKpzeTcRxdyqbSroroGCM1HTfMZ489UxEaV", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "blockTime": 1713533892, | |
| "meta": { | |
| "computeUnitsConsumed": 124408, | |
| "err": null, | |
| "fee": 25002, | |
| "innerInstructions": [ | |
| { | |
| "index": 2, | |
| "instructions": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 0 => LogType::Init, | |
| // 1 => LogType::Deposit, | |
| // 2 => LogType::Withdraw, | |
| // 3 => LogType::SwapBaseIn, | |
| // 4 => LogType::SwapBaseOut, | |
| export function decodeRayLogInit(encodedLog: string): any { | |
| // pub struct InitLog { | |
| // pub log_type: u8, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "SolBullTard", | |
| "symbol": "SBT", | |
| "uri": "https://gist.githubusercontent.com/benjiqq/7a9ad6e9f00d3691155b37e86c24ec6f/raw/33bfd2b48fd64de3f39c6660458eed52077061ca/bulltard", | |
| "seller_fee_basis_points": 500 | |
| } |
NewerOlder