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
import termios, sys, os,re | |
TERMIOS = termios | |
from blessings import Terminal | |
from subprocess import check_output | |
class syscall(): | |
def __init__(self,cmd): | |
self.c = cmd |
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
from addrgen import get_addr, gen_eckey | |
__author__ = 'ragmondo' | |
import random | |
import morewords | |
import datetime | |
goal = ["16XEzVyc34nYSQxsAjUmgY78qdAHBBKCy4", | |
"1ECM1W1ZWtWDvTm3yWYWJA9mKn4Dwaaz1o", |
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
2017-06-15 18:02:07.041 UTC [msp] GetDefaultSigningIdentity -> DEBU 01e Obtaining default signing identity | |
2017-06-15 18:02:07.042 UTC [msp] GetLocalMSP -> DEBU 01f Returning existing local MSP | |
2017-06-15 18:02:07.042 UTC [msp] GetDefaultSigningIdentity -> DEBU 020 Obtaining default signing identity | |
2017-06-15 18:02:07.042 UTC [msp/identity] Sign -> DEBU 021 Sign: plaintext: 0ADF060A1508021A06089F978BCA0522...40185ECBA39812080A021A0012021A00 | |
2017-06-15 18:02:07.042 UTC [msp/identity] Sign -> DEBU 022 Sign: digest: 6D30EF9E07214B3259118F078729D9134FEDA5FB4E5C408E09EE0A7FF5D27ADB | |
2017-06-15 18:02:07.044 UTC [channelCmd] readBlock -> DEBU 023 Received block:0 | |
2017-06-15 18:02:07.045 UTC [main] main -> INFO 024 Exiting..... | |
===================== Channel "mychannel" is created successfully ===================== | |
Having all peers join the channel... |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Acronym Lookup</title> | |
<style> | |
body { | |
font-family: Arial, sans-serif; | |
margin: 20px; |