Bitcoin Forum
May 08, 2024, 08:25:01 PM *
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 »
21  Bitcoin / Bitcoin Technical Support / Re: airgap wallet not totally safe? on: December 20, 2014, 04:22:26 PM
i read somewhere airgap can still be compromised?

No system is completely safe.  Even with an air-gapped system it is still possible to transmit data: http://www.bloomberg.com/news/2014-11-19/hackers-can-steal-data-wirelessly-from-pcs-that-aren-t-even-online.html.
22  Economy / Services / Re: Up to 0.035 BTC weekly for YOUR SIGNATURE *New rules on: December 18, 2014, 10:58:57 PM
Was going to switch sig campaigns, then I realized this was still the only campaigns with no minimum post requirement Cheesy.  BitMixer still promotes spam less than any other sig campain on bitcointalk.org (although I still wish the payment model hadn't changed Undecided).
23  Bitcoin / Bitcoin Technical Support / Re: pc vs. mac and wallet.dat file on: December 18, 2014, 10:47:29 PM
There should be no problems.  If you don't know where windows and mac keep the wallet file:https://en.bitcoin.it/wiki/Data_directory.
24  Bitcoin / Bitcoin Technical Support / Re: Bitcoin QT problems on: December 14, 2014, 04:13:10 PM
How much RAM do you have?  How much empty space is available on your harddrive?  Have you tried running 'Error checking'? (http://www.eightforums.com/tutorials/6221-chkdsk-check-drive-errors-windows-8-a.html)
25  Bitcoin / Bitcoin Technical Support / Re: BTC-qt seems to have stopped working on: August 23, 2014, 09:26:14 PM
OK, I'll try it.

How do you call up this -reindex option ?

Do you run the thing from the command prompt bitcoin-qt.exe-reindex ?

Yes, running "bitcoin-qt.exe -reindex" from the command line should work. Modifying a shortcut would as well, but you only want to do the reindex once, not every time you start it.
  You can remove the -reindex after you start it, so it's really just personal preference to which you  use.
26  Bitcoin / Bitcoin Technical Support / Re: BTC-qt seems to have stopped working on: August 23, 2014, 05:41:22 PM
Just right click on your bitcoin-qt shortcut, select "properties", then add " -reindex" (without the quotes) to the end of the target line.
27  Bitcoin / Bitcoin Technical Support / Re: High Priority Transaction with Recommended Fee Unconfirmed *22* Blocks on: August 17, 2014, 08:58:26 PM
Oddly enough though if I have adequately "aged" UTXOs I can send txs (that involve a large enough BTC amount) with *no fee* and they will appear generally in the very next block!
priority = sum(input_value_in_base_units * input_age)/size_in_bytes (source:https://en.bitcoin.it/wiki/Transaction_fees#Technical_info)

Input age (number of confirmations) and number of coins sent have a huge affect on transaction priority. (assuming the pools haven't changed the relevant settings too much.)
28  Economy / Service Discussion / Re: Blockchain.info banned my static IP? :( on: August 08, 2014, 02:55:22 PM
You could use Tor as a temporary solution to accessing blockchain.info.
29  Bitcoin / Bitcoin Technical Support / Re: How to type "Datadir" to encrypted SD, in Xubuntu or Tails? on: August 03, 2014, 01:42:25 PM
Could you explain what you mean by it doesn't work?  Does it throw an error message?  Does Bitcoin-qt just use the default directory?
30  Bitcoin / Bitcoin Technical Support / Re: Relocating Wallet Block Data on: August 03, 2014, 12:34:52 AM
How do i do it on my mac. that works for windows.
From what I've found the easiest way is to create a script.  Open terminal and type:
Code:
nano bitcoin.command
then add the code
Code:
#! /bin/bash
open /path/to/BitcoinCore.app -datadir=/path/to/new/directory
Hit control+x, then y, then return. (Exit, save file, confirm filename)
Run
Code:
chmod 711 bitcoin.command

Now you can run Bitcoin Core with the datadir option by double clicking on the bitcoin.command file.
31  Bitcoin / Bitcoin Technical Support / Re: Relocating Wallet Block Data on: August 02, 2014, 10:21:17 PM
Right-click on the shortcut you want to edit then left-click "properties".
32  Bitcoin / Bitcoin Technical Support / Re: Relocating the blockchain data on: August 02, 2014, 05:04:12 PM
Thanks! Cheesy  The only reason I know is because I wanted to do the same thing myself, but found out it doesn't work. Wink
33  Bitcoin / Bitcoin Technical Support / Re: Send coins from specific address in wallet on: August 02, 2014, 02:54:55 PM
The sensible thing to do in that case would be to keep two different wallet files, one for personal, and one for business.  You can use the -datadir parameter for the client to point it at a different folder for storing one or the other.  It takes a bit more disk space, but that's relatively cheap these days, and it's a lot less hassle than trying to keep it all separate manually.

-wallet=<file> would be more useful in this case.  OP could simply create two shortcuts, one label business and one labeled personal, each one pointing to their respective wallet file.

Source for command line options:https://en.bitcoin.it/wiki/Running_Bitcoin#Command-line_arguments
34  Bitcoin / Bitcoin Technical Support / Re: Relocating the blockchain data on: August 02, 2014, 02:48:00 PM
"All command-line options (except for -datadir and -conf) may be specified in a configuration file." Source:https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File

You can't use the "datadir=" command in the bitcoin.conf file.
35  Other / Off-topic / Re: What Browser You Use on: July 31, 2014, 02:13:50 PM
Who actually uses Tor as their main browser? Tor is used to fulfill "illegal" or"blackhat" needs for most users, instead of regular use.
Tor is not a broswer for illegal activities.  Saying Tor is only used for illegal activities is like saying the dollar is only used for illegal activities because someone used it to purchase illegal items.

What Tor is: "Tor is free software and an open network that helps you defend against traffic analysis, a form of network surveillance that threatens personal freedom and privacy, confidential business activities and relationships, and state security." (torproject.org)
36  Other / Off-topic / Re: What Browser You Use on: July 30, 2014, 11:40:36 PM
I was expecting to see a larger portion of Tor users. Huh  Maybe most of them just don't want to advertise their browser choices. Wink
37  Bitcoin / Bitcoin Technical Support / Re: New Tor 3.6.3, no Vidalia, now Bitcoin-Qt can't connect on: July 29, 2014, 11:36:20 PM
Shut down, restarted Bitcoin-Qt. New error message on dialog: "Warning: displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade."

Maybe the error is merely because it already knows that it is not caught up with the tip? If so, perhaps the db is OK? Should I just wait it out?

The message simply means you are not completely synced.  The db is fine.  Let me know if Bitcoin Core starts syncing once you let it run for a bit.

Funny thing there... way back when, I set Armory to autostart bitcoind - but it never did. I still need to run it (well, Bitcoin-Qt) manually.

Are you sure Armory won't autostart bitcoind?  Bitcoind is Bitcoin Core without the user interface.  It won't show up on your desktop, but you can confirm it is running through Activity Monitor (Mac version of Task Manager).

I am still somewhat confused by the interaction between bitcoin.conf, and the fields in Bitcoin-Qt>Preferences. I had already changed some of those through the GUI. I was puzzled that invoking 'touch bitcoin.conf' at the prompt did not revert all the settings in the GUI to defaults. Yes, I had terminated Bitcoin-Qt before creating the file.

From my experience the bitcoin.conf only affects the settings which are set in the file.  If you don't have an option for it in bitcoin.conf file it will stay as it is.
38  Bitcoin / Bitcoin Technical Support / Re: New Tor 3.6.3, no Vidalia, now Bitcoin-Qt can't connect on: July 29, 2014, 10:04:37 PM
Looks like your using my bitcoin.conf file from here (minus the update I just made):https://bitcointalk.org/index.php?topic=623868.msg6917399#msg6917399
Can I also assume that all other configuration is the same (besides Armory not being set to start Bitcoind on it own)?

I have been sitting at 'Current number of blocks: 312933', 'Estimated total blocks 313044' since launch about an hour ago.

This isn't normal but I don't believe the problem is your config file.  Here's what each option actually does(source=https://en.bitcoin.it/wiki/Running_Bitcoin:

bind=127.0.0.1 (Bind to given address and always listen on it.  In other words Bitcoin Core only communicates with your computer and thus only with Armory or through Tor.)
port=8333 (Listen for connections on port 8333.  This allows Bitcoin Core to talk to Armory on port 8333 while talking to Tor on port 9150.)
upnp=0 (Turns off UPnP.  Not sure what UPnP is, but this needs to be turned of to properly use Tor)
proxy=127.0.0.1:9150 (Connect through SOCKS proxy.  This is what tells Bitcoin Core to connect to Tor.)

None of the options should prevent you from syncin while your connected.  Try restarting your computer and see if that helps.  If that doesn't work try running Bitcoin Core without Tor.  You'll have to remove the config file in order to run Bitcoin Core without Tor.

I reallize this is a lot of information without an actual solution, but hopefully this helps you or someone else solve your problem.
39  Bitcoin / Armory / Re: How to setup Armory to work while Bitcoin Core runs through Tor on: July 29, 2014, 09:52:41 PM
I replaced listen=1 with port=8333 in bitcoin.conf as port serves the same purpose as listen but only listens on port 8333.
40  Bitcoin / Bitcoin Technical Support / Re: New Tor 3.6.3, no Vidalia, now Bitcoin-Qt can't connect on: July 29, 2014, 07:20:07 PM
What settings or options are you using to connect Armory to Bitcoin Core while Bitcoin Core is connected through Tor?
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!