Btw, if you don't want to use blurtwallet.com (because you have security concers or whatever) and are a bit tech-savvy you can use holgers beem to access your wallet. I used this script here:
from beem import Steem
from beem.account import Account
keys=[“”,
““],
custom_chains={"blurt":
{'chain_assets': [{'asset': '@@000000021', 'id': 1, 'precision': 3, 'symbol': 'BLURT'},
{'asset': '@@000000037', 'id': 2, 'precision': 6, 'symbol': 'VESTS'}],
'chain_id': 'cd8d90f29ae273abec3eaa7731e25934c63eb654d55080caff2ebb7f5df6381f',
'min_version': '0.0.0',
'prefix': 'BLT'}
}
)
a = Account('YourName', blockchain_instance=blurt) blurt = Steem(node=["https://rpc.blurt.world", "https://blurt-rpc.steem.buzz"],