Bitcoin Forum
May 25, 2024, 01:51:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 52 53 54 55 56 [57] 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 ... 193 »
1121  Bitcoin / Mining / Re: Setting Up a Bitcoin Node on: April 18, 2014, 04:00:06 PM
How do i make Bitcoin Core to NOT be a full node? In Bitcoin Core options i have the "Map port using UPnP" unchecked. I don't have port 8333 open in my router. What else can i do?

Uh, what do you want to accomplish exactly?

Do you not want your bitcoind not communicate to the bitcoin network?

I want to communicate with the bitcoin network, but i want less connected nodes. I remember that 8-9 nodes were normal. Now i have something like 50-60 and it seems that it eats up my computer performance. I may be wrong.

Also add

Code:
listen=0

To your bitcoin.conf
1122  Bitcoin / Development & Technical Discussion / If I add multiple blocknotify lines will all of them execute? on: April 18, 2014, 02:31:07 AM
Basically if I add multiple blocknotify lines to my bitcoin.conf file will it execute all of them or the just the last one I load?
1123  Bitcoin / Bitcoin Discussion / Re: Bitcoin Penis Tattoo? on: April 17, 2014, 11:48:33 PM
For 30 BTCs I would at least want it on his forehead, neck is too easy to hide.
1124  Other / Off-topic / Tell me how I did on my first bitcoin podcast interview. on: April 17, 2014, 08:58:15 PM
http://youmeandbtc.com/podcasts/ymb-podcast-episode-16-heartbleed-apicoin-io/

I think it is towards the end of the podcast, it should only be 20mins or so. Let me know how I did.
1125  Bitcoin / Project Development / Re: Multi Signature Address Script and Escrow Service on: April 17, 2014, 03:08:24 AM
BTW, does anyone know how to import a multi-signature wallet (which requires at least 2 out of 3 keys for basic multi signature)?

I've seen this command in the console but it seems to accept only one private key! How to specify the second, third, etc??

importprivkey <litecoinprivkey> [label] [rescan=true]

Anyone?

addmultisigaddress
1126  Other / Meta / Re: Staff, members, etc. photos on: April 16, 2014, 11:12:34 PM
I always get told I look like this guy (I swear I get it all the time):

1127  Bitcoin / Bitcoin Discussion / Re: Bitcoin Core (Bitcoin-Qt) 0.9.1 released - update required on: April 15, 2014, 02:00:44 AM
Is anyone else having an issue with multi-sig transactions. It seems that bitcoin 0.9.1 can't find the proper private key for the public key when using signrawtransaction. I tried on two different computers. I had to manually redo the transaction and insert the private key myself.
1128  Bitcoin / Bitcoin Discussion / Re: Your Bitcoin storage solution? "Share It!" on: April 14, 2014, 04:35:57 PM
I use blockchain.info, i only access from secure mobile browser

Web wallets are so insecure, never use them as main client. Would you keep your lifesavings in your wallet that you could easily be pick pocketed from.

There is a risk while your money are kept on a server in some company.
Hundreds ways to lost it.

But so far blockchain.info is "safe" to use if you remember about all security steps like good password etc.
Anyway.

Brainwallet safest Smiley but not perfect Smiley

Please don't spread misinformation and confuse new users.
1129  Economy / Digital goods / Re: Selling Bitcoin.ceo on: April 14, 2014, 03:29:07 AM
get a hold of gweedo then

I actually didn't get the domain, it was sold to someone else based on this thread.
1130  Other / Off-topic / Some rappers who we think are bitcoiners... on: April 14, 2014, 01:27:23 AM
So beside being a bitcoin expert, I am also a true hip hop head.

I think one of the people that is always on my list of possible bitcoiners. I feel like Atomsphere is a bitcoiner. His raps are so deep one of his raps that points me to him to be a bitcoiners is "Vampires" from "God Loves Ugly".

https://www.youtube.com/watch?v=wEBfCVIRcDA


Who would you guys pick as bitcoiners based on their raps?
1131  Economy / Auctions / Re: Auction of AdBit.co - Advertising network on: April 14, 2014, 01:00:39 AM
13 BTC, losing interest against invisible bidders.

This the only reason I am not bidding.
1132  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Introducing emailCoinFilter on: April 13, 2014, 09:27:53 PM
Why is this a chrome extension this should really be a SMTP server.
1133  Economy / Auctions / Re: Auction of AdBit.co - Advertising network on: April 13, 2014, 06:08:09 PM
Bids by private message/email (anonymous for the public) are accepted.

I wish this wasn't allowed, I can't tell if you are inflating the price.

Also why are you are selling it if you are obviously making a good profit margin?
1134  Bitcoin / Development & Technical Discussion / Re: Looking for help setting up a faucet. (cannot interact with RPC port) on: April 13, 2014, 05:17:15 AM
Did you setup the rpcusername, rpcpassword, and make sure you have server=1 in your ~/.bitcoin/bitcoin.conf file. Also you will not be able to query RPC via a web browser.
1135  Other / Off-topic / What is a good blog platform? on: April 12, 2014, 07:49:51 PM
I want to install it on my server. Php and MySQL. I want it light and very seo friendly. Ability to tweet out post as it post them.
1136  Bitcoin / Pools / Re: BitChecker Beta Version .002 on: April 12, 2014, 01:43:15 AM
No source code, could be a scam! Be careful don't download anything without the source code!
1137  Economy / Services / I am looking for beta testers on: April 11, 2014, 08:49:32 PM
What is a good way to professionally do this? I want to get quality testers and I want reports basically.
1138  Bitcoin / Bitcoin Discussion / Re: What is this "heartbleed" bug I've been hearing about? on: April 11, 2014, 03:30:31 PM
Openssl is a library that is shipped with a lot of OSes and basically allowed an attacker to dump 64Kb of your memory and it could do it in a loop this would allow access to entropy and store variable like SSL private keys. This is really an issue of putting too much trust in a single library.

Ahh okay, thanks for explaining it to me. So with this bug, they could steal your wallet private key?

The short answer is no.

They could potentially steal any information posted to a web site which had the vulnerability.  In some cases, they could steal the server's certificate, which might allow them to impersonate the server (better phishing attacks).

Then why is it saying Bitcoin could be stolen? How des that work?

It affect the payment protocol.

If you are using the graphical version of 0.9.0 on any platform, you must update immediately. Download here. If you can't update immediately, shut down Bitcoin until you can. If you ever used the payment protocol (you clicked a bitcoin: link and saw a green box in Bitcoin Core's send dialog), then you should consider your wallet to be compromised. Carefully generate an entirely new wallet (not just a new address) and send all of your bitcoins there. Do not delete your old wallet.
1139  Bitcoin / Bitcoin Discussion / Re: What is this "heartbleed" bug I've been hearing about? on: April 11, 2014, 02:08:38 AM
Openssl is a library that is shipped with a lot of OSes and basically allowed an attacker to dump 64Kb of your memory and it could do it in a loop this would allow access to entropy and store variable like SSL private keys. This is really an issue of putting too much trust in a single library.
1140  Bitcoin / Project Development / What is one thing in bitcoin that would make your life so much easier? on: April 11, 2014, 02:04:41 AM
Just curious, I want to see what people will say.
Pages: « 1 ... 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 52 53 54 55 56 [57] 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 ... 193 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!