Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run dash with dash-payment-processor #9

Open
Serrenima opened this issue Jan 18, 2018 · 3 comments
Open

Can't run dash with dash-payment-processor #9

Serrenima opened this issue Jan 18, 2018 · 3 comments

Comments

@Serrenima
Copy link

Serrenima commented Jan 18, 2018

Hello,
Install dash and work great, but when try to add dash-payment-processor, dash can't to run.

What's problem...
Thanks.

@snogcel
Copy link
Owner

snogcel commented Jan 18, 2018

Hello Skrutch,

Looks like this error was caused by a bitcore version mismatch -- I've updated package.json for this repo to use >= 15.0.x which should fix the problem. Should be all set now, please confirm that this has resolved the issue.

@zarulizham
Copy link

@Skrutch how did you solve the problem? Mind sharing?

@snogcel
Copy link
Owner

snogcel commented Jan 25, 2018

Hello,

This problem is related to an outdated version of Bitcore-Wallet-Client-Dash which was installing the wrong version of Bitcore-Lib. This week I've been working on that library and though not published yet I can share a development version in the interrim.

https://github.com/snogcel/dash-payment-processor/tree/master_update_deps

To install this you'd want to issue the following command:

bitcore-node-dash install https://github.com/snogcel/dash-payment-processor#master_update_deps

This would go in place of "bitcore-node-dash install dash-payment-processor". Once this update has been approved + merged into their respective routes I'll perform another update which will allow for installation using npm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants