对于blockchain.info,我使用php。
这是我的代码:
$Blockchain = new \Blockchain\Blockchain();
$Blockchain->setServiceUrl('http://localhost:' . env('BTCPORT') . '/');
$Blockchain->Wallet->credentials($w_id, $w_password);
// $w_id is wallet id
$response = $Blockchain->Wallet->send($account, $amount, null, $fee, 'my comment');在这里,我的node.js过程是'error:缺失查询参数: api_code‘。我使用这个php库https://github.com/blockchain/api-v1-client-php。
发布于 2016-07-15 13:39:52
https://stackoverflow.com/questions/38397295
复制相似问题