When i run command geth --rpc --rpccorsdomain "
http://client.augur.net http://localhost:8080" --shh --networkid 1010101 --datadir "~/.augur" --protocolversion "59" --bootnodes "enode://035b7845dfa0c0980112abdfdf4dc11087f56b77e10d2831f186ca12bc00f5b9327c427d03d9cd8106db01488905fb2200b5706f9e41c5d75885057691d9997c@[::]:30303 enode://4014c7fa323dafbb1ada241b74ce16099efde03f994728a55b9ff09a9a80664920045993978de85cb7f6c2ac7e9218694554433f586c1290a8b8faa186ce072c@[::]:30303 enode://12bcaeb91de58d9c48a0383cc77f7c01decf30c7da6967408f31dc793e08b14e2b470536ebe501a4f527e98e84c7f5431755eae5e0f4ba2556539ab9faa77318@76.14.85.30:30303" --unlock primary console
I get no keys in store error.
When I run geth --rpc --rpccorsdomain
http://client.augur.net --shh --unlock primary
The blockchain seems like it is syncing but won't connect to
http://client.augur.net/. The whole chain needs to sync right?
I just realized I did not answer your question re: no keys in store! Sorry about that (was up all night coding

). Were you able to create an account from the geth console? The command shown in our blog post should work. Try this:
geth --networkid 1010101 --datadir "~/.augur" --protocolversion "59" account new
It should prompt you for a password, then show you your new address. After that, try running the very long command from before -- it should work! But let me know if it doesn't and I'll help you troubleshoot.
Jack