1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

TITAN V で 0xBitcoin をマイニングする(1600 MH/s @ 135W)

Posted at

漢なら 0xBitcoin を TITAN V でマイニングしたいですね! やりましょう!

できました.

0xBitcoin とは

イーサリアム上にスマートコントラクトで構築された Bitcoin(的なもの) です.

仕様については, マイニング可能トークン ERC918 とてプロポーザルが行われています

ERC-918 マイニング可能トークンについて
https://qiita.com/shora_kujira16/items/58d23bcb0f88ab17bfa6

ERC20, ERC721 に続く新たな流れになりそうですね.

2018/06/01 時点では 1080 Ti で $8/day とあります, すごい...

コンパイルする.

Prebuilt の GPU miner は, Ubuntu 16.04 では GLIB バージョンエラーで動かなかったので, ソースからコンパイルします.

node.js(v8 以降)でコンパイルします.

CUDA のヘッダファイルが一部見つからずエラーがでますので, binding.gyp を編集してパスを通しておきます.

あとは手順通りにコンパイルすれば OK です!

TODO

優秀なイーサリアム若人が, 0xBitcoin のマイニングをすることで, マイニング可能トークンについて完全に理解し, 人類史上最速で ERC918 を極めなさるスキームを確立する旅に出たい.

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?