bitcoin
OpenCL performance under OSX Lion
I have bitcoin miner which is using OpenCL kernel. Windows and Linux implementations of ATI SDK has comparable performa开发者_运维技巧nce while Apple\'s native OpenCL implementation works too bad. I w[详细]
2023-04-06 01:16 分类:问答Bitcoin api not dependant on a running bitcoin daemon?
I\'m trying to get a bitcoin-centric website going, and I need to be able to perform the following actions wi开发者_StackOverflow中文版thout having a bitcoin daemon running on any server due to limita[详细]
2023-03-26 11:54 分类:问答Dialing a jsonrpc connection to bitcoin
package main import \"rpc/jsonrpc\" import \"fmt\" func main() { rc, e := jsonrpc.Dial(\"tcp\", \"user:pass@localhost:8332\")[详细]
2023-03-18 05:01 分类:问答zlib's uncompress() strangely returning Z_BUF_ERROR
I\'m writing Qt-based client application. It connects to remote server using QTcpSocket. Before sending any actual data it needs to send login info, which is zlib-compressed json.[详细]
2023-03-16 13:28 分类:问答How do I install Magento Bitcoin currency extension?
How do I install the Magento Bitcoin currency extension on a Linux box with standard LAMP stack? I have already searched, read the documentation, and put the files in the root Magento directory (just[详细]
2023-03-15 04:15 分类:问答How do I read the output for a file spawned through subprocess.popen in Python?
I\'ve started playing around with writing a GUI for a bitcoin miner and right now I just have a window with a \"Start\" and \"Stop\" button and I\'ve got tho开发者_如何学JAVAse working so you click st[详细]
2023-03-15 02:12 分类:问答Why does my call to 'wxGetTranslation' result in the compiler error "ambiguous call to overloaded function"?
c:\\wxwidgets-2.8.11\\include\\wx\\filename.h(497): error C2668: \'wxGetTranslation\' : ambiguous call to overloaded function[详细]
2023-03-14 12:17 分类:问答Using ints w/decimal place tracking for handling currency in PHP
I have an issue, heh. I\'m doing some calcs with bitcoins in PHP. When I call to the API, I get back JSON with bitcoin values. They are strings with a precision of 1millionth of a decimal.[详细]
2023-03-13 19:18 分类:问答(bitcoin) Calculate hash from getwork function - how to do it?
when I call getwork on my bitcoind server, I get the following: ./bitcoind getwork { \"midstate\" : \"695d56ae173bbd0fd5f51d8f7753438b940b7cdd61eb62039036acd1af5e51e3\",[详细]
2023-03-10 22:54 分类:问答My Merkle Tree calculation does not match the actual one
I am studying bitcoin. https://en.bitcoin.it/wiki/Protocol_documentation#Merkle_Trees I read the above URL and implemented Merkle root in Python.[详细]
2022-12-07 19:43 分类:问答