PoW共識

PoW共識機制 轉載自某花錢的網課 #!/usr/bin/env python import hashlib def main(): base_string = "geekbang" nonce = 10000 count = 0 while True: target_string = base_string + str(nonce)
相關文章
相關標籤/搜索