Bitcoin Forum
May 25, 2024, 04:53:28 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 108 109 110 111 112 113 ... 258 »
1241  Bitcoin / Bitcoin Technical Support / Re: Linux Ubuntu 13.10 Bitcoin QT Wallet Install Help on: April 26, 2014, 11:58:29 PM
why aren't you using the pre-built linux binaries?
1242  Economy / Trading Discussion / Re: Any payment processor of this kind ? on: April 26, 2014, 10:33:01 PM
what's wrong with PayPal?
https://bitcointalk.org/index.php?topic=14632.0
1243  Bitcoin / Bitcoin Technical Support / Re: Run two bitcoind at once? on: April 26, 2014, 03:05:45 AM
I believe you can run two instances of bitcoind by using the -port= and -datadir= commands.
Mind explaining or giving a link?  Can't find it on Google.
either you didn't search at all or your keywords are terrible.
Code:
bitcoind -port=1234 -datadir=coin1 &
bitcoind -port=12345 -datadir=coin2 &
1244  Bitcoin / Bitcoin Technical Support / Re: Private key to WIF on: April 26, 2014, 01:16:59 AM
The site you used uses ASCII encoding, but the key is hex encoded.
1245  Other / Meta / spammers copy pasting directly from reddit on: April 25, 2014, 09:36:20 PM
https://bitcointalk.org/index.php?topic=582263.0
https://pay.reddit.com/r/askscience/comments/23l4ae/why_cant_we_just_keep_accelerating_in_space/

copied a topic from reddit, word-for-word. I say we ban this guy.
1246  Bitcoin / Bitcoin Technical Support / Re: How to define datadir from PHP JSON RPC on: April 25, 2014, 04:48:27 PM
datadir must be set from command line at startup.
1247  Other / Off-topic / Re: Does Microsoft/Google/Yahoo/Etc save invalid login info? on: April 25, 2014, 01:53:04 AM
It's considered bad security practice to save failed logins because they may contain partially correct login information. So the failed logins are probably not saved. But as others have noted, they can access your email without your login.
1248  Other / Meta / Re: REST IN PEACE PARAIPAN on: April 25, 2014, 01:13:23 AM
hate to be that guy, but is there any proof, like an obituary?
1249  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core stopped working, need rpc connection help on: April 22, 2014, 02:53:43 AM
you probably didn't have rpcallowip set.
1250  Bitcoin / Bitcoin Technical Support / Re: Automated cold wallet withdrawals safe if compiled into binarys? on: April 22, 2014, 01:40:49 AM
Using the 'bitcoind' command line program is it possible to withdraw from a cold wallet as long as you have the private key such as:
Code:
./bitcoind sendfrom coldwallet customer 0.1 theprivatekey
What is the correct command/context to use and where do i supply the private key?
it's not so simple. if you want to create a transaction with a private key that's not in the wallet, you'll need to use the raw transactions api.

If inside of my source code script I was to supply the private key such as:
Code:
coldwalletkey = thEC0ldk3Yetcetcetc
and then ran it through a compiler so it cannot be reverse engineered and read (or at least is very difficult), then would this be a good solution to prevent hackers that access the server from spending funds from the wallet?
security through obscurity. what could possibly go wrong?
1251  Other / Off-topic / Re: bought my first computer in 4 years. What useful programs would you recommend? on: April 20, 2014, 05:08:17 PM
Couldn't live without Ninite now days.
sorry, but this isn't 2003
1252  Bitcoin / Bitcoin Technical Support / Re: Importing a paper wallet on: April 18, 2014, 11:38:02 PM
Ok! So I have finally made safe all my families bitcoins by getting them off QT and into paper wallet generated offline Smiley

Just wondering what the best way to get them back out is, I would like to know how to do this in case I should ever need to in a hurry.

The QT can't import private keys can it?

Bitcoind can, but that's a bit beyond me it seems.
help -> debug console, then type in the same commands as bitcoind
1253  Alternate cryptocurrencies / Altcoin Discussion / Re: Setting up a Node ? on: April 17, 2014, 01:49:22 AM
I'm Stuffing around with a Test Coin to see how it works (a Bit of trial and error for my understanding on nodes not DNS seed Nodes)

Which section is this meant to be posted in ?
Alternate cryptocurrencies. There's a link at the bottom of the topic where you can move it.
1254  Bitcoin / Bitcoin Technical Support / Re: Incorrect genesis block? on: April 16, 2014, 11:36:17 PM
your block database is corrupt. the only solution is to redownload all the blocks. it might be faster to download the blockchain data torrent and use that, than to sync using the regular client.
1255  Economy / Digital goods / Re: [WTS] Windows, Office Retail keys (Not from MSDN) on: April 16, 2014, 10:53:10 PM
This is Retail keys
Then you will be able to provide COAs for the microsoft products, right?
1256  Bitcoin / Bitcoin Technical Support / Re: Incorrect genesis block? on: April 16, 2014, 10:37:54 PM
see: https://bitcointalk.org/index.php?topic=572011.0
1257  Bitcoin / Development & Technical Discussion / Re: Any advice on how to Add a Block Source to a Server and add it to a Wallet?? on: April 16, 2014, 09:11:14 PM
in bitcoin.conf:
connect=ip.of.your.server
1258  Bitcoin / Bitcoin Technical Support / Re: Help would be really aprechiated here, some digits of password unknown. on: April 16, 2014, 08:19:43 PM
"easiest"

Well thanks for making me feel even less techy than I already do.

I have ubuntu installed in parallels already, along with bitcoind and the wallet-qt (but version 0.9.0. I can't work out how to install 0.9.1, because the ppa:bitcoin/bitcoin thing is running behind, and I don't know how to build it from the download on bitcoin.org.)

I also don't know how to import the wallet.dat into the ubuntu wallet.

If someone helps me do all this, I'm sure I'll have more questions afterwards.

Where is my knight in shining armour then?
you don't need to have bitcoin installed on the guest machine. you can run bitcoin on the host machine, then get the script in the guest machine to connect to the bitcoin instance via RPC.
1259  Bitcoin / Bitcoin Technical Support / Re: Help would be really aprechiated here, some digits of password unknown. on: April 16, 2014, 04:10:06 PM
So far I have tried 64 different passwords manually. None have worked so I'm obviously still getting something wrong.

That link you sent me looks excellent, but I lack the necessary knowledge to run the scripts.

Sent the guys in that thread private messages offering money to sort it out.

$100 bucks in BTC to anyone that sorts it!

(I see from the other thread that there is a way -involving salt- that allows you to crack the password without being able to steal the coins).

I'm not going to risk getting called a scammer over 100 bucks. The wallet contains 22 btc, so it's not a huge % to pay out, and realistic for me to do.

Thanks all

1LG8EFSBMAowMtmHYzH2s5VEa2FV1Csphm is the address. Obviously, I can't sign anything as I don't know the password :s
if you're talking about the script in page 2, the easiest way to run it would be to create a ubuntu vm in vmware, configure the script to connect to a bitcoind instance in the host operating system, and run the script in the guest operating system.
1260  Bitcoin / Bitcoin Technical Support / Re: Bitcoin-QT problems on: April 16, 2014, 04:03:01 PM
did you also delete the chainstate folder?
Pages: « 1 ... 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 108 109 110 111 112 113 ... 258 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!