Skip to content

Instantly share code, notes, and snippets.

View ktalebian's full-sized avatar

Kousha Talebian ktalebian

View GitHub Profile
@ktalebian
ktalebian / unmineable-fastest.js
Created February 24, 2022 04:32
Find out which coin is the fastest to reach minimum payout requirement
const https = require('https');
// Usage: node unmineable-fastest.js 26
// Where the first argument is your GPU's hashrate in MH/s
/**
* onResponse handler for https request
*/
const onResponse = (resolve) => (res) => {
const data = [];
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: PR Validator
on:
push:
branches: [main]
pull_request:
branches: [main]

Keybase proof

I hereby claim:

  • I am ktalebian on github.
  • I am ktalebian (https://keybase.io/ktalebian) on keybase.
  • I have a public key ASDF5VL0O8Hbwbcp1leM56HbFagssMost8b93XDjGUBMVwo

To claim this, I am signing this object:

Index: Configuration.h.dist
===================================================================
--- Configuration.h.dist (revision 434)
+++ Configuration.h.dist (working copy)
@@ -42,7 +42,22 @@
#define SPEED_INITIAL_IGAIN 100 //our integral gain.
#define SPEED_INITIAL_DGAIN 10 //our derivative gain.
+/****************************************************************************************
+ * Here's where you define the temperature PID and temperature monitor config