Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
プログラミングで楽しむビットコイン(OSC京都2016LT大会)
Search
Shu Kobuchi
July 30, 2016
Programming
1
96
プログラミングで楽しむビットコイン(OSC京都2016LT大会)
2016年7月30日(土)にOSC京都2016LT大会でお話しさせていただいた仮想通貨ビットコインやブロックチェーン、mijinの話です。
Shu Kobuchi
July 30, 2016
Tweet
Share
More Decks by Shu Kobuchi
See All by Shu Kobuchi
GoogleのAI Agent
shukob
0
420
React Tokyo LT大会「ストリームの実装」
shukob
0
37
Google CloudのAI Agent関連のサービス紹介
shukob
0
400
論文紹介 ”A Survey on Large Language Model based Autonomous Agents”
shukob
0
160
AIエージェント元年@日本生成AIユーザ会
shukob
1
460
AI時代におけるMLOpsのTips
shukob
2
140
AIエージェント元年
shukob
0
370
論文紹介 ”Long-Context LLMs Meet RAG: Overcoming Challenges for Long Inputs in RAG” @GDG Tokyo
shukob
2
760
論文紹介 ”Long-Context LLMs Meet RAG: Overcoming Challenges for Long Inputs in RAG”
shukob
0
160
Other Decks in Programming
See All in Programming
Porting a visionOS App to Android XR
akkeylab
0
240
明示と暗黙 ー PHPとGoの インターフェイスの違いを知る
shimabox
2
470
5つのアンチパターンから学ぶLT設計
narihara
1
150
AWS CDKの推しポイント 〜CloudFormationと比較してみた〜
akihisaikeda
3
320
#kanrk08 / 公開版 PicoRubyとマイコンでの自作トレーニング計測装置を用いたワークアウトの理想と現実
bash0c7
1
680
ニーリーにおけるプロダクトエンジニア
nealle
0
750
LINEヤフー データグループ紹介
lycorp_recruit_jp
0
1.9k
Kotlin エンジニアへ送る:Swift 案件に参加させられる日に備えて~似てるけど色々違う Swift の仕様 / from Kotlin to Swift
lovee
1
260
ruby.wasmで多人数リアルタイム通信ゲームを作ろう
lnit
3
400
C++20 射影変換
faithandbrave
0
560
Discover Metal 4
rei315
2
110
Systèmes distribués, pour le meilleur et pour le pire - BreizhCamp 2025 - Conférence
slecache
0
120
Featured
See All Featured
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Statistics for Hackers
jakevdp
799
220k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Become a Pro
speakerdeck
PRO
28
5.4k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Automating Front-end Workflow
addyosmani
1370
200k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Agile that works and the tools we love
rasmusluckow
329
21k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.7k
Building Adaptive Systems
keathley
43
2.6k
Faster Mobile Websites
deanohume
307
31k
Transcript
小渕 周 Shu Kobuchi 2016年7月30日 OSC京都
! 小渕 周 Shu Kobuchi ! 普段はシステムエンジニア ! 趣味で仮想通貨・ビットコイン・ブロックチェーンの研究 ! Twitter
! @shu_kob ! Facebook ! https://www.facebook.com/shu.kobuchi ! FB Group(Blockchainのコミュニティ) ! https://www.facebook.com/groups/ Awakening.Blockchain.Community/
! 管理主体を持たない仮想通貨 ! 管理主体のある電子マネーとは違う ! 誰でもBitcoinノードを持てる ! 事前コンセンサス(Bitcoinプロトコル)で稼働
! bitcoindは標準的なBitcoinデーモン(OSS) ! 米オライリー”Mastering Bitcoin”が取扱説明書 ! HTML版が無料で公開 ! http://chimera.labs.oreilly.com/books/ 1234000001802/index.html
! 日本語訳も出版
! Ubuntuに入れた例 ! JSON形式でデータを参照・操作可能
! Bitcoinノードの開発は激難 ! bitcoindを用いたWebアプリ開発は簡単 JSON-API
! 暗号化された取引の鎖 ! 改竄不可能 ! BitcoinのBlockchainをベースに様々なBlockchain ! 金融機関の勘定系システムへの応用にも期待
None