Easy start TELOSCOIN masternode and staking with AEROS-OS system on Raspberry Pi 3 Model B

quake_andy
3 min readJan 19, 2019

--

I want to give you a simple way to run masternode on Raspberry.
We need:
1. Teloscoin
2. Raspberry PI 3 Model B
3. microSD card ( 32GB or more)
4. Aeros-OS system image
5. Monitor with an HDMI interface
6. HDMI cable
7. USB Keyboard and USB Mause

Create installation media for AEROS-OS

  1. Download AEROS-OS from https://teloscoin.org/aeros/
  2. You will need to extract image 1457040759_aerospremium3.img (use WinRar or WinZip)
  3. Download Win32 Disk Imager (Windows tool for writing images to USB sticks or SD/CF cards) then launch it.
  4. In order to flash your card with the AEROS-OS image, Win32DiskImager will need 2 elements:
    an Image File: navigate to your Downloads folder and select the image you have just extracted
    a Device: the location of your SD card. Select the drive on which your SD card is mounted

5. When ready click on Write and wait for the process to complete.
6. As we already have a recorded image AEROS-OS on the microSD card
- Attach the monitor and keyboard to the board. You can alternatively use a serial cable.
- Insert the microSD card and plug the power adaptor into the board.

Now we’re starting with the launch of TELOSCOIN wallet on AEROS-OS system

It is very simple because you just have to run the Transcendence icon

From now on you can do staking (POS):

How to start Teloscoin masternode on AEROS-OS system:

  1. We need 1000 Teloscoin
  2. Send exactly 1000 coins to MN address
  3. Go to the folder /home/pi/.transcendence

A. Edit Transcendence.conf file and past:
rpcuser=username……
rpcpassword=passasame…..
rpcallowip=127.0.0.1
rpcport=221230
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=32
masternode=1
port=22123
masternodeaddr=(yours IP):22123
masternodeprivkey= ……………… (on konsole masternode genkey) ……………….
staking=1
dbcache=500
banscore=5
bantime=60

B. Edit masternode.conf file and past:
# Format: alias IP:port masternodeprivkey collateral_output_txid collateral_output_index
# Example: mn1 (your IP):22123 93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg 2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c 0

Save everything file. Close Teloscoin Wallet and Run again. Go to Masternodes and put Start all

I just started masternode. Now you can enjoy TELOSCOIN Staking and Masternode :)

Films on youtube:
https://www.youtube.com/watch?v=PCFnbbdyiog

Official Links

Website : https://teloscoin.org/

Bitcointalk : https://bitcointalk.org/index.php?topic=4453455.0

Twitter : https://twitter.com/teloscoin

Discord: https://discord.gg/WvRpbN5

--

--