Skip to content

Instantly share code, notes, and snippets.

@da-moon
da-moon / Pool
Last active November 6, 2018 20:44
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
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
http://ecchacks.cr.yp.to/
31C3 conference
@da-moon
da-moon / 1.html
Last active January 16, 2019 20:53
<div id="count"></div>
<button onclick="state.count++">++</button>
<script>
let currentEffect
class Dep {
constructor() {
this.subscribers = new Set()
}
https://github.com/CryptoKube-io/exercise/blob/cd4b01821fef5cfbe01402810e3ed1a8d298987e/00_docker_light_client/README.md
https://bcoin.io/
https://bitcore.io/
@da-moon
da-moon / API DOc
Last active February 6, 2019 03:45
https://gitlab.com/NebulousLabs/Sia/blob/master/doc/API.md#standard-responses
https://support.sia.tech/article/zj76e7tvdq-sia-ui-performing-a-clean-install
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
$ 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" \
https://stackoverflow.com/questions/39124703/less-to-sass-how-to-translate-less-guard-when-default-to-sass