Open KostiantynLogunov opened 7 years ago
same problem for me (
ANy updates on this? The repo looks buggy and outdated
Are you able to login to the web wallet interface and make payments?
Hey KostiantynLogunov, Did you have any update on this???, I have the same problem
same problem here, please guys any help ?
i updated ver.node from new to old 6.0
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!