Bitcoin Forum

Other => Beginners & Help => Topic started by: tofu on May 01, 2012, 08:23:59 PM



Title: bitcoin-php send bitcoins - encrypted wallet
Post by: tofu on May 01, 2012, 08:23:59 PM
Hello

  I'm using https://github.com/mikegogulski/bitcoin-php to make a script to send bitcoins but I can't get it work.

  My wallet in the server is encrypted and I can't figure out how to send bitcoins using bitcoin-php. Do you know any bitcoin-php example sending btc?

thank you!


Title: Re: bitcoin-php send bitcoins - encrypted wallet
Post by: samsum on May 01, 2012, 09:18:17 PM
I'm looking one myself.


Title: Re: bitcoin-php send bitcoins - encrypted wallet
Post by: pgajic on May 01, 2012, 11:41:52 PM
hi, had a look through the source, looks like this was coded before the wallet encryption feature, so the "walletpassphrase" function hasn't been implemented, needs updating.