Search content
Sort by

Showing 20 of 20 results by KudilCumil
Post
Topic
Board Pools
Re: [∞ YH] solo.ckpool.org 2% fee solo mining 267 blocks solved!
by
KudilCumil
on 24/10/2022, 11:27:18 UTC
on CKPool :
Code:
PING solo.ckpool.org (51.81.56.15): 56 data bytes
64 bytes from 51.81.56.15: seq=0 ttl=51 time=265.554 ms
64 bytes from 51.81.56.15: seq=1 ttl=51 time=265.200 ms
64 bytes from 51.81.56.15: seq=2 ttl=51 time=265.054 ms
64 bytes from 51.81.56.15: seq=3 ttl=51 time=265.302 ms
64 bytes from 51.81.56.15: seq=4 ttl=51 time=265.159 ms
64 bytes from 51.81.56.15: seq=5 ttl=51 time=265.413 ms

--- solo.ckpool.org ping statistics ---
6 packets transmitted, 6 packets received, 0% packet loss
round-trip min/avg/max = 265.054/265.280/265.554 ms

hi,.. with ping that big, is it still worth it for me to mine on CKPool?

I'd say that's an excessively high ping time and would advise against it unless you're dead set on mining solo instead of on a regular shared pool.

Thank you -CK,.. 
Post
Topic
Board Pools
Re: [∞ YH] solo.ckpool.org 2% fee solo mining 267 blocks solved!
by
KudilCumil
on 24/10/2022, 10:58:12 UTC
on CKPool :
Code:
PING solo.ckpool.org (51.81.56.15): 56 data bytes
64 bytes from 51.81.56.15: seq=0 ttl=51 time=265.554 ms
64 bytes from 51.81.56.15: seq=1 ttl=51 time=265.200 ms
64 bytes from 51.81.56.15: seq=2 ttl=51 time=265.054 ms
64 bytes from 51.81.56.15: seq=3 ttl=51 time=265.302 ms
64 bytes from 51.81.56.15: seq=4 ttl=51 time=265.159 ms
64 bytes from 51.81.56.15: seq=5 ttl=51 time=265.413 ms

--- solo.ckpool.org ping statistics ---
6 packets transmitted, 6 packets received, 0% packet loss
round-trip min/avg/max = 265.054/265.280/265.554 ms

hi,.. with ping that big, is it still worth it to mine solo on CKPool?
or should i move to ViaBTC? it gave me :
Code:
PING btc.viabtc.io (172.65.24.253): 56 data bytes
64 bytes from 172.65.24.253: seq=0 ttl=53 time=21.761 ms
64 bytes from 172.65.24.253: seq=1 ttl=53 time=21.843 ms
64 bytes from 172.65.24.253: seq=2 ttl=53 time=21.685 ms
64 bytes from 172.65.24.253: seq=3 ttl=53 time=21.343 ms
64 bytes from 172.65.24.253: seq=4 ttl=53 time=21.610 ms
64 bytes from 172.65.24.253: seq=5 ttl=53 time=21.502 ms

--- btc.viabtc.io ping statistics ---
6 packets transmitted, 6 packets received, 0% packet loss
round-trip min/avg/max = 21.343/21.624/21.843 ms
thank you,..
Post
Topic
Board Development & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
by
KudilCumil
on 08/10/2022, 22:07:18 UTC
thank you @stanner.austin and @italiandigger
  Cheesy Cheesy Cheesy
Post
Topic
Board Development & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
by
KudilCumil
on 08/10/2022, 08:57:53 UTC
hallo,..
needs explanation what is the next step after found private key?
cant open wallet address using above private key found,.. is there anything else to be done after found private key,..
thanks
If the wallet (like the puzzle 64) is empty you cannot sign new transactions. Zero bitcoin means zero transactions available.  Wink
Here you can find an archive of private keys, all empty wallets : https://privatekeys.pw/keys/bitcoin/3
If you are lucky and you find a privkey with bitcoins inside you can use a wallet like Exodus (there are tutorials online how to importing a paper wallet).


PrivKey: f7051f27b09112d4
pubkey: 03100611c54dfef604163b8358f7b7fac13ce478e02cb224ae16d45526b25d9d4d
address: 16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN

i tried to use electrum on that found private key, but electrum doesn't recognise the format of that private key.
how we use found private key? is there any other process to change format of the private key so it can be use on electrum or any wallet?
Post
Topic
Board Development & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
by
KudilCumil
on 08/10/2022, 01:48:38 UTC
Try this clBitcrack -o out.txt --keyspace f7051f27a09112d4:f7051f37b09112d4 16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN
I did the suggested test with another software: keyhunt (https://github.com/secp8x32/keyhunt/tree/master/x64/Release)
The suggested test keyrange is 68.987.912.192 keys (it is useless to test it with clbitcrack because with 260000+ keys it skips the key found)

Keyhunt fullfills the target in 3.30 hours on my old laptop with geforce 820M!!!

C:\Keyhunt>keyhunt -m address -f addresses.txt -r f7051f27a09112d4:f7051f37b09112d4 -l compress -c btc -t 96
  • Version 0.2.211012 Chocolate ┬íBeta!, developed by AlbertoBSD(Win64 build by KV)
  • Mode address
  • Search compress only
  • Setting search for BTC adddress.
  • Threads : 96
  • Opening file addresses.txt
  • Allocating memory for 1 elements: 0.00 MB
  • Bloom filter for 1 elements.
  • Loading data to the bloomfilter total: 0.00 MB
  • Bloomfilter completed
  • Sorting data ... done! 1 values were loaded and sorted
Base key: f7051f36b08826c5     120 seconds: 374009 keys/s
HIT!! PrivKey: f7051f27b09112d4
pubkey: 03100611c54dfef604163b8358f7b7fac13ce478e02cb224ae16d45526b25d9d4d
address: 16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN
^Cse key: f7051f28c3cf56d3     580 seconds: 375917 keys/s
C:\Keyhunt>

The addresses.txt file contains only the address 16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN

I haven't enough experience to setup correctly the software, I don't know for example if and how i can allocate memory to reduce the processing time.
Keyhunt continues to elaborate the base key until the end of keyspace, i quitted it once i've seen that the key has been found.
Brainless you are right, it takes a lot of time to check 37.181.645.904.000 keys (116.160 times more than 268.436.000 keys with my old laptop if keyhunt cannot be set better)  Wink
Clbitcrack is totally useless because it create the false illusion that the key can be found very quickly with any keyrange, but it's not true (it works with maximum 260000 keys only).
If you know how to setup better keyhunt, please let me know.
Did you tested keyhunt with better graphic cards like Gtx1080ti or Rtx3070? How many key/s do you reach?

hallo,..
needs explanation what is the next step after found private key?
cant open wallet address using above private key found,.. is there anything else to be done after found private key,..
thanks
Post
Topic
Board Development & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
by
KudilCumil
on 06/10/2022, 00:28:24 UTC
hallo,..
need an explanation about multiple addresses.
how is it work?
is it :
1. search key for the first address of the list >> found >> move to 2nd address of the list?
2. search key randomly and match to any addresses on the list?
thanks
Post
Topic
Board Development & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
by
KudilCumil
on 03/10/2022, 10:11:19 UTC
You must change CCAP to match your GPU or otherwise will not working properly.
You can find CCAP value for your GPU in
here: https://github.com/oladas/ccminer/wiki/Compatibility
or here: https://arnon.dk/matching-sm-architectures-arch-and-gencode-for-various-nvidia-cards/

wait up, take my medicine for headache first...  Cry
any other easier way to understand?
what command do i have to write for 8xrtx3070ti, so this job can be done.  Cry
Post
Topic
Board Development & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
by
KudilCumil
on 03/10/2022, 09:58:00 UTC
Did you change CCAP value to match your GPU CCAP?

i didn't change any gpu value, except change setting on afterburner  to undervolt my gpu.
Post
Topic
Board Development & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
by
KudilCumil
on 03/10/2022, 09:45:20 UTC
after running awhile this problem occur :
"cudaSafeCall() failed at D:/PROGRAMMING/VisualStudioProjects/KeyHunt-Cuda-GIT-2017/KeyHunt-Cuda/KeyHunt-Cuda/GPU/GPUEngine.cu:686 : an illegal memory access was encountered'.
then stop,.. why is this? is it because lack of virtual memory?
Post
Topic
Board Development & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
by
KudilCumil
on 03/10/2022, 05:21:52 UTC
I don't get it, Can you explain more?

i mean, is it any command that can be use if something happen, lets say like electric out, so it dont have to start all over again.
just like cubitcrack has it (--continue FILE)
Post
Topic
Board Development & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
by
KudilCumil
on 03/10/2022, 04:48:42 UTC
does keyhunt-cuda has restore point command?
Post
Topic
Board Development & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
by
KudilCumil
on 02/10/2022, 11:58:11 UTC

It's enough to install only the latest version of Python for windows : https://www.python.org/downloads

After install run the Python IDLE program.

Copy the 32 code lines from here : https://github.com/secp8x32/KeyHunt-Cuda/blob/main/addresses_to_hash160.py

Paste the copied lines in the Python IDLE and Save as addresses_to_hash160.py in the keyhunt-cuda.exe folder.

Run the installed Python program (Pyton 3.10 64bit).

Run the windows terminal (where you run keyhunt-cuda.exe), and write:

C:\>pip install base58

You get this reply:

Collecting base58
  Downloading base58-2.1.1-py3-none-any.whl (5.6 kB)
Installing collected packages: base58
Successfully installed base58-2.1.1

Go in your keyhunt-cuda folder and write:

C:\Keyhunt>python addresses_to_hash160.py puzzle64.txt puzzle64.bin
processed : 1 addresses
skipped   : 0 addresses

Done!  Cheesy

thanks  Cheesy
Post
Topic
Board Development & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
by
KudilCumil
on 02/10/2022, 09:08:04 UTC
hallo,..
may i ask you, is there any windows aplication ready for huntkey-cuda.
to be honest, i only know little about computer,
 Huh Cry
Post
Topic
Board Development & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
by
KudilCumil
on 01/10/2022, 12:42:51 UTC
Which program you use?
cuBitcrack.exe
Post
Topic
Board Development & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
by
KudilCumil
on 01/10/2022, 11:52:51 UTC
hi,..
what command to use all available devices for job.
i have 8 devices on list, but when im using --devices 0,1,2,3,4,5,6,7 it said expected integer
thank you
Post
Topic
Board Pools
Re: [∞ YH] solo.ckpool.org 2% fee solo mining 266 blocks solved!
by
KudilCumil
on 21/05/2022, 23:28:27 UTC
hi,..
if at my place the light goes out, will it start from the beginning or continue the previous one after the light on?
thank you
Post
Topic
Board Pools
Re: [∞ YH] solo.ckpool.org 2% fee solo mining 265 blocks solved!
by
KudilCumil
on 22/03/2022, 09:07:46 UTC
You can set up a bitcoin node on your computer and use that wallet address for your mining rewards. Just update the address on a regular basis.

Thank you

is it okay if i use exchange wallet as user? i mean is there any posibilities if i hit a block, the reward will gone if the exchange forbid mining reward?
thank you...

This will be a risky move taken for nothing, the exchange can just freeze your account and claim that you were doing money laundering shit, even if you were to prove that you got those 6.xx bitcoins sent to you from ckpool, they can still claim that you rented some hashrate using stolen money or anything like that, this is just 1 out of the so many excuses an exchange can come up with once you make a sudden deposit of about a quarter-million dollars.

how about online wallet for example trust wallet?

Trust wallet is a million times better than an online exchange, although, IIRC, only the IOS version is open-source, so if that matters to you, make sure you read about it, if you want to be more careful about which wallet to use, check the wallet software section and pick one.


thank you, i'll look forward for these options

Post
Topic
Board Pools
Re: [∞ YH] solo.ckpool.org 2% fee solo mining 265 blocks solved!
by
KudilCumil
on 19/03/2022, 23:35:29 UTC
Hi all,...
is it okay if i use exchange wallet as user? i mean is there any posibilities if i hit a block, the reward will gone if the exchange forbid mining reward?
thank you...


this has been discussed previously. rule of thumb is to err on the side of caution: don't use the exchange wallet.

how about hot wallet for example trust wallet?
Post
Topic
Board Pools
Re: [∞ YH] solo.ckpool.org 2% fee solo mining 265 blocks solved!
by
KudilCumil
on 19/03/2022, 23:32:49 UTC


this has been discussed previously. rule of thumb is to err on the side of caution: don't use the exchange wallet.
[/quote]

how about hot wallet for example trust wallet?
Post
Topic
Board Pools
Re: [∞ YH] solo.ckpool.org 2% fee solo mining 265 blocks solved!
by
KudilCumil
on 19/03/2022, 23:18:35 UTC
Hi all,...
is it okay if i use exchange wallet as user? i mean is there any posibilities if i hit a block, the reward will gone if the exchange forbid mining reward?
thank you...