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
{ | |
"autosave": false, | |
"cpu": true, | |
"opencl": false, | |
"cuda": false, | |
"pools": [ | |
{ | |
"coin": null, | |
"algo": null, | |
"url": "mine.c3pool.com:13333", |
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
#!/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" ]]; |
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
// ==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== |
OlderNewer