blockchain / service-my-wallet-v3

Blockchain Wallet API Service
https://blockchain.info/api/blockchain_wallet_api
GNU Affero General Public License v3.0
916 stars 521 forks source link

Cannot Making Outgoing Payments with blockchain.info API v2 #277

Open KostiantynLogunov opened 7 years ago

KostiantynLogunov commented 7 years ago

I CAN't do Making Outgoing Payments I use blockChain api v2 with local nodeJS.I work with Laravel 5.4. I have VPS server.I installed local nodeJS service to handle the calls. I started to work on port: node blockchain-wallet-service start --port 3030. Then I logined to my wallet. Here, I got a good answer: ["success"]=> bool(true)
I can Create Wallet API, check balance, do Listing Addresses, do Generating a new address and do Address Management with positive answers. BUT I CAN't do Making Outgoing Payments. I got next answer: array(1) {
["error"]=> string(34) "Unexpected error, please try again" } Who knows the solution? I must get Response: { "message" : "Response Message" , "tx_hash": "Transaction Hash", "notice" : "Additional Message" } Thanks a lot!

nicksuslov commented 7 years ago

same problem for me (

atiprashant commented 7 years ago

ANy updates on this? The repo looks buggy and outdated

jtormey commented 7 years ago

Are you able to login to the web wallet interface and make payments?

praveen-nallapula commented 7 years ago

Hey KostiantynLogunov, Did you have any update on this???, I have the same problem

BitEx21 commented 7 years ago

same problem here, please guys any help ?

KostiantynLogunov commented 6 years ago

i updated ver.node from new to old 6.0