JSONimportdescriptors '[{"desc": "combo(Your52CharHexPrivKeyHere#checksum)", "timestamp": "now", "active": true}]'
There an issue with that format (
without mentioning the "JSON" in front):
The
#checksum should be outside of the parenthesis, not inside together with the private key WIF.
The first reply already has the correct format BTW.
Replace Your52CharHexPrivKeyHere with your actual hex key (no 0x prefix).
That 52 character private key isn't Hex, that's
base58check (
a.k.a.: WIF) and since it's not hex, it doesn't have a "
0x" prefix.