BitShares Forum

Main => Technical Support => Topic started by: fundomatic on August 07, 2015, 03:33:04 pm

Title: Can bitshares_client run on Raspberry Pi 2?
Post by: fundomatic on August 07, 2015, 03:33:04 pm
Is it possible to build/run bitshares_client (cli) on Raspberry pi 2?

bitshares_client 0.9.2 on raspbian:

doesnot start

Code: [Select]
-bash: ./bitshares_client: cannot execute binary file
Title: Re: Can bitshares_client run on Raspberry Pi 2?
Post by: fav on August 13, 2015, 05:19:09 pm
there's a project for bts 2.0 https://bitsharestalk.org/index.php/topic,17297.0.html hope that helps
Title: Re: Can bitshares_client run on Raspberry Pi 2?
Post by: maqifrnswa on August 13, 2015, 06:33:17 pm
Is it possible to build/run bitshares_client (cli) on Raspberry pi 2?

bitshares_client 0.9.2 on raspbian:

doesnot start

Code: [Select]
-bash: ./bitshares_client: cannot execute binary file

raspbian is an armhf architecture, you're probably trying to run a x86 binary. You may have to compile it yourself. I can put a package up, but it will only be for raspbian jessie (so you'll have to upgrade or apt pin to jessie). If you're interested in such a package, let me know -- it takes a while to make.