R
R
ratatyq2017-11-07 17:13:09
big data
ratatyq, 2017-11-07 17:13:09

How does cryptocurrency transaction processing work internally?

Hello, lately I have been interested in the inner workings of a cryptocurrency transaction processing program. As far as I understand, you install a certain program on your computer that takes on the task of `listener` of input data, processing it and outputting the finished result back to the network, and since all information processing is pure mathematics, it is processed through the GPU, that is, the video card processor, if so, then the question is, How is the transfer of information to the GPU and its output programmatically implemented?
PS I suppose that the input data goes to a certain shader program, which in turn processes everything through the processor of the video card and spits out the data to the processor on the motherboard, which in turn takes and sends the processed data to the network.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Maxim Kotenko, 2017-11-15
@ratatyq

Yes, this is what blockchain technology is.

I
Ivan Tikhonov, 2017-11-19
@polym0rph

What I have been looking at to work with graphics cards has been using OpenCL or Cuda.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question