forked from byteball/obyte-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbots.sql
118 lines (107 loc) · 7.97 KB
/
bots.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
INSERT INTO bots (name, description, pairing_code) VALUES (
'Transition bot',
'Allows you to link your Bitcoin and Byteball addresses for participation in Byteball distribution.',
'[email protected]/bb#0000'
);
INSERT INTO bots (name, description, pairing_code) VALUES (
'Byte-BTC exchange',
'Buy or sell Bytes for BTC instantly. Advanced users can offer their price, post pending orders and see the order book.',
'[email protected]/bb#0000'
);
INSERT INTO bots (name, description, pairing_code) VALUES (
'Flight delays oracle',
'If you bought a P2P insurance against flight delays and your flight was delayed, chat with this oracle to have it post the data about your flight. After the data is posted, you can unlock the insurance contract and sweep its funds.',
'AuP4ngdv0S/[email protected]/bb#0000'
);
INSERT INTO bots (name, description, pairing_code) VALUES (
'Sports oracle',
'If you have a P2P betting contract with another user and you won, chat with this oracle to have it post the data about your football match. After the data is posted, you can unlock the betting contract and sweep its funds.',
'[email protected]/bb#0000'
);
INSERT INTO bots (name, description, pairing_code) VALUES (
'BTC oracle',
'This oracle posts Merkle Roots of all Bitcoin transactions in a block every time a new Bitcoin block is mined. You can use its data to P2P trade Bytes vs BTC. If you are receiving Bytes (sending bitcoins), chat with the oracle after sending your bitcoins to get the Merkle Proof of your Bitcoin transaction and unlock your bytes from the smart contract.',
'A7C96Bhg4Gpb2Upw/Ky/[email protected]/bb#0000'
);
INSERT INTO bots (name, description, pairing_code) VALUES (
'Bounce bot',
'Just for fun, send some of your bytes to the bot, and they will be bounced back to you. Developer: vakar.',
'A6WUhxQX7bT1xY5UxoeL2/[email protected]/bb#0000'
);
INSERT INTO bots (name, description, pairing_code) VALUES (
'Rosie bot',
'This is an open-source conversational AI, serving Rosie (chatbot base) through Pandorabots'' API. Without modifying the code, developers can serve any other AIML-compliant chatbot.
Developer: Laurentiu-Andronache, https://github.com/Laurentiu-Andronache/byteball-chatbot-Rosie',
'ApOpqXbI7GpqOl3Z96QW/GSNgv04g4RcFr/[email protected]/bb#0000'
);
INSERT INTO bots (name, description, pairing_code) VALUES (
'Byteball Asset Manager',
'Asset directory and asset creation platform for Byteball. The chatbot provides a simple yet powerful interface to define and issue custom Byteball assets. Assets behave similarly to the native currency "bytes": they are transferable and exchangeable. They can represent anything that has value such as debt, shares, loyalty points, airtime minutes, commodities, other fiat or crypto currencies.
Developer: Peter Miklos, https://byteball.market',
'[email protected]/bb#0000'
);
INSERT INTO bots (name, description, pairing_code) VALUES (
'Zork I game',
'Play one of the earliest interactive fiction computer games developed between 1977 and 1979. The game unfolds in a maze-like dungeon, where the user must battle trolls and solve puzzles in order to find twenty trophies to bring back to the house outside which the game begins.
Developer: Hyena',
'A/[email protected]/bb#0000'
);
INSERT INTO bots (name, description, pairing_code) VALUES (
'Slice&Dice MUD',
'Combining the elements of provably fair online gambling and role-playing games, Slice&Dice Dungeon delivers a unique gaming experience for everyone. The player takes a role of a dungeon inhabitant who has come across a violent underground casino. The main goal in this game is to become a powerful and respected member of the community. Doing so requires one to gamble on the Byteball tokens and to get into fights with other players as part of the endless struggle for power.
Developer: CoinGaming.io',
'Aka6qIh7Cc0FsdyWM/BRzye1ftDbcme5TzE88bI43P+/@byteball.org/bb#0000'
);
INSERT INTO bots (rank, name, description, pairing_code) VALUES (
1,
'Flight delay insurance',
'Buy insurance against flight delay. You get paid if your flight is delayed more than what you specify. The quotes are based on real stats of delays of your flight, the bot charges only 5% above the probability of delay. Insurance is based on smart contracts, you don''t need to trust the bot.
Source code: https://github.com/byteball/flight-delays-insurance, fork and write your bot.',
'Ai8b8CdBxZkm6h1RVhYT7y6Scas/[email protected]/bb#0000'
);
INSERT INTO bots (name, description, pairing_code) VALUES (
'Poll bot',
'Vote in polls. The weight of your vote is proportional to your balance.
Source code: https://github.com/byteball/poll-bot',
'AhMVGrYMCoeOHUaR9v/[email protected]/bb#0000'
);
INSERT INTO bots (name, description, pairing_code) VALUES (
'Blackbytes Exchange BEEB (Trustful)',
'Instant buy and sell batches of Blackbytes 24/7. No need to find a peer anymore: the bot is the peer. Note that you are trusting the coins, as well as private histories of blackbytes, to the exchange operator.',
'[email protected]/bb#0000'
);
INSERT INTO bots (name, description, pairing_code) VALUES (
'Blackbyte Exchange (Semi-trustless)',
'Instantly exchange Blackbytes and Bytes or create your own orders in the book. It''s trustless when selling Blackbytes, meaning all users are always in control of their own Blackbytes, and trustful when buying. Need help or want to socialize? You can directly chat with many other users.',
'[email protected]/bb#globalchat'
);
INSERT INTO bots (name, description, pairing_code) VALUES (
'Buy blackbytes (trustless)',
'Instantly buy blackbytes for bytes. The sale is done via a conditional payment smart contract, so the seller can''t scam you.
Source code: https://github.com/byteball/conditional-token-sale, you can use it to sell your tokens.',
'AmXiHW7Ms4qcdmXeLW4U/[email protected]/bb#0000'
);
INSERT INTO bots (name, description, pairing_code) VALUES (
'Betting bot (Semi-trustless)',
'Bet on sport fixtures by taking the trustless offers immediately available. Or be the bookmaker and develop a business by proposing competitive odds for popular events.
Developer: papabyte.com',
'[email protected]/bb#0000'
);
INSERT INTO bots (name, description, pairing_code) VALUES (
'Luckybytes Lottery (provably fair)',
'An in app lottery in which you can play using your Byteball Bytes. There are three different game modes to participate in. Win large amounts of Bytes depending on the number of players on the principle of "the winner takes all". All games are provably fair. Each lottey comes with a game and proof hash which lets a player validate and prove the results against manipulation.
Developer: pxrunes, https://lucky.byte-ball.com',
'[email protected]/bb#LuckyBytes'
);
INSERT INTO bots (name, description, pairing_code) VALUES (
'TitanCoin ICO',
'Invest in Titan Coin -- a new token pegged to the price of 1 kg of ilmenite concentrate. Ilmenite concentrate is the main raw material used for production of Titanium dioxide.
Project page and investor information: http://titan-coin.com',
'[email protected]/bb#0000'
);
INSERT INTO bots (name, description, pairing_code) VALUES (
'Byteball-Altcoin Exchange Bot',
'Exchange over 60 altcoins to Bytes, Bytes to altcoins, or altcoins to altcoins. Receive your coins as fast as the network confirms your transaction. The fee is only 0.75%. Powered by Changelly.
Developer: Robert Huber, http://byteball-exchange-bot.com',
'[email protected]/bb#bytExchange'
);