Monthly Archives: June 2016

How to get the new Confluence dashboard back?

By | June 24, 2016

Do you have Confluence v5.9 or above installed and clicked on the “Give me the old dashboard” link only to wonder how to get it back? It’s a straight forward process but not an obvious one. Paste /users/darkfeatures.action to your base url. eg http://localhost:8090/users/darkfeatures.action At the bottom, click on the remove link after simple.dashboard.disabled There is… Read More »

Where does Ethereum Geth store it’s data?

By | June 18, 2016

If you are using Geth on OSX, you’ll find these locations handy. ~/Library/Ethereum (main folder) ~/Library/Ethereum/chaindata (the blockchain. At this time of writing it is about 2Gb) ~/Library/Ethereum/keystore (contains your keys) ~/.ethash (contains the DAG when mining) If you run testnet, you’ll get a testnet folder appear in ~/Library/Ethereum. Ref: https://forum.ethereum.org/discussion/2114/where-are-my-config-files-go-and-cpp https://github.com/ethereum/go-ethereum/wiki/Command-Line-Options