miner_reward = 0 pool_reward = 0 mine_time = 0 # RBPPS + PPS Miner and Pool for i in range(try_times): luck = 1 while(True): if random.randint(0,100) == 0: ...
確定! 回上一頁