The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
155 views

Simple GPU miner with long pooling C++

I want to write own GPU miner(Please, don't ask me why :) , but i can't find any simple solution (cgminer and RPC miner is big projects with many useless to me functions), i need sources of only a GPU ...
2
votes
1answer
106 views

Is there bitcoin algorithms flowcharts or any other diagrams available?

To make those who not familiar with C++ to understand the algorithms.
3
votes
2answers
135 views

Can I send message inside the transactions script?

I would like to send transactions with messages as described in the wiki. In Transaction with slightly changed script is never relayed, someone answered that non-standard transactions are not relaid ...
1
vote
1answer
81 views

What is main.cpp for in bitcoind? [closed]

What does the main.cpp source-code file do? I know what main.cpp files are for in general, but specifically in the case of bitcoin?