Skip to content

Commit c2905a1

Browse files
committed
Add florincoin support.
1 parent 8529b04 commit c2905a1

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

coin_config/florincoin.rb

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
module Florincoin
2+
PERFORM_ERROR = 'Do I amuse you? Do I make you laugh? That command doesn\'t exist'
3+
BALANCE_REPLY_PRETEXT = 'Your balance is'
4+
CURRENCY_ICON = 'FLO'
5+
WEALTHY_UPPER_BOUND = 50
6+
WEALTHY_UPPER_BOUND_POSTTEXT = ' dude you\'re ballin!'
7+
WEALTHY_UPPER_BOUND_EMOJI = ':moneybag:'
8+
BALANCE_REPLY_POSTTEXT = ' Coins'
9+
DEPOSIT_PRETEXT = 'Deposit FLO to this address: '
10+
DEPOSIT_POSTTEXT = ''
11+
TIP_ERROR_TEXT = 'pls say tip @username amount'
12+
TIP_PRETEXT = 'Very Generous!'
13+
TIP_POSTTEXT1 = 'http://florincoin.info/tx/?txid='
14+
TIP_POSTTEXT2 = '| here is your transaction on the flochain'
15+
WITHDRAW_TEXT = 'How very stingy'
16+
WITHDRAW_ICON = ':shit:'
17+
NETWORKINFO_ICON = ':bar_chart:'
18+
TOO_POOR_TEXT = 'You don\'t have that much FLO!'
19+
NO_PURPOSE_LOWER_BOUND_TEXT = 'Too low of an amount of FLO'
20+
NO_PURPOSE_LOWER_BOUND = 1
21+
RANDOMIZED_EMOJI = ':black_joker:'
22+
NETWORK = 'florincoin'
23+
end

readme.md

+6
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,9 @@ This runs an unencrypted hot wallet on your server. You should not store signifi
165165
## Credits
166166

167167
This project was originally forked from [dogetip-slack](https://github.com/tenforwardconsulting/dogetip-slack) by [tenforwardconsulting](https://github.com/tenforwardconsulting)
168+
169+
## Support
170+
171+
Like what you see or using this with your team? You can support [the developer](https://github.com/cgcardona) with bitcoin at `1Jwdn9NjhPHkUiEg4gHNaTrYe6s9RkXTs1`
172+
173+
Further the developer is a founding member of the [Blockchain Technology Group](http://blocktech.co) that currently is developing open-source software, hardware and altcoins in the crypto-currency space. If you would like to support BlockTech, you may donate at `1PYNQ3iUSRrzJjEB2FniGruLaz11vMuPmo`.

0 commit comments

Comments
 (0)