Bitcoin Forum
June 22, 2024, 07:44:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 [181] 182 183 184 185 186 187 188 189 190 191 192 193 »
3601  Other / Off-topic / Re: Reply to the above post with a lyric line. on: July 19, 2012, 04:25:15 AM
Bag a money much longer than yours
3602  Other / Off-topic / Re: Reply to the above post with a lyric line. on: July 19, 2012, 04:10:06 AM
I want a floorless Benz wit' gorgeous rims
3603  Bitcoin / Bitcoin Technical Support / Re: Bounty 5 BTC - Acessing CampBX API with PHP on: July 19, 2012, 04:03:24 AM
Code:
curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/4.0 (compatible; BTChash; '.php_uname('s').'; PHP/'.phpversion().')');

add this to your code, i looked at his source and this how he gets it to work
3604  Bitcoin / Bitcoin Technical Support / Re: Acessing CampBX API with PHP on: July 19, 2012, 04:00:19 AM
https://bitbucket.org/brandonbeasley/campbx-php/overview
the have a library

also you may need to do basic auth to use curl
3605  Other / Off-topic / Re: Reply to the above post with a lyric line. on: July 19, 2012, 03:57:53 AM
Cash Rules Everything Around Me, C.R.E.A.M
3606  Bitcoin / Project Development / Re: [ANNOUNCE] GetFreeCoins.com - Free Bitcoins Directory on: July 19, 2012, 02:42:43 AM
https://bitcointalk.org/index.php?topic=84112.0

I don't know if you looking to expand but my faucet helper chrome extension can help alot of people looking to get free coins, with keeping track of time, notifications when faucets can be collected again. Best Part completely open sourced so you can see what magic makes this possible.

3607  Bitcoin / Development & Technical Discussion / Re: bitcoind is too heavy on: July 19, 2012, 01:58:34 AM
Well the lightweight clients only look for specific transactions and done use the CPU for full validation.

he can try but i doubt it helps since the CPU time you get is so little, so if you get a lot of RPC calls it will still spike and make the webpage or the client calling could either timeout or just not work correctly
3608  Economy / Services / Re: [Hiring] EASY Simple download and organise - 1 BTC on: July 19, 2012, 12:18:31 AM
WOW 1 btc for this how did I miss it, this would have taken like 5 secs with wget and pipe it to tar Sad
3609  Bitcoin / Development & Technical Discussion / Re: bitcoind is too heavy on: July 19, 2012, 12:15:47 AM
Running a lightweight client on a server would certainly help in these situations, providing you trust the lightweight validation method.

no really, cause you do get 612mb of ram, it is the amount of time you get on the CPU is not ever much
3610  Economy / Services / Re: ShowRSS (Bittorrent TV RSS feeds) now accepting Bitcoin donations on: July 19, 2012, 12:13:57 AM
I actually had contact with the owner of the site thru email and had a nice convo about bitcoins and how it all works and I answered a lot of questions he had. Cool site! I wish they had a better system of requesting shows then going thru IRC and pinging the channel OPs.

I poked the owner on twitter a few weeks ago and suggested Bitcoin for donations as well (he had solicited I for them I think). I guess if more than one person is asking for a donation method... Smiley
that is the only way to do it, just get a couple people to ask and help these sites get start using, I think the second part is a must, I think if you get like 4 people you can trust and shoot questions is the part that helps sites make those decisions.
3611  Bitcoin / Development & Technical Discussion / Re: bitcoind is too heavy on: July 19, 2012, 12:10:06 AM
Well, see that's the problem, while downloading the block chain, load was fine (and if it wasnt, who cares it's only a few hours). But it's only since the whole blockchain was downloaded that the bitcoind started performing badly.

And it performs badly in a weird way, peaking other processes CPU % too... so I'm just guessing there's some kind of throttling going on...

as i explained before you have a short time on the cpu, so that is why your getting weird readings, and it looks like it is bloated. tldr AWS micro is the problem not bitcoind
3612  Economy / Services / Re: ShowRSS (Bittorrent TV RSS feeds) now accepting Bitcoin donations on: July 18, 2012, 10:41:50 PM
I actually had contact with the owner of the site thru email and had a nice convo about bitcoins and how it all works and I answered a lot of questions he had. Cool site! I wish they had a better system of requesting shows then going thru IRC and pinging the channel OPs.
3613  Bitcoin / Development & Technical Discussion / Re: bitcoind is too heavy on: July 18, 2012, 10:39:12 PM
see the problem isn't that you need a lightweight server, it is that problem that AWS gives you short burst of CPU time and downloading the blockchain and verifying is CPU intensive so anyway you approach it, it probably wouldn't work without upgrading your plan, or getting a VPS.
3614  Other / Beginners & Help / Re: API Connection - Automated trading - Ninjatrader on: July 18, 2012, 10:35:15 PM
ask them http://www.ninjatrader.com/support/forum/

but from the looks of it that you need to be a 3rd party partner
http://www.ninjatrader.com/partners#Third-Party-Add-Ons
3615  Economy / Trading Discussion / Re: Program to monitor the different exchange rates on: July 18, 2012, 07:13:06 PM
When you read:

https://btc-e.com/api/2/1/ticker

to get the ticker (as an example), look at the buy and sell values...

that has nothing to do with the structure of program
3616  Economy / Trading Discussion / Re: Program to monitor the different exchange rates on: July 18, 2012, 07:07:43 PM
Thanks everyone for your comments.  Gweedo, I'll be contacting you via PM
Ok talk to you there when your ready

Wow! If you can do this in an hour, you are really, really, good! I'm still working on a similar app, and it took me many weeks yet...

He sure will need at least 4 days Smiley
why will i need 4 days at least? Cause I have written similar programs doesn't take too long 2 hours tops!
3617  Bitcoin / Development & Technical Discussion / Re: SSL RPC with bitcoind on: July 18, 2012, 06:36:59 AM
Your welcome glad to help
3618  Bitcoin / Bitcoin Technical Support / Re: blockchain RPC api help on: July 18, 2012, 06:27:12 AM
thanks worked perfectly
3619  Bitcoin / Bitcoin Technical Support / blockchain RPC api help on: July 18, 2012, 06:11:03 AM
I am trying to use the blockchain JSON-RPC api, and I am having trouble using https://github.com/mikegogulski/bitcoin-php, I pretty sure the problem is that blockchain uses JSON-RPC 2.0 yet the bitcoin-php uses 1.0 I think, so my question is anyone have a bitcoin JSON RPC php api for 2.0 or do i have a date with changing this library to JSON-RPC 2.0?
3620  Bitcoin / Development & Technical Discussion / Re: SSL RPC with bitcoind on: July 18, 2012, 06:06:43 AM
Code:
curl --user bob --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getinfo", "params": [] }' -H 'content-type: text/plain;' https://127.0.0.1:8332/
you need the content type as
Code:
application/json
and you need the server=1 in your .conf otherwise bitcoind will not accept JSON RPC commands at all!

also make sure your openssl is correct, search the forums cause if you using it on linux you have to make sure the one pre-installed is the correct version and has the correct algos for bitcoind
Pages: « 1 ... 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 [181] 182 183 184 185 186 187 188 189 190 191 192 193 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!