Bitcoin Forum
September 30, 2025, 01:49:42 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Pools / Re: Cooperative mining (>4000Mhash/s, join us!) on: December 19, 2010, 11:00:24 PM
To be fair, I have received rewards as recently as 12 hours ago.

edit: Here's the transaction.
2  Bitcoin / Pools / Re: Cooperative mining (>4000Mhash/s, join us!) on: December 19, 2010, 10:21:18 PM
Bober, that means it is working. The output will be different when you get a share and your profile will be updated with your share number and reward amount.
3  Bitcoin / Bitcoin Discussion / Re: How long to generate ONE bitcoin???? on: December 19, 2010, 07:32:56 PM
Quote
I don't expect the bank to expect me to run a piece of software that does… what, again? Why is there the word "Generating" in the mid-status bar? What is it generating and how long does it take?

Man, you'd think someone would have taken all of these Frequently Asked Questions and made a single page where they are all answered up front.  Wink

Quote
Bitcoin is money in disguise...

No, Bitcoin is a self-described "peer-to-peer digital currency." It's not money in disguise. It's money.
4  Economy / Marketplace / Re: Free Bitcoins! on: December 18, 2010, 01:49:01 AM
xipid: jdoe20
btc address: 12qF5Mdrx8N3cKbcJzBCJmifim3FKtHtuX
5  Economy / Marketplace / Re: Site idea: btcTunes on: December 17, 2010, 01:20:06 PM
I'm not sure how feasible an amazon mp3 front-end would be. I'm not familiar with any sort of one-click payment API that I could leverage for that. Either way, as cool as that idea is, that's not the goal of the site as far as I'm concerned.

So I guess here is my (loose) plan:
 - Start planning/coding this weekend. I've got my dev box all set up with Apache/Postgres/PHP/Bitcoind for testing various pieces.
 - After planning is complete, make a skeleton of the database.
 - Start coding the artist interface for uploads and controlling/categorizing their content.
 - After there is a basic artist interface, start in on the general site - rendering artist/album pages, browsing by genre, searches, etc.
 - After the base of the rest of the site is built, start the user areas (payment, downloading, etc, etc).
 - Find some artists to upload to the site - I've got a couple ideas of places to look.
 - Huh
 - Become bigger than iTunes.

Major points that will be worked out in the planning:
 - To what extent (if at all) I want to use a pastecoin-like service for storage and payment processing
 - To what extent (if at all) I want to use the mybitcoin SCI for payments
 - How simple/elaborate I want the site to be.

Each of those decisions have major implications.

Using pastecoin would simplify the upload, storage, and payment processes. However, I and (by extension) the artist would lose control over the media - moving it, manipulating it, changing the price, deleting it, etc. It would also make it difficult to render my own site fee on each purchase. This might not be a big deal, as I don't really know how much money the service is going to cost to run. This also depends on how easily I can abstract away the external service from the artis through an API.

Using the mybitcoin SCI would, theoretically, simplify the payment process. However, part of me just wants to use local RPC. I can't help thinking it would be more secure, give me more control, and allow me to provide better service to both the artists and users. But I can't help thinking that there is no use in re-inventing the wheel.

I'm also going to keep in mind that using existing services like pastecoin and mybitcoin, and maybe even improving them, would do good for the community/economy. Improving, strengthening, and integrating different services that can serve different needs would make things easier for other people. Maybe I use pastecoin and I have to work with the owner to get a better API and new features; now more people can create more services more rapidly.

Anyway, I just got off the overnight shift so it's time for bed.
6  Other / Meta / Re: Tapatalk on this Forum on: December 16, 2010, 10:29:09 PM
+1 for tapatalk
7  Economy / Marketplace / Re: Site idea: btcTunes on: December 16, 2010, 07:59:45 PM
Yeah, I saw the API.

The way it is currently set up, it would be pretty trivial to set up btctunes as a directory of music on pastecoint. As in: artist signs up to btctunes, uploads a song, automatically create a 30 second sample, upload full song to pastecoin automatically by recreating the upload form, hope I can automatically parse the file id from the response, map the file id to the song and the sample in the database, and use that to build the page. Then users (who wouldn't need an account in this scenario) would just be able to listen to samples and click the links to be taken to pastecoin to buy the song.

The only thing that could really make that easier is if they provided an upload API that would return an array with the file info in the same way the listfiles page does.

Once I finish planning, I'll see if I can work with pastecoin or bitcoinservice (as the ownership of pastecoin appears to be kind of up in the air at the moment) to get a better API.
8  Economy / Marketplace / Re: Site idea: btcTunes on: December 16, 2010, 06:42:58 PM
Pastecoin is actually what gave me the idea. I'll do a bit more planning and see if it would be worth pursuing some kind of integration. The only issue I could see is that there would need to be some kind of automation - that is a workflow more like:
- Artist uploads audio file, sets price, correctly categorizes the song (by album/genre/etc). Then users can purchase credits to the site and purchase songs.

And less like:
- Artist uploads audio file to pastecoin and sets price, artist takes URL to pastecoin file and uses it to create a new song on btctunes. Artist creates and uploads a sample of the song to btctunes, Users are then able to follow links to pastecoin to purchase the songs from their service.

I suppose a nice middle ground would be something like:
- Artist uploads audio file to btctunes, categorizes, sets price, etc. The file is then uploaded by bttunes to pastecoin, using an address provided by the artist for payment. Then using pastecoin as the purchasing, payment and distribution system. In this scenario, btctunes would act more as a middleman or browser for pastecoin files.

This would be good because it would make it easier to get a site up and running that just integrates with pastecoin instead of having to figure that out myself. And having btctunes up as a PoC of pastecoin integration could allow similar services to be more rapidly developed, leading to a hopefully more thriving economy of digital goods.

I'd just need to work on simplifying the process, hopefully making the pastecoin integration transparent (of course, giving them credit). It would definitely be nice to outsource the storage, distribution, and payment platforms.

I guess the other option is to just use them as consultants when building the site since they, obviously, have more experience in the area than I do.

Anyway, that's a good idea and could be great for the bitcoin economy if pastecoin integration takes off. I'll just have to think on it and figure out exactly if/how I want to use it.

Thanks for the idea.
9  Economy / Marketplace / Re: Site idea: btcTunes on: December 16, 2010, 06:02:47 PM
BioMike: I was thinking exactly that. I don't currently have a VPS and I was thinking I'd sign up for KalyHost so that small 'site fee' or any donations can be applied directly to server costs.

Bimmerhead: Thanks for the links. I'm definitely at least going to look at those and use them for inspiration, but I think I'm going to write it on my own. Partially so I can control exactly how it works more easily, but mostly because every time I try to work with Joomla it just ends in frustration. Roll Eyes
10  Economy / Marketplace / Re: Site idea: btcTunes on: December 16, 2010, 10:25:39 AM
As far as files being exchanged outside of the site, I really don't care about that. I think these days everyone is used to DRM-free services. Amazon and iTunes are both DRM-free so I think artists are used to it and customers are expecting it.

And BioMike, you make a good point - I will re-evaluate my stance on re-downloading. I guess I won't make that call until I have harder numbers concerning bandwidth and costs and whatnot.
11  Economy / Marketplace / Re: Site idea: btcTunes on: December 16, 2010, 10:11:44 AM
forever: That's a cool idea, and I think I've seen similar things implemented elsewhere, but it's not really something I'm interested in.

BioMike: The fee for re-downloading is to prevent against people using the service as a file store and wasting my bandwidth or doing things like giving their password to all their friends and letting them download it for free. It will just be a small fee to discourage people from abusing or cheating the service, not the full price of the file again. Maybe the "one-time use" link will be good for 3 downloads or something before the fee kicks in.

Thanks for the feedback, guys.
12  Economy / Marketplace / Site idea: btcTunes on: December 16, 2010, 09:32:35 AM
So this is my first post. I've been following bitcoin loosely for a little while now, but my interest was recently rekindled.

So I've got what I think is a pretty neat idea. I'm going to preface this by saying I'm not sure there's enough content out there for it to be feasible, but I am certainly going to see what I can do.

So I was thinking about making a "btcTunes" site where you can, you guessed it, use bitcoins to purchase mp3s (or oggs or flacs or whatever I end up supporting). Essentially there are two parts to the site.

Artists can create "artist" accounts that allow them to upload images, fill out a bio, categorize themselves, etc. Then they can upload music and charge however much BTC they want for it (including free, I guess). The artist's page will then list their albums and songs, and allow the user to listen to a 30 second sample of the song, maybe created automatically upon upload.

Regular users register and they can browse the artists and songs by genre, keywords, etc. They can buy songs/albums using bitcoins. Artists will get the lion's share and the site will take a small fee (TBD). When they buy songs, they are emailed a one-time use link to download their songs. Later, if they lose the files, they can maybe request a new download link for a small fee (paid entirely to the site) up to 5 times or so. Possibly they are allowed to purchase "credits" in advance so they don't have to pull out their wallets and wait for their transaction to confirm each and every time. Of course, the credits can be traded back to BTC if they decide they want it back.

Their preferences will be saved in the database so when an artist they've bought from before uploads something new, they are notified. Their preferences can also be used to come up with recommendations.

I've made a couple of mock-ups: Artist Page, Album Page

Mostly I'm just posting this so I can understand what I'm talking about myself. I would also love any ideas, suggestions, feedback anyone has.

Anyway, thoughts?
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!