RandstormBTC / randstorm

Bitcoin Randstorm Exploit - Very Fast Private Key and Address Generator
55 stars 23 forks source link

Time issue #25

Open greenpp88 opened 1 month ago

greenpp88 commented 1 month ago

Hello

From Get_First_Transaction .py

I have this issue.

DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC). return datetime.utcfromtimestamp(block_time).strftime('%Y-%m-%d %H:%M:%S UTC')

pls tell me how to fix this.

Thank you