Relative Content

Tag Archive for python-3.xbitcoinwifwallet

Is the “wallet” function generating based on the time and date?

I am using the wallet = Wallet() function to generate a new wallet in Python (from bitcoinaddress import Wallet) and I was wondering if this is generated based on the time and date, specifically I am interested to know if this function will generate a set of random wallets if my date is set to 2020 and a totally different set of random wallets if my date is set to 2024.