Skip to content

Instantly share code, notes, and snippets.

View Magicking's full-sized avatar

Sylvain Laurent Magicking

View GitHub Profile
#!/bin/sh
URL='https://www.reddit.com/r/neucoin/comments/3k57cx/beta_addresses/'
HDRS='' #removed
LST_DONE='lst_done.txt'
touch "$LST_DONE"
curl $HDRS -s "$URL" | grep -o 'N\w\{26,35\}' | sort | uniq | while read addr;
do
echo -n $addr | python check.py
@Magicking
Magicking / coldminting.py
Created March 7, 2016 03:28
Coldminting redeemscript generation
#using pycoin from https://github.com/NeuCoin/pycoin
from pycoin.tx.script import tools
from pycoin.encoding import a2b_hashed_base58, hash160
from pycoin.serialize import b2h
from pycoin.tx.pay_to import ScriptPayToScript
def make_cold(mint, spend):
script_coldminting = 'OP_DUP OP_HASH160 OP_MINT OP_IF %s OP_ELSE %s OP_ENDIF OP_EQUALVERIFY OP_CHECKSIG'
mint_b58 = a2b_hashed_base58(mint)
@Magicking
Magicking / event_handler.go
Created April 11, 2017 13:53
Event Handler
package main
import (
"fmt"
"log"
"time"
"net/http"
)
var c chan string
@Magicking
Magicking / legislatives-2017.py
Created June 12, 2017 11:59
Liste des candidats ayant eu 0 voix
Dep Alpes-Maritimes (006 - 3) - ASIN Didier
Dep Ardèche (007 - 2) - VALLON Jean-Paul Louis
Dep Aude (011 - 2) - DEBONO Aurore
Dep Bouches-du-Rhône (013 - 1) - RADY Souaad
Dep Bouches-du-Rhône (013 - 1) - ABDALLAH Fouad
Dep Bouches-du-Rhône (013 - 2) - PERETTI Sébastien
Dep Bouches-du-Rhône (013 - 3) - MASSE Christophe
Dep Bouches-du-Rhône (013 - 4) - BOUDOUAYA Selma
Dep Bouches-du-Rhône (013 - 5) - ZIEBA Pierre-Frédéric
Dep Bouches-du-Rhône (013 - 6) - LABIBES Abdel
0x48d24715FE9F7daa90286141f9b17e184B5A148B
2018-12-24 22:30:13 - [sway/server.c:34] Preparing Wayland server initialization
2018-12-24 22:30:13 - [backend/session/logind.c:542] Successfully loaded logind session
2018-12-24 22:30:13 - [backend/backend.c:142] Found 2 GPUs
2018-12-24 22:30:13 - [backend/drm/backend.c:151] Initializing DRM backend for /dev/dri/card0 (i915)
2018-12-24 22:30:13 - [backend/drm/drm.c:63] Using atomic DRM interface
2018-12-24 22:30:13 - [backend/drm/drm.c:156] Found 3 DRM CRTCs
2018-12-24 22:30:13 - [backend/drm/drm.c:87] Found 9 DRM planes
2018-12-24 22:30:13 - [backend/drm/drm.c:129] (3 overlay, 3 primary, 3 cursor)
2018-12-24 22:30:13 - [render/egl.c:149] Using EGL 1.4
2018-12-24 22:30:13 - [render/egl.c:150] Supported EGL extensions: EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync EGL_EXT_buffer_age EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_IMG_context_priority EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_syn
%> coredumpctl gdb sway
PID: 31585 (sway)
UID: 1000 (magicking)
GID: 1000 (magicking)
Signal: 7 (BUS)
Timestamp: Mon 2018-12-24 22:30:14 CET (52min ago)
Command Line: ./sway -d
Executable: /home/magicking/source/gocode/src/github.com/swaywm/sway/build/sway/sway
Control Group: /user.slice/user-1000.slice/session-4.scope
Unit: session-4.scope
@Magicking
Magicking / spend_cold_minting.py
Created March 7, 2016 21:24
Cold minting spending
#using the neucoin_wip branch https://github.com/NeuCoin/pycoin/tree/neucoin_wip
from pycoin.tx.pay_to import address_for_pay_to_script, build_hash160_lookup
from pycoin.tx.pay_to.ScriptColdminting import ScriptColdminting
from pycoin.tx.tx_utils import create_tx
from pycoin.tx import Spendable
from pycoin.key import Key
from pycoin.serialize import h2b, h2b_rev
from pycoin.encoding import wif_to_secret_exponent
from time import time

Keybase proof

I hereby claim:

  • I am magicking on github.
  • I am 6l20 (https://keybase.io/6l20) on keybase.
  • I have a public key whose fingerprint is D169 8C5A 3D68 5B20 A004 DEA9 20A8 1F25 ECAF A6AA

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am Magicking on github.
  • I am 6l20 (https://keybase.io/6l20) on keybase.
  • I have a public key whose fingerprint is D169 8C5A 3D68 5B20 A004 DEA9 20A8 1F25 ECAF A6AA

To claim this, I am signing this object: