Skip to main content

Making money on-line ? try bit-coin mining

Explaining cryptocurrency mining like Bitcoin



you have a system useing it every 24/7 . and you wanna make some money out of it with out those terrible methods you found on the web .



i have a better one . if you dont wanna type share prompt thing like  this the blog. Give it  CRYPTOMINING. you are mining for bit coin or lite coin this are digital currency that have real life value . such as a single bit coin worth 2554 us dollar at the time of this blog.you can easily use this to buy games on steam or other translations . but some country's(Japan)consider this as a illegal.

so down to the real question how do you get this coins with out stretching your back .it is not that hard .you need a good system with a respectable GPU , a wallet , a mining program.

for a wallet shoot-out to coin base i leave a link below (not hard and newbi friendly )    
for mining program there a lot and i have one so you can try out . its call nice hash.likes are down there 
all you have to do is install the mining program ,make a wallet set the wallet address in the nice hash program and wait . in my testing i managed to make 2 dollars a day this changes on your gpu and other internal .

links 
Coinbase Bitcoin Wallet: https://www.coinbase.com

NiceHash cryptocurrency mining program: https://www.nicehash.com
  
let me know if got any other method to make a bit of pocket money 
have a good day 



Comments

  1. Hey,
    Thanks for sharing this blog its very helpful to implement in our work



    Regards.
    Hiring Hackers For Security



    ReplyDelete

Post a Comment

Popular posts from this blog

Data Type vs Return Type

Legend Of The Returned One Aha that is a question right ? Aren't they are the same thing ? At some point I honestly thought the same but actually it's not data type is not return type and return type is not data type . E ven if you are using Java php c++ or any other languages During a program we have to initialize or declare some variable for that we need to specify what data are we gonna use on that particular variable location . Then what is return type ? We seen that when we a create  or providing the definition to a function we have to specify a return type to indicate what data type is return from the function to the main function to be more specific it's know as return data type. For example void cat ( ) " the function cat is not returning any data " or int cat( ) " means cat is returning some value to the main function" Ever seen any variable as a data type of return? I haven't and please let me know...

How to reset the windows password with any linux

like i promised on my last post we are messing up the windows with linux which is free an open source by the way ....sad ->windows in every sense.. let's get to it.. you need live usb running any linux .. i prefer kali or parrot .. boot from the usb.... you might wanna get an application for this open an terminal in super user and then type in ..... apt-get install chntpw and then open the file system goto.. windows/system32/config/ open a terminal there .... and then or you have to direct your self there make sure there is a SAM file there  ... you can use ls -l for that now everything is straight forward .... Type in ..... chntpw -l sam so you get the username there .. then chntpw -u username sam pick the option   for reset the password.... have fun  

how to get the wifi password in linux

this a easy one . So iam not gonna describe  the whole thing jsut follow the steps thats all. Lets gets to it :) first you need some free tools . if you are using a kali linux distro you already have it in case you dont follow this commands one by one sudo apt-get install airmon-ng  sudo apt-get install airodump-ng sudo apt-get install aireplay-ng sudo apt-get install aircrack-ng  downlod this wordlist http://scrapmaker.com/download/data/wordlists/dictionaries/rockyou.txt and after this these we pretty much get everything we need next step type in ifconfig it will show the available device pick one in mind it will looks like wlan1 wlan0 something like that  and iam gonna pick wlan0 next type in airmon-ng wlan0 start  thats will start our wlan0 as monitor mode and show some process kill them all with kill pid then type in airodump-ng wlan0mon  this will show all the available network pick the network and co...