for those who wish to bet on the fight, here is an intro in smart contracts and betting.
Make sure that at the address you have blur, you also have at least 1 crave. A small fee will be deducted in the form of crave when publishing bets
Overview
In darkpoold, bets are placed, similar to a limit order on an exchange. If another user likes the bet, they may match it. The bets rely on a third address that will broadcast the results. That address may charge a percentage from the bets for handling the broadcasting of results.
As a result, the value for manpac is 1 and flloyd is 2.
Just tell me how to place the bet
Ok, if you want, I created a broadcast address that will broadcast the winner sometime after 11:30 p.m tomorrow night. I am not charging a fee and will not bet on the match.
the syntax example to place bet
python darkpoold.py --backend-rpc-password=passfromCraveconf --backend-rpc-user=userfromCraveconf --rpc-password=ANYTHING bet --source=<Crave address with blur> --feed-address=CA3VPam7b8sPvgPVZhtShjo35aM2XjEvjd --bet-type=Equal --deadline=2015-05-02T22:20:00-0400 --wager=1 --counterwager=1 --target-value=2 --expiration=100 --fee=0.001
--bet-type=Equal > this is saying you believe the target-value will be achieved ie mayweather wins
--wager and counterwager are the amount of blur. Here it is a 1 to 1 bet. You may change this but no one may bet with you
--deadline is the time to begin listening for the first broadcast from the feed. The first broadcast after this time will pertain to this bet. I will publish one time from my broadcast address and that will be about 10 minutes after the fight ends. I will publish it again in the morning incase someone messes up the deadline time
--expiration is the number of blocks to keep the bet active before it is pulled if no one bets. remember blocks are tending to be longer than 1 minute
--fee is for miners
If someone likes the above bet they would match it this way
python darkpoold.py --backend-rpc-password=passfromCraveconf --backend-rpc-user=userfromCraveconf --rpc-password=ANYTHING bet --source=<Crave address with blur> --feed-address=CA3VPam7b8sPvgPVZhtShjo35aM2XjEvjd --bet-type=
NotEqual --deadline=2015-05-02T22:20:00-0400 --wager=1 --counterwager=1 --target-value=2 --expiration=100 --fee=0.001
The deadline target-value,wager counterwager all have to be the same!
it is counterintuitive to keep the target value the same, but this is a binary bet. You are changing the Equal to NotEqual.
If you mess up, you can cancel the bet as well
Once placed, you should get a hash saying you've been matched
PS any questions I'll be back later tonight. I'll also help the burning by providing free burning as well