Skip to main content

Posts

Showing posts from 2017

Indepth how bitcoin works and bitcoin mining.. full indepth tutorial

Cryptocurrency mining is painstaking, expensive, and only sporadically rewarding Why should I mine? By mining, you can earn cryptocurrency without having to put down money for it. That said, you certainly don't have to be a miner to own crypto.  You can also  buy crypto using fiat currency  (USD, EUR, JPY, etc); you can trade it on an exchange like  Bitstamp  using other crypto (example: Using Ethereum or NEO to buy Bitcoin); you even can earn it by playing video games or by publishing blogposts on platforms that pay its users in crypto. An example of the latter is  Steemit , which is kind of like Medium except that users can reward bloggers by paying them in a proprietary cryptocurrency called Steem.  Steem can then be traded elsewhere for Bitcoin.  In addition to lining the pockets of miners, mining serves a second and vital purpose: It is the only way to release new cryptocurrency into circulation. In other words, miners are basically "min

Is aircel closed or closing down date... December 2017 news rumours

No, its nothing like that. There are some speculations amidst the Supreme court’s strict remarks but it doesn't seems like. They have also put in the application in the Apex Court for being heard their version as well and it looks like it will go through the rough patch as other party has put in the story as per their version and now they will get the chance to be heard. You will get to know that Aircel is operating and will keep on operating as it is on 3rd Feb, 2017 when the matter will be taken up in SC. Proof : 

C program to insert delete and display using doubly linked list...

Wait for code to load.... #include <stdio.h> #include <stdlib.h> struct node {   int item;   struct node *prev;   struct node *next; }; struct node *head = NULL; struct node *start = NULL; struct node * create_new_node () {   struct node *temp = (struct node *) malloc (sizeof (struct node));   if (!temp)     {       printf (" memory not allocated ..exiting...\n");       getchar ();       exit (1);     }   return temp; } void insert (int x) {   struct node *var = create_new_node ();   var->item = x;   var->next = NULL;   if (start == NULL && head == NULL)     {       var->prev = NULL;       head = start = var;     }   else     {       var->prev = head;       head->next = var;       head = var;     } } void display (struct node *start) {   struct node *temp;   temp = start;   if (temp == NULL)     return;   else     {       while (temp != NULL) {   printf ("%d ->&quo

Google tez : refer and earn upto rs 9000... Free..Into your bank account..

These days foreign companies are actively investing in Indian market because they understand business potential and ever-growing opportunity in India. There are plenty of examples such as Amazon, Uber and the list goes on. Now search engine giant Google has made its way in India by launching Tez android application. Not just android but even iOS users can enjoy this app on their iPhones. Proof :- Google Tez Refer & Earn Offer 1] First of all, download Tez app  from here  on your android phone. 2] Now open it and enter your mobile number. Make sure that the number you have provided is already linked with any of your bank account. 3] After adding mob number, Tez will start searching for the bank accounts and it will show you on the screen. Select the one which you want to set as a default for making & receiving payments. 4] Once the above step is over, start sending money or try making payment from Tez. If you don’t have anyone who is using Tez, then you can

Live bootable linux usb

Unetbootin ..  UNetbootin has built-in support for automatically downloading and loading the following distributions: Ubuntu, Debian, Fedora, PCLinuxOS, Linux Mint, Sabayon Linux, Gentoo, MEPIS, openSUSE, Zenwalk, Slax, Dreamlinux, Arch Linux, Elive, CentOS, Damn Small Linux, Mandriva, SliTaz, FaunOS, Puppy Linux, FreeBSD, gNewSense, Frugalware Linux, NetBSD but can work with others too. Link... Download from here UNetbootin can also be used to load various system utilities, including: Parted Magic , a partition manager that can  resize , repair, backup, and restore partitions. Super Grub Disk , a boot utility that can  restore and repair  overwritten and misconfigured GRUB installs or directly boot various operating systems Backtrack , a utility used for network analysis and penetration testing. Ophcrack , a utility which can recover Windows passwords. NTPasswd , a utility which can reset Windows passwords and edit the registry. Gujin , a graphical