I was provided a Youtube video -snip- that explains how to import a private key using Electrum -snip-
-snip-
Unfortunately, no exchanges accept the old private key format.
Wait, you said "
I was provided".
Have you asked this somewhere else or you're being contacted by a seemingly technical support agent?
Because you should be careful on this matter since you could lost all of your old bitcoins to a scammer in one simple wrong move.
And you've mentioned "
Exchanges" while talking about the private key, those two can't be correlated
It only raised a red-flag in case someone is providing you those instructions.
Please be extremely vigilant.
Anyways, as for Electrum, it supports WIF with compressed flag or not (
the ones described by DireWolfM14) and Mini Private key (
starts with S).
If it's in bare
hexadecimal, you'll need to encode it to WIF using a reputable "
Private key to WIF" tool that you can run offline.
e.g. (
only use on an offline machine) You can use this tool's "
Convert" tab by selecting "
HEX" as input and "
Base58check" as output
GitHub, you can review the code if you can:
github.com/brainwalletX/brainwalletX.github.io (
results with WIF that starts with "5")
Then you can get the compressed WIF by adding "
01" at the end of the hex private key (
results with WIF that starts with "K" or "L")
Then, import both to Electrum.