Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Augur alpha test: decentralized prediction markets
by
tinybike
on 24/06/2015, 04:50:46 UTC
Is the demo link not working i go to it and just get a blank page

I just tried it -- it's working for me.  We've had a much bigger surge of interest than expected for an alpha test, and our server is struggling a bit to keep up.  (We're a non-profit, so no big venture bucks for us -- our geth node is just running on our showing-its-age-a-bit server...)  Give it 30 seconds to a minute -- it should load, it's just a bit slow!

If it's not loading at all for you, I can help you troubleshoot.  What OS/browser are you using?  All our testing so far has been done using Chrome (and a tiny bit of Firefox).  It should be cross-browser compatible of course, but I can't promise it is 100% so just yet Grin
It did come up eventually , i decide to download it is syncing atm , eta on sync by chance ??


It should only take ballpark 20-30 minutes (although it depends on your connection speed, of course).  Did you include those enodes in the --bootnodes geth flag?  If you go to the geth console, you can manually add nodes using admin.addNode:

Code:
admin.addNode("enode://035b7845dfa0c0980112abdfdf4dc11087f56b77e10d2831f186ca12bc00f5b9327c427d03d9cd8106db01488905fb2200b5706f9e41c5d75885057691d9997c@[::]:30303")
admin.addNode("enode://4014c7fa323dafbb1ada241b74ce16099efde03f994728a55b9ff09a9a80664920045993978de85cb7f6c2ac7e9218694554433f586c1290a8b8faa186ce072c@[::]:30303")
admin.addNode("enode://12bcaeb91de58d9c48a0383cc77f7c01decf30c7da6967408f31dc793e08b14e2b470536ebe501a4f527e98e84c7f5431755eae5e0f4ba2556539ab9faa77318@[::]:30303")
admin.addNode("enode://587aa127c580e61a26a74ab101bb15d03e121a720401f77647d41045eae88709b01136e30aba56d1feddff757d4a333f68b9a749acd6852f20ba16ef6e19855a@[::]:30303")
admin.addNode("enode://f5fc10dafe8c44702748c7ead4f30d7b3fe35450d2e66158231a9bf9b1838f93d06b25908b8447c85b2429bdaeff45709f17e67083791053e0bac6e282c969fe@[::]:30303")

Hope that helps!