Bitcoin Forum
May 27, 2024, 03:46:45 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 »
1441  Bitcoin / Bitcoin Technical Support / Re: Import Multi privkey in bitcoin core ? on: April 05, 2015, 05:33:36 AM
Is the reason you want to do multiple at once instead of one at a time due to the rescan?

You can add a false parameter at the end to skip the rescanning process, just rescan on the last private key you import. Should help make the process a bit quicker.

Code:
importprivkey 5xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx "label" false
1442  Economy / Speculation / Re: Critical Levels - EW analysis on: April 05, 2015, 05:26:17 AM
Take a look at 3D RSI and see if you can spot some bear divergences. s There are just a couple and they are tiny tiny :3. /s
If you want the price to go up, just hope for good news.

I don't know, I'm not seeing the divergence. They seem in sync. Price has been in a general downward motion since early-mid March and RSI has been following it down.
1443  Bitcoin / Bitcoin Technical Support / Re: how to cancel a transaction on: April 05, 2015, 05:18:26 AM
Just give it time it will go through, even without a transaction fee. At least it was only 10,000 satoshi.
My longest pending transaction due to little to no mining fee took about 2 months to get confirmed.
As Jose mentioned you could try a double spend, which once confirmed will essentially cancel out the transaction you sent.
1444  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: April 05, 2015, 05:08:37 AM
CCMF!  



Looks like sentiment agrees with you...
Look at those longs! 24.8 million USD swaps



What exchange/site is this from?

bfxdata.com
1445  Bitcoin / Development & Technical Discussion / Re: Help trying to send multisig raw transaction on: April 05, 2015, 04:37:06 AM
Thanks Grue! So that first batch I was using bitaddress to generate the key pairs which explains why I why mixing up the compress and uncompressed private keys. Thanks for pointing this out, I didn't even think about this. The successful runs I did afterwards I created the key pairs in bitcoin core, much easier, less margin for error.
1446  Bitcoin / Bitcoin Discussion / Re: The truth about the Bitcoin Foundation on: April 05, 2015, 04:22:34 AM
A lot of drama going on right now with the foundation...

Quote
Olivier I'm not going to respond to your trolling and false accusations. Enjoy your moment in the spotlight.
1447  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: April 05, 2015, 02:24:51 AM
CCMF!  



Looks like sentiment agrees with you...
Look at those longs! 24.8 million USD swaps

1448  Bitcoin / Bitcoin Discussion / Re: Bitcoin in the Headlines: Silk Road Strikes Comedic Gold on: April 05, 2015, 01:56:02 AM
Haha, ideas for movie names anyone?

1. Silk Road
2. FBVI - Federal Bureau of Virtual Investigation
3. "Bitcoin"
4. "Anonymous"



A lot of one word movie titles seem trendy:

FORCE (or maybe even F()RCE)
Silk
!justice

1449  Bitcoin / Bitcoin Discussion / Re: Was Bitcoin shut down for 8 hours? on: April 05, 2015, 01:49:06 AM
What a nerd.



^ @patio11

More than likely a paid disinfo agent for western union or other place similar since he has 15K followers. A real nerd would not be as ignorant about how bitcoin actually works. I think he watched a 60 second special on Fox News and then came to his conclusions.
1450  Bitcoin / Development & Technical Discussion / Re: Help trying to send multisig raw transaction on: April 04, 2015, 10:13:43 PM
Alright got it to work with help from that link you sent and this vid: https://www.youtube.com/watch?v=ZKRLJGBMqWo

I had to start all over and was able to send from a new multisig address using the console. I couldn't get the original multisig address to send, appears to be an issue when I created it I assume? Anyways if anyone really wants 25 cents worth of BTC and thinks they can figure it out all the private keys and transaction info is in the original post  Wink
1451  Bitcoin / Development & Technical Discussion / Re: Help trying to send multisig raw transaction on: April 04, 2015, 08:59:00 PM
Yea I'm using the debug console as well, using the same steps. I must have made an error when creating the address, I can't think of any other reason why it is telling me "complete:false" after the second signature.  Huh

Well guess I'll start over and try again  Cheesy
1452  Bitcoin / Development & Technical Discussion / Help trying to send multisig raw transaction on: April 04, 2015, 07:49:52 PM
Basically I'm trying to do multisig.
I had no issue creating the multisig address, but sending the raw transaction seems to have me stuck.

createrawtransaction (seems to be success, I get the hash and no errors)

signrawtransaction (also seems good no errors)

my 2nd sign rawtransaction it produces another hash but it still shows "complete":false

I'm using this (https://gist.githubusercontent.com/gavinandresen/3966071/raw/1f6cfa4208bc82ee5039876b4f065a705ce64df7/TwoOfThree.sh) as a reference and looks like it should say complete:true after the 2nd signing. What am I doing wrong?
I tried to sendrawtransaction just in case with the hash it gave me but error.

Here's my info, I'm not worried about anyone having these private keys or stealing the 25 cents worth of BTC in this multisig address just trying to figure this out.

Code:
//3 public/private key pairs to create the multisig
a= 5JmRCnXCAEk9patpLQ6kGVMCw8zMqTwSQGmq2ees6qEcSqbQ3JQ(031D7C97B6B901EE97C191EF6B12E8B9D7D3DDFFF122B203A5FEB4D4AA274EAB35)
b = 5Hs9DSiJEb6fMKWSThErN66bFygddFtPGADxzpt9VX4cB2bZbVs(033DF3003F8C8830C150979C554A046D993E602321CD1A0FF347335B28B27106AD)
c = 5JRQnwUhCGn8gxHCAY4C1KsrJK1u9Za7LpSBtYV2pDPyNsmHMam(02A5A216F1F43DA7E2DD9DB1DB05325F79B6C729C7936CF97B83BC2E4046089D8E)

//Entered this code into the console

createmultisig 2
'["031D7C97B6B901EE97C191EF6B12E8B9D7D3DDFFF122B203A5FEB4D4AA274EAB35","033DF3003F8C8830C150979C554A046D993E602321CD1A0FF347335B28B27106AD","02A5A216F1F43DA7E2DD9DB1DB05325F79B6C729C7936CF97B83BC2E4046089D8E"]'

//console output the below

{
"address" : "32NPCzDQHLGf5Gfg2kb2Sep85NMrCZiEvG",
"redeemScript" : "5221031d7c97b6b901ee97c191ef6b12e8b9d7d3ddfff122b203a5feb4d4aa274eab3521033df3003f8c8830c150979c554a046d993e602321cd1a0ff347335b28b27106ad2102a5a216f1f43da7e2dd9db1db05325f79b6c729c7936cf97b83bc2e4046089d8e53ae"
}

//sent some BTC to this address, this is the txid

TXid = "95ef75c9640b856bf7626f83d484f4ed04a10b86d08befa2c3435a02dc46c511";

//create a raw transaction in the console:

createrawtransaction
'[{"txid":"95ef75c9640b856bf7626f83d484f4ed04a10b86d08befa2c3435a02dc46c511","vout":0,"scriptPubKey":
"a9140771fd34e1f24a620939bda6e399ab52a71434a187","redeemScript":"5221031d7c97b6b901ee97c191ef6b12e8b9d7d3ddfff122b203a5feb4d4aa274eab3521033df3003f8c8830c150979c554a046d993e602321cd1a0ff347335b28b27106ad2102a5a216f1f43da7e2dd9db1db05325f79b6c729c7936cf97b83bc2e4046089d8e53ae"}]'
'{"1J9ikqFuwrzPbczsDkquA9uVYeq6dEehsj":0.0008}'

//the create transaction outputs the below hash.

hash1:  010000000111c546dc025a43c3a2ef8bd0860ba104edf484d4836f62f76b850b64c975ef950000000000ffffffff0180380100000000001976a914bc20526aca4c47b805511abc6b81d4f15dc3f38c88ac00000000

//Do the first sign of the transaction using hash1

signrawtransaction '010000000111c546dc025a43c3a2ef8bd0860ba104edf484d4836f62f76b850b64c975ef950000000000ffffffff0180380100000000001976a914bc20526aca4c47b805511abc6b81d4f15dc3f38c88ac00000000'
'[{"txid":"95ef75c9640b856bf7626f83d484f4ed04a10b86d08befa2c3435a02dc46c511","vout":0,"scriptPubKey":
"a9140771fd34e1f24a620939bda6e399ab52a71434a187","redeemScript":"5221031d7c97b6b901ee97c191ef6b12e8b9d7d3ddfff122b203a5feb4d4aa274eab3521033df3003f8c8830c150979c554a046d993e602321cd1a0ff347335b28b27106ad2102a5a216f1f43da7e2dd9db1db05325f79b6c729c7936cf97b83bc2e4046089d8e53ae"}]'
'["5JmRCnXCAEk9patpLQ6kGVMCw8zMqTwSQGmq2ees6qEcSqbQ3JQ"]'

//First signtransaction outputs the below hash:

hash2: 010000000111c546dc025a43c3a2ef8bd0860ba104edf484d4836f62f76b850b64c975ef95000000006c004c695221031d7c97b6b901ee97c191ef6b12e8b9d7d3ddfff122b203a5feb4d4aa274eab3521033df3003f8c8830c150979c554a046d993e602321cd1a0ff347335b28b27106ad2102a5a216f1f43da7e2dd9db1db05325f79b6c729c7936cf97b83bc2e4046089d8e53aeffffffff0180380100000000001976a914bc20526aca4c47b805511abc6b81d4f15dc3f38c88ac00000000

//Now sign hash2 with another private key:

signrawtransaction '010000000111c546dc025a43c3a2ef8bd0860ba104edf484d4836f62f76b850b64c975ef95000000006c004c695221031d7c97b6b901ee97c191ef6b12e8b9d7d3ddfff122b203a5feb4d4aa274eab3521033df3003f8c8830c150979c554a046d993e602321cd1a0ff347335b28b27106ad2102a5a216f1f43da7e2dd9db1db05325f79b6c729c7936cf97b83bc2e4046089d8e53aeffffffff0180380100000000001976a914bc20526aca4c47b805511abc6b81d4f15dc3f38c88ac00000000'
'[{"txid":"95ef75c9640b856bf7626f83d484f4ed04a10b86d08befa2c3435a02dc46c511","vout":0,"scriptPubKey":
"a9140771fd34e1f24a620939bda6e399ab52a71434a187","redeemScript":"5221031d7c97b6b901ee97c191ef6b12e8b9d7d3ddfff122b203a5feb4d4aa274eab3521033df3003f8c8830c150979c554a046d993e602321cd1a0ff347335b28b27106ad2102a5a216f1f43da7e2dd9db1db05325f79b6c729c7936cf97b83bc2e4046089d8e53ae"}]'
'["5Hs9DSiJEb6fMKWSThErN66bFygddFtPGADxzpt9VX4cB2bZbVs"]'

//The second signing outputs this hash, but shows complete is false

hash3:
{
"hex" : "010000000111c546dc025a43c3a2ef8bd0860ba104edf484d4836f62f76b850b64c975ef95000000006e0000004c695221031d7c97b6b901ee97c191ef6b12e8b9d7d3ddfff122b203a5feb4d4aa274eab3521033df3003f8c8830c150979c554a046d993e602321cd1a0ff347335b28b27106ad2102a5a216f1f43da7e2dd9db1db05325f79b6c729c7936cf97b83bc2e4046089d8e53aeffffffff0180380100000000001976a914bc20526aca4c47b805511abc6b81d4f15dc3f38c88ac00000000",
"complete" : false
}

//When trying to send using the hex from the 3rd hash

sendrawtransaction 010000000111c546dc025a43c3a2ef8bd0860ba104edf484d4836f62f76b850b64c975ef95000000006e0000004c695221031d7c97b6b901ee97c191ef6b12e8b9d7d3ddfff122b203a5feb4d4aa274eab3521033df3003f8c8830c150979c554a046d993e602321cd1a0ff347335b28b27106ad2102a5a216f1f43da7e2dd9db1db05325f79b6c729c7936cf97b83bc2e4046089d8e53aeffffffff0180380100000000001976a914bc20526aca4c47b805511abc6b81d4f15dc3f38c88ac00000000

16: mandatory-script-verify-flag-failed (Script evaluated without error but finished with a false/empty top stack element) (code -26)

1453  Economy / Speculation / Re: Permabull Party Thread on: April 04, 2015, 04:26:57 PM
Are we going to the moon yet? I got some killer space boots ready to go.



1454  Bitcoin / Project Development / Re: Block Erupter USB mod contest 2015 - 0.3/0.15/0.05 BTC prizes on: April 04, 2015, 04:13:55 PM
But what are they doing now?  Collecting dust? 

I still have a handful of these, I wouldn't be surprised if they become collectibles in a few years.
1455  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: April 04, 2015, 01:03:37 AM
This guy makes good points (read the other posts also):


https://twitter.com/patio11/status/583697371378257920





Basically, bitcoiners don't know how remittances actually work.

Car manufacturers did not necessarily know how horses worked either.
You forgot to say that bitcoin is "like the internet in its early days", that blockchains cure cancer, that satoshi is the savior of mankind, that people in 2050 will sell their yachts, islands or houses for a fraction of a bitcoin, etc etc

^^  Huh  are you lost, or getting paid? You know I really dislike justin bieber's music. Maybe I should register an account on a bieber forum and bash him all day! ... nope sorry I actually have a life that's not worth wasting.
1456  Economy / Speculation / Re: SecondMarket Bitcoin Investment Trust Observer on: April 03, 2015, 12:40:57 PM
Every morning I usually check my email, this forum and the price. Now I've been checking the BIT page to see if any trades have went through. Still nothing, but more and more bids are being added.
1457  Economy / Speculation / Re: What is the chance of Bitcoin being 1000 us dollars in the next year on: April 03, 2015, 12:37:21 PM
0 chance it will hit 1000 usd again.

 Cheesy Cheesy Funny man!
If bitcoin is still a thing in 10 years, I guarantee you it will be worth over $1,000 USD.
1458  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: April 03, 2015, 03:52:03 AM
Hey bears, still borrowing bitcoins so you can sell them?
1459  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: April 03, 2015, 02:15:46 AM
My goodness, this thread is becoming nothing but trolls and newbie sock puppet accounts.

1460  Bitcoin / Bitcoin Discussion / Re: How bitcoins get confiscated? on: April 03, 2015, 01:57:38 AM
This is how you confiscate bitcoins:

"You know you are facing 20-25 years, right?! If you co-operate and provide us with your bitcoins we will make sure you only see 5 years in prison. If you don't play ball, we will also charge you with obstruction of justice and that will get you another 10 years".
Pages: « 1 ... 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!