Bitcoin Forum
May 24, 2024, 02:11:10 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 49 50 51 »
141  Economy / Service Announcements / Re: bitfloor needs your help! on: October 11, 2012, 11:08:27 PM
Quote
bitfloor7:24 PM  -  Public

WellsFargo cash deposits are currently suspended.

Dammit!!!
142  Bitcoin / Project Development / Re: Help me get on the Upriser Advisory Board to promote bitcoin on: October 10, 2012, 11:50:38 PM
I'll pledge 2 bitcoins.
143  Other / Beginners & Help / Re: paper bitcoins coming soon on: October 07, 2012, 02:04:33 AM
"Buddy" recommends you increase the "sleep" time to avoid spammy looking spends by the stratum servers.

New command:

Code:
for /F "tokens=*" %A in (d:\Users\Drew\Desktop\DTOM_TEST.txt) do ( electrum payto %A .001 && ping -n 10 1.1.1.1 -w 1 > NUL )

Each payto takes 10 seconds. If you need it longer, increase the number in "-n 10".
144  Economy / Scam Accusations / Re: Nefario on: October 06, 2012, 12:54:33 AM
Can we now focus less on investment schemes, and more on global trade?
145  Other / Off-topic / Re: WOOHOO! Just got my BFL Jalapeno in the mail! on: October 01, 2012, 01:10:39 AM
I hate you. And I love you.  Grin
146  Economy / Service Announcements / Re: bitfloor needs your help! on: September 30, 2012, 03:30:11 PM
Received via email 2 days ago.

Quote
Received: by 10.68.43.34 with HTTP; Fri, 28 Sep 2012 01:30:35 -0700 (PDT)
Date: Fri, 28 Sep 2012 09:30:35 +0100
Subject: Re: bitfloor timeouts
From: Roman Shtylman
To: me

Apologies for the downtime. There was a minor website issue (other
services like API, deposit, withdrawal, etc) were unaffected. The
website is back online now. No status update was given as I was not
awake during the downtime and fixed the issue as soon as I woke up.

cheers,
~Roman
147  Economy / Gambling discussion / Re: I'm giving 100% ROI away to anyone who thinks pirate is a fraud on: September 17, 2012, 06:17:42 PM
Personally, I think he should start over and build a new brand with no ties to MNW. If he does it right, we'll see a new comer to the community, that doesn't play flamboyant/trolling games, innovates, and gets things done in a professional and respectful manner. Eventually, after establishing a stable reputation, he'll interact physically with the community in meatspace and we'll find out its the reborn MNW and see him for the more mature person we would all like to see.
148  Economy / Service Announcements / Re: bitfloor needs your help! on: September 12, 2012, 12:19:38 PM
Agreed, so as time passes more and more of bitcoin is fading away with no word of any action or future plans.  It is begging to look more and more like there will be not bitfloor in the future.  Please someone tell me that is not the case but until then I will keep an eye out for the future blog of what action (or talk of action) do we do next those who were with bitfloor.

My ACH withdrawal has just been processed/received to the tune of $2000 USD. He's working on things.
149  Bitcoin / Bitcoin Discussion / Re: Post-2007 SecondLife (sans admins), here we come! on: September 12, 2012, 12:46:33 AM
Hmmm. Imagine an open source virtual world protocol with no central authority? I might never leave the computer!

This and similar properties are what make Bitcoin so exciting to me. There are several firsts for humanity to explore: truly deflationary currency, ability to recover money from disaster (backups), non-seizable, money stored in your brain - just to name a few. These things have never been experienced by humanity before and we get to watch it play out for history.
150  Economy / Marketplace / Re: $1,000 bounty for Blockchain.COM (not .info) (Updated to $1,500) on: September 11, 2012, 03:39:21 PM
I sent unrelated email to blockchain.info support and no answer in days, whats up with that?

I get that a lot too :/
151  Economy / Gambling discussion / Re: I'm giving 100% ROI away to anyone who thinks pirate is a fraud on: September 10, 2012, 02:21:07 AM
152  Economy / Gambling discussion / Re: I'm giving 100% ROI away to anyone who thinks pirate is a fraud on: September 10, 2012, 02:06:45 AM
I'll have to order another issue after this announcement.
153  Economy / Service Announcements / Re: bitfloor needs your help! on: September 05, 2012, 10:51:10 PM
You can't have your cake and eat it too. If you want your money to be free from the State, then you can't go running to the State when things don't go your way.
Quoting just because I think it is important.

and as a life long libertarian, I'm going to go ahead and disagree with it. If a state needs to exist at all, it only purpose (edit: if anything else) should be to protect citizens against fraud and violence and resolve civil issues.
154  Bitcoin / Electrum / Re: Electrum server discussion thread on: September 05, 2012, 10:44:44 PM
Are you sure you are on the correct version/branch in git?  Can you post your commit hash?

Code:
$ git show
commit d659a2f2020b052c8c33f4903091f2d0e64398f2
155  Bitcoin / Electrum / Re: Electrum server discussion thread on: September 05, 2012, 10:30:19 PM
good call... it was indeed the wrong patch/version, but then,

There doesn't appear to be a ..../bitcoin-0.6.3.diff patch file, so I went with 0.6.2

Code:
$ tar zxvf bitcoin-0.6.2.tgz 
bitcoin@host:~/src$ mv bitcoin-bitcoin-06d764e bitcoin-0.6.2
bitcoin@host:~/src$ cd bitcoin-0.6.2
bitcoin@host:~/src/bitcoin-0.6.2$ patch -p 2 < ~/src/electrum/server/patches/bitcoin-0.6.2.diff
patching file bitcoinrpc.cpp
Hunk #1 FAILED at 1497.
Hunk #2 FAILED at 1933.
Hunk #3 FAILED at 2055.
3 out of 3 hunks FAILED -- saving rejects to file bitcoinrpc.cpp.rej
patching file main.cpp
Hunk #1 FAILED at 3134.
1 out of 1 hunk FAILED -- saving rejects to file main.cpp.rej
patching file main.h
Hunk #1 FAILED at 395.
Hunk #2 FAILED at 416.
2 out of 2 hunks FAILED -- saving rejects to file main.h.rej

156  Bitcoin / Electrum / Re: Electrum server discussion thread on: September 05, 2012, 06:21:16 PM
Thanks Flatfly.... Throwing some errors when applying the patches..

Code:
$ patch -p 2 < ~/src/electrum/server/patches/bitcoin-0.6.2.diff 
patching file bitcoinrpc.cpp
Hunk #1 FAILED at 1497.
Hunk #2 FAILED at 1933.
Hunk #3 FAILED at 2055.
3 out of 3 hunks FAILED -- saving rejects to file bitcoinrpc.cpp.rej
patching file main.cpp
Hunk #1 FAILED at 3134.
1 out of 1 hunk FAILED -- saving rejects to file main.cpp.rej
patching file main.h
Hunk #1 FAILED at 395.
Hunk #2 FAILED at 416.
2 out of 2 hunks FAILED -- saving rejects to file main.h.rej
157  Economy / Service Announcements / Re: bitfloor needs your help! on: September 04, 2012, 11:51:00 PM
I'm in for $2k now. Just remembered I had moved $1k from my ING account into BF getting ready for a purchase. Whitslack, Icebreaker, consider me in if it happens.
158  Economy / Service Announcements / Re: bitfloor needs your help! on: September 04, 2012, 07:11:55 PM
Disbursing funds to some customers and not others would be a criminal act under those.

I believe a court order (injunction) should be filed to help ensure the exchange operator proceeds as prescribed by law.

Bitcoins were stolen, not cash. That cash is not Bitfloors to distribute to other customers. It's mine.
159  Economy / Service Announcements / Re: bitfloor needs your help! on: September 04, 2012, 06:41:03 PM
So I got a grand in USD in my account. How do I get it back asap?
160  Bitcoin / Electrum / Re: Electrum server discussion thread on: September 04, 2012, 05:49:42 PM
Where can I get the latest stratum software?
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 49 50 51 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!