create account

Tutorial: Neblio staking wallet for RaspberryPi by niloa

View this thread on: hive.blogpeakd.comecency.com
· @niloa ·
$0.27
Tutorial: Neblio staking wallet for RaspberryPi
<html>
<p>A lot of people talking about Neblio blockchain since this coin entered the Top100 cryptocurrency. I don‘t want to talk so much about it‘s pro and cons but more about it‘s very rare Proof-of-Stake protokol and how to participate with your coins.</p>

https://i.imgur.com/kBRcvv4.jpg

<h3>PoS and Reward</h3>
<p>Proof-of-Stake means that you help to secure the network compareable to miners in PoW blockchains. But unlike PoW you don‘t need all this infrastracture. You only need a wallet and your coins.</p>

<p>In case of Neblio you will get a staking reward of 10 % a year. Check out this <a href="http://nebliostats.com/calculator.php">calculator</a>. You get your reward every time the chance choosed your wallet with your weight of coins to stake a block. Means: Heavy wallets will stake more blocks than light wallets. But in the end everybody gets ~10 % a year. </p>

<p>If you have just a few coins it can take a while until you stake a block. For example: When you have 1000 coins with the current difficulty you will wait around 10-14 days to get your reward. </p>
<p>To stake a wallet you need to be connected to the network. I personally don‘t want to run my computer 24/7. But the Neblio team came up with a easy to use RaspberryPi staking wallet. In this tutorial I want to show you how to install the Neblio wallet.</p>
 
<h4>1. Run RaspberryPi</h4>
<p>Switch on your Pi and connect it to the internet. For this tutorial it doesn't matter if you connect with a graphical interface (HDMI) or via a SSH session from remote terminal. Both will work because we use the non-graphical staking wallet from Neblio.</p>

<h4>2. Install Wallet</h4>
<p>We install the nebliod wallet (non-graphic-interface). Open a terminal in your RaspberryPi and type:</p>
<code>cd /home/pi</code>
<p>assuming your username is "pi". Next step is download and install. We use <a href="https://github.com/NeblioTeam/NEBL-Pi/releases/tag/0.4">this code</a> I have from official Neblio Github. Copy into your terminal:</p>
<code>curl https://raw.githubusercontent.com/NeblioTeam/NEBL-Pi/master/NEBL-Pi-Installer.sh | bash -s -- -d</code>

<h4>3. Waiting</h4>
<p>Now your Pi is downloading/installing the wallet and then sync the blockchain. This will take around 2 hours (with a Raspberry Pi 3) to finish.</p>

<h4>4. Wallet file</h4>
<p>If you have an existing encrypted wallet file:</p>
<p>Browse to directory /home/pi/.neblio and check if there is a file named wallet.dat. So send your encrypted wallet.dat file to your Pi and replace it with the file in /home/pi/.neblio</p>
<p>If you don't have an existing wallet file (use the wallet in /home/pi/neblio/wallet.dat):</p>
<p>Encrypt you wallet by:</p>
<code>/home/pi/./nebliod encryptwallet passphrase</code>
<p>Replace "passphrase" with your wanted password. Be careful here and don't use special characters since another <a href="https://pastebin.com/dtPEqssB">user said</a> there might be problems with that.</p>
<p>To show your wallet addresses type:</p>
<code>/home/pi/./nebliod listreceivedbyaddress 1 true</code>

<h4>5. Unlock wallet for staking</h4>
<p>Type in terminal</p>

<code>/home/pi/./nebliod walletpassphrase password 31000000 true</code>

<p>Repalce password in code with your password. The large number is the time your wallet will be open. In this case ~1 year. True means that wallet open for staking.</p>
<h4>6. Is wallet staking?</h4>

<p>To check if your wallet is staking type</p>
<code>/home/pi/./nebliod getstakinginfo</code>

<h4>7. Autostart</h4>

<p>This is optional. If you want to autostart your wallet every time your Pi is restarting, this would be one possible solution:</p>
<p>Make sure your user Pi has a password by</p>
<code>sudo su</code>
<p>Then:</p>
<code>sudo passwd pi</code>
<p>Choose a password. Then type:</p>
<code>exit</code>

<p>Now we autostart the wallet by:</p>

<code>nano /etc/rc.local</code>
<p>And paste 3 lines of code</p>
<code>su pi -c"nohup /home/pi/nebliod >/dev/null 2>&1 &"</code><br>
<code>sleep 600</code><br>
<code>su pi -c "nohup /home/pi/nebliod walletpassphrase password 31000000 true >/dev/null 2>&1 &"</code>
<p>Again replace word password with your wallet password. Close the editor by Ctrl+X and then Y. </p>

<p>Now your wallet will be open for staking every time you connect plug in the pi.</p>

<h4>8. Make a transfer</h4>
<p>If you want to transfer coins to another address use this command:</p>
<code>/home/pi/./nebliod sendtoaddress target-address amount</code>
<p>If you want to check out the transfer function, why don't you use my account for a donation ;) The address is:</p>
<code>NVG9wcjXKiQShnC2KazXZUu9vDo77ry5dw</code>

<p>Happy staking rewards!</p>

PS: This <a href="https://pastebin.com/dtPEqssB">source</a> helped me a lot

</html>
👍  , , , , , , , , , ,
properties (23)
authorniloa
permlinktutorial-neblio-staking-wallet-for-raspberrypi
categoryneblio
json_metadata{"tags":["neblio","cryptocurrency","bitcoin","blockchain"],"image":["https://i.imgur.com/kBRcvv4.jpg"],"links":["http://nebliostats.com/calculator.php","https://github.com/NeblioTeam/NEBL-Pi/releases/tag/0.4","https://pastebin.com/dtPEqssB"],"app":"steemit/0.1","format":"html"}
created2018-03-02 23:19:18
last_update2018-03-02 23:19:18
depth0
children8
last_payout2018-03-09 23:19:18
cashout_time1969-12-31 23:59:59
total_payout_value0.273 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4,773
author_reputation152,613,340,830
root_title"Tutorial: Neblio staking wallet for RaspberryPi"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id41,743,616
net_rshares61,090,779,443
author_curate_reward""
vote details (11)
@maxfuchs ·
Hey,
i am in the process of moving to a raspberry staking node now, thanks for this tutorial.
The only thing i am concerned with is that 'autostart' by putting the walletpassphrase in plaintext on the sd card, this is a huge security risk so it would be nice if we could have a better solution for this, any Ideas anyone?
Cheers
properties (22)
authormaxfuchs
permlinkpwo1te
categoryneblio
json_metadata{"tags":["neblio"],"app":"steemit/0.1"}
created2019-08-23 01:36:51
last_update2019-08-23 01:36:51
depth1
children0
last_payout2019-08-30 01:36:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length328
author_reputation146,742,379,877
root_title"Tutorial: Neblio staking wallet for RaspberryPi"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id89,844,737
net_rshares0
@samuel-swinton ·
> "To stake a wallet you need to be connected to the network. I personally don‘t want to run my computer 24/7. But the Neblio team came up with a easy to use RaspberryPi staking wallet. "

That's a great solution! I'll have to look more into Neblio. Thanks for the information!
👍  
properties (23)
authorsamuel-swinton
permlinkre-niloa-tutorial-neblio-staking-wallet-for-raspberrypi-20180303t000724894z
categoryneblio
json_metadata{"tags":["neblio"],"app":"steemit/0.1"}
created2018-03-03 00:07:27
last_update2018-03-03 00:07:27
depth1
children1
last_payout2018-03-10 00:07:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length277
author_reputation29,718,575,597,097
root_title"Tutorial: Neblio staking wallet for RaspberryPi"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id41,751,022
net_rshares1,940,100,230
author_curate_reward""
vote details (1)
@niloa ·
I also think so. The energy consumption is just a few bugs a year. !00% silent. The Pi is directly wire connected to the router and I can access it from all over the network via SSH session. Perfect
👍  
properties (23)
authorniloa
permlinkre-samuel-swinton-re-niloa-tutorial-neblio-staking-wallet-for-raspberrypi-20180303t133932182z
categoryneblio
json_metadata{"tags":["neblio"],"app":"steemit/0.1"}
created2018-03-03 13:39:33
last_update2018-03-03 13:39:33
depth2
children0
last_payout2018-03-10 13:39:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length198
author_reputation152,613,340,830
root_title"Tutorial: Neblio staking wallet for RaspberryPi"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id41,884,807
net_rshares1,661,463,772
author_curate_reward""
vote details (1)
@steemitboard ·
Congratulations @niloa! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/votes.png)](http://steemitboard.com/@niloa) Award for the number of upvotes

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard)

If you no longer want to receive notifications, reply to this comment with the word `STOP`

> Upvote this notification to help all Steemit users. Learn why [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-niloa-20180418t091426000z
categoryneblio
json_metadata{"image":["https://steemitboard.com/img/notifications.png"]}
created2018-04-18 09:14:27
last_update2018-04-18 09:14:27
depth1
children0
last_payout2018-04-25 09:14:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length669
author_reputation38,975,615,169,260
root_title"Tutorial: Neblio staking wallet for RaspberryPi"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id50,724,072
net_rshares0
@steemitboard ·
<center>[![](https://steemitimages.com/175x175/http://steemitboard.com/@niloa/level.png?201808191127)](http://steemitboard.com/@niloa)
<center>@niloa, sorry to see you have less Steem Power.
Your level lowered and you are now a **Red Fish**!</center>

**Do not miss the last post from @steemitboard:**
[SteemitBoard and the Veterans on Steemit - The First Community Badge.](https://steemit.com/veterans/@steemitboard/steemitboard-and-the-veterans-on-steemit-the-first-community-badge)

> Do you like [SteemitBoard's project](https://steemit.com/@steemitboard)? Then **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-niloa-20180819t120854000z
categoryneblio
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-08-19 12:08:54
last_update2018-08-19 12:08:54
depth1
children0
last_payout2018-08-26 12:08:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length708
author_reputation38,975,615,169,260
root_title"Tutorial: Neblio staking wallet for RaspberryPi"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id68,691,764
net_rshares0
@steemitboard ·
Congratulations @niloa! You received a personal award!

<table><tr><td>https://steemitimages.com/70x70/http://steemitboard.com/@niloa/birthday1.png</td><td>1 Year on Steemit</td></tr></table>

<sub>_[Click here to view your Board of Honor](https://steemitboard.com/@niloa)_</sub>


> Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-niloa-20181129t005350000z
categoryneblio
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-11-29 00:53:51
last_update2018-11-29 00:53:51
depth1
children0
last_payout2018-12-06 00:53:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length493
author_reputation38,975,615,169,260
root_title"Tutorial: Neblio staking wallet for RaspberryPi"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id76,070,267
net_rshares0
@steemitboard ·
Congratulations @niloa! You received a personal award!

<table><tr><td>https://steemitimages.com/70x70/http://steemitboard.com/@niloa/birthday2.png</td><td>Happy Birthday! - You are on the Steem blockchain for 2 years!</td></tr></table>

<sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@niloa) and compare to others on the [Steem Ranking](https://steemitboard.com/ranking/index.php?name=niloa)_</sub>


###### [Vote for @Steemitboard as a witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1) to get one more award and increased upvotes!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-niloa-20191128t231347000z
categoryneblio
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2019-11-28 23:13:48
last_update2019-11-28 23:13:48
depth1
children0
last_payout2019-12-05 23:13:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length608
author_reputation38,975,615,169,260
root_title"Tutorial: Neblio staking wallet for RaspberryPi"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id92,920,073
net_rshares0
@stormrider75 ·
Hi niloa,

Thank you very much for that detailed description, which is very helpful. I am about to order a Raspberry, and instructions like yours will support my decision.
properties (22)
authorstormrider75
permlinkre-niloa-tutorial-neblio-staking-wallet-for-raspberrypi-20180819t100209687z
categoryneblio
json_metadata{"tags":["neblio"],"app":"steemit/0.1"}
created2018-08-19 10:02:12
last_update2018-08-19 10:02:12
depth1
children0
last_payout2018-08-26 10:02:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length171
author_reputation406,655,512,987
root_title"Tutorial: Neblio staking wallet for RaspberryPi"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id68,682,785
net_rshares0