Turris Omnia router is a open source router with a very flexible software stack.
For example, you can run LXC containers on it. And it comes with 2GB of ram, more than enough for a router.
Hi Peerchemist,
Thanks for this tutorial. I’m not sure I understood the role of peercoind.
Is it just a demon that is able to connect to the peercoin network and download the blockchain from peers and perhaps answer to queries about the blocks ? or is it a way to have a permanent presence on the network to validate transactions , minting, receive payment , … ? can we use it the daemon in front of the wallet application ?
It is a full blown client for the network. It validates blocks, transactions, talks to other peers, …, all the usual. Given some Peercoins it can also participate in the proof of stake consensus and produce new blocks.
Well it is a wallet. One can send coins to it and have it participate in proof of stake consensus and also send coins and recieve coins.
AFAIK there are no clients which would connect to a daemon via RPC and present something graphical to the user, but such a tool can’t be too hard to make.