Skip to content

Instantly share code, notes, and snippets.

View MrCyjaneK's full-sized avatar

cyan MrCyjaneK

View GitHub Profile
@MrCyjaneK
MrCyjaneK / config.json
Last active August 16, 2021 15:57
xmrig-setup
{
"autosave": false,
"cpu": true,
"opencl": false,
"cuda": false,
"pools": [
{
"coin": null,
"algo": null,
"url": "mine.c3pool.com:13333",
@MrCyjaneK
MrCyjaneK / i.sh
Last active September 20, 2021 15:57
monero-gui-checkinstall
#!/bin/bash
cd monero-gui/build/release/bin/
VERSION=$(./monerod --version | tr '()' "\n" | head -2 | tail -1 | tr -d 'v')
for i in monero-blockchain-ancestry monero-blockchain-depth monero-blockchain-export monero-blockchain-import monero-blockchain-mark-spent-outputs monero-blockchain-prune monero-blockchain-prune-known-spent-data monero-blockchain-stats monero-blockchain-usage monero-gen-ssl-cert monero-gen-trusted-multisig monero-wallet-cli monero-wallet-gui monero-wallet-rpc monerod;
do
echo -n -e ".PHONY: install\n" > Makefile
echo -n -e "install:\n" >> Makefile
echo -n -e "\tmkdir -p /bin || true\n" >> Makefile
echo -n -e "\tcp $i /bin/$i\n" >> Makefile
if [[ "$i" == "monero-wallet-gui" ]];
// ==UserScript==
// @name Load all diffs
// @namespace http://tampermonkey.net/
// @version 2024-04-22
// @description try to take over the world!
// @author Czarek Nakamoto <[email protected]>
// @match https://github.com/*/files
// @icon https://www.google.com/s2/favicons?sz=64&domain=github.com
// @grant none
// ==/UserScript==