Bitcoin Forum
May 25, 2024, 02:00:31 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 [44] 45 46 47 48 »
861  Economy / Services / Re: Newbie C++ help [2BTC] Bounty on: April 01, 2012, 04:30:33 PM
#include <sstream>

std::string GenFileName(int i)
{
  std::stringstream out;
  out << i << ".pbm";
  return out.str();
}
862  Bitcoin / Bitcoin Discussion / Drugs, weapons, terrorism tips and sickening child porn on: April 01, 2012, 03:11:18 PM

The UK gutter press has decided to release an article about 'silk road' although it is not named directly.

Bitcoin is name as the currency of choice for the worlds most despicable criminals.

Here's the url: http://www.thesun.co.uk/sol/homepage/news/4232399/Deadly-drugs-for-sale-in-online-universe-called-Dark-Web.html

I guess we can look forward to a lot more fear mongering like this.
863  Economy / Speculation / Re: Trading Bots on: March 27, 2012, 10:26:09 PM
Start by writing/obtaining an api to communicate with the exchange you wish to trade on. Then implement your strategy/s using the api. If you need a database something simple like sqlite will probable do.

I am in the process of developing a trading platform. It has a host of facilities for communicating with exchanges, reading/writing to databases, etc.  which are accessed through scripts and plugins.

Unfortunately it is still some months from even being in an unstable beta state.
864  Other / Beginners & Help / Re: I would like to buy your C++ expertise on: March 25, 2012, 08:27:42 PM
Have you looked at wxWidgets, it has a wxBitmap class.
865  Economy / Games and rounds / Re: The Bitcoin Snowball on: March 19, 2012, 11:32:15 PM
What you should do is say that the snowball must be passed on until such an event happens. Like bitcoin exceeding $7 or something, and must be passed on within a certain amount of time from receiving next address.
866  Other / Beginners & Help / Re: Hello on: March 19, 2012, 09:54:56 PM
Hi Holy, nice to have you around.

What sort of rig you got?
867  Other / Off-topic / Re: Antibodies on: March 15, 2012, 07:28:57 PM
Not sure what you mean, the scan results are only viewable on the network and not by the end-user?
I may be in over my head here, but I was trying to think of a way to limit what info is broadcast to other peers on the network. For example, I would not want my directory structure to be viewable to other peers.

Peers only exchange antibodies not system info.
868  Other / Off-topic / Re: Antibodies on: March 15, 2012, 06:58:08 PM
Could it be an issue if you have a list of open ports and ip addresses that the Antibodies would be hooked up to, and one buffer overflow later, you got yourself a premade botnet ready to roll?

No, antibodies run inside a script engine that only has safe read bindings.

It can only look and tell user what it see's.
869  Other / Off-topic / Re: Antibodies on: March 15, 2012, 05:44:46 PM
Finding a good way to determine good from bad antibodies is definitely the crux of the problem here.

870  Other / Off-topic / Antibodies on: March 15, 2012, 02:14:49 PM
I am floating an idea here to asses its merit. Its unrelated to bitcoin but is p2p.

The idea is called Antibodies (p2p antivirus).

An antibody in this context is a package of data containing information, name/author/... , and most importantly a script.

The antibody client connects to a p2p network that share's its antibodies with other nodes.

Antibodies are prioritized and run in the background. They have only got read access to the memory/filesystem of local system. They can also send a message to the user such as "Warning, this system is infected with a virus!".

And if you have the skills you can publish your own antibody.

Obviously there would be the potential for spammy antibodies but the network would have a degree of resiliency to this as you can choose to mark an antibody as 'BAD' and this information is shared across the network.
871  Other / Politics & Society / Re: Major Ed Dames (ex-CIA) talks about The Big Event on: March 13, 2012, 02:12:21 AM
If you really believe this, then why don't you set about on a path to a Nobel Prize for discovering fundamental physical forces hitherto unknown to science.

872  Economy / Services / Re: Pizza Service. on: March 07, 2012, 01:20:56 AM
So Zombie,

Did you delete your last post about making nuisance phone calls to the emergency services for btc or was it deleted by a moderator?
873  Other / Politics & Society / Re: Major Ed Dames (ex-CIA) talks about The Big Event on: March 07, 2012, 12:36:27 AM
They want you to believe these ridiculous stories in order to distract you from the truth.

Remote viewing = satellite surveillance technology.

Killshot event = energy weapon

874  Economy / Trading Discussion / CBX server hardware upgrade. on: February 26, 2012, 05:09:16 PM

Just in-case anyone is interested, CBX API is returning the following today :-

"The CBX platform has been paused for server hardware upgrade."
875  Other / Beginners & Help / Re: Greetings Bitcoiners on: February 25, 2012, 04:53:55 PM
Hi.

I hope you don't hunt bears.
876  Other / Off-topic / Re: I hate phones. on: February 24, 2012, 01:43:56 PM
What about phone zombies, people who spend all day texting and ignoring the people in the real world.

877  Other / Beginners & Help / Re: Hey on: February 24, 2012, 01:28:58 PM
Hi,

The newbie sections is actually quite active, your post will be read. If you make a good post it will be moved and you will be whitelisted.

So don't be put off by the newbie title.
878  Economy / Trading Discussion / Re: [ANN] Chesscoin is LIVE! on: February 24, 2012, 04:25:56 AM
How do you prevent chess bots?
879  Economy / Trading Discussion / Re: Mt.Gox - Skipping Sell Orders, or is it incorrect stats? on: February 24, 2012, 03:34:46 AM
Today I had a sell order, I got impatient and a lowered my price to match a buy order. I then cancelled the original sell order. But the original sell order remained on the orderbook for thirty mins or so.

I think the gox server has been having trouble keeping up with all the orders today.

It is possible your sell order was in a pending state and the server didn't have time to tell you about it.
880  Other / Beginners & Help / Re: Altcoin suggestion: Royen Credits [criticism needed] on: February 23, 2012, 07:46:29 PM
You take my money if I don't spend it, and you half it if I spend too much.

Hmm, maybe I'll just write a bot to constantly make 1 cent payments and you double my money.

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 [44] 45 46 47 48 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!