Author

Topic: php importprivkey ????????? (Read 1437 times)

full member
Activity: 221
Merit: 100
February 15, 2015, 03:34:46 PM
#3
$bitcoin->importprivkey("privatekey", "Label");

This was the solution, thank you  Grin
full member
Activity: 221
Merit: 100
February 15, 2015, 03:04:31 PM
#2
That's because it is for an ALTCOIN, but the JSONRPC should still be the same???
full member
Activity: 221
Merit: 100
February 15, 2015, 02:51:21 PM
#1
Why doesn't this work (don't worry, the wallet is empty now)

$bitcoin->importprivkey(7AAMVEfPJ89j5EAwr1s2JHvSpLbdSmwbUnJUWuAfPBknvdRptVf test);

Other jsonrpc commands are working....

$bitcoin->getbalance();
Jump to: