Error upon creating first blockchain as per "Getting started" page

+1 vote
When I try to create my first blockchain as per "Getting started" tutorial and insert the command:

sudo multichain-util create chain1

I get this error code:

/usr/local/bin/multichain-util: 2: /usr/local/bin/multichain-util: Syntax error: ")" unexpected

What might that be? Thanks in advance for any help you may provide. I am running it on a Raspberry Pi 3 model B.
asked Dec 12, 2016 by Alessandro

1 Answer

0 votes
I'm afraid MultiChain doesn't currently run on Raspberry Pi, or the ARM architecture in general - only on 64-bit Intel processors. Once the source code is available you should be able to cross-compile it.
answered Dec 12, 2016 by MultiChain
...