Bitcoin Forum
May 07, 2024, 08:16:58 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Rasp pi unable to download BTC wallet  (Read 966 times)
Hamuki (OP)
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000


View Profile
March 27, 2015, 11:35:00 AM
 #1

So..

I am working on getting my wallet to my rasp pi Model B.

But when I try to git clone -b 0.10.10 https://github.com/bitcoin/bitcoin.git or https://github.com/bitcoin/bitcoin.src then it either says: " 403 error while accessing https://github.com/bitcoin/bitcoin.git/info/refs
fatal: HTTP request failed"

I have never used Linux before.. So I am a complete noob.

How do I get this going???


Thank you

~Hamuki

If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715069818
Hero Member
*
Offline Offline

Posts: 1715069818

View Profile Personal Message (Offline)

Ignore
1715069818
Reply with quote  #2

1715069818
Report to moderator
1715069818
Hero Member
*
Offline Offline

Posts: 1715069818

View Profile Personal Message (Offline)

Ignore
1715069818
Reply with quote  #2

1715069818
Report to moderator
1715069818
Hero Member
*
Offline Offline

Posts: 1715069818

View Profile Personal Message (Offline)

Ignore
1715069818
Reply with quote  #2

1715069818
Report to moderator
spin
Sr. Member
****
Offline Offline

Activity: 362
Merit: 261


View Profile
March 27, 2015, 12:45:04 PM
 #2

I don't think most older rpi are not really that sufficient to run the bitcoin software on.   

Some people do succeed though:  http://blog.pryds.eu/2014/06/compile-bitcoin-core-on-raspberry-pi.html
Note B+ or B rev2.

If you liked this post buy me a beer.  Beers are quite cheap where I live!
bc1q707guwp9pc73r08jw23lvecpywtazjjk399daa
Hamuki (OP)
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000


View Profile
March 27, 2015, 12:54:00 PM
 #3

I don't think most older rpi are not really that sufficient to run the bitcoin software on.   

Some people do succeed though:  http://blog.pryds.eu/2014/06/compile-bitcoin-core-on-raspberry-pi.html
Note B+ or B rev2.


Sorry its a B+ Smiley

I have followed various of guides, but a friend of mine told me the problem is on Githubs site.

notlist3d
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
March 27, 2015, 12:54:11 PM
 #4

I don't think most older rpi are not really that sufficient to run the bitcoin software on.   

Some people do succeed though:  http://blog.pryds.eu/2014/06/compile-bitcoin-core-on-raspberry-pi.html
Note B+ or B rev2.


If it's not good enough you could always look at the raspberry pi 2.   It has quite a bit more power.
guitarplinker
Legendary
*
Offline Offline

Activity: 1694
Merit: 1024



View Profile WWW
March 27, 2015, 01:21:04 PM
 #5

I was just able to clone it onto my Pi model B no problem.

Try using the following:
Code:
git clone https://github.com/bitcoin/bitcoin
If it doesn't clone then it might be a problem with your internet connection not being able to access Github.
jonnybravo0311
Legendary
*
Offline Offline

Activity: 1344
Merit: 1023


Mine at Jonny's Pool


View Profile WWW
March 27, 2015, 01:48:13 PM
 #6

I don't think most older rpi are not really that sufficient to run the bitcoin software on.   

Some people do succeed though:  http://blog.pryds.eu/2014/06/compile-bitcoin-core-on-raspberry-pi.html
Note B+ or B rev2.


Sorry its a B+ Smiley

I have followed various of guides, but a friend of mine told me the problem is on Githubs site.
It's definitely not github.  Something's going on with your side.

Don't try to clone a branch, clone the repo.  Then, switch to the branch you want.

Jonny's Pool - Mine with us and help us grow!  Support a pool that supports Bitcoin, not a hardware manufacturer's pockets!  No SPV cheats.  No empty blocks.
Hamuki (OP)
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000


View Profile
March 27, 2015, 04:03:35 PM
 #7

I don't think most older rpi are not really that sufficient to run the bitcoin software on.   

Some people do succeed though:  http://blog.pryds.eu/2014/06/compile-bitcoin-core-on-raspberry-pi.html
Note B+ or B rev2.


Sorry its a B+ Smiley

I have followed various of guides, but a friend of mine told me the problem is on Githubs site.
It's definitely not github.  Something's going on with your side.

Don't try to clone a branch, clone the repo.  Then, switch to the branch you want.

I have downloaded the files now, but I am not able to use the command qmake to start creating the qt

jonnybravo0311
Legendary
*
Offline Offline

Activity: 1344
Merit: 1023


Mine at Jonny's Pool


View Profile WWW
March 27, 2015, 04:14:44 PM
 #8

I don't think most older rpi are not really that sufficient to run the bitcoin software on.   

Some people do succeed though:  http://blog.pryds.eu/2014/06/compile-bitcoin-core-on-raspberry-pi.html
Note B+ or B rev2.


Sorry its a B+ Smiley

I have followed various of guides, but a friend of mine told me the problem is on Githubs site.
It's definitely not github.  Something's going on with your side.

Don't try to clone a branch, clone the repo.  Then, switch to the branch you want.

I have downloaded the files now, but I am not able to use the command qmake to start creating the qt

Did you install all the prerequisite libraries and packages to be able to build?  Honestly, I'm not sure that B+ will have access to enough available RAM to actually build the core to begin with, unless you're doing some fancy virtual RAM swapping with an attached external drive.  There are a number of tutorials on how to build Bitcoin Core on a Pi; however, if you've never used Linux before, I'd suggest you do a bit of reading on the OS and how to get around in it prior to attempting.

Jonny's Pool - Mine with us and help us grow!  Support a pool that supports Bitcoin, not a hardware manufacturer's pockets!  No SPV cheats.  No empty blocks.
GoingAround
Sr. Member
****
Offline Offline

Activity: 476
Merit: 252


ImmVRse | Disrupting the VR industry


View Profile
March 27, 2015, 05:20:47 PM
 #9

Install archlinux arm and compile use AUR

Guides:

http://elinux.org/ArchLinux_Install_Guide
http://rorygarand.com/blog/2013/02/12/packer-and-the-arch-user-repository

If you are new to linux, install raspbian and try to go from there using one of the available guides.

▄▄█████▄▄
▄█████████████▄
▄███████████████████▄
▄█████████████████████████▄
███████████████████████████████
█████████████████████████████████
███████████████████████████████
█████████████████████████████████
█████████████████████████████████
█████████████████████████████████
█████████████████████████████████
█████████████████████████████████
█████████████████████████████████
█████████████████████████████████
█████████████████████████████████
███████████████████████████████
▀█████████████████████████▀
▀███████████████████▀
▀█████████████▀
▀▀█████▀▀
 





████          ████  ███████████▄▄                                
▀███▄        ▄███▀  █████████████▄                               
██    ▄███▄     ▄███▄      ▄███▄     ▄███▄   ████        ████            ▀████    ▄██████████▄     ▄██████████
██    ██ ██     ██ ██      ██ ██     ██ ██    ████      ████             ▄████   ██▀        ▀██   ██▀        
██   ██   ██   ██   ██    ██   ██   ██   ██   ▀███▄    ▄███▀    █████████████▀   ▀██▄▄▄▄▄▄▄▄▄    ███▄▄▄▄▄▄▄▄▄
██   ██   ██   ██   ██    ██   ██   ██   ██    ████    ████     ███████████▀▀      ▀▀▀▀▀▀▀▀▀██▄  ███▀▀▀▀▀▀▀▀▀
██  ██     ██ ██     ██  ██     ██ ██     ██    ████  ████      ████   ████      ██▄        ▄██   ██▄        
██  ██     ▀███▀     ██  ██     ▀███▀     ██    ▀███▄▄███▀      ████    ████      ▀██████████▀     ▀██████████
████████       ████     ████                                
██████        ████      ████                                
 
   
 
WHITEPAPER    ▀▀▀▀▀▀▀▀▀▀▀
APPLY FOR CROWDSALE
▀▀▀▀▀▀▀▀▀▀▀    BITCOINTALK
 


















 
Proud Sponsor of
Blockchain 360 at
London Tech Week
  ◢  FACEBOOK
◢  TWITTER
◢  TELEGRAM
◢  MEDIUM
Newar
Legendary
*
Offline Offline

Activity: 1358
Merit: 1000


https://gliph.me/hUF


View Profile
March 28, 2015, 03:43:36 AM
 #10

Cloning can be done easily, but whilst compiling v10 it'll run out of memory. The last one I got compiled was 0.8.6, there are reports about successful builds of 0.9.1: https://bitcointalk.org/index.php?topic=633347.0

OTC rating | GPG keyid 1DC91318EE785FDE | Gliph: lightning bicycle tree music | Mycelium, a swift & secure Bitcoin client for Android | LocalBitcoins
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!