Staking Alt Coins for Passive Income

in #cryptocurrency6 years ago

I have been successfully trading in Binance. I started with a few hundred dollars, and now have doubled my base. If that isn't success, I'm not sure what is. But this came at a price. Trading consumes a lot of time. Not to mention some skill requirements on the technical analysis side of things.

That prompted me to look for ways to earn crypto coins, in a more passive manner -- a bit closer to "set it, and forget it" type of deal. I found proof-of-stake coins and started my journey toward learning how to set-up one for myself -- for now let's tackle "staking" and save the "masternode" for later.

Staking (the "S" in Proof-of-Stake)

There are a lot of PoS coins out there. If Bitcoin is the king of crypto, Dash is the king of PoS. Staking is basically keeping your wallet open, so that it aids in the decentralization of the blockchain.

And keeping your wallet open is how you earn passive income. How? Let me share with you my experience. Let's start with setting up a VPS.

Lease a VPS (Virtual Private Host)

Keeping your wallet open 24x7 is not easy. But having a VPS, makes this possible. A lot of people are more comfortable running Windows-based VPS instances, so a lot of tutorials are there to follow. Let's go the Linux route.

One critical reason to go with Linux VPS instances they are cheaper. A headless, terminal-based Linux instance does not consume a lot of resources. It can run with as little as 1CPU and 512MB of memory!

I wrote about the most cost effective Linux VPS instance in my previous post. You may want to check that out.

Linux VPS Set-up

The instance I got was the tiny 1CPU, 1GB and 1TB of bandwidth. This seems to be ample enough to start the PoS. Given the promo I got, I have about 5-6months of free VPS instance, giving me enough time to recoup (or even EARN!) for the future costs of the investment.

I selected the Ubuntu 16.04 LTS setup. Having the instance ready, download the PuTTY SSH client to connect to the VPS instance.

Update Ubuntu 16.04 LTS

First and foremost, install the necessary updates!
sudo apt-get -y update
sudo apt-get -y dist-upgrade

Install Pre-requisite Packages

After the above do a reboot, then install the necessary packages.
sudo apt-get install nano htop git
sudo apt-get install build-essential libtool autotools-dev automake pkg-config
sudo apt-get install libssl-dev libevent-dev bsdmainutils software-properties-common
sudo apt-get install libboost-all-dev
sudo apt-get install libzmq3-dev libminiupnpc-dev libssl-dev libevent-dev

Add the BitCoin Package Repository

Additional software packages are not readily available in Ubuntu and have to be imported from another repository.
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get -y update
sudo apt-get -y install libdb4.8-dev libdb4.8++-dev

Download the NYEX Wallet

Download the Linux x64 NYEX wallet and extract the pre-built binaries.
wget https://github.com/nyerium-core/nyerium/releases/download/v1.0.1.0/nyerium-1.0.1.0-x64-linux-tar.gz

Extract the contents to /usr/local/bin.
tar zxf nyerium-1.0.1.0-x64-linux-tar.gz -C /usr/local/bin

Configure Wallet

The wallet configuration file needs to be manually created in Linux. First create the directory .nyerium in your home folder.
mkdir $HOME/.nyerium

Now create the file nyerium.conf with the following lines:
rpcuser=YOUR_CUSTOM_NYERIUM_USER
rpcpassword=YOUR_CUSTOM_NYERIUM_PASSWORD
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
rpcbind=127.0.0.1
listen=1
staking=1

Sync NYEX Wallet

Next, run the wallet and sync it to the blockchain.
nyeriumd -daemon

Deposit Some NYEX

Lastly, deposit some NYEX to the wallet. The bare minimum required to stake is 2000 NYEX. This is according to the developers. I started staking with 2250 NYEX.

The deposit address can be retrieved via command line interface:
nyerium-cli getaccountaddress ""
NYYJc31kdp9BVdjGuWRZv91b4SYG1pTVWu

(NOTE: Please don't deposit to that address. Otherwise I will gladly accept your donation.)

Staking will not immediately occur, until the transaction of this deposit matures with several blocks. The status can be checked via:

$ nyerium-cli getstakingstatus
{
    "validtime" : true,
    "haveconnections" : true,
    "walletunlocked" : true,
    "mintablecoins" : false,
    "enoughcoins" : true,
    "mnsync" : true,
    "staking status" : false
}

Then, after about 300 blocks staking will commence. The clue is when mintablecoins becomes true from false. The value of staking status also flips to true. Every now and then, your wallet earns 50 NYEX (less txn fees).

Why NYEX (Nyerium)?

NYEX promises a daily income of US$20 for a masternode. It fluctuates but generally, that is reflected in the masternodes.online.

While staking earns 50 NYEX and masternodes earn 200 NYEX, you will see that building a masternode really has its rewards. Staking ain't too bad with 20% share of the pie!

NYEX.PNG

Enjoy staking NYEX!

 



If you like this post, you know what to do.

Support:

  • Bitcoin (BTC) - 3Kyjg1Wj1PNGN3KhiRprxYvvQpdjC5kT3k
  • Etherium (ETH) - 0x5F168F895C63ccC5FbEf921047bc2b63f6780c3F
  • SmartCash - SbgqBUuGBVaaFERmc5zPn8XStxXe7vE1SL

 

Sort:  

i didnt know that there are alt coins paying you for staking... that could be very useful for people like me, (i'm no using all my money at once)

So if we put 1000$ on it, how much we will be getting rewarded from it? or

While staking earns 50 NYEX and masternodes earn 200 NYEX, you will see that building a masternode really has its rewards. Staking ain't too bad with 20% share of the pie!

this is the standard? because if it is the standard, well. we could only invest little coins and still get the pasive income

a masternode costs 0.025BTC to put up.. so it doesn't really require much to install. i will put together another blog post for setting up a masternode.

if you want to look-up NYEX, this is the website for it: https://masternodes.online/currencies/NYEX/

Interesting post, this sounds like a good way to invest into a crypto and start earning a little more back from it. Of course if the value climbs you could do really well out of this one.

c0ff33commentaimage.png
#thealliance #witness

yes @c0ff33a.. have already started to gain. bought the coins at half the price than it currently sits at. so that in itself is already a gain (at least on paper). i sure hope the trend continues as the coin matures.

Lots of good information in this post @dillagr - a lot of it is too technical for me, but I was able to follow along for some of it. I bought ETH coin a couple months ago and you're right, trading does consume a lot of time. I hope yours continues to gain in value!

likewise.. i hope the coins continue to gain value.

Neblio is definitly my favorite PoS coin... great higly developed project with 10% from staking...

how is your experience with hodl'ing NEBL so far? is the 10% stake applicable to any amount or is there a specific requirement prior to staking?

It is applicable to any amount, but you should stake few months to get something if you have less then 100 NEBL.

ouch.. ROI will really suck on this one, given the coin is priced at ~US$7.

💡 @dillagr get upvote on 95% (VotingPower 9891.07).
Post can fall into a two-day rating and get a reward.

Rules for calling bot:

  • Anyone can leave an appeal under the author of the post, which is in my subscribers.
  • The bot can be called no more than 3 times in 24 hours.
  • Upvote on 95%, if the Voting Power is more than 93%. Upvote on 85% if the Voting Power is between 92% and 85%. Upvote 75% if below 85%.
  • After the Upvote of the comment, the bot votes with more VotingPower.

This is very interesting @dillagr... I have to admit that most of this still kinda goes over my head but I learned a lot from your post. Thank you for sharing this!!

anytime.. if you got Qs just let me know how i can help.

NEO the ultimate staking coin

NEO is a sure thing.. 4% yearly gain sucks though. ROI in XX years?

Congratulations! This post has been upvoted from the communal account, @minnowsupport, by dillagr from the Minnow Support Project. It's a witness project run by aggroed, ausbitbank, teamsteem, theprophet0, someguy123, neoxian, followbtcnews, and netuoso. The goal is to help Steemit grow by supporting Minnows. Please find us at the Peace, Abundance, and Liberty Network (PALnet) Discord Channel. It's a completely public and open space to all members of the Steemit community who voluntarily choose to be there.

If you would like to delegate to the Minnow Support Project you can do so by clicking on the following links: 50SP, 100SP, 250SP, 500SP, 1000SP, 5000SP.
Be sure to leave at least 50SP undelegated on your account.

This post has received a 0.52 % upvote from @drotto thanks to: @dillagr.

How Cool!

You got a 5.26% upvote from @coolbot courtesy of @dillagr!

Help us grow, delegate today!

Coin Marketplace

STEEM 0.30
TRX 0.12
JST 0.034
BTC 64038.60
ETH 3148.89
USDT 1.00
SBD 3.97