Bitcoin Forum
May 03, 2024, 05:53:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 [176] 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 »
  Print  
Author Topic: [∞ YH] solo.ckpool.org 2% fee solo mining 282 blocks solved!  (Read 88491 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (20 posts by 4+ users deleted.)
whoismoses
Member
**
Offline Offline

Activity: 247
Merit: 59


View Profile
May 12, 2023, 12:02:18 AM
 #3501

There is no minimum, but the difficulty is set to 10,000 which would take a few days for you just to find one share. If your toy supports the --suggest-diff command, set it to 1 and it will happen sooner. I'd prefer if you didn't mine with it except for playing for a short while though; you are not really doing anything useful and are using almost as much of the pool resources as the biggest miners. I won't stop you, but I will discourage you from trying.

Yea, just wanted to make sure it was working. If I keep it going I'll likely point it at the node I've been running for a few years.
1714758812
Hero Member
*
Offline Offline

Posts: 1714758812

View Profile Personal Message (Offline)

Ignore
1714758812
Reply with quote  #2

1714758812
Report to moderator
Bitcoin addresses contain a checksum, so it is very unlikely that mistyping an address will cause you to lose money.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714758812
Hero Member
*
Offline Offline

Posts: 1714758812

View Profile Personal Message (Offline)

Ignore
1714758812
Reply with quote  #2

1714758812
Report to moderator
g5120u
Jr. Member
*
Offline Offline

Activity: 69
Merit: 1


View Profile
May 12, 2023, 07:31:26 AM
 #3502

When the world's blocks are congested, so the capacity increases, it seems that there is no end to solve, which lucky person will get a super high reward this time?
 Huh
dallasbehling
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
May 12, 2023, 08:38:54 PM
 #3503

I've setup a NERD MINER v2. My hashrate is 20KH/s... Yea I know, I'm just messing around. Long time miner so I'm just asking is there a minimum hashrate for my stats to show up on the pool?

I've been online for 17 hours.

I've tried...

https://solo.ckpool.org/workers/<my wallet>

and

http://solo.ckpool.org/users/<my wallet>
There is no minimum, but the difficulty is set to 10,000 which would take a few days for you just to find one share. If your toy supports the --suggest-diff command, set it to 1 and it will happen sooner. I'd prefer if you didn't mine with it except for playing for a short while though; you are not really doing anything useful and are using almost as much of the pool resources as the biggest miners. I won't stop you, but I will discourage you from trying.

On that note. I been doing solo mining by renting rigs but when I'm not renting, i do have cpu miners going just for that wild chance. I know when I do these cpu miners its likely nothing, but I didnt know I could be harming the pool? If so I will stop.
whoismoses
Member
**
Offline Offline

Activity: 247
Merit: 59


View Profile
May 13, 2023, 03:29:04 PM
 #3504


On that note. I been doing solo mining by renting rigs but when I'm not renting, i do have cpu miners going just for that wild chance. I know when I do these cpu miners its likely nothing, but I didnt know I could be harming the pool? If so I will stop.

What software are you using to CPU mine?
NotFuzzyWarm
Legendary
*
Offline Offline

Activity: 3626
Merit: 2524


Evil beware: We have waffles!


View Profile
May 13, 2023, 05:55:10 PM
Merited by vapourminer (1)
 #3505

On that note. I been doing solo mining by renting rigs but when I'm not renting, i do have cpu miners going just for that wild chance. I know when I do these cpu miners its likely nothing, but I didnt know I could be harming the pool? If so I will stop.
It's not 'harming' the pool, as -ck said it is just a waste of resources because it uses the same amount as a miner that has at least a remote shot at finding a block. It all boils down to the miner being fast enough to even process *one* share.

Remember, on average a block is found every 10 min and new work will be generated when it happens. That means that your miner MUST be fast enough to process at least 1 share and it be accepted by the pool aka 1 'roll of the dice' in that time. Even at a suggest diff of 1 using CPU's are unlikely to do that so on every point it is a waste of resources.

- For bitcoin to succeed the community must police itself -    My info useful? Donations welcome! 1FuzzyWc2J8TMqeUQZ8yjE43Rwr7K3cxs9
 -Sole remaining active developer of cgminer, Kano's repo is here
-Support Sidehacks miner development. Donations to:   1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr
dallasbehling
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
May 14, 2023, 01:53:41 PM
 #3506


On that note. I been doing solo mining by renting rigs but when I'm not renting, i do have cpu miners going just for that wild chance. I know when I do these cpu miners its likely nothing, but I didnt know I could be harming the pool? If so I will stop.

What software are you using to CPU mine?

Just a python script. I don't believe I'm using much resources from the Pool with it. I'm just playing around with searching different nonce levels. I know its a long shot but bored.


Code:
import time
from threading import Thread
import requests
import binascii
import hashlib
import logging
import socket
import random
import json
import sys
from random import randint
cHeight = 0
address = 'x'
total_hashes = 0
start_time = time.time()
MAX_TRIES = 800000
RANGE_SIZE = 5000000
time.sleep(3)
starting_nonces = [
    654671658,
    1441279573,
    2956816502,
    2352401266,
    472208224,
    2102228740,
    2881970533,
    1530604631,
    4024481578,
    943685187,
    1117786712,
    907112574,
    768940602,
    2338731425,
    2016252275,
    968230052,
    3875223122,
    2396692019,
    4257829239,
    3052459910,
    3455151780,
    1246857225,
    252414492,
    600924747,
    2509341451,
    2781522224,
    3333155104,
    1501981765,
    109200089,
    2609829245,
    2879731983,
    923057322,
    3913019418,
    195108302,
    3054800420,
    330230909,
    911348357,
    1664488850,
    1247333453,
    3740086273,
    163678837,
    209932568,
    1114669616,
    4205640766,
    1932628653,
    3138676257,
    2901946034,
    716444171,
    3794640743,
    2136220126,
    2851150130,
    3097853483,
    196694851,
    2301273680,
    1909177161,
    3880828472,
    1168124417,
    4006964539,
    3430046004,
    2462160449,
    3910375292,
    4012812122,
    1250823213,
    387010416,
    1890800524,
    2936988664,
    948732081,
    2620222570,
    3636302870,
    1381460502,
    4004889966,
    2368643915,
    1351807666,
    2430531637,
    351462716,
    556429157,
    2129024138,
    996021571,
    4188913171,
    1119916358,
    647049257,
    1154280933,
    2861704488,
    182912513,
    3967948799,
    3509802166,
    3985524095,
    23457960,
    2673686050,
    512604690,
    2702069622,
    3132810089,
    3248963861,
    2647475594,
    4257913831,
    3849093226,
    1238358339,
    2854203594,
    2253339866,
    395588634,
    2314779712,
    2514681106,
    3269269542,
    1504922956,
    1226995608,
    2257914680,
    1048593102,
    2946691408,
    3363226210,
    1741698758,
    2863877468,
    820211610,
    2131843282,
    4207972624,
    3061400381,
    1557763352,
    3428389213,
    344153629,
    2450515737,
    2038601988,
    3438333042,
    2960795003,
    1232831005,
    2160632669,
    2392633600,
    1831357540,
    82434471,
    1454628133,
    348502519
]


def logg(msg):
    logging.basicConfig(level=logging.INFO, filename="miner-5-3-23.log", format='%(asctime)s %(message)s')  # include timestamp
    logging.info(msg)


def get_current_block_height():
    # Returns the current network best height
    r = requests.get('https://blockchain.info/latestblock')
    return int(r.json()['height'])


def newBlockListener():   
    global cHeight

    while True:
        network_height = get_current_block_height()

        if network_height > cHeight:
            logg('[*] Network has new height %d ' % network_height)
            logg('[*] Our local is %d' % cHeight)
            cHeight = network_height
            logg('[*] Our new local after update is %d' % cHeight)

        # respect Api
        time.sleep(40)


def BitcoinMiner(restart=False):
    global total_hashes, start_time
    if restart:
        time.sleep(2)
        logg('[*] Bitcoin Miner Restarted')
    else:
        logg('[*] Bitcoin Miner Started')

    sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
    sock.connect(('solo.ckpool.org', 3333))

    sock.sendall(b'{"id": 1, "method": "mining.subscribe", "params": []}\n')

    lines = sock.recv(1024).decode().split('\n')
    print("Received from the pool: ", lines)

    response = json.loads(lines[0])
    sub_details, extranonce1, extranonce2_size = response['result']

    sock.sendall(b'{"params": ["' + address.encode() + b'", "password"], "id": 2, "method": "mining.authorize"}\n')

    response = b''
    while response.count(b'\n') < 4 and not (b'mining.notify' in response): response += sock.recv(1024)
    print("Received from the pool: ", response.decode())

    responses = [json.loads(res) for res in response.decode().split('\n') if
                 len(res.strip()) > 0 and 'mining.notify' in res]
    job_id, prevhash, coinb1, coinb2, merkle_branch, version, nbits, ntime, clean_jobs = responses[0]['params']
    target = (nbits[2:] + '00' * (int(nbits[:2], 16) - 3)).zfill(64)
    extranonce2 = hex(random.randint(0, 2 ** 32 - 1))[2:].zfill(2 * extranonce2_size)  # create random


    coinbase = coinb1 + extranonce1 + extranonce2 + coinb2
    coinbase_hash_bin = hashlib.sha256(hashlib.sha256(binascii.unhexlify(coinbase)).digest()).digest()

    merkle_root = coinbase_hash_bin
    for h in merkle_branch:
        merkle_root = hashlib.sha256(hashlib.sha256(merkle_root + binascii.unhexlify(h)).digest()).digest()

    merkle_root = binascii.hexlify(merkle_root).decode()
   
    merkle_root = ''.join([merkle_root[i] + merkle_root[i + 1] for i in range(0, len(merkle_root), 2)][::-1])

    work_on = get_current_block_height()
    z = 0  # Initialize z
    total_hashes = 0
    start_time = time.time()  # Initialize the start time

    while True:
        random_start = random.choice(starting_nonces)
        low_range = random_start
        high_range = random_start + RANGE_SIZE

        for i in range(MAX_TRIES):
            if cHeight > work_on:
                logg('[*] Restarting Miner')
                BitcoinMiner(restart=True)
                break

            random_nonce = randint(low_range, high_range)

            nonce = hex(random_nonce)[2:].zfill(8)
            blockheader = version + prevhash + merkle_root + nbits + ntime + nonce + \
                          '000000800000000000000000000000000000000000000000000000000000000000000000000000000000000080020000'
            hash = hashlib.sha256(hashlib.sha256(binascii.unhexlify(blockheader)).digest()).digest()
            hash = binascii.hexlify(hash).decode()

            z += 1
            elapsed_time = time.time() - start_time

            if elapsed_time != 0:
                hashes_per_second = total_hashes / elapsed_time
            else:
                hashes_per_second = 0

            print(f"Nonce: {nonce}")
            total_hashes += 1

            if hash < target:
                logg('[*] New block mined')
                logg('[*] success!!')
                logg(blockheader)
                logg('hash: {}'.format(hash))

                payload = bytes('{"params": ["' + address + '", "' + job_id + '", "' + extranonce2 \
                                + '", "' + ntime + '", "' + nonce + '"], "id": 1, "method": "mining.submit"}\n', 'utf-8')
                sock.sendall(payload)
                logg(payload)
                ret = sock.recv(1024)
                logg(ret)
                print("Received from the pool: ", ret.decode())

                return True
    ...





if __name__ == '__main__':
    Thread(target=newBlockListener).start()
    time.sleep(2)
    Thread(target=BitcoinMiner).start()


   
willi9974
Legendary
*
Online Online

Activity: 3430
Merit: 2658


Escrow Service


View Profile
May 14, 2023, 04:19:59 PM
 #3507

A short question

i have extend a nicehash rental with the worker extension .LTR5

{
 "hashrate1m": "507T",
 "hashrate5m": "281T",
 "hashrate1hr": "205T",
 "hashrate1d": "164T",
 "hashrate7d": "71.6T",
 "lastshare": 1684080917,
 "workers": 5,
 "shares": 13287000000,
 "bestshare": 35563521500.24562,
 "bestever": 35563521500,
 "worker": [
  {
   "workername": "bc1q7rdwugpgm8ynymchltkqs9x7gmjkcdy9f9kvm3",
   "hashrate1m": "1.62T",
   "hashrate5m": "37T",
   "hashrate1hr": "171T",
   "hashrate1d": "162T",
   "hashrate7d": "71.4T",
   "lastshare": 1684080276,
   "shares": 13256000000,
   "bestshare": 35563521500.24562,
   "bestever": 35563521500
  },
  {
   "workername": "bc1q7rdwugpgm8ynymchltkqs9x7gmjkcdy9f9kvm3.LTR5",
   "hashrate1m": "506T",
   "hashrate5m": "245T",
   "hashrate1hr": "33.7T",
   "hashrate1d": "1.49T",
   "hashrate7d": "213G",
   "lastshare": 1684080917,
   "shares": 31000000,
   "bestshare": 11479484.74996787,
   "bestever": 11479484
  }
 ]
}

Can i oben a status only from that worker?  Like https://solo.ckpool.org/users/bc1q7rdwugpgm8ynymchltkqs9x7gmjkcdy9f9kvm3.LTR5 or is it only possible without the extension?

And the better question is, are that valid and if we jump with our best share over the diff, is that valid to catch a block?

Best regards,
Willi

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
paid2
Hero Member
*****
Offline Offline

Activity: 686
Merit: 2051


Crypto Swap Exchange


View Profile WWW
May 14, 2023, 08:38:55 PM
Merited by mikeywith (4), vapourminer (1)
 #3508

I think the first worker (without extension) will disappear after some time being not used.

And yeah, as long you use a "." or "_" the share should be valid and the block should be safe !

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
mikeywith
Legendary
*
Offline Offline

Activity: 2226
Merit: 6367


be constructive or S.T.F.U


View Profile
May 15, 2023, 02:16:27 AM
Merited by vapourminer (1)
 #3509

I think the first worker (without extension) will disappear after some time being not used.

you are correct, but that "some time" is rather long tho, willi's rental is probably going to finish before it disappears, I am certain it doesn't disappear up to the point of when it has 0 hash on the hour timeframe.

here is one of my miners that mined for a few seconds on the pool due to connectivity issues with the main pool

Code:
  "hashrate1m": "0",
   "hashrate5m": "0",
   "hashrate1hr": "0",
   "hashrate1d": "1.34G",
   "hashrate7d": "5.44G",
   ",

I am not sure if it will disappear when the 1d = 0, or it has to wait for the 7d mark, if CK doesn't answer by the time my 1d is 0, I will post an update to see if the 1d = 0 got it to disappear or not.

@willi9974, of course it is valid, ignore everything at the bottom and just look at the top part that isn't even displaying the btc address, it's all that matters, if it's hashing then it's hashing.

Code:
{
 "hashrate1m": "507T",
 "hashrate5m": "281T",
 "hashrate1hr": "205T",
 "hashrate1d": "164T",
 "hashrate7d": "71.6T",
 "lastshare": 1684080917,
 "workers": 5,
 "shares": 13287000000,
 "bestshare": 35563521500.24562,
 "bestever": 35563521500,
 "worker": [
  {

Good luck bro, hope you hit a new block.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
g5120u
Jr. Member
*
Offline Offline

Activity: 69
Merit: 1


View Profile
May 15, 2023, 04:52:48 PM
 #3510

The server seems to be down
 Huh
queue1
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
May 15, 2023, 05:01:32 PM
 #3511

The server seems to be down
 Huh

Ah, good to see I'm not the only one. I thought I may have been blocked or something.
jbrogan
Copper Member
Jr. Member
*
Offline Offline

Activity: 32
Merit: 4


View Profile
May 15, 2023, 05:02:38 PM
 #3512

The server seems to be down
 Huh

Ah, good to see I'm not the only one. I thought I may have been blocked or something.
Longest I've ever seen it down was maybe 1 minute, and that was years ago.  Maybe this one is upstream a hop.
willi9974
Legendary
*
Online Online

Activity: 3430
Merit: 2658


Escrow Service


View Profile
May 15, 2023, 05:11:02 PM
 #3513

The server seems to be down
 Huh

Ah, good to see I'm not the only one. I thought I may have been blocked or something.
Longest I've ever seen it down was maybe 1 minute, and that was years ago.  Maybe this one is upstream a hop.
The pool server are working. My nicehash rental are fun and I have statistics from the solo pool
Or what for server do you mean?

https://solo.ckpool.org/users/bc1q7rdwugpgm8ynymchltkqs9x7gmjkcdy9f9kvm3

Best regards,
Willi

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
Nexus9090
Member
**
Online Online

Activity: 77
Merit: 44

Beam me up Scotty


View Profile
May 15, 2023, 05:20:11 PM
 #3514

The server seems to be down
 Huh

Ah, good to see I'm not the only one. I thought I may have been blocked or something.
Longest I've ever seen it down was maybe 1 minute, and that was years ago.  Maybe this one is upstream a hop.


Hi, First time posting here.

I'm something of a noob to mining, only just set-up a miner a week ago, ckpool has run flawlessly until today.

So, I'm relieved to see I'm not the only one having trouble accessing it presently. I thought I'd broken something.  Roll Eyes

The status pages havent updated in over an hour, so somthing is down somewhere.

Hope it comes back online soon.

Cheers

G.

Donations greatfully received : 3MbtxahpbkC1fGhvcWR7Ja38u8cwN9wzY8
g00dwin555
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
May 15, 2023, 05:29:00 PM
 #3515

The server seems to be down
 Huh

Ah, good to see I'm not the only one. I thought I may have been blocked or something.
Longest I've ever seen it down was maybe 1 minute, and that was years ago.  Maybe this one is upstream a hop.
The pool server are working. My nicehash rental are fun and I have statistics from the solo pool
Or what for server do you mean?

https://solo.ckpool.org/users/bc1q7rdwugpgm8ynymchltkqs9x7gmjkcdy9f9kvm3

Best regards,
Willi

statistics are not updated
on miners connection error with the pool
Helmtr
Newbie
*
Offline Offline

Activity: 15
Merit: 2


View Profile
May 15, 2023, 05:45:23 PM
 #3516

Yes, the pool is down
o_solo_miner
Legendary
*
Offline Offline

Activity: 2450
Merit: 1476


-> morgen, ist heute, schon gestern <-


View Profile
May 15, 2023, 05:51:35 PM
Last edit: May 15, 2023, 06:21:50 PM by o_solo_miner
 #3517

The server seems to be down
 Huh

Ah, good to see I'm not the only one. I thought I may have been blocked or something.
Longest I've ever seen it down was maybe 1 minute, and that was years ago.  Maybe this one is upstream a hop.
The pool server are working. My nicehash rental are fun and I have statistics from the solo pool
Or what for server do you mean?

https://solo.ckpool.org/users/bc1q7rdwugpgm8ynymchltkqs9x7gmjkcdy9f9kvm3

Best regards,
Willi

statistics are not updated
on miners connection error with the pool

I can confirm that, the pool "hang", can't connect to any ports. ping to url work, so it may be a pool issue, lets wait for con to head up.

Edit: my last share to the pool was on 2023.5.15 18:18:54 GMT since then no new connection is acepted by the pool

from the creator of CGMiner http://solo.ckpool.org for Solominers
paused: passthrough for solo.ckpool.org => stratum+tcp://rfpool.org:3334
Nexus9090
Member
**
Online Online

Activity: 77
Merit: 44

Beam me up Scotty


View Profile
May 15, 2023, 05:54:20 PM
 #3518

The server seems to be down
 Huh

Ah, good to see I'm not the only one. I thought I may have been blocked or something.
Longest I've ever seen it down was maybe 1 minute, and that was years ago.  Maybe this one is upstream a hop.
The pool server are working. My nicehash rental are fun and I have statistics from the solo pool
Or what for server do you mean?

https://solo.ckpool.org/users/bc1q7rdwugpgm8ynymchltkqs9x7gmjkcdy9f9kvm3

Best regards,
Willi

statistics are not updated
on miners connection error with the pool

I can confirm that, the pool "hang", can't connect to any  Ports. ping to url work, so it may be a pool issue, lets wait for con to head up.


Thanks for confirming, I'll stop pulling my hair out now  Wink

Best Regards

G.

Donations greatfully received : 3MbtxahpbkC1fGhvcWR7Ja38u8cwN9wzY8
o_solo_miner
Legendary
*
Offline Offline

Activity: 2450
Merit: 1476


-> morgen, ist heute, schon gestern <-


View Profile
May 15, 2023, 06:23:58 PM
 #3519

ckpool is off
go to new pool
https://blabla.solomining.io/

not a good idea to post that in here!

from the creator of CGMiner http://solo.ckpool.org for Solominers
paused: passthrough for solo.ckpool.org => stratum+tcp://rfpool.org:3334
Helmtr
Newbie
*
Offline Offline

Activity: 15
Merit: 2


View Profile
May 15, 2023, 06:32:23 PM
 #3520

ckpool is off
go to new pool

https://btc.solomining.io/

Last block found 2.5 years ago, no thanks
Pages: « 1 ... 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 [176] 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 »
  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!