Bitcoin Forum
April 23, 2024, 05:16:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Linux Distro recommendations for a wallet sandbox  (Read 1210 times)
steganos (OP)
Newbie
*
Offline Offline

Activity: 44
Merit: 0



View Profile
May 13, 2013, 05:46:19 PM
 #1

I am looking for recommendations for a Linux distribution to use in a VM so that I can effectively sandbox wallets for new alt coins. 

Requirements:

1.  Small memory footprint
2.  Small disk footprint
3.  Minimal need to install additional packages in order to be able to compile new wallets from source.

I will be running the wallet in daemon mode so I don't care about the GUI.  cgminer will be isolated on a different host.

I know there are others that put new wallets in a sandbox.  What distribution are you using for this task?
1713892571
Hero Member
*
Offline Offline

Posts: 1713892571

View Profile Personal Message (Offline)

Ignore
1713892571
Reply with quote  #2

1713892571
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
blastbob
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500



View Profile
May 13, 2013, 05:48:34 PM
 #2

Quick and dirty

Ubuntu 10.04, 11.04, 12.04

And use these commands to make sure your system has everything it need to compile, run *coin daemons and other tools.
Code:
sudo apt-get update
sudo apt-get install python-software-properties screen git python-rrdtool python-pygame python-scipy python-twisted python-twisted-web python-imaging build-essential libglib2.0-dev libglibmm-2.4-dev python-dev libboost-all-dev libdb++-dev autoconf automake ncurses-dev sysstat libboost-all-dev gcc-mingw32 libmysql++-dev cloog-ppl build-essential automake gcc libevent-dev libmemcached-dev libcurl4-openssl-dev zlib1g-dev libjansson-dev curl memcached libtool unzip freeglut3-dev libxi-dev libxmu-dev build-essential freeglut3-dev libxi-dev libxmu-dev mpich2


Not optimized for space usage when it comes to packages..

Bitrated user: blastbob.
shakezula
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250



View Profile
May 13, 2013, 05:52:32 PM
 #3

Debian (I use Wheezy, but whatever should work) is what you want...and the above Ubuntu dependencies should do the trick there too.
nocoin
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
May 13, 2013, 05:58:53 PM
 #4

Ubuntu? Small memory footprint, small disk footprint? No way.
Use Debian netinstall.
blastbob
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500



View Profile
May 13, 2013, 06:02:47 PM
 #5

Ubuntu? Small memory footprint, small disk footprint? No way.
Use Debian netinstall.

Quick, dirty and noob friendly Smiley

Bitrated user: blastbob.
nocoin
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
May 13, 2013, 06:06:38 PM
 #6

Also, you could use chroot on Debian-based system (Debian, Some-buntu, Mint etc)
Code:
debootstrap testing /chroot/ http://ftp.us.debian.org/debian
chroot /chroot/
aptitude install whatever you need
adduser user
su user
kentt
Member
**
Offline Offline

Activity: 103
Merit: 10


View Profile
May 13, 2013, 06:33:36 PM
 #7

Wasn't there a distro just for this.  I remember reading about it but now I've forgotten the name.
steganos (OP)
Newbie
*
Offline Offline

Activity: 44
Merit: 0



View Profile
May 13, 2013, 06:51:04 PM
 #8

Thanks everyone.  I am experimenting with Debian now but I am still interested in any additional recommendations.
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!