Skip to content

Instantly share code, notes, and snippets.

View insidenothing's full-sized avatar
💭
in the clouds

Patrick McGuire insidenothing

💭
in the clouds
View GitHub Profile
Max Block Number 500,000,000.
Total number of available coins 18,446,744,073,709,551,616.
Difficulty Target is 60 Seconds.
@insidenothing
insidenothing / config.json
Last active January 17, 2022 21:18
Basic xmrig config for BMoreCoin BALTx
{
"api": {
"id": null,
"worker-id": null
},
"http": {
"enabled": false,
"host": "127.0.0.1",
"port": 0,
"access-token": null,
@insidenothing
insidenothing / Failed protocol version verifying
Last active July 9, 2021 14:31
Error Message when trying to connect MM2 to ElectrumX 1.17.0
Following This
https://developers.komodoplatform.com/basic-docs/atomicdex/atomicdex-tutorials/how-to-become-a-liquidity-provider.html#connecting-to-a-network-other-than-kmd-or-ltc
coins setup
{
"coin": "KEVA",
"name": "kevacoin",
"fname": "KevaCoin",
"rpcport": 9337,
@insidenothing
insidenothing / news_marquee.php
Created November 18, 2020 19:09
sample tech used in broadcast
<meta http-equiv="refresh" content="300">
<marquee style='background-color: black; font-size:90px;'>
<span style='color:lightblue;'><?PHP echo date('F j, Y, g:i a')." Don't forget to share and like the live video!";?></span>
<span style='color:orange;'>+++ COVID NEWS +++<span>
<?PHP
global $core;
$q = "select * from newsbot where title like '%covid%' and post_status like '".date('D, d M Y')."%' ";
$r = $core->query($q);
while($d = mysqli_fetch_array($r,MYSQLI_ASSOC)){
Before
Using 76 API's for 9 States we are currently Processing Zip Codes for 2020-08-11 11:05:55. We have processed 24 and have 2357 to process. 2,381 Total. 395 Living Facilities View APIs HERE. #BigData #covid19math
Go to ZIP CodeSECURE
Patrick McGuire, Stay Safe!
API 3311111111111111111111111111' UNION SELECT (select CONCAT(CHAR(91,88,93),count(*),CHAR(91,88,93)) FROM core.psActivity ),2 -- CACHE [X]2634[X] ON 2
Error Check: The used SELECT statements have a different number of columns
done
@insidenothing
insidenothing / Dockerfile
Created July 2, 2020 13:38
Possible Dependencies
FROM centos:8
MAINTAINER Patrick McGuire (mcguire@mdwestserve.com)
# has issues sometimes
ARG CACHEBUST=2
RUN yum -y install http://rpms.remirepo.net/enterprise/remi-release-8.rpm
RUN sed -i 's/enabled=0/enabled=1/g' /etc/yum.repos.d/remi.repo
RUN yum -y update
<?PHP
if (isset($_POST['document']) && isset($_POST['text1'])){
// do stuff
}
?>
<script>
function getObject(obj) {
var theObj;
if(document.all) {
@insidenothing
insidenothing / GoPro Fusion Workflows.md
Last active February 17, 2020 14:40
Try to track our current workflows

GoPro Studio 1.3

YouTube

  • .mov
  • Inject Spacial Data
  • 5.2k

Facebook

  • facebook kills my videos about 30 minutes after upload... backup...

Insta360 Studio 2019

<?PHP
// input website
// output domains used
if(isset($_POST['url'])){
$site = $_POST['url'];
}else{
$site = 'https://www.';
}
?>
<form method='POST'>
hello world