Useful Linux Commands for NENG

Useful commands for NENGcoin

./nengcoind getmininginfo (check wallet sync for latest blocks with explorer or GUI wallet)

./nengcoind getbalance (check for wallet balance)

./nengcoind listtransactions (check last 10 transactions from your wallet, especially for mined blocks)

./nengcoind sendtoaddress value amount (send wallet balance to another wallet)

screen (start a new screen / tab)

screen –r (reattach a screen if you only have one screen)

screen value –r (enter screen number if you have more than one screen)

screen –wipe (wipe all dead screens especially after your app or phone crashed)

screen –S screen name – (start a screen with your designated name. Please use capital S)

screen –rS screen name – (reattach the screen with the designated name)

top (checks the process number and cpu usage)

kill –9 value (kill the particular process such as wallet)