Hi Everyone, I've just made a reddit/blog post introducing the Cryptoeconomics & Futarchy experiments. Happy to answer any questions!
https://www.reddit.com/r/ethereum/comments/4gvh7k/an_introduction_to_cryptoeconomics_and_futarchy/
Hey, whatś up? I recently started running Geth on a Raspberry Pi 2 following the tutorials provided by Ethembedded.com.
They provide a Raspi2/3 Geth (Go Ethereum) 1.4.10 image. I can run the node, interact with it, create accounts, send transactions, etc. Works fine.
But I am experiencing an error everytime I try to apt-get update or install new packages, such as Node.js or Npm. When I try to apt-get update it will wait a long time for headers and in the end it shows me a lot of 404 errors, so I'm unable to update. When I try to install node or npm, it will suggest me to run apt-get update --fix-missing, but the command line returns the same 404 errors, failing to fetch. What am I doing wrong?