Thursday, November 20, 2014

Creating a new Vm and cloud service with static public Ip address in Azure

Cursor won't show in azure power shell : Set your own cursor size using the following command
[Console]::CursorSize = 25
How to reserve a new ip: just goto azure power shell and run the following command

Tuesday, November 11, 2014

Compiling dimecoin in windows

To compile dimecoin in windows following things are needed

  • boost library version 1.53.0 I found this to be the most stable version and only this worked for the dimecoin.
  • berkeleydb4.8 (make sure you use self build one)
  • miniupnpc (it's optional)
  • win32openssl (an executable installer version will work too)
  • dime-coin source code of course
  •  Qt creator 4.8 works best but you will have to change a few things to get it working in Qtcreator version greator than 4.8

Friday, November 7, 2014

Learning PHP (Variables) - part 3

Hello again

I am back with another article of series learning php. This time around we will be talking about the variables in php. Unlike many other languages like C or java we don't have to specify variable type in php. All we do is create a variable which can be referred to as a container for storing information. The syntax to create a variable is

Tuesday, November 4, 2014

Learning PHP (Sending email with attachement) - part 2

Hellow there

Lets see a script to send email with attachments. For this we will need to create a simple form in html which will allow user to upload files. Here is the html code for the form

Saturday, November 1, 2014

Setting up diemcoing in ubuntu 12.04

  1. sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev
  2. sudo apt-get install git qt4-qmake libqt4-dev qt4-linguist-tools g++ libboost-all-dev libssl-dev libdb++-dev
  3. git clone https://github.com/dimecoinproject/dimecoin.git