본문 바로가기

Block Chain9

block chain ][ bitcoin transactions 구조 분석 block chain ][ bitcoin transactions 구조 분석 2017. 10. 13.
bithumb 거래소][ 모든 코인 10초마다 데이터가져오기 bithumb 거래소][ 모든 코인 10초마다 데이터가져오기 ''' write by kyoung chip , jang ''' import threading import urllib2 import locale import json import time import datetime locale.setlocale(locale.LC_ALL, '') class Cbithumb : def __init__(self ): self.url = "" def setUrl( self, url ) : self.url = url def toStr( self , f ) : s = str( format( float( f ),',' ) ) i = s.split(".") return "\%s" % i[0] def coin( self ).. 2017. 10. 2.
블록체인이란? 블록체인과 비트코인는 다른 개념이다.. 블록체인은 플랫폼이라고 봐도 된다.ex) 플랫폼위에 서비스를 비트코인,이더리움,퀀텀등 코인을 하든 부동산계약,자동차 매매 계약, 인증서 등을 서비스등으로 활용한다. 1. 블록체인은 암호화 기술이다. 2. 블록체인의 public block chain과 private block chain으로 구분된다.. 3. 블록체인은 오픈 소스 이므로 나름 개발 가능하다 따라서 블록체인을 이용하여 다양한 서비스를 개발하여 제품을 제공할 수 있다. 또한 암호화 하려는 데이터의 범위는 정할수 있다. 4. 현재 블록체인는 테스트 단계이며, 비트코인이 그 가능성을 열어두었다.. 따라서 활용을 어떻게 할 것인가는 고민해 봐야 한다... 5. 이더리움의 smart contrack는 블록체인의 .. 2017. 10. 1.
ethereum cold wallet 생성하기 ethereum cold wallet 생성하기 1. go언어 설치하기 http://speedr00t.tistory.com/entry/go-%EC%84%A4%EC%B9%98%EB%B6%80%ED%84%B0-hello-world-%EA%B9%8C%EC%A7%80ubuntu 2. 환경 설정 및 설치hacker@ubuntu:/usr/local/go$ ls api AUTHORS bin blog CONTRIBUTING.md CONTRIBUTORS hacker@ubuntu:/usr/local/go$ hacker@ubuntu:/usr/local/go$ hacker@ubuntu:/usr/local/go$ export PATH=$PATH:/usr/local/go/bin hacker@ubuntu:/usr/local/go$ .. 2017. 9. 26.