How it works1. Script monitors all blocks and searches for transactions to predefined "odd" and "even" addresses.
2. If
- transaction is sent to an "odd" address, and is included into the block with odd hash (hash ending with 1,3,5,7,9,b,d,f), or
- transaction is sent to an "even" address, and is included into the block with even hash (ending with 0,2,4,6,8,a,c,e),
the script will multiply amount by x1.9 and send it back to sender.
3. Minimum amount is 0.0003 BCH (30,000 satoshis), maximum amount is 0.1 BCH (10,000,000 satoshis). Transactions below minimum will be considered as donation. Transactions above maximum will be processed up to a maximum, and excessive amount will be returned.
How to play and verifySend some amount to one of the addresses below:
- Odd address: 1odd6AkhxemktuVQWbqwewUTJhUBHnsPa
- Even address: 1evendEgyb2cPrnzKfaY57PoDodD8XaUX
Wait for 1 confirmation
Check if transaction is included in block with odd hash, or even.
If condition #2 is met, the payback transaction with multiplied amount should be already pending in your wallet.
NotesPlease make sure you are sending from your own wallet, that you have keys from, and don't send it from the exchange. Otherwise the payback payment will be received by the exchange, not you.
You may want to check that there is a sufficient balance on "bank" address 1bankdTiMW47T955ykfQJ1TYPY4Nu8zKW, which is used for payouts. In case if there is not enough funds, the script will just return all the amounts to the original senders.