Bitcoin Forum
April 23, 2024, 11:04:07 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Bitcoin / Project Development / Re: Moneychanger (Windows Builds) - v0.90.c (inc. Open Transactions) on: February 24, 2014, 09:16:08 AM
New Release, including C++ QT Moneychanger!

Woho! Checkout the OP!
Nice job done.

Quote
Windows:

Code:
SHA256(Open-Transactions-0.90.c-Win32-setup.zip)= b2a74a88283c86bfdeda3de94ed9850758e5d6b8ecf3c6274d4e078d8d666264

What checksum utility do you use to verify a SHA256 hash on Windows?

Try 'Hash Slash': http://www.softpedia.com/get/System/File-Management/HashSlash.shtml
2  Bitcoin / Bitcoin Discussion / Re: Top 4 Satoshi Nakamoto quotes of all time on: January 09, 2014, 06:14:19 AM
I just spent a couple hours reading through Satoshi's 1,000+ posts and plucked out my four favorites:

    1. (I’ve been working on bitcoin’s design) since 2007. At some point I became convinced there was a way to do this without any trust required at all and couldn’t resist to keep thinking about it.

    2. Lost coins only make everyone else’s coins worth slightly more. Think of it as a donation to everyone.

    3. Sorry to be a wet blanket. Writing a description for (bitcoin) for general audiences is bloody hard. There’s nothing to relate it to.

    4. I’m sure that in 20 years there will either be very large (bitcoin) transaction volume or no volume.

I've got a couple dozen more here: http://crypt.la/2014/01/06/satoshi-nakamoto-quotes/

Satoshi is probably* a Brit**.
http://britishisms.wordpress.com/2012/04/30/bloody/

* Yes. Also a master at track covering, but across 1000+ posts, maybe not, especially when focused on software/crypto issues.
** Yes. Yes. Heard it before? Stop reading this then!


Or he could be bloody Australlian... seriously, Aussies have more a stranglehold over 'bloody' than Brits.

Bloody hell...
3  Bitcoin / Bitcoin Discussion / Re: [ANN] Australian Bitcoin Foundation on: October 07, 2013, 05:20:47 AM
Definitely needs to happen.
4  Bitcoin / Bitcoin Discussion / Re: Bitmessage Address Book on: July 15, 2013, 06:26:56 AM
I'd love to join in with Bitmessage.
But, has anyone made an install file (.dmg) for Mac yet?

Yes, I did it last night... enjoy (let me know if it doesn't work): https://bitmessage.org/forum/index.php/topic,2728.0.html
5  Bitcoin / Bitcoin Discussion / Re: How much coin anonimity you want? on: July 15, 2013, 06:24:34 AM
Definitely thug/freedom/anoncoin.
6  Bitcoin / Project Development / Re: [ANNOUNCE] Bitmessage - P2P Messaging system based partially on Bitcoin on: July 14, 2013, 10:14:03 PM
I managed to create a .app/dmg of Bitmessage after I got it to successfully install on my Mac. So far I've had a couple of people report that it works, but feel free to test it out.

Credit: medoix for technical assistance

Ok, here's the link: https://mega.co.nz/#!PJFB3bjQ!N_4SGGxo5gcr65ubabowd1dZPTpIOdf_Pb2j7hBO9js
7  Bitcoin / Project Development / Re: [ANNOUNCE] 'MineCoin': Minecraft-based Bitcoin 'mining' tournaments. on: July 02, 2013, 11:21:12 PM
Quote
When does this take place? How can I follow up on tournament days & times?

Also, how is progress so far? You getting much attention with it?

Hey Maco,

  • 6th of July, 7.30 pm (PDT). The entry fee is 10 mBTC.
  • If you check the front page https://minecoin.co there's a green banner at the top of the page with information on the next game. After you register (free, only need an email) you'll be able to join any upcoming games after you verify your Minecraft username (easy process, no need to input your password or anything like that). Also we place you on our mailing list to let you know when the next game is on.
  • We've run a successful beta (gave away > 80 mBTC) and identified a couple of bugs that we've have since fixed and some we're working on. Everything works, we're just making improvements in processing BTC withdrawal requests (we process these manually as a security measure). So our goal is to seamlessly receive a withdrawal request and process it under 12 hours at most.
  • We have received some attention, but we certainly need more. I think this is largely trust-dependent. Certainly one of our weaknesses RE trust is that players need to pay the entry-fee before the game starts. We are very interested in implementing the micro-payment channels via Bitcoinj https://code.google.com/p/bitcoinj/wiki/WorkingWithMicropayments, which will resolve this issue. For the moment we just invite everyone to test us our with small entry-fee games like the one coming up on the 6th of July.

Hope to see you in the game!
8  Bitcoin / Project Development / Re: [ANNOUNCE] 'MineCoin': Minecraft-based Bitcoin 'mining' tournaments. on: July 01, 2013, 07:52:14 AM
You can just use the mailing list, or email me directly (mike@plan99.net). Mailing list is better.

Thanks Mike, we're seriously looking at implementing this as it appears like a perfect fit... particularly with the zero-trust element.

We'll be in touch.
9  Bitcoin / Project Development / Re: [ANNOUNCE] 'MineCoin': Minecraft-based Bitcoin 'mining' tournaments. on: July 01, 2013, 07:50:58 AM
Do we need any sort of custom client for this

No, you can use the vanilla Minecraft client.
10  Bitcoin / Project Development / Re: [ANNOUNCE] 'MineCoin': Minecraft-based Bitcoin 'mining' tournaments. on: July 01, 2013, 07:50:03 AM
Sounds like fun. I outta try this later on. Does it require real BTC to participate?

Yeah, the entry fee for the economy game is 10 mBTC. Hope to see you there.
11  Bitcoin / Project Development / Re: [ANNOUNCE] 'MineCoin': Minecraft-based Bitcoin 'mining' tournaments. on: June 28, 2013, 11:59:31 PM
This might be an interesting use case for the micropayments code we wrote in java for bitcoinj:

https://bitcointalk.org/index.php?topic=244656.0

You could get paid for each block instantly rather than having to cash out at the end (zero trust). Also, perhaps you wouldn't need to open an account then.

As Minecraft is also written in Java, you could make a patch to the minecraft.jar file that integrates a Bitcoin wallet directly into the app. Then you could just send coins to your Minecraft instance, log into the server and have it automatically collaborate with the server mod to pay.

Using micropayment channels in both directions, it might be possible to have a new game mode - pay as you go. So you could log in and pay per minute of gameplay, or perhaps just pay a bit whenever a block is mined. So whoever mines the block gets everything and all other logged in players pay "value of block / number of players". If you want to keep the mugging element of the gameplay you can still have a cashout base.

Hey Mike,

We were talking about this very thing last night after we saw the post via Reddit. We're gonna look at the details this week. Anyone we could correspond with to answer our questions on the bitcoinj side of things?
12  Bitcoin / Project Development / Re: Seeking a team to develop Bitcointalk 2.0 forums (apply within) on: June 28, 2013, 05:28:57 AM
I would really like to have Tapatalk support. And a lot of other users too (see https://bitcointalk.org/index.php?topic=2319.0)

Hell yes.
13  Bitcoin / Project Development / Re: [ANNOUNCE] 'MineCoin': Minecraft-based Bitcoin 'mining' tournaments. on: June 28, 2013, 02:38:39 AM
Damn I missed this  Sad

Please let me know when the next game is!

The next game is happening on the 6th of July, check the original post for details! In the meantime you can practice on the server for free. See you in the game.
14  Bitcoin / Project Development / Re: [ANNOUNCE] 'MineCoin': Minecraft-based Bitcoin 'mining' tournaments. on: June 24, 2013, 02:33:24 AM
@Moogle:

Yes the Beta is over, sorry you missed out. You can see the results at: https://minecoin.co/games/leaderboard (1 BitOre = 1 mBTC; we're gonna update this to show BTC today).

We're going to be announcing new tournaments and features in the next few days, I'll post them up here.
15  Bitcoin / Project Development / Re: [ANNOUNCE] 'MineCoin': Minecraft-based Bitcoin 'mining' tournaments. on: June 22, 2013, 06:54:34 AM
Hey i entered my minecraft nickname as Erdy but my nickname is erdy so i can't join... Can you change it?

Hey Erdy, last I heard we fixed that up for you?
16  Bitcoin / Project Development / Re: [ANNOUNCE] 'MineCoin': Minecraft-based Bitcoin 'mining' tournaments. on: June 22, 2013, 06:54:05 AM
This doesn't seem like a bad idea at all. How does the queue system work?

For both free and competition games you need to register with an email address and verify your Minecraft username (we don't ask for your password to do this). After that you're free to join the queue of any game in the Games tab (https://minecoin.co/games/) -- need to be logged into to see this at the moment, will change this soon.

You'll be placed into the queue and if you're part of the first 25 to join the game, but your position will only be confirmed after you pay the entry fee in advance (refundable if anything goes wrong or you pull out minus the tx fees). You'll be whitelisted to the server once the game opens. If you're #26+ you'll have a spot reserved in case someone pulls out.

We have emails that we send to you at each step of the process.
17  Bitcoin / Project Development / Re: [ANNOUNCE] 'MineCoin': Minecraft-based Bitcoin 'mining' tournaments. on: June 21, 2013, 10:56:12 AM
Not that we're aware of... then again that's what the beta test is for, we appreciate any efforts by white hats out there.

We have also installed a number of anti-cheating and anti-xray plugins designed to locate certain types of block in the map... plus we track and observe user behaviour.

If you have Minecraft, the beta test has just started so feel free to join now as there are still some slots open.
18  Bitcoin / Project Development / Re: [ANNOUNCE] 'MineCoin': Minecraft-based Bitcoin 'mining' tournaments. on: June 21, 2013, 03:46:50 AM
Quick update:

There are 8 hours until the Beta test game starts and there 17 spots left open to join. In the game there are 87 blocks of BitOre buried within an area 36 x 36 (from the surface down to the bedrock). Each BitOre block is worth 1 mBTC each.

It's free to join, please contact us if you have any troubles registering or logging in.
19  Bitcoin / Project Development / [ANNOUNCE] 'MineCoin': Minecraft-based Bitcoin 'mining' tournaments. on: June 20, 2013, 10:48:51 PM
Announcing MineCoin!

Hi folks,

I'd like to introduce a project that we've been working on called MineCoin (https://minecoin.co).

MineCoin is a Minecraft-based tournament game for mining gold ore blocks that are redeemable for Bitcoins (BitOre blocks). These tournaments are pay-to-play (in BTC) with the pooled entry fees making up the total number and value of BitOre in the game. We've retextured gold ore to look more... Bitcoiny.

Update #1: The Beta test is over, you can see the results on the leaderboard (https://minecoin.co/games/leaderboard)

Update #2: You can now access the game server in-between scheduled games to mine BitOre for play in-game currency. The server address is: server.minecoin.co:25580

Update #3: We have scheduled our first tournament match for the 6th of July, 7.30 pm (PDT). The entry fee is 10 mBTC. Entry fees are refundable up until the 24 hours before the game starts. Also allow for 12 hours after paying the entry fee for your balance to be updated and your position in the queue to be confirmed. We will make this process automated and immediate in the very near future.

We are really after your feedback, bug reports and suggestions, so feel free to drop them in the comments below.

--------------------------------

Some in-game screenshots:

BitOre



Chest Shop

20  Bitcoin / Press / Re: 2013-06-01 Andresen returns 726 BTC to privacy organisation on: June 06, 2013, 11:19:59 AM
What a guy... most impressive.
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!