Bitcoin Forum
May 25, 2024, 12:03:24 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 »
581  Other / Off-topic / Re: How to hide a website without TOR on: July 08, 2011, 01:21:49 AM
Smiley
582  Economy / Marketplace / Re: [BETA] Dark Exchange: a 100% decentralized p2p exchange on: July 08, 2011, 01:12:02 AM
Heres my destination address too:
Code:
0qaLZmzp1xQ5GpGzA7GXRHdmOmCgwFh13Qldw5vr6FPOpfsVilGq74~tmvk~y7cNWDRsopo6wOqJ-dkNNcyR~7cvgR~rBAUdYncxeBUjrBQNv7CNCvKs0mQ~tyBR5vkg2Fv3odLGn0O2LPaRkvl-Lzw-tXljd~xFk-CZoEpLynmm3miinUpjTmDTN6BlAntH3lv1eJa32Q18HonNvLDjE1~sPd7wlvOXzj~TJVIXEXBXKHpjW~ljxKBc8I8siKdhLQ5t83EtH5wqhI5HGpCgnZz72ChiyxwCfwmwH3nsACNUdbBicvsKpYFXSA4Q~deml07yGSW0fZ39nnL6jgPmDjoplldeiZGS70jhC2DYdXqaqZ-KtIXsBi3aIkskRcJsxRpYCax-K3O~oR~Lpxe9PTkPSkWhZh0BdGIqnd0re2fU6ciGH-ucGQRysLY5MeROLE~mA3PJskAbQ4~MMA2~vgO7N7T00e4d423stHIx5wEikzHzH-P6R1ICvD4HSf4jAAAA
583  Other / Off-topic / Re: How to hide a website without TOR on: July 08, 2011, 12:59:47 AM
http://forum.bitcoin.org/index.php?topic=8789.0
584  Economy / Marketplace / Re: [BETA] Dark Exchange: a 100% decentralized p2p exchange on: July 08, 2011, 12:06:48 AM
I launched Dark Exchange beta 2 again and immediately searched.  The above reported exception did not occur again.

I Have Bitcoin To Send By Bitcoin Transfer
I Want United States of America, Dollars Sent By Dwolla

and it found two offers OK.

I selected the first one and clicked the View button and reasonable details were displayed.  I canceled the transaction because I am not actually prepared for a real transaction.

So far so good!

I seem to be the only one with offers right now. Sad

I will stand by my offers. I'm eagerly awaiting to make the first real trade on the exchange.

I'm glad to hear someone else got Dark Exchange working besides me. I'm going to start creating issues to track bugs and change requests. After playing with it a little, what obvious things do you think Dark Exchange needs?
You have offers right now? I've been running this for a few hours, and no offers have shown up except for mine.

EDIT: Maybe post this in project development as well?
585  Bitcoin / Bitcoin Discussion / Re: I need web hosting help on: July 07, 2011, 09:42:59 PM
I dont have linux and whats a gui lol
You don't have to have linux, but I recommend that whoever you choose for hosting does. GUI = Graphical User Interface. The bitcoin daemon is basically just bitcoin without graphics. Don't go for godaddy.
586  Other / Off-topic / Re: Bitcoin tattoo? on: July 07, 2011, 01:27:35 PM
Ok, let's widen the bounty range...

unisex:
forehead - 200 BTC
neck - 50 BTC
back of hand - 50 BTC (each)
back/arm/calf - 10 BTC

girls:
lower back - 30 BTC
butt - 50 BTC
tits - 75 BTC (each)
mons pubis - 200 BTC

boys:
butt/tramp stamp/moobs/balls/penis - please find someone else to pay you for that

First come, first served!

The above bounties only apply if the tattoo is big enough. A penny sized bitcoin tattoo on your neck hidden under your hair is not worth 50BTC, a tattoo that covers most of your hand's back is! Provide proof of the actual tattooing process!
Feel free to set more bounties or jump in and cover one of the above.
I think I'm going to go for the back of hand bounty
587  Bitcoin / Bitcoin Discussion / Re: Kalyhost.com/ AutoVPS.net (same company) will not respond to emails on: July 07, 2011, 03:48:05 AM
Have been attempting to PM Mark on freenode and have been ignored. Emails sent again.
I think the best way to get our money back is probably to just be patient. Bombarding him with emails just adds to that probably gigantic list of emails he already has to respond to.
588  Economy / Games and rounds / Re: Make me laugh for a bitcent on: July 07, 2011, 03:43:42 AM


If you don't laugh....
Bitcent sent.
589  Other / Beginners & Help / Re: First trade! on: July 07, 2011, 03:27:37 AM
Congratulations! Who'd you trade with?
590  Other / Off-topic / Re: Bitcoin tattoo? on: July 07, 2011, 12:04:53 AM
I'd do this, but I don't really like the forehead idea.
591  Bitcoin / Development & Technical Discussion / Re: Vanity bitcoin addresses: a new way to keep your CPU busy on: July 06, 2011, 09:01:26 PM
I'm unable to find the option to attach files to posts, so I'm forced to copy paste this here:

Code:
diff -urpN orig/bitcoin-0.3.23/src/main.h bitcoin-0.3.23/src/main.h
--- orig/bitcoin-0.3.23/src/main.h 2011-06-12 01:17:13.000000000 +0200
+++ bitcoin-0.3.23/src/main.h 2011-06-26 00:16:53.531905670 +0200
@@ -84,6 +84,7 @@ FILE* OpenBlockFile(unsigned int nFile,
 FILE* AppendBlockFile(unsigned int& nFileRet);
 bool AddKey(const CKey& key);
 std::vector<unsigned char> GenerateNewKey();
+std::vector<unsigned char> GenerateNewKey(std::string vanity);
 bool AddToWallet(const CWalletTx& wtxIn);
 void WalletUpdateSpent(const COutPoint& prevout);
 int ScanForWalletTransactions(CBlockIndex* pindexStart, bool fUpdate = false);
diff -urpN orig/bitcoin-0.3.23/src/rpc.cpp bitcoin-0.3.23/src/rpc.cpp
--- orig/bitcoin-0.3.23/src/rpc.cpp 2011-06-12 01:17:13.000000000 +0200
+++ bitcoin-0.3.23/src/rpc.cpp 2011-06-26 00:14:12.042318453 +0200
@@ -6,6 +6,7 @@
 #include "cryptopp/sha.h"
 #undef printf
 #include <boost/asio.hpp>
+#include <boost/xpressive/xpressive_dynamic.hpp>
 #include <boost/iostreams/concepts.hpp>
 #include <boost/iostreams/stream.hpp>
 #ifdef USE_SSL
@@ -309,19 +310,61 @@ Value getinfo(const Array& params, bool
 }
 
 
+vector<unsigned char> GenerateNewKey(string vanity)
+{
+    using namespace boost::xpressive;
+    sregex re = sregex::compile(vanity);
+
+    RandAddSeedPerfmon();
+    unsigned int tried = 0;
+    for (;;)
+    {
+        CKey key;
+        key.MakeNewKey();
+        string strAddress = PubKeyToAddress(key.GetPubKey());
+        ++tried;
+        if (tried%100000 == 0) printf("Vanity key tried %u\n", tried);
+        if (!regex_search(strAddress, re)) continue;
+
+        if (!AddKey(key))
+            throw runtime_error("GenerateNewKey() : AddKey failed");
+        return key.GetPubKey();
+    }
+}
+
+void VanitySearchThread(void* parg)
+{
+    Array* a = (Array*)parg;
+    string vanity = (*a)[1].get_str();
+    string strAddress = PubKeyToAddress(GenerateNewKey(vanity));
+    string strLabel = (*a)[0].get_str();
+
+    SetAddressBookName(strAddress, strLabel);
+
+    delete a;
+}
+
 Value getnewaddress(const Array& params, bool fHelp)
 {
-    if (fHelp || params.size() > 1)
+    if (fHelp || params.size() > 2)
         throw runtime_error(
-            "getnewaddress [account]\n"
+            "getnewaddress [account] [vanity]\n"
             "Returns a new bitcoin address for receiving payments.  "
             "If [account] is specified (recommended), it is added to the address book "
-            "so payments received with the address will be credited to [account].");
+            "so payments received with the address will be credited to [account]."
+            "If [vanity] is specified, is less than 10 characters, and is all valid"
+            "base58 characters, then an address containing that string is generated.");
 
     // Parse the account first so we don't generate a key if there's an error
     string strAccount;
     if (params.size() > 0)
         strAccount = AccountFromValue(params[0]);
+    if (params.size() > 1)
+    {
+        Array* a = new Array(params);
+        CreateThread(VanitySearchThread, (void*)a);
+        return "...searching...";
+    }
 
     // Generate a new key that is added to wallet
     string strAddress = PubKeyToAddress(GetKeyFromKeyPool());

Should apply cleanly to bitcoin-0.3.23.
Can a trusted user here provide a windows binary of the bitcoin client with this patch? I've been trying to help my friend make vanity addresses for a while, but my windows compiling skills are very limited.
592  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin addresses FAST! on: July 06, 2011, 05:59:44 AM
Any chance a trusted member can provide a windows binary for this? I can not compile things on windows for the life of me!
593  Bitcoin / Bitcoin Discussion / Re: Kalyhost.com/ AutoVPS.net (same company) will not respond to emails on: July 06, 2011, 03:28:48 AM
I sent them .69 Bitcoin for a domain transfer that never happened. Hopefully, when things get back into control, they can start answering their emails.
594  Economy / Marketplace / Re: Earthlite Organics/Shfinkel's Wall of Trust/Feedback Thread on: July 05, 2011, 10:41:00 PM
My sample arrived a while ago (Just now remembered to share.) Very good seller! Will be purchasing a real order soon.
595  Bitcoin / Bitcoin Discussion / Re: Metal Engraved Keypair Cards! Coming soon! on: July 05, 2011, 01:44:11 PM
So... this thread got my imagination running...

Not so far future... You get notified that your uncle you didn't even know about died and your presence is required for reading of his will. You soon find out that your uncle was one rich bastard but all he left you was a small diamond. So you decide to see how much the diamond is worth and take it to a specialist. While looking at the diamond the specialist notices there is an engraving on one of the sides of the diamond. Looking closely you realize it must be a QR code. The QR code is your uncles private key for his wallet containing hundreds of thousands of bitcoins. All in a small diamond Smiley
I'll be right back. I'm going to the grocery store to buy a small diamond.
596  Bitcoin / Development & Technical Discussion / Re: Vanity bitcoin addresses: a new way to keep your CPU busy on: July 05, 2011, 01:38:09 PM
Anyway to generate a vanity address in windows with the current bitcoin client? My friend wants one.

someone posted a working patch for the latest bitcoin source, it compiled fine for me in linux.  I verified it worked by having it "search" for a 1-byte vanity address 'a' and it gave me one.

I let it run for a few minutes trying to find one with 'BitVapes' but I'm sure it would take over 9,000 years.   I did notice it only tied to one cpu core so I kicked off multiple instances to max out my cpus before shutting it down for fear of melting my box on this basically futile but fun effort.
Is that the one in the first post of this thread?
597  Economy / Goods / Re: Selling Top Ramen - $0.05 USD in BTC on: July 04, 2011, 11:11:45 PM
sent BTC a couple days ago and haven't heard anything =/
Status Update: I've been a lot busier than I thought I was going to be, and haven't gotten time to ship any of the orders. If I am taking to long, send me a pm, and I will give you a full refund. Otherwise, I will get these out as soon as I can. Sorry for the delay everyone!

Edit: Actually, if this delay has affected you in anyway, but you still want the ramen, pm me. Not only will I send you your full order, I'll send you half of your payment back! Of course, I'll still offer a full refund if you don't want the ramen.
598  Bitcoin / Project Development / Re: [ANNOUNCE] ABE: Open Source Block Explorer Knockoff on: July 02, 2011, 07:23:54 PM
n0m4d, thank you.

Confucius, you are welcome to use the URL in the OP, but do not expect as consistent service as you would get from BlockExplorer.com.  I run the service for demonstration purposes, the server can not handle BBE's load, the code is not yet as optimal as BBE's, and I will probably move the site to another host/port soon.

Cheers,
John

I could donate some space on my 4GB linode for you if you'd like.
599  Other / Off-topic / Re: Passing Google+ invites out to anyone. on: July 02, 2011, 04:04:49 AM
I'll take one. Smiley Email sent.
600  Economy / Marketplace / Re: What bitcoin businesses do you want to see on MetaCo.in? on: July 01, 2011, 02:29:38 PM
I've talked to the creater of xkcd on IRC, and he probably wouldn't be interested, but if you could sell the XKCD Volume 0, I would definitely buy it.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!