Post
Topic
Board Anfänger und Hilfe
Re: Bitcoins auf Bitcoin Wallet Adresse senden
by
brouwer
on 19/01/2015, 19:43:28 UTC
Code:
require 'lib/Blockchain.php';
$Blockchain = new Blockchain($api_code);
$Blockchain->Wallet->credentials($wallet_id, $main_password, $second_password);
// Zahlung senden
$response = $Blockchain->Wallet->send($btcAddress, $amount, null, "0.0001", "Here you go, Satoshi!");

Ok, dann fehlt mir nur noch der API Code. Den muss man also beantragen, lieg ich da richtig? Ich hab nach 24h immer noch keinen Code. Sind die da anspruchsvoll?