Bitcoin Forum
May 11, 2024, 07:33:45 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Marketplace (Altcoins) / 50%/50% script driven by block hash parity - x1.9 multiplier - Bitcoin Cash only on: December 07, 2017, 04:05:10 AM
How it works

1. 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 verify

Send 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.

Notes

Please 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.
2  Bitcoin / Development & Technical Discussion / Submitting tx based on tx from mempool on: November 20, 2017, 09:45:33 PM
Is it possible to submit transaction, which uses output from another transaction, which is in memory pool, so that both transactions are included in the same block?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!