摘要: import hashlib as hasherimport datetime as date # Define what a Snakecoin block isclass Block: def __init__(self, index, timestamp, data, previous_has 阅读全文
posted @ 2017-10-27 08:55 Augustone 阅读(258) 评论(0) 推荐(0)