Create account

2121d
Just sent 1000 satoshis with message to 6K random addresses, 4K more are coming. Check your wallet, read op_return :)
replied 2120d
How did you do this?
replied 2120d
picked out 10k random unique addresses from network and run script to continiously add tx to the block with 1000 satoshis and message :)
replied 2120d
Ha. This is really going to confuse somebody in 30 years when they’re debugging, generate a random address, and can’t figure out why there’s $50 in it from an ancient block 😂
replied 2120d
can you pls. explain further? how did you pick out addresses -- just chose some that transacted recently (in which case not random)? how does bitdb help? what is gleaned from exercise?
replied 2120d
... its too early to speak about conclusions, still processing. Btw my goal is check if people will read message i have included :)
replied 2120d
addresses were picked from randomly chosen recent blocks, bitdb helped to exclude some addresses like stresstest, also im using bitdb to quere my tx in real time.