I am quite new to this but the documentation seemed quite straightforward so I don't understand where did I mess up or what's happening here.
from bit import PrivateKey
key = PrivateKey('PrivateKeyFromExodusWallet')
print(key.address)
print(key.get_balance('btc'))
print(key.balance)
The address that is shown is wrong.
My actual address for that private key: bc1qx34ptd6jldlge63tk5cvvfksg9dj8x8ehvtys9
What the print shows: 15n9DswZzpYZ6QyNzToUtZinbQB3jUdGTS
Balance is also 0 but shouldn't be.
I am using Exodus wallet. I can't see where I messed up here so can someone please help me out?
I am quite new to this but the documentation seemed quite straightforward so I don't understand where did I mess up or what's happening here.
The address that is shown is wrong. My actual address for that private key: bc1qx34ptd6jldlge63tk5cvvfksg9dj8x8ehvtys9 What the print shows: 15n9DswZzpYZ6QyNzToUtZinbQB3jUdGTS
Balance is also 0 but shouldn't be. I am using Exodus wallet. I can't see where I messed up here so can someone please help me out?