Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
13050727
Topic
1255448
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").