When I put it in brainwallet, it gives the right bitcoin address... So it means that theoretically I control my test money. Thanks for help!
But now there is a question, how to spend them practically via blockchain API?
I want to use this call:
https://blockchain.info/merchant/$guid/payment?to=$address&amount=$amount
According to brainwallet doc,
I tried to convert private key from DER to HEX format via brainwallet's "converter", but when I feed the result string to blockchain, I get
How do I get a hex encoded private key?
Thanks!