This file contains 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
https://medium.com/geekcash/how-to-setup-own-mining-pool-step-by-step-2bb8ee02820 | |
https://deeponion.org/community/threads/how-to-setup-a-mining-pool.27367/ | |
https://github.com/MPOS/php-mpos | |
https://blockgen.net/setup-your-own-mining-pool/ | |
https://github.com/aionnetwork/aion_pool2 |
This file contains 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
if you want to run headless, then run ifconfig in your odroid to find ip address | |
ifconfig -a | |
This is why you need net-tools | |
ping [email protected] | |
-- 192.168.1.20 ping statistics --- | |
30 packets transmitted, 30 received, 0% packet loss, time 29078ms | |
rtt min/avg/max/mdev = 3.398/151.852/2138.388/465.393 ms, pipe 3 |
This file contains 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
http://ecchacks.cr.yp.to/ | |
31C3 conference |
This file contains 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
<div id="count"></div> | |
<button onclick="state.count++">++</button> | |
<script> | |
let currentEffect | |
class Dep { | |
constructor() { | |
this.subscribers = new Set() | |
} |
This file contains 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
https://github.com/CryptoKube-io/exercise/blob/cd4b01821fef5cfbe01402810e3ed1a8d298987e/00_docker_light_client/README.md |
This file contains 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
https://bcoin.io/ | |
https://bitcore.io/ |
This file contains 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
https://gitlab.com/NebulousLabs/Sia/blob/master/doc/API.md#standard-responses | |
https://support.sia.tech/article/zj76e7tvdq-sia-ui-performing-a-clean-install |
This file contains 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
https://github.com/portainer/portainer | |
https://gist.github.com/deviantony/77026d402366b4b43fa5918d41bc42f8 | |
https://github.com/rancher/rancher | |
https://github.com/codeabovelab/haven-platform#delegated-admin | |
https://www.joyent.com/ | |
https://github.com/mistio/mist-ce | |
https://hyper.sh/ | |
https://github.com/hyperhq | |
http://fabric8.io/ | |
https://github.com/bitnami |
This file contains 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
$ docker volume create letsencrypt_challenges | |
$ docker run -d \ | |
--name nginx \ | |
-v letsencrypt_certs:/etc/letsencrypt \ | |
-v letsencrypt_challenges:/var/www/letsencrypt \ | |
-p 80:80 \ | |
-p 443:443 \ | |
-e "NGINX_HTTP2_ENABLED=true" \ | |
-e "NGINX_REDIRECT_PORT80=true" \ |
This file contains 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
https://stackoverflow.com/questions/39124703/less-to-sass-how-to-translate-less-guard-when-default-to-sass |