Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: tinybike on June 23, 2015, 04:20:22 PM



Title: [ANN] Augur alpha test: decentralized prediction markets
Post by: tinybike on June 23, 2015, 04:20:22 PM
Augur is a fully decentralized prediction market platform.  (What does this mean?  See https://www.youtube.com/watch?v=yegyih591Jo for an intro!)  I'm very happy to announce that we've just started our alpha test!  This is a public alpha, so everyone is welcome to come try out Augur and help us test drive it.

There are two ways to use Augur:

1. If you're not comfortable using a terminal, we have a no-download, immediately usable version at: http://demo.augur.net.  (We call this our "demo", but it is a live, fully decentralized blockchain -- you're just using our server's unlocked account!)

2. If you're more technologically savvy and really want to help us test the software, please go to http://www.augur.net/blog/the-augur-alpha-is-now-available-to-download for download/installation/launch instructions.

If you get stuck or have questions, please shoot me an email (jack@augur.net) or just respond to this post and I'll get back to you as quick as I can  :)


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: totoy on June 23, 2015, 04:21:55 PM
Ninja alpha ;D


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: locohammerhead on June 23, 2015, 04:23:16 PM
Says blockchain not current on your alpha demo site.


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: iqlimasyadiqa on June 23, 2015, 04:23:36 PM
Ninja alpha ;D

I hope ninja Beta  ;D


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: locohammerhead on June 23, 2015, 04:42:11 PM
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?


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: tinybike on June 23, 2015, 05:49:27 PM
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?

We're actually on a separate blockchain from the public Ethereum testnet at the moment.  (The reason for this is because they're stress-testing the network right now; we'll go back on the public testnet soon.)  So, you have to run geth with the --networkid 1010101 and --protocolversion 59 flags set (and set the data directory to be ~/.augur, so it doesn't conflict with the Ethereum data directory), as in the above command.  If you do that, and let the chain sync, you will be able to see our contracts!

Let me know if you have more trouble.


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: tinybike on June 23, 2015, 05:54:13 PM
Says blockchain not current on your alpha demo site.

Haha, this is what we get for running a centralized demo for decentralized software!  ;D  Our server was having some issues and we just brought it back online -- demo.augur.net is up again.  Sorry for the hiccup!

Jack


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: starblocks on June 23, 2015, 06:03:02 PM
Been following for a while ;)


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: tinybike on June 23, 2015, 06:08:55 PM
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 ;D).  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


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: Razerglass on June 23, 2015, 07:56:08 PM
pretty interesting concept


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: locohammerhead on June 23, 2015, 08:55:28 PM
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 ;D).  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

Looks to be working now.  Getting blockchain loading message on localmachine and the number of markets displayed is rising when I refresh.  This is really cool!  Where can I get CASH?  I'm currently mining but am wondering anyway.
And so I can learn the acronyms.  Not sure what DAG stands for.
I0623 17:25:03.135339    6288 ethash.go:203] Done generating DAG for epoch 2, it took 8m45.6810672s


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: locohammerhead on June 23, 2015, 09:50:19 PM
Also why is my ether balance bouncing all around?  it stopped but now I can no longer get anything from the faucet.  It worked the first time and showed 10,000 cash but all of a sudden that 10,000 cash disappeared and dropped balance to 0.


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: tinybike on June 24, 2015, 02:38:55 AM
Also why is my ether balance bouncing all around?  it stopped but now I can no longer get anything from the faucet.  It worked the first time and showed 10,000 cash but all of a sudden that 10,000 cash disappeared and dropped balance to 0.

Hmm, it shouldn't be bouncing all around!  Are you using demo.augur.net, or the downloaded version?  If the downloaded version, what is your address?  You can get this as eth.coinbase from the geth console, or click on "Account" in the UI and it'll show you your address!

(DAG is short for "directed acyclic graph", which is used by Ethereum's proof-of-work algorithm.)


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: jeannemadrigal2 on June 24, 2015, 02:45:51 AM
This looks very interesting, but I fail to see how it is any different from gambling?  Gambling odds adjust based on wagers too.  So it looks to me like you get to bet on things besides sports teams.  Could I make one for anything, like if a celebrity is going to die this year or who will be elected?  Or is this restricted to financial things?


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: tinybike on June 24, 2015, 03:06:03 AM
This looks very interesting, but I fail to see how it is any different from gambling?  Gambling odds adjust based on wagers too.  So it looks to me like you get to bet on things besides sports teams.  Could I make one for anything, like if a celebrity is going to die this year or who will be elected?  Or is this restricted to financial things?

It's a forecasting tool!  Yes, you can make a market for anything -- "who will be elected" is actually one very common (the most common?) use for prediction markets.  What's interesting about these markets is that they produce very accurate predictions (in the aggregate) for who will win the election.  Maybe more interesting than political markets are policy markets -- for example, will GDP go up or down if Hillary wins the election?  Will rates of violent crime in city X increase or decrease if it passes a law making panhandling illegal?

If you have a widely-used, liquid prediction market, you can simply look up the odds of...well, just about anything!  If you ask me, I think that -- if this takes off :) -- in 5 or 10 years, we'll look back to now and think, "Wow, we were living -- and somehow making plans! -- without knowing the odds that anything was going to happen!"  And that will seem just completely absurd to us.

All that said, prediction markets are actually a very general idea, and you're correct that you can create markets that are more like traditional gambling.  Personally, I find these gambling-esque use cases to be not terribly interesting; after all, if you want to wager on something like "where will the roulette wheel stop?" or "who's going to win the Superbowl?", there's already any number of casinos that would be happy to have your business!


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: locohammerhead on June 24, 2015, 03:16:42 AM
Also why is my ether balance bouncing all around?  it stopped but now I can no longer get anything from the faucet.  It worked the first time and showed 10,000 cash but all of a sudden that 10,000 cash disappeared and dropped balance to 0.

Hmm, it shouldn't be bouncing all around!  Are you using demo.augur.net, or the downloaded version?  If the downloaded version, what is your address?  You can get this as eth.coinbase from the geth console, or click on "Account" in the UI and it'll show you your address!

(DAG is short for "directed acyclic graph", which is used by Ethereum's proof-of-work algorithm.)

I am using my own version.  The ups and downs of the ether balance seems to have stopped.  However I still have 0 cash and the faucet doesn't seem to be working for me.

Addy is: 0x02f65dbd13e63eb97024098844710e53bf6563b5

So far this is pretty cool.  Can't wait to actually get to try it out.


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: Infern0 on June 24, 2015, 03:34:01 AM
interesting idea...


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: tinybike on June 24, 2015, 03:43:30 AM
I am using my own version.  The ups and downs of the ether balance seems to have stopped.  However I still have 0 cash and the faucet doesn't seem to be working for me.

Addy is: 0x02f65dbd13e63eb97024098844710e53bf6563b5

So far this is pretty cool.  Can't wait to actually get to try it out.

You need to have a few ether in your account in order to do anything!  I just sent 250 ether to your account, which should bring everything to life for you.

Btw, anyone who's trying to use the downloadable version and is experiencing similar problems and/or having trouble mining, just reply to this post and/or email me (jack@augur.net) and I'm happy to send you some private chain ether so you can get started :D


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: BITDV on June 24, 2015, 03:44:34 AM
I am using my own version.  The ups and downs of the ether balance seems to have stopped.  However I still have 0 cash and the faucet doesn't seem to be working for me.

Addy is: 0x02f65dbd13e63eb97024098844710e53bf6563b5

So far this is pretty cool.  Can't wait to actually get to try it out.

You need to have a few ether in your account in order to do anything!  I just sent 250 ether to your account, which should bring everything to life for you.

Btw, anyone who's trying to use the downloadable version and is experiencing similar problems and/or having trouble mining, just reply to this post and/or email me (jack@augur.net) and I'm happy to send you some private chain ether so you can get started :D
Is the demo link not working i go to it and just get a blank page
Dont worry i have downloaded it and syronization has started does it take long ?


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: tinybike on June 24, 2015, 03:52:55 AM
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 ;D


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: BITDV on June 24, 2015, 03:58:57 AM
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 ;D
It did come up eventually , i decide to download it is syncing atm , eta on sync by chance ??


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: tinybike on June 24, 2015, 04:50:46 AM
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 ;D
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!


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: locohammerhead on June 24, 2015, 04:35:48 PM
That guy you have on your site in the yellow shirt clutching the stick looks maniacal like he is planning the destruction of the earth when that picture was taken.


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: tinybike on July 04, 2015, 09:04:51 PM
That guy you have on your site in the yellow shirt clutching the stick looks maniacal like he is planning the destruction of the earth when that picture was taken.
Haha, yeah, I'm not sure who picked that picture of Prof. Hanson, but we probably should put up a better/less maniacal one ;D


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: cjmoles on August 23, 2015, 06:45:34 AM
Very interested in this project....just wish it were more user friendly....completely lost at this point so need to find some better reference material, I guess.  Suggestions?


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: cjmoles on August 23, 2015, 10:12:28 PM
Is this an old thread?  Is there a new thread that I'm not aware of yet?


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: cjmoles on August 25, 2015, 08:52:28 PM
I s there a link to a new thread somewhere?  Or, is this project dead?


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: cjmoles on September 04, 2015, 07:30:54 AM
Am I the only person who visits this thread?  Where is a thread that has updated information?


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: Benjig on October 03, 2015, 11:44:05 AM
Well it seems like many people missed this train, let's do math:

The final price was around 400 rep/bitcoin (230 usd)

With 3 bitcoins you own a little more than 1/10,000 of total reps.

Rep will get profit from fees.


In a conservative scenario where each month only 3 billion usd are wagered on this, ( today there are single sport events where more than that is wagered on a single day, i think the total amount wagered worldwide on sportsbooks and prediction markets is around 100 billion/month but who knows, it may be even 500 or 1000 billions.)

Let's take a 1% fee of that, that is 30 million usd.


Distributed into 10,000 parts the result is 3000 usd.


So with 3 bitcoins (690 usd) you had the opportunity to make at least 3000/month without doing anything.


Obviously all this is on the supposed scenario where they deliver and it goes successful after it.

@cjmoles, this project is not dead, just dont expect noise in next few months unitl they launch... you will see more stuff about this on the ethereum forum than here.


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: P-Funk on October 03, 2015, 12:08:47 PM
Well it seems like many people missed this train, let's do math:

The final price was around 400 rep/bitcoin (230 usd)

With 3 bitcoins you own a little more than 1/10,000 of total reps.

Rep will get profit from fees.


In a conservative scenario where each month only 3 billion usd are wagered on this, ( today there are single sport events where more than that is wagered on a single day, i think the total amount wagered worldwide on sportsbooks and prediction markets is around 100 billion/month but who knows, it may be even 500 or 1000 billions.)

Let's take a 1% fee of that, that is 30 million usd.


Distributed into 10,000 parts the result is 3000 usd.


So with 3 bitcoins (690 usd) you had the opportunity to make at least 3000/month without doing anything.


Obviously all this is on the supposed scenario where they deliver and it goes successful after it.

@cjmoles, this project is not dead, just dont expect noise in next few months unitl they launch... you will see more stuff about this on the ethereum forum than here.

(bolded by me)
Good luck. Keep in mind there's always going to be competition.


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: Benjig on October 03, 2015, 12:24:55 PM
Well it seems like many people missed this train, let's do math:

The final price was around 400 rep/bitcoin (230 usd)

With 3 bitcoins you own a little more than 1/10,000 of total reps.

Rep will get profit from fees.


In a conservative scenario where each month only 3 billion usd are wagered on this, ( today there are single sport events where more than that is wagered on a single day, i think the total amount wagered worldwide on sportsbooks and prediction markets is around 100 billion/month but who knows, it may be even 500 or 1000 billions.)

Let's take a 1% fee of that, that is 30 million usd.


Distributed into 10,000 parts the result is 3000 usd.


So with 3 bitcoins (690 usd) you had the opportunity to make at least 3000/month without doing anything.


Obviously all this is on the supposed scenario where they deliver and it goes successful after it.

@cjmoles, this project is not dead, just dont expect noise in next few months unitl they launch... you will see more stuff about this on the ethereum forum than here.

(bolded by me)
Good luck. Keep in mind there's always going to be competition.

Yeah but on this things you know the first or the main always get a huge share, just see the mcap of bitcoin compared to all the rest of alts.


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: cjmoles on October 03, 2015, 09:07:07 PM
Well it seems like many people missed this train, let's do math:

The final price was around 400 rep/bitcoin (230 usd)

With 3 bitcoins you own a little more than 1/10,000 of total reps.

Rep will get profit from fees.


In a conservative scenario where each month only 3 billion usd are wagered on this, ( today there are single sport events where more than that is wagered on a single day, i think the total amount wagered worldwide on sportsbooks and prediction markets is around 100 billion/month but who knows, it may be even 500 or 1000 billions.)

Let's take a 1% fee of that, that is 30 million usd.


Distributed into 10,000 parts the result is 3000 usd.


So with 3 bitcoins (690 usd) you had the opportunity to make at least 3000/month without doing anything.


Obviously all this is on the supposed scenario where they deliver and it goes successful after it.

@cjmoles, this project is not dead, just dont expect noise in next few months unitl they launch... you will see more stuff about this on the ethereum forum than here.

I was just wondering why this thread was so small considering the 5.1 M dollar interest in the project.  I was thinking that maybe this was an orphaned thread and that maybe I was overlooking the favored thread.

In regard to the sportsbook example:  They're are games everyday....so....if the rep holder's reporting period is about every eight weeks....how does that translate?


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: quantumgravity on November 13, 2015, 09:58:19 PM
I can't wait to get started with Augur. Christmas can't come soon enough.


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: asnghost on February 10, 2016, 09:08:07 PM
Someone really wants AUGUR!

https://www.worldcoinindex.com/coin/augur


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: newb4now on February 29, 2016, 10:08:38 AM
How long will beta last? How many more months until main net launch? Will exchange trading only start after main net is live?


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: indijim on October 05, 2016, 05:33:47 AM
This is a top ten coin at the moment. But for how long?


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: Papski on October 05, 2016, 07:19:21 AM
Someone was able to sell at 2btc that was lucky..


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: Piston Honda on October 05, 2016, 05:39:04 PM
overpriced crap (for now) lol.

all polo bot action as usual.


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: nowclever on October 05, 2016, 05:43:51 PM
What ico price? Including from initial price to last price. It is very expensiive in poloniex. I think the price is overpriced now.


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: soulgate on October 06, 2016, 10:30:48 AM
11M limited supply. No mining.


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: bitcampaign on October 06, 2016, 11:28:57 AM
augur was still in the stage to test but why at trading site poloniex already held


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: soulgate on October 06, 2016, 11:42:28 AM
augur was still in the stage to test but why at trading site poloniex already held

Do you mean testing of Augur prediction platform?


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: cryptohunter on October 06, 2016, 04:20:27 PM
So Ico raised 5M its now 80M?

I guess wait until a more sensible cap of 10M is realised before dipping in or buy a clone when it arrives.


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: soulgate on October 06, 2016, 06:44:36 PM
 Not sure about 10M cap. REP is trading from 0.015 to 0.02 in period Mar 3 - Oct 5.


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: soulgate on October 11, 2016, 01:56:06 PM
Devs are planning to launch new thread?


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: szafa on October 13, 2016, 07:09:42 AM
October 11, 2016 -REP/Augur will be added soon ,info from eobot.


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: soulgate on October 13, 2016, 06:07:46 PM
October 11, 2016 -REP/Augur will be added soon ,info from eobot.

Where? To https://www.eobot.com/ ?


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: Slow death on October 17, 2016, 08:44:16 AM
October 11, 2016 -REP/Augur will be added soon ,info from eobot.

Where? To https://www.eobot.com/ ?

here

https://www.eobot.com/rep


I don't like those cloud mining site.


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: wateronthebrain on November 15, 2016, 09:31:11 PM
Hi,
I tried using the beta site, logged in, it says do not deposit real eth. but if i try to place a trade - buy or sell - there is a real eth gas charge,  And the screen says i do not have enough in my account.


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: galaxiekyl on December 04, 2016, 09:28:53 PM
hi, this project seems of good augur..some one know if there official thread, pls ?


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: Altty on December 04, 2016, 09:40:43 PM
Go Augur Go


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: eastwind_ja on April 10, 2017, 11:26:49 AM
is there any  official  ANN  of  Augur,  just want to when will the  mainnet of  Augur release ?


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: dragonares on April 10, 2017, 11:28:16 AM
Your OP is made in 2 years ago, how about the alpha test going? If I am correct, it is still no beta release, very slow development, but the market cap is still quite large.


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: asepsetiawan1990 on June 07, 2017, 03:12:09 PM
October 11, 2016 -REP/Augur will be added soon ,info from eobot.
True, augur already entered eobot until recently


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: xibeijan on June 21, 2017, 10:20:26 AM
What can augur be used for?


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: cjmoles on June 21, 2017, 08:31:35 PM
Well...for those of us who bought in when bitcoin was in the low two hundreds, this project is only worth about 4x our initial btc investment because BTC went up by 12X since that point....I guess that's not bad.  It sure is taking a long time to develop, however. It is way beyond the anticipated timeframe benchmarks....I hope it's worth it!


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: mcfom on June 21, 2017, 08:42:00 PM
This sounds great alpha test is happening now feeling excited about this. I would like to be part of this test so this will be another big market now all investors will be ready for big part and fun just for investing into this mega project.


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: eastwind_ja on August 27, 2017, 01:01:58 AM
augur is a big brother of  anticipating  marketing  projects,  but  I can not  hear  too many news  about  it  on  bitcointalk,  is there a slack  of this project ?  need to get more informations of this project.


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: Fara Chan on August 27, 2017, 01:07:39 AM
The concept is very interesting, I think this will be able to help many people.
We are waiting for more information about this project, I hope will be more advantages that will make people interested


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: eastwind_ja on September 07, 2017, 06:11:11 AM
just heard augur dev team  has  added new members : Beau Gunderson (@ beau in Slack) and Dave Hoover (@ redsquirell in Slack), and is working hard for  release  IDEO v3  ,    really good for  long term augur  investors.


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: dektox on December 19, 2017, 11:42:33 PM
Great, would like to participate with market predictions!. Can’t wait ))


Title: Re: [ANN] Augur alpha test: decentralized prediction markets
Post by: moonriver on December 23, 2017, 03:43:02 AM
What is the main thread for Augur?
I searched it but only found this one.
I need to know more about the project before investing more.