Difference between revisions of "BitcoinTip Bot"

From Makers Local 256
Jump to: navigation, search
(Initial commit.)
 
m (Began a list of available commands.)
Line 7: Line 7:
 
==Overview==
 
==Overview==
 
The BitcoinTip bot is a Freenode IRC bot designed to facilitate micro-payments of Bitcoin between IRC users. The receiving user does not need to have a Bitcoin address or an account with the BitcoinTip Bot in order to receive payments. It was inspired by NerfighterSean's [http://www.reddit.com/r/bitcointip/comments/13iykn/bitcointipdocumentation/ BitcoinTip Reddit Bot].
 
The BitcoinTip bot is a Freenode IRC bot designed to facilitate micro-payments of Bitcoin between IRC users. The receiving user does not need to have a Bitcoin address or an account with the BitcoinTip Bot in order to receive payments. It was inspired by NerfighterSean's [http://www.reddit.com/r/bitcointip/comments/13iykn/bitcointipdocumentation/ BitcoinTip Reddit Bot].
 +
 +
==Commands==
 +
 +
{| class="wikitable sortable" style="text-align:center;"
 +
|-
 +
! Command !! Description !! PrivMsg? !! AuthReq? !! Aliases
 +
|-
 +
! align="left" | !signup
 +
| align="left" | Creates an account with the BitcoinTip bot. You must be registered with NickServ for this to work. || No || No || !register, !signmeup
 +
|-
 +
! align="left" | !auth
 +
| align="left" | Tells the BitcoinTip bot to send you an authentication challenge via MemoServ. || Yes || No || !authenticate
 +
|}
  
 
==Ideas==
 
==Ideas==

Revision as of 16:54, 9 April 2013

Creator:
tylercrumpton
Status:
Brainstorming
Born On:
09:18, 27 March 2013 (CDT)
Last Updated:
16:54, 09 April 2013 (CDT)

Overview

The BitcoinTip bot is a Freenode IRC bot designed to facilitate micro-payments of Bitcoin between IRC users. The receiving user does not need to have a Bitcoin address or an account with the BitcoinTip Bot in order to receive payments. It was inspired by NerfighterSean's BitcoinTip Reddit Bot.

Commands

Command Description PrivMsg? AuthReq? Aliases
 !signup Creates an account with the BitcoinTip bot. You must be registered with NickServ for this to work. No No  !register, !signmeup
 !auth Tells the BitcoinTip bot to send you an authentication challenge via MemoServ. Yes No  !authenticate

Ideas

In order to overcome the authentication issues involved with IRC nicks, the bot will initially only send payments to nicks registered with the NickServ. Messages will be sent using the MemoServ system so that only the user that registered the nick is able to retrieve payments. More ideas on the security of the system need to be investigated in order to prevent abuse of the system by users trying to claim others' tips or sending tips from others' accounts.