Bitcoin Forum
June 15, 2024, 05:38:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: 234  (Read 204 times)
F4LC0N90 (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile WWW
May 15, 2023, 10:29:48 PM
Last edit: June 30, 2023, 12:26:27 AM by F4LC0N90
 #1

345
digaran
Copper Member
Hero Member
*****
Offline Offline

Activity: 1330
Merit: 899

🖤😏


View Profile
May 16, 2023, 01:45:46 AM
 #2

So I was wondering, I can generate approximately Thirty Million Keys Per Second with my bleeding edge tech laptop, lol^(256). If I participate how much will I get from the 6.6BTC ? 🤑🤑🤑 look I'm already hungry for moneyz. lol^(-32).

🖤😏
Kostelooscoin
Member
**
Offline Offline

Activity: 203
Merit: 16


View Profile
May 16, 2023, 09:08:04 PM
 #3

site down ?
Kostelooscoin
Member
**
Offline Offline

Activity: 203
Merit: 16


View Profile
May 17, 2023, 08:53:59 AM
 #4

you are the one who controls these addresses ?
Kostelooscoin
Member
**
Offline Offline

Activity: 203
Merit: 16


View Profile
June 04, 2023, 03:09:17 PM
 #5

Code:
import requests
import random
import time

x = 2
while x > 1:
    random_number = random.randint(0x30000000000000000, 0x3ffffffffffffffff)
    random_number_str = hex(random_number)
    random_number_plus_105342548107 = random_number + 105342548107
    random_number_plus_105342548107_str = hex(random_number_plus_105342548107)
    url = "http://190.147.122.227:8080/task_completed"
    payload = {'ranges[]': random_number_str + ":" + random_number_plus_105342548107_str, 'nickname': 'Domba'}
    headers = {'User-Agent': 'python-requests/2.28.1', 'Accept-Encoding': 'gzip, deflate, br', 'Accept': '/'}


    response = requests.post(url, data=payload, headers=headers)
    print(response.status_code)
    print(response.text)
ttdclient
Jr. Member
*
Offline Offline

Activity: 34
Merit: 11


View Profile
June 05, 2023, 12:18:14 AM
Last edit: June 05, 2023, 02:44:53 AM by ttdclient
 #6

Ouch

NO PROOF OF WORK??  That means your entire db of completed work is invalidated.

Proof of work is essential.  You should also actually complete work before counting it as completed.

Your back end is also way too slow.

http://www.ttdsales.com/66bit/index.php
can handle at least 16,000Bk/s

Ever heard of vanitysearch.  It is faster and includes multi gpu support.  Just a thought.


Pages: [1]
  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!