Post
Topic
Board Bitcoin Technical Support
Re: createrawtransaction: Invalid private key
by
redPanda
on 23/11/2015, 19:09:38 UTC
UPDATE:

instead of:
Code:
bitcore.Networks.defaultNetwork = 'testnet'; WRONG
use:
Code:
bitcore.Networks.defaultNetwork = bitcore.Networks.testnet;
The private now is OK (starts with "c").