Bitcoin Forum
May 17, 2024, 05:25:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 2 3 [4] 5 »  All
  Print  
Author Topic: BitcoinEater round 3 started!  (Read 5046 times)
hackrekcahxfb (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
August 10, 2016, 08:54:44 PM
 #61

So you paid yourself or one of your friends addresses as planned  Cheesy


He paid himself. Note the same ponzi preference, and the "raffle" wasn't even remotely fair.
Hope people are not dumb enough to believe him.


Any proofs? Why you think so?
Nobitcoin
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


In holiday we trust


View Profile
August 10, 2016, 08:55:09 PM
 #62

So you paid yourself or one of your friends addresses as planned  Cheesy


He paid himself. Note the same ponzi preference, and the "raffle" wasn't even remotely fair.
Hope people are not dumb enough to believe him.

One thing can be said he planned it well. Waving that 1000 BTC like a carrot to all you donkeys  Wink
Nobitcoin
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


In holiday we trust


View Profile
August 10, 2016, 08:56:30 PM
 #63

So you paid yourself or one of your friends addresses as planned  Cheesy


He paid himself. Note the same ponzi preference, and the "raffle" wasn't even remotely fair.
Hope people are not dumb enough to believe him.


Any proofs? Why you think so?

Well the first thing is look at your user name and the second your apparent poor engrish   Cheesy
hackrekcahxfb (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
August 10, 2016, 09:03:09 PM
Last edit: August 10, 2016, 09:20:56 PM by hackrekcahxfb
 #64

If you not in game and have no any proof that random algorithm that we use is not random please not flood here.

 my english is not good, but game is honest
Nobitcoin
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


In holiday we trust


View Profile
August 10, 2016, 09:37:26 PM
 #65

If you not in game and have no any proof that random algorithm that we use is not random please not flood here.

 my english is not good, but game is honest

See we only have your word for it wheres your proof that it was picked randomly ?
hackrekcahxfb (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
August 10, 2016, 09:42:44 PM
 #66

python code to select index from list of addresses using block 424600 hash



Python 3.5.1 (v3.5.1:37a07cee5969, Dec  5 2015, 21:12:44)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import binascii
>>>
>>> total_addresses = 754
>>> blockhash = "00000000000000000187a165338f220262346e5fe53533d6e611dc9716b71c11"
>>> hash_bytes = binascii.unhexlify(blockhash)
>>> winner_index = int.from_bytes(hash_bytes,byteorder="little")%total_addresses
>>> print(winner_index)
16

list of addresses

http://pastebin.com/raw/JfB7N3ZJ

not in game unconformed transactions and transaction less then 0.001 btc
1 tx = 1 address ( from zero input )


You can verify all this

No words , just mathematics!
acter2005
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
August 10, 2016, 09:54:06 PM
 #67

python code to select index from list of addresses using block 424600 hash



Python 3.5.1 (v3.5.1:37a07cee5969, Dec  5 2015, 21:12:44)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import binascii
>>>
>>> total_addresses = 754
>>> blockhash = "00000000000000000187a165338f220262346e5fe53533d6e611dc9716b71c11"
>>> hash_bytes = binascii.unhexlify(blockhash)
>>> winner_index = int.from_bytes(hash_bytes,byteorder="little")%total_addresses
>>> print(winner_index)
16

list of addresses

http://pastebin.com/raw/JfB7N3ZJ

not in game unconformed transactions and transaction less then 0.001 btc
1 tx = 1 address ( from zero input )


You can verify all this

No words , just mathematics!

and where my address?))
16UpGxSnsYzmtZsaJiTWEuzFgucq1DMbek
and where my address?))
my I am not in any of the lists)  Grin Grin Grin Grin Grin
I will file a lawsuit on you))  Grin Grin Grin Grin Grin
Nobitcoin
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


In holiday we trust


View Profile
August 10, 2016, 09:55:06 PM
 #68

python code to select index from list of addresses using block 424600 hash



Python 3.5.1 (v3.5.1:37a07cee5969, Dec  5 2015, 21:12:44)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import binascii
>>>
>>> total_addresses = 754
>>> blockhash = "00000000000000000187a165338f220262346e5fe53533d6e611dc9716b71c11"
>>> hash_bytes = binascii.unhexlify(blockhash)
>>> winner_index = int.from_bytes(hash_bytes,byteorder="little")%total_addresses
>>> print(winner_index)
16

list of addresses

http://pastebin.com/raw/JfB7N3ZJ

not in game unconformed transactions and transaction less then 0.001 btc
1 tx = 1 address ( from zero input )


You can verify all this

No words , just mathematics!

Alrighty then I apologise because firstly I don't understand python and well there's the proof  Embarrassed
hackrekcahxfb (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
August 10, 2016, 09:58:31 PM
Last edit: August 11, 2016, 12:38:47 PM by hackrekcahxfb
 #69

python code to select index from list of addresses using block 424600 hash



Python 3.5.1 (v3.5.1:37a07cee5969, Dec  5 2015, 21:12:44)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import binascii
>>>
>>> total_addresses = 754
>>> blockhash = "00000000000000000187a165338f220262346e5fe53533d6e611dc9716b71c11"
>>> hash_bytes = binascii.unhexlify(blockhash)
>>> winner_index = int.from_bytes(hash_bytes,byteorder="little")%total_addresses
>>> print(winner_index)
16

list of addresses

http://pastebin.com/raw/JfB7N3ZJ

not in game unconformed transactions and transaction less then 0.001 btc
1 tx = 1 address ( from zero input )


You can verify all this

No words , just mathematics!

Alrighty then I apologise because firstly I don't understand python and well there's the proof  Embarrassed

Thank you


And Welcome to Bitcoin Eater party !

Round 2 started  Smiley
Will update rules in first message within 20 min
xCoderTV
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
August 10, 2016, 10:00:16 PM
 #70

WOOOW! Alright no way. I actually thought I wouldn't win anything. Thanks alot, never thought it would become real.

And no, I'm not a friend of him. I'm Inverion (a Swedish programmer), hackforums UID: 2124025

If anyone wants evidence feel free to contact me, unbelievable.

Thanks alot!
xCoderTV
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
August 10, 2016, 10:06:34 PM
 #71

WOOOW! Alright no way. I actually thought I wouldn't win anything. Thanks alot, never thought it would become real.

And no, I'm not a friend of him. I'm Inverion (a Swedish programmer), hackforums UID: 2124025

If anyone wants evidence feel free to contact me, unbelievable.

Thanks alot!


Congrats!

But be careful with what you do with the coins. They are being tracked and still stolen.

Maybe you can do a Robin Hood move as well and give away a few coins? haha
Thanks! I'll be doing something asap (and probs some giveaways). Just need to get a bit of sleep - this made my day, I mean night.

acter2005
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
August 10, 2016, 10:11:42 PM
 #72



Thank you


And Welcome to Bitcoin Eater party !

Round 2 started  Smiley
Will update rules in first message within 20 min

No this is wrong)
I also sent 0,001)
and I was not there! What to do?)
waiting for the second round?))
hackrekcahxfb (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
August 10, 2016, 10:14:26 PM
Last edit: August 11, 2016, 12:38:57 PM by hackrekcahxfb
 #73

This is not stolen funds! This is funds from lottery prize. All participants was able to request refund, but no body do it.

Second round started please read first message in this Topic with same rule updates!
hackrekcahxfb (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
August 10, 2016, 10:29:10 PM
 #74

python code to select index from list of addresses using block 424600 hash



Python 3.5.1 (v3.5.1:37a07cee5969, Dec  5 2015, 21:12:44)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import binascii
>>>
>>> total_addresses = 754
>>> blockhash = "00000000000000000187a165338f220262346e5fe53533d6e611dc9716b71c11"
>>> hash_bytes = binascii.unhexlify(blockhash)
>>> winner_index = int.from_bytes(hash_bytes,byteorder="little")%total_addresses
>>> print(winner_index)
16

list of addresses

http://pastebin.com/raw/JfB7N3ZJ

not in game unconformed transactions and transaction less then 0.001 btc
1 tx = 1 address ( from zero input )


You can verify all this

No words , just mathematics!

and where my address?))
16UpGxSnsYzmtZsaJiTWEuzFgucq1DMbek
and where my address?))
my I am not in any of the lists)  Grin Grin Grin Grin Grin
I will file a lawsuit on you))  Grin Grin Grin Grin Grin


your transaction

c3538282ca0f13d2690de8850c765b4558dbb48ce8a609901d8cc0cebddd8982


2 inputs

1BLzBMPfwr95Xs7qVpVBVw4hdJVAMjsneP

16UpGxSnsYzmtZsaJiTWEuzFgucq1DMbek

1 address from transaction with input index 0 = 1BLzBMPfwr95Xs7qVpVBVw4hdJVAMjsneP

708: 1BLzBMPfwr95Xs7qVpVBVw4hdJVAMjsneP [424448]:1024   C3538282CA0F13D2690DE8850C765B4558DBB48CE8A609901D8CC0CEBDDD8982[0]   0.001btc

your number was 708
acter2005
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
August 10, 2016, 10:35:32 PM
 #75



your transaction

c3538282ca0f13d2690de8850c765b4558dbb48ce8a609901d8cc0cebddd8982


2 inputs

1BLzBMPfwr95Xs7qVpVBVw4hdJVAMjsneP

16UpGxSnsYzmtZsaJiTWEuzFgucq1DMbek

1 address from transaction with input index 0 = 1BLzBMPfwr95Xs7qVpVBVw4hdJVAMjsneP

708: 1BLzBMPfwr95Xs7qVpVBVw4hdJVAMjsneP [424448]:1024   C3538282CA0F13D2690DE8850C765B4558DBB48CE8A609901D8CC0CEBDDD8982[0]   0.001btc

your number was 708

Good!
all honestly, I stepped)
The court will not apply)))  Grin Grin Grin Wink
hackerkcahxfb
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
August 11, 2016, 01:56:21 AM
 #76

This is not stolen funds! This is funds from lottery prize. All participants was able to request refund, but no body do it.

Second round started please read first message in this Topic with same rule updates!
len01
Hero Member
*****
Offline Offline

Activity: 1316
Merit: 585


Leading Crypto Sports Betting & Casino Platform


View Profile
August 11, 2016, 02:32:59 AM
 #77

WOOOW! Alright no way. I actually thought I wouldn't win anything. Thanks alot, never thought it would become real.

And no, I'm not a friend of him. I'm Inverion (a Swedish programmer), hackforums UID: 2124025

If anyone wants evidence feel free to contact me, unbelievable.

Thanks alot!

congrats for your winner my friend

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
sinwenzi
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
August 11, 2016, 04:46:41 AM
 #78

Please, delete this thread. This no games and rounds. It's only scam.
samuel001
Full Member
***
Offline Offline

Activity: 142
Merit: 100



View Profile
August 11, 2016, 05:16:35 AM
 #79

all of this is bullshit
romework11
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
August 11, 2016, 05:29:14 AM
 #80

1CSLx2SKGxLqStDTQ1ZMLE2kH4En6Qrycr
Pages: « 1 2 3 [4] 5 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!