Bitcoin Forum
May 28, 2024, 09:40:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 [112]
2221  Bitcoin / Bitcoin Discussion / Re: What programming language to learn? on: July 10, 2011, 11:26:01 AM
C++ with Qt Framework.
2222  Economy / Economics / Re: Price for 2011-07 on: July 05, 2011, 09:51:35 PM
$20 at end of July.
2223  Economy / Services / Small rig on: July 05, 2011, 07:56:38 PM
I have small rig 28 MH/s, how worth is it per month?
2224  Economy / Services / Re: [WTB] Mining Contracts (small and large) on: July 05, 2011, 07:38:06 PM
What is your price?
2225  Economy / Services / Re: 1 Gh/s mining contracts on: July 05, 2011, 07:36:51 PM
Price is not fair. For 1 GH/s your get 0.66 BTC/day with current difficulty, 1 BTC = $11.5 now, i.e. about $230 per month.
2226  Other / Beginners & Help / Re: Access from Qt on: July 03, 2011, 01:00:49 PM
Sample query:

net = new QNetworkAccessManager(this);
connect(net, SIGNAL(finished(QNetworkReply*)), this, SLOT(finished(QNetworkReply*)));
QByteArray data("{\"jsonrpc\": \"1.0\", \"id\":\"curltest\", \"method\": \"getinfo\", \"params\": [] }");
net->post(QNetworkRequest(QUrl("http://my_username:my_password@localhost:8332")), data);
2227  Other / Beginners & Help / Re: Access from Qt on: July 03, 2011, 12:54:13 PM
Connected using HTTP protocol with QNetworkAccessManager.
2228  Other / Beginners & Help / Re: Newbie restrictions on: July 03, 2011, 12:04:59 PM
Mining for 10 days.
2229  Other / Beginners & Help / Re: Introduce yourself :) on: July 03, 2011, 12:03:59 PM
Mining for 10 days.
2230  Other / Beginners & Help / Access from Qt on: July 03, 2011, 12:01:18 PM
I want to access BitCoin wallet using JSON from my Qt application.
I started server, connected via QTcpSocket and send test command, but no response received.
Socket's state is connected. May be serialization problem (I used QDataStream)?
Pages: « 1 ... 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 [112]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!