snogcel / dash-payment-processor

Dash Payment Processor
MIT License
4 stars 3 forks source link

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

Open Serrenima opened 6 years ago

Serrenima commented 6 years ago

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

What's problem... Thanks.

snogcel commented 6 years ago

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 commented 6 years ago

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

snogcel commented 6 years ago

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.