Search content
Sort by

Showing 20 of 34 results by codemojo
Post
Topic
Board Altcoin Discussion
Topic OP
RiseForce [delta] - extremely addictive crypto space shooter
by
codemojo
on 30/06/2020, 08:55:33 UTC
http://riseforce.rise.vision/

Uses RISE coin for the award pool, but you can play without putting anything in the pot.
Post
Topic
Board Speculation
Re: Websites for Bitcoin Speculators
by
codemojo
on 28/06/2020, 11:50:27 UTC
Kriptomist - a framework for crypto price prediction using fundamental analysis

https://[Suspicious link removed]/38aW5cc
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Litecoin - a lite version of Bitcoin. Be ready when is launches!
by
codemojo
on 09/10/2011, 17:44:48 UTC
Here is a thread I started about it on reddit. It got downvoted.

I want everyone to see this and have a fair chance to be an early adopter. I don't remember such a well-planned release schedule with one of the design goals being fairness - if you agree, vote it up.

Your Reddit submission is not even under the /new section anymore: http://www.reddit.com/r/Bitcoin/new/

I love Reddit, but didn't know you can get "buried" so easily??
Post
Topic
Board Bitcoin Discussion
Re: So it's fair to say bitcoins are worth $5 bucks?
by
codemojo
on 03/10/2011, 19:57:27 UTC
5 seems like a nice number.
Post
Topic
Board Speculation
Topic OP
Spaculator.com: Guess The Future Value of Bitcoin
by
codemojo
on 01/10/2011, 19:00:04 UTC
This is a project I've been working on in the past weeks: http://www.spaculator.com/

It's a silly app where people guess the daily bitcoin price of a chosen day and put a small amount of bitcoin to support their guess. The closer the guess, the bigger the reward. And there is no username/password required to login; instead, only a bitcoin address is required.

So yeah, you spend bitcoin to speculate on bitcoin and maybe get more bitcoin out of it. Feedback appreciated.
Post
Topic
Board Bitcoin Discussion
Re: Predictacoin
by
codemojo
on 01/10/2011, 17:32:15 UTC
OK I put some jQuery dialog there instead of a popup. Hope it works now.

BTW payb.tc, since Spaculator uses bitcoin addresses as user account names, maybe your service (http://bitnot.es/) might come in handy.
Post
Topic
Board Bitcoin Discussion
Re: Predictacoin
by
codemojo
on 01/10/2011, 14:46:20 UTC
the popup dialog box that says "to upload bitcoins send to this address..."

...is useless in chrome because I can't select and copy the address (i'd have to read and type the whole thing manually).

don't know about other browsers.

I'm developing on *nix which allows select+copy on dialog boxes. Will fix, thanks for feedback.
Post
Topic
Board Beginners & Help
Re: Bitcoin Price Predictions
by
codemojo
on 01/10/2011, 14:37:25 UTC
You can now guess the future with this app: http://www.spaculator.com/

The benefit is a graph of speculated future values by all players.
Post
Topic
Board Bitcoin Discussion
Re: Predictacoin
by
codemojo
on 01/10/2011, 14:27:37 UTC
This just launched: http://www.spaculator.com/

It's a silly game now, but maybe it grows into something like an options market in the future.

Check it out, feedback welcome.
Post
Topic
Board Economics
Topic OP
Post-grad study of Economics in Europe?
by
codemojo
on 19/07/2011, 08:39:27 UTC
Suppose you've just graduated in Computer Science, and for *some reason*, became interested in Economics. Where would you want to study, and what would it take to get there?

Thanks.
Post
Topic
Board Project Development
Re: Lets make it easy for any small store to accept bitcoins! (2BTC Bounty)
by
codemojo
on 14/07/2011, 12:38:58 UTC
@MemoryDealers

Always new feature requests huh? I thought in bitcoinland things would be different...

Post
Topic
Board Project Development
Re: Lets make it easy for any small store to accept bitcoins! (2BTC Bounty)
by
codemojo
on 14/07/2011, 12:30:03 UTC
@codemojo:

i actually think it is morally wrong to build a php-script, which pulls _my server for the qrcode_, adds a few words and then claim the bounty for you (and by not mentioning it, implying you did the qr-part yourself).

those who set out the bounty might decide otherwise, but i find that highly inappropriate.

Agreed, I was in a hurry, just put the working version up and let it go. Would you consider making your qr-code genarator available via a public API (possibly with a fee)?

I'll update the page so it gives proper credits.

Post
Topic
Board Project Development
Re: Lets make it easy for any small store to accept bitcoins! (2BTC Bounty)
by
codemojo
on 13/07/2011, 18:18:57 UTC
Half-baked, but might serve the purpose:

http://leetcoin.appspot.com/merch/

Bounty can be sent to this merchant:

http://leetcoin.appspot.com/merch/15oLjwC1cnz24RnztrBupTG4FUe5KFCZLL
Post
Topic
Board Development & Technical Discussion
Re: Single address accounts
by
codemojo
on 11/07/2011, 17:56:10 UTC
We can't expire keys, and we can't compress ( =randomize) scripts.  The one thing that we do is discourage key re-use.  We should not abandon the one good practice that we are capable of doing without a damn good reason, even though we are pretty confident that we are safe doing so.

Thanks for your insight, very interesting. The way I see it now is, if the person holding the single-address account doesn't care that much about his money being stolen (like maybe he only keeps small amounts there), then this approach would be sane. I mean, I'm mostly concerned about this patch having a negative impact on some other unrelated bitcoin user, or the network as a whole. For example, could this behavior make another user less anonymous, or make some other client break (because there is a direct cycle - an input is the same as an output), etc...
Post
Topic
Board Development & Technical Discussion
Re: Single address accounts
by
codemojo
on 11/07/2011, 00:42:26 UTC
Should the title be "single address wallets" instead, or would multiple-account wallets with single-address accounts work with your idea?

Yeah, the idea is to have one wallet with multiple "accounts", as the client calls them. And only one address per account.
Post
Topic
Board Development & Technical Discussion
Topic OP
Single address accounts
by
codemojo
on 11/07/2011, 00:07:53 UTC
Hi,

suppose there was an online wallet service with a patched version of the official client:

The patch would:
- prevent the client to generate a new address every time it needs to put the money change somewhere
- instead, it would always put the change back to the source address

The benefit would be for the users to be able to check their total balance by simply checking their address on blockexplorer.

My question is, would this have any serious drawbacks, other than loss of anonimity?
Post
Topic
Board Development & Technical Discussion
Re: Bitcoins backed Chaumian currencies - are there any?
by
codemojo
on 10/07/2011, 10:47:45 UTC
I played with the idea of using OT + Bitcoin to create a currency for Reddit.com users:

http://redditcoin.appspot.com/calc

Very interesting stuff indeed, I guess if systems like this are feasible, the limited supply of Bitcoins is no longer a problem.

Good luck!
Post
Topic
Board Other languages/locations
Re: Slovenija / Slovenia
by
codemojo
on 06/07/2011, 10:58:57 UTC
Zdravo,

za bolj poglobljeno debato glede Bitcoina in sorodnih tem: http://agoristradio.com/ (podcast).

"over-the-counter" direktno trgovanje z bitcoini: http://bitcoin-otc.com/ (moraš si najprej par stvari prebrat glede PGP, itd...)

Slovenski forum, zaenkrat še brez vsebine: http://bitcoin.si/forum/

Slovenski twitter: http://twitter.com/BitcoinSlovenia, bi tudi rabil še koga da upravlja z njim.

Če ima kdo preveč bitcoinov pa... glej podpis, hehe.

LP
Post
Topic
Board Project Development
Re: Spread Betting for Bitcoins
by
codemojo
on 02/06/2011, 16:05:19 UTC
So you are saying you would use such an app? I'm thinking of implementing it, want to help? http://spaculator.appspot.com/
Post
Topic
Board Project Development
Re: Beta GLBSE stock market Open for trading
by
codemojo
on 31/05/2011, 15:35:43 UTC
What's your skillset?(everything not just programming).

Please see the email I've sent.