Skip to content

Commit

Permalink
Create ②-3 ブロックの生成
Browse files Browse the repository at this point in the history
  • Loading branch information
SotaWatanabe authored Nov 11, 2017
1 parent 7aeaed0 commit cd57569
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ②-3 ブロックの生成
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#ビットコインは報酬を受け取ってから100ブロック経過しないと送金などに利用できないので101個目のブロックを生成する。
$ bitcoin-cli -regtest generate 101

#現在のブロック数の確認
$ bitcoin-cli -regtest getblockcount

0 comments on commit cd57569

Please sign in to comment.