Open brunosalmeida opened 7 years ago
Could you try completely uninstalling and reinstalling the service?
npm uninstall -g blockchain-wallet-service
npm install -g blockchain-wallet-service
Having the same issue. Very annoying.
Also, I see that the address_balance endpoint has been deprecated and the HD api just has a /balance endpoint - is it supposed to return the combined balance of all addresses in the account?
That's correct, the balance endpoint will retrieve the balance for the xpub, which is the sum of all the address balances.
@haardikk21 do you only have this issue with the create endpoint? Could you start this service with LOGLEVEL=debug
, and let me know if that gives more information? What happens if you completely uninstall and reinstall the service? Thanks.
Starting the service in debug mode:
LOGLEVEL=debug blockchain-wallet-service start
@jtormey uninstall the package worked.
Me too getting same issue even re installing the service. Please check below logs.
1495877207083 - debug: Logging in 1495877217934 - debug: Fetching wallet history 1495877609528 - debug: Recording smwv3 event name=recv 1495877642383 - error: ERR_PASSWORD
Hello Yashwant-rails,
You can check your email for authorize IP address and click on it. that should help
same isssue here. done all what is listed above can't get it to authenticate and my password is correct.
1541243815626 - debug: Logging in 1541243815926 - debug: Created new session token 1541243816427 - debug: Fetched wallet 1541243816440 - error: ERR_PASSWORD
$url = "http://127.0.0.1:3000/merchant/$guid/payment?to=$to&amount=$amount&password=$pass";
I entered correct password. but i got the error message: {"error":"Main wallet password incorrect"}
Debian 8 Node = 6.10.3 service-my-wallet-v3 = 0.25.0
I had a service-my-wallet-v3 on 24 version working. When the service was updated to 0.25.0 the feature to create new account into a wallet stoped and a i get this error: Main wallet password incorrect. I didn't change the password.