Most of these kids doesn’t reach or proceed secondary education. Because for them, primary education will suffice to live for farming and do labor works. With this new skills that they have learned, I hope that their future would change for the better.
After successfully installing the packages, go to your preferred directory for downloading the bitcoind source code to compile. $ cd ~
$ mkdir source
$ cd source
$ git clone git://github.com/bitcoin/bitcoin.git
$ cd ~/source/bitcoin/src
Prepare the bitcoin source code from github $ ./autogen.sh $ ./configure --without-gui
Now… grab something to eat or to watch while compiling. It’s gonna take a long while to compile.
After a few (maybe hours)… you may now configure your bitcoin.conf and run $ ~/source/bitcoin/src/bitcoind -daemon
Watch out for my next post on setting-up bitcoind (bitcoin.conf settings)
Update:
For minimal configuration… create this file in ~/.bitcoin/bitcoin.conf
server=1
rpcuser={insert your preferred username}
rpcpassword={insert your preferred long hash password for security}
rpctimeout=30
rpcport=8332
gen=0
allowreceivebyip=1
Toss some coins!! 🙂 BTC: 1Hb9ci7bcEQ5RNnKnUGEgWj7amBF37mEY6
You can make your own Wireless Access Point with Raspberry Pi using Tenda Wireless USB Adapter (W311U+). It won’t give you the same performance like the commercial one… but it will allow you to connect at least 5 devices and install network security packages to play with 🙂 neat!
Bought from Octagon Megamall with PhP600 price tag. You can also try other Wireless USB adapters like CDR-King’s… but check if it can operate on “Software AP” mode.
You must be logged in to post a comment.