Bitcoin Forum
June 16, 2024, 11:50:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: Raspberry Pi  (Read 1679 times)
kimosan
Hero Member
*****
Offline Offline

Activity: 644
Merit: 501


View Profile
December 02, 2014, 10:39:35 PM
 #21

You can use it to create an emulator box that you attach to your television.

http://www.cnet.com/how-to/create-a-retro-game-console-with-the-raspberry-pi/

It's pretty cool.

Came here to say the same. You could do an NES emulator, complete with tiny case.

http://www.thingiverse.com/thing:307832

If you don't have a 3d printer TECSHARE is offering to print up things around here somewhere.

Haven't seen a Pi for sale for a while on here, but if you listed it I'm sure someone will buy it.

This guy is selling B+ models shipped from China.

https://bitcointalk.org/index.php?topic=855237.0
noobtrader
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
December 03, 2014, 12:39:03 AM
 #22

I tried running a full node, but it's too low on memory.

have you try using swap memory ? maybe on harddisk ?

Yeah the whole thing grinds to a crawl. Even compiling the source code overflows into swap space.

hmmm... did you use swap file on the flashdisk ?

 i once try compiling with swap file on harddisk and removing the swap file from flashdisk.

I only had a SD card mounted.
I run a full node on another machine now which is more suitable.

well the swap on sdcard is too small and the speed is not adequate. if i remember correctly i use swap partition on harddisk and swap size is around 2G, it can compile ok that way.

 i recommend try create swap file on external harddisk and mount it :


#Creating swap file#

dd if=/dev/zero of=/SWAPFILE bs=1024 count=524288
#This will create a 512MB blank file.
#Change the count= to your preferred size.
chown root:root /SWAPFILE
chmod 0600 /SWAPFILE
mkswap /SWAPFILE
swapon /SWAPFILE


or

#Setting swap partition#

dd if=/dev/zero of=/dev/sdXN bs=1024
#This will fill the entire partition of /dev/sdXN
mkswap /dev/sdXN
swapon /dev/sdXN




"...I suspect we need a better incentive for users to run nodes instead of relying solely on altruism...",  satoshi@vistomail.com
Pages: « 1 [2]  All
  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!