Bitcoin Forum
May 09, 2024, 05:56:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Marketplace / Skype account name ( bit.coin ) worth anything? on: November 21, 2013, 11:26:22 PM
I registered the skype name "bit.coin" ages ago when there was little interest in bitcoins.

I think skype now has around 600,000,000 users worldwide.
(could be wrong but they have hosted 70,000,000 calls at the same time so their userbase is huge)

Skype search only lists a tiny fraction of the full search, my account is #3 in the search for bitcoins.

There are only 4 good bitcoin names , bitcoin , bitcoins , bit.coin , bit.coins ,

So is it worth anything  Grin

Would look professional as contact info on your website.

Spare me the blah blah blah about skype accounts being free, make me an offer if your interested Smiley
2  Other / Beginners & Help / Anybody play Yoville? I have about 40,000,000 to trade on: February 08, 2013, 06:23:54 AM
Are you one of the poor people in Yoville  Grin

I got around 40M I'm willing to trade for bitcoins , either in YoCoins or rares.

Excluding 08 costumes I have just about every sought after , rare, clothing item in the game.

black + red v-day chunk, mafia bat, bubble mouth (all 3), turkey hat, penguin hat, fuzzy bunny slippers, clown nose, old cigar, pimps, yocaps, red + white + black cupid's, old pirate hat. and a zillion other clothing items & handhelds.

Also mountains of rare furniture , animated , inter actives, including the hyper rare square picnic table it was only on sale for 5 minutes in 2008 before being recalled.

leme know if u wanna trade Smiley
3  Other / Beginners & Help / Free bit coin calculator on: February 08, 2013, 05:57:19 AM
I wrote this so people can see how much (or little) you get paid for doing jobs

*note* its written using the free version of microsoft visual studio so you probably need .Net Framework installed. Its part of windows standard update, if its not installed just start windows update and look in optional installs.

Its just a very very simple program, based on $20 a bitcoin it converts your pay into a $ value and tells you how many times you need to do that job to earn $1 worth of bitcoin

eg 0.000096  =  $0.00192  and repeat job 520 times for $1

Download here
http://bitcoin.orgfree.com/BitcoinCalculator.rar



Not sure if this free web host allows image hotlinking
If you can't see the image click here http://bitcoin.orgfree.com/BitCoinCalculator.PNG

If you have visual studio and you want to compile it yourself it only takes a minute to do.

Start a new windows form
add one button
two textboxes
one listbox

set the text in listbox1 to "20"
or add a line in form startup "listbox1.text="20"

add this code to the button
Code:
        ListBox1.Items.Clear()

        Dim BitCoinValue As Double = TextBox1.Text
        Dim JobPay As Double = TextBox2.Text
        Dim JobValue As Double = BitCoinValue / (1 / JobPay)
        ListBox1.Items.Add("$" + CDec(JobValue).ToString)
        Dim JobsPerHour As Double = 1 / JobValue
        JobsPerHour = Int(JobsPerHour)
        ListBox1.Items.Add("")
        ListBox1.Items.Add("Do this job " + JobsPerHour.ToString + " times to earn $1")

4  Economy / Services / I can write custom software for you, utility applications, data mining, website on: February 05, 2013, 12:52:17 PM
When you use your computer what tasks are you constantly having to do by hand because you can't find the right software to do it for you?

Maybe I can help Smiley ..... for bit coins

Maybe its extracting data from a MySQL database , converting data from one format to another, file management, converting data into html pages, organising, sorting, removing duplicates, etc etc

Web site ripping, if you can browse a site by hand and collect data from it I can write software to do the same job thousands of times faster. This includes mining search engines (i.e sending automated search requests and harvesting the results)

Just let me know what you want done and I'll let you know if its possible and how much.

I work CHEAP  Grin
5  Economy / Digital goods / Torrent search engine only 0.05 bit coins (working demo) on: February 05, 2013, 11:03:30 AM
See file attachment for screenshot of it searching for "brrip" , brrip means blue ray rip just in case you didn't know.

You can download the demo version here  :  http://kickme.to/bitcoins

Demo version only lets you search one site,
the full version searches  1337x.org - h33t.com - torrentreactor.net - torrentzap.com

Search results can be sent directly to your torrent client, you can also search google for the torrent hash or the torrent description, open up the source page, etc etc

*edit*

ughhhh I can't post an image attachment, try click the link instead.
http://bitcoin.orgfree.com/TorrentSearch.PNG
6  Economy / Invites & Accounts / 63 adult accounts 0.15 bitcoins on: February 05, 2013, 08:03:41 AM
Ok I'm fairly desperate to get some bitcoins so that I can start my own project.

You can find the available list here  http://kickme.to/bitcoins  (scroll down the page)

The working list will be sent before payment provided you have a reasonable (honest) forum profile.
7  Other / Beginners & Help / Am I allowed to sell this here? on: January 31, 2013, 11:56:27 AM
Its porn related, I'll add a download link if its ok to post it here (don't want to get banned)

I programmed a fusker viewer (it displays images from porn galleries)

The free version has 2,000 galleries
The full version has 26,798 galleries for just 0.1 bit coins.
Its windows only and probably needs .NET Framework installed for it to work (its in windows updates / extras)

My apologies if this kind of thing is not ok here : )


*edit*

Well its been posted a couple of hours and had almost 100 views and so far nobody said I cant post it so here goes.

http://kickme.to/bitcoins

Scroll down the page and download the rar file, unzip and run anywhere on your hard drive or usb keypen. Its a standalone program so it doesn't install or use any registry keys.

For the paranoid you can run it in sandboxie or compile the source code yourself (a couple of posts down) and then run your own compiled copy but make sure you put the image-fuskers.txt in the same folder.

Feel free to leave any comments, good or bad.
Is 0.1 bitcoins too much for a full copy?
8  Other / Beginners & Help / I cant reply to the "news link" on: January 31, 2013, 10:44:39 AM
So I'll post it here  Grin

RE : https://bitcointalk.org/index.php?topic=50617.0

I've installed and administrated dozens of SMF forums over the past couple of years, they are great as far as free forums go but they can be an absolute bitch to modify. Even simple thing like installing the latest security patches can stop existing plug-ins or skins from working.

You should install SMF 2.0 and take it for a spin (upgrade from 1.7 to 2.x is easy), you could just make a test install and use a backup of your MySQL to try it out.  SMF 2.0 is much nicer to admin.

Better still I recommend you stop being tight and update the forum software http://www.vbulletin.com/ your existing MySQL database can easily be converted Smiley

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!