From 4fa660b5deb7bb67bd6fa88ac375060289ee580d Mon Sep 17 00:00:00 2001 From: dearnadia Date: Wed, 14 Nov 2018 14:07:50 +0300 Subject: [PATCH 1/3] Questions to doc > Based on this amount all profit from cyberCon is distributed to speakers What does it mean? They get revenue from all of the event? Or 50% of all profit? Or just return their's ETH in case of participation? --- docs/cybercon.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cybercon.md b/docs/cybercon.md index 5750452..1677c73 100644 --- a/docs/cybercon.md +++ b/docs/cybercon.md @@ -1,6 +1,6 @@ # cyberCon0 -For the event one contract must be deployed. This contract must define all interactions between organizer, speakers and participants. +For the event one contract must be deployed up to 30/11. This contract must define all interactions between organizer, speakers and participants. ## Roles @@ -29,7 +29,7 @@ Everybody can bid for speakership. The bid can be any amount of ETH speaker want ### Participants -Everybody can bid for participation. Minimal bid is 0.2 ETH due to minimal expenses needed to cover the catering. At the moment of ticket distribution bids are sorted by amount. Top 200 bids get the right to issue tickets, the other get the right to return bids back. +Everybody can bid for participation. Minimal bid is 0.2 ETH due to minimal expenses needed to cover basic casts: catering, spase rent, speaker's logistic, merch. At the moment of ticket distribution bids are sorted by amount. Top 200 bids get the right to issue tickets, the other get the right to return bids back. ## Processes From d2d55d76c216d7836848de7cdc34ae63c333fa45 Mon Sep 17 00:00:00 2001 From: dearnadia Date: Wed, 14 Nov 2018 14:11:09 +0300 Subject: [PATCH 2/3] Update cybercon.md --- docs/cybercon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cybercon.md b/docs/cybercon.md index 1677c73..e767bbd 100644 --- a/docs/cybercon.md +++ b/docs/cybercon.md @@ -29,7 +29,7 @@ Everybody can bid for speakership. The bid can be any amount of ETH speaker want ### Participants -Everybody can bid for participation. Minimal bid is 0.2 ETH due to minimal expenses needed to cover basic casts: catering, spase rent, speaker's logistic, merch. At the moment of ticket distribution bids are sorted by amount. Top 200 bids get the right to issue tickets, the other get the right to return bids back. +Everybody can bid for participation. Minimal bid is 0.2 ETH due to minimal expenses needed to cover basic costs: catering, spase rent, speaker's logistic, merch. At the moment of ticket distribution bids are sorted by amount. Top 200 bids get the right to issue tickets, the other get the right to return bids back. ## Processes From b1308834922600dbe8310d61833053121736fb98 Mon Sep 17 00:00:00 2001 From: dearnadia Date: Wed, 14 Nov 2018 15:35:47 +0300 Subject: [PATCH 3/3] Update cybercon.md --- docs/cybercon.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/cybercon.md b/docs/cybercon.md index e767bbd..2af0085 100644 --- a/docs/cybercon.md +++ b/docs/cybercon.md @@ -17,9 +17,9 @@ Organizer functions: Organizer deploy contract with the following parameters: - name of event: cybercon0 - place of event: Korpus 8 -- minimal bid: 0.2 ETH +- minimal bid: 0.3 ETH - amount of tickets: 200 -- share of revenue: 50% +- share of revenue: 20% - timestamp of checkin start: 09.00 14 December - timestamp of profit distribution: 17.00 14 December @@ -29,7 +29,7 @@ Everybody can bid for speakership. The bid can be any amount of ETH speaker want ### Participants -Everybody can bid for participation. Minimal bid is 0.2 ETH due to minimal expenses needed to cover basic costs: catering, spase rent, speaker's logistic, merch. At the moment of ticket distribution bids are sorted by amount. Top 200 bids get the right to issue tickets, the other get the right to return bids back. +Everybody can bid for participation. Minimal bid is 0.3 ETH due to minimal expenses needed to cover basic costs: catering, spase rent, speaker's logistic, merch. At the moment of ticket distribution bids are sorted by amount. Top 200 bids get the right to issue tickets, the other get the right to return bids back. ## Processes