[ERROR] on BitcoinWallet

+4 votes
Hi !

 

I follow the tuto on README.md from Multichain/sample-BitcoinWallet.

 

I've Got this error :

[ERROR] Failed to execute goal on project BitcoinWallet: Could not resolve dependencies for project org.ScripterRon:BitcoinWallet:jar:3.0.1: Failure to find org.ScripterRon:BitcoinCore:jar:2.1.1 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]

 

I don't understand it, and i need it for work.

 

Thanks for your future answer.

Jack.
asked Oct 4, 2016 by Jack
Thanks, I've forwarded this to the team member.
[ERROR] Failed to execute goal on project BitcoinWallet: Could not resolve depen
dencies for project org.ScripterRon:BitcoinWallet:jar:3.0.1: Could not find arti
fact org.ScripterRon:BitcoinCore:jar:2.1.1 in central (https://repo.maven.apache
.org/maven2) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyReso
lutionException

2 Answers

0 votes
did anyone find the fix for this?
answered Nov 18, 2016 by chunhui323
+1 vote
This wallet is not working with multichain networks other than bitcoin style params. If you want to compile it, you should combine the wallet with https://github.com/MultiChain/sample-BitcoinCore.

It will work, but only for bitcoin style network and asset clone - anyways, the wallet doesn't know how to interpret "assets".
answered Oct 20, 2017 by W4D
...