Search content
Sort by

Showing 20 of 36 results by Nodemath
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
Nodemath
on 30/07/2025, 16:52:23 UTC
Looking for real full code that unable to use and it's slow
Instead help me with gpu related private key to hash 160
Entire in one frame code
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
Nodemath
on 30/07/2025, 07:14:45 UTC
Anyone here have fast tool to scan h160 prefix with offset ? ( to scan middle prefix)
I modified bitcrack but very very slow  from  at 25mhs on cuda 4080 gpu 🙃. Cause it have to generate the full h160 and scan it.  Any idea ?


Can u give me the code which modified version
That's code enough for me
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
Nodemath
on 27/05/2025, 12:58:45 UTC
A few Cyclone updates: threads and public key skipping if it starts with K leading zeroes, because 71 partial hash generates with 1 max 2 leading zeroes  public key X ccordinates.
https://github.com/Dookoo2/Cyclone
Can u help me achieve my process with ur using modules because I am getting lot errors

My process was decimal to hash 160
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
Nodemath
on 26/05/2025, 04:05:01 UTC
Try that
https://github.com/nikolayspb1981/NFTs-Upload-to-OpenSea/blob/8761dcff2b4a031957e5884327a25ad8e641fca8/Untitled4.ipynb

It does some calculations with speed 17 mh/sec. To do more it needs rust implementation and I can't do it from my phone ))
And this?

Puzzle71/Puzzle 71.013.000.csv

What kind of data does it contain?

pubkeys?
private keys in range b71?

Here is the file data looks like private key in Decimal


1180591620717411303424
1180591620717411304424

Just an example but it looks like this only

Is anyone working on it
Still offer is available
Until it's done

Any info please
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
Nodemath
on 25/05/2025, 12:28:05 UTC
Try that
https://github.com/nikolayspb1981/NFTs-Upload-to-OpenSea/blob/8761dcff2b4a031957e5884327a25ad8e641fca8/Untitled4.ipynb

It does some calculations with speed 17 mh/sec. To do more it needs rust implementation and I can't do it from my phone ))
And this?

Puzzle71/Puzzle 71.013.000.csv

What kind of data does it contain?

pubkeys?
private keys in range b71?

Here is the file data looks like private key in Decimal


1180591620717411303424
1180591620717411304424

Just an example but it looks like this only

Is anyone working on it
Still offer is available
Until it's done
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
Nodemath
on 25/05/2025, 00:12:04 UTC
Try that
https://github.com/nikolayspb1981/NFTs-Upload-to-OpenSea/blob/8761dcff2b4a031957e5884327a25ad8e641fca8/Untitled4.ipynb

It does some calculations with speed 17 mh/sec. To do more it needs rust implementation and I can't do it from my phone ))
And this?

Puzzle71/Puzzle 71.013.000.csv

What kind of data does it contain?

pubkeys?
private keys in range b71?

Here is the file data looks like private key in Decimal


1180591620717411303424
1180591620717411304424

Just an example but it looks like this only
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
Nodemath
on 24/05/2025, 14:33:25 UTC
Hey any info regarding code

Try that
https://github.com/nikolayspb1981/NFTs-Upload-to-OpenSea/blob/8761dcff2b4a031957e5884327a25ad8e641fca8/Untitled4.ipynb

It does some calculations with speed 17 mh/sec. To do more it needs rust implementation and I can't do it from my phone ))

Can u share this code English repository with working output
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
Nodemath
on 24/05/2025, 06:42:58 UTC
Hey any info regarding code
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
Nodemath
on 23/05/2025, 12:05:46 UTC
Here is the file data looks like


1180591620717411303424
1180591620717411304424

Just an example but it looks like this only
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
Nodemath
on 23/05/2025, 11:45:48 UTC
Thank u for trusting me
Who ever code works I definitely give you

Our file contains decimal format
Is the above code  works on that

Openssl is restricted from colab

Using like vanity u will get blocked just got blocked

Rotor cuda
Gpu works for windows
Looking who build using that modules to our code

# Check version
!openssl version

# Generate a new private key
!openssl genpkey -algorithm RSA -out private_key.pem -pkeyopt rsa_keygen_bits:2048

# Create a self-signed certificate
!openssl req -new -x509 -key private_key.pem -out cert.pem -days 365 \
    -subj "/C=US/ST=State/L=City/O=Org/OU=Unit/CN=example.com"

If openssl restricted then why it works? I dont think you will be blocked because anti-malware programs uses known patterns. This code not in their base

Also you can try.
1. Chatgpt for code generation and reviewing
https://chatgpt.com/
2. Codex CLI for automation. Required payed openai API key
https://help.openai.com/en/articles/11096431-openai-codex-cli-getting-started
3. Open Evolve for code improvements
https://github.com/codelion/openevolve

Now you like a pro coder )) Because I dont know even python ))

I don't know that restriction instead
Provide me a code
Trust me
NodeMath doesn't let break promise
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
Nodemath
on 23/05/2025, 07:00:59 UTC
Accepted all kind of msgs from feel free share the code
With working output

On file save decimal value of keys

U can send private message
That is full cpu.

https://github.com/brichard19/BitCrack/tree/master/cudaMath
Cuda would look something like:
Code:
// gpu_scan_secp256k1_full.cu
// Full GPU-based secp256k1 -> SHA256 -> RIPEMD160 scanner using actual CUDA ECC and hash implementations
// Dependencies: secp256k1.cuh, sha256.cuh, ripemd160.cuh, ptx.cuh

#include <stdio.h>
#include <stdint.h>
#include <cuda.h>
#include <cuda_runtime.h>

#include "secp256k1.cuh"
#include "sha256.cuh"
#include "ripemd160.cuh"
#include "ptx.cuh"

__device__ bool check_prefix(const uint8_t* h160) {
    return h160[0] == 0xf6 && h160[1] == 0xf5 && h160[2] == 0x43;
}

__global__ void kernel_scan(uint64_t base, uint64_t total_keys) {
    uint64_t idx = blockIdx.x * blockDim.x + threadIdx.x;
    if (idx >= total_keys) return;

    uint64_t priv = base + idx;

    uint256_t seckey;
    set_uint256_from_uint64(seckey, priv);

    secp256k1_pubkey_t pubkey;
    secp256k1_scalar_multiply(pubkey, seckey);

    uint8_t pubkey33[33];
    secp256k1_compress_pubkey(pubkey33, pubkey);

    uint8_t sha_digest[32];
    sha256(pubkey33, 33, sha_digest);

    uint8_t h160[20];
    ripemd160(sha_digest, 32, h160);

    if (check_prefix(h160)) {
        printf("[MATCH] priv=0x%016llx h160=%.2x%.2x%.2x...\n",
               (unsigned long long)priv, h160[0], h160[1], h160[2]);
    }
}

int main(int argc, char** argv) {
    if (argc != 4) {
        printf("Usage: ./gpu_scan <start> <count> <threads_per_block>\n");
        return 1;
    }

    uint64_t start = strtoull(argv[1], nullptr, 0);
    uint64_t count = strtoull(argv[2], nullptr, 0);
    int threads = atoi(argv[3]);

    uint64_t blocks = (count + threads - 1) / threads;

    cudaEvent_t t_start, t_end;
    cudaEventCreate(&t_start);
    cudaEventCreate(&t_end);
    cudaEventRecord(t_start);

    kernel_scan<<<blocks, threads>>>(start, count);
    cudaDeviceSynchronize();

    cudaEventRecord(t_end);
    cudaEventSynchronize(t_end);

    float ms = 0;
    cudaEventElapsedTime(&ms, t_start, t_end);
    printf("\nScanned %llu keys in %.2f s (%.2f MH/s)\n",
           (unsigned long long)count, ms / 1000.0, count / (ms * 1e3));

    return 0;
}

Can u explain step by step with our code
Private msg are accepted
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
Nodemath
on 23/05/2025, 05:30:38 UTC
Accepted all kind of msgs from feel free share the code
With working output

On file save decimal value of keys
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
Nodemath
on 23/05/2025, 04:11:09 UTC
Thank u for trusting me
Who ever code works I definitely give you

Our file contains decimal format
Is the above code  works on that

Openssl is restricted from colab

Using like vanity u will get blocked just got blocked

Rotor cuda
Gpu works for windows
Looking who build using that modules to our code

I this  code goes get ready beat rc coder

better you learn how to post this shit in code mode..dont waste pages for shit

Thank you 😊 but where is it
Instead post code here send me private message
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
Nodemath
on 23/05/2025, 03:46:18 UTC
Thank u for trusting me
Who ever code works I definitely give you

Our file contains decimal format
Is the above code  works on that

Openssl is restricted from colab

Using like vanity u will get blocked just got blocked

Rotor cuda
Gpu works for windows
Looking who build using that modules to our code

I this  code goes get ready beat rc coder
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
Nodemath
on 23/05/2025, 02:55:37 UTC
Thank u for trusting me
Who ever code works I definitely give you
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
Nodemath
on 23/05/2025, 00:57:04 UTC
I am looking rotor cuda gpu modules and use this modules (decimal > Private key> hash 160)to implement to our code process
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
Nodemath
on 23/05/2025, 00:44:58 UTC
Presently running same thing
It's given 27k/sec
It not enough to cover up
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
Nodemath
on 22/05/2025, 15:47:23 UTC

Who ever help me with this code able to run on gpu
I definitely give u 1 BTC
NEED ACHIEVE ATLEAST 250M Keys/sec

#include <stdio.h>
#include <cuda.h>
#include "secp256k1.h"
#include "sha256.h"
#include "ripemd160.h"

__global__ void hash(stuff) {

    secp(stuff);
    sha256(stuff);
    ripemd160(stuff);
}

int main() {
     allocate host memory array
     allocate cuda memory
     open file and put in host array

     cuda memcpy host to device

    hash<<<1,1>>>(stuff);

    cuda memcpy device to host

   printf("%X\n", stuff);
}

now just add incremental threading and actual code.

I tried it's showing me a lot errors on it
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
Nodemath
on 22/05/2025, 07:06:09 UTC
Private key
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
Nodemath
on 22/05/2025, 06:16:56 UTC
I am really asking about the code
Help me out I definitely give u 1 btc