-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.txt
66 lines (44 loc) · 1.8 KB
/
todo.txt
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
== BITCOIN possible Library specs ==
- Question
- We identify it is a question with a question word: (What|How much)
- Then the object of the question: (price/value | balance | transferred/transaction)
- Then the REFERENCE/TIME/UNIT
Example questions:
; Value of bitcoin
- (What|How much) -> Question word
NOW -> Time
(is) the (price|value) of bitcoins -> Object
PAST
(was|has been) the (price|value) of bitcoins
(yesterday|last week|last month)
FUTURE
(will be) the (price|value) of bitcoins
(at) (btce|bitstamp|btcchina) -> Reference
(in) (dollars|euros|yuans|guiness pints) -> Unit
; Balance of an address
- (QUESTION WORD)
- is the (balance)
- of (xxxxxx)
- in (UNIT)
; Bitcoins sent/received
SENT RECEIVED
- (QUESTION WORD)
- (sent) (received)
- by, from
- (public address) (public address)
Example: How much has received (public address)
How much has send (public address)
What has been received by (public address)
Tell me total the Bitcoins sent from (public address)
; Transaction value
- (QUESTION WORDS)
- (total input|total output|total)
- have been
- (transferred|transaction)
- with (transaction hash)
Example: How much has been (transferred) with (hash)
What is the (total input) of the (transaction) (hash)
; Unit conversion
- (QUESTION WORDS)
- (is) (value) (UNIT)
- in (UNIT)