Skip to content

Commit

Permalink
[REMOVED] Liquid Payout cron due to issues
Browse files Browse the repository at this point in the history
Payouts did not work very well and caused more issues for pools than
being worth having this cron. We revert this and let them use
sendtoaddress again whenever they wish to deduct payouts from their pool
at their own discretion.

We may add this thing back in sometime later with a proper and working
implementation but no promises.
  • Loading branch information
MPOS123 committed Feb 14, 2014
1 parent 03255ae commit a083b1c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 81 deletions.
72 changes: 0 additions & 72 deletions cronjobs/liquid_payout.php

This file was deleted.

9 changes: 0 additions & 9 deletions public/include/config/global.inc.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,6 @@
$config['wallet']['username'] = 'testnet';
$config['wallet']['password'] = 'testnet';

/**
* Cold Wallet / Liquid Assets
* Automatically send liquid assets to a cold wallet
* https://github.com/MPOS/php-mpos/wiki/Config-Setup#wiki-liquid-assets--cold-wallet
**/
$config['coldwallet']['address'] = '';
$config['coldwallet']['reserve'] = 50;
$config['coldwallet']['threshold'] = 5;

/**
* Getting Started Config
* Shown to users in the 'Getting Started' section
Expand Down

0 comments on commit a083b1c

Please sign in to comment.