How To Install a Popular Coin Wallet on an Ubuntu / Debian Linux Server for a Source / Seed Node / Personal Wallet Instructions

Dependency Build Instructions: Ubuntu & Debian On a Fresh Install (of Ideally Ubuntu 16.04 or 14.04) Get your update: sudo apt-get update Build requirements: sudo apt-get install build-essential sudo apt-get install libssl-dev sudo apt-get install libdb5.3-dev libdb5.3++-dev sudo apt-get install libboost-all-dev sudo apt-get install libdb++-dev sudo apt-get install libminiupnpc-dev ************These above ^^ are the only …

Popular Coin Wallet Console RPC Commands

addmultisigaddress <nrequired> <‘[“key”,”key”]’> [account] addnode <node> <add|remove|onetry> backupwallet <destination> createmultisig <nrequired> <‘[“key”,”key”]’> createrawtransaction [{“txid”:txid,”vout”:n},…] {address:amount,…} decoderawtransaction <hex string> dumpprivkey <popcoinaddress> getaccount <popcoinaddress> getaccountaddress <account> getaddednodeinfo <dns> [node] getaddressesbyaccount <account> getbalance [account] [minconf=1] getbestblockhash getblock <hash> [verbose=true] getblockcount getblockhash <index> getblocktemplate [params] getconnectioncount getdifficulty getgenerate gethashespersec getinfo getmininginfo getnetworkhashps [blocks] [height] getnewaddress [account] getpeerinfo getrawmempool getrawtransaction …