Skip to content

Adding Pools

iAmShorty edited this page Feb 10, 2014 · 1 revision

Setting up multiple Pools is very easy

NOTE: Only Botowners can manage Pools. You have to be recognized by the bot, else you can't fire any of the commands.

Add a Pool

!addpool APIURL COIN PAYOUTSYS FEE

e.g. !addpool http://yourpoolurl.tld BTC PPLNS 1

Add Apikey to Pool

/msg Botnick !apikey APIURL APIKEY

e.g. /msg Poolbot !apikey http://yourpoolurl.tld 23984710298674309812734098712309471092743

Delete a Pool

!delpool APIURL

e.g. !delpool http://yourpoolurl.tld

Activating a Pool for Block advertising

!blockfinder APIURL enable

e.g. !blockfinder http://youpoolurl.tld enable

Deactivating a Pool for Block advertising

!blockfinder APIURL enable

e.g. !blockfinder http://youpoolurl.tld disable

You can add as many as you want. For example, the Value "BTC" is the Coin Name, used to query the Pool. Apiurl and Apikey are the Values from your MPOS installation. So, if your Pool Coin is set to "BTC" you can query the bot with following command

!pool BTC

Querying userinfos works like that

!user BTC USERNAME
Clone this wiki locally