Bitcoin Forum
May 25, 2024, 12:39:39 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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 »
241  Bitcoin / Bitcoin Technical Support / Re: 2015 Bootstrap.dat file? on: January 10, 2015, 06:36:01 PM
Not sure how old is this one but you can try to download it from here(torrent) http://sourceforge.net/projects/bitcoin/files/Bitcoin/blockchain/bootstrap.dat.torrent/download or here(newest) http://dumps.webbtc.com/bitcoin/
242  Bitcoin / Bitcoin Technical Support / Re: Some active nodes please? on: January 10, 2015, 03:52:48 PM
I am trying to get my bitcoind to download all blocks but it freezes up a lot or it's taking forever, anyone got a good list of some active nodes I can add to bitcoin.conf?

Thanks
If you want to you can download the whole blockchain through torrent(I don't have a link for that) or you can download the whole blockchain from here http://dumps.webbtc.com/bitcoin/ but if you like to connect to nodes here a list of them https://getaddr.bitnodes.io/ and here https://blockchain.info/ip-log
243  Bitcoin / Development & Technical Discussion / Re: [WTB]Tutorial on how to make non-standard outputs on: January 10, 2015, 01:45:03 PM
Hi I would like to buy a step by step tutorial on how to make OP_TRUE and OP_EQUAL(tx like this https://blockchain.info/tx/a4bfa8ab6435ae5f25dae9d89e4eb67dfa94283ca751f393c1ddc5a837bbc31b) non-standard outputs on bitcoind or bitcoinqt debug window(raw transaction).An example of how to make OP_RETURN tutorial https://bitcointalk.org/index.php?topic=453086.msg5302717#msg5302717

Will pay a little amount of 0.01BTC for it.

Since your bounty requirements were just to teach you how to make the non-standard output, and you have succeeded, I would like to ask that you deposit the bounty to my tip address in my sig.

Thank you.
I guess OP_TRUE won't differ much from the OP_EQUAL(sha-256) so I send you a full bounty. https://blockchain.info/tx/678fe4a407b2ea100b6ce7ad1eda0c692465260c3498d0b691ff529b0e1ef5b8
244  Bitcoin / Development & Technical Discussion / Re: [WTB]Tutorial on how to make non-standard outputs on: January 10, 2015, 10:58:18 AM
Not sure if that is exactly what DeathAndTaxes meant but I created
Code:
0100000001066bcd0e85ff55eb54c2421b8707db952c796237fb44bbcd39c8ea2769d11d90000000008a47304402203d10ece797b624a5296bdd6fb86216e4cfed0bd6c85ed99f16d48dec835ce53c022020962978a7bd9b7ee9beb45c8d80289c475a257e74ca5519b77de47818aa8ffe014104d79737e9137e54a6ed4d3f6ccabb2a2232bc0020477c911f0d7d74db62d6f7b2f6fdd88457e6c408033edc7b12539584d42c8acaefff6347165f24f0abbcb9c2ffffffff0100350c000000000023a9209c0f28fc262f58e9ad1f021ab707662cad96c754ecf3ad43be5c26e49c0812338700000000
I pushed it, it got relayed then tried to push the double-spending tx to f2pool and they accepted it. So it means that they still ignore it or didn't got the first tx.
245  Bitcoin / Development & Technical Discussion / Re: [WTB]Tutorial on how to make non-standard outputs on: January 09, 2015, 08:11:10 PM
WARNING:  Before you go any further you should understand that a script locked by a hash of a "secret" is insecure and trivially easy to steal.  When this owner tries to redeem this output the secret will be in plain text in the input.  Any miner could simply change the output to their output and include it in the next block.
Yep read that in the wiki page long time ago.
You seem to be confusing to separate aspects.
No I might write like I would confuse them but no I don't think so.(I guess)
High priority txns do not need to pay a fee in order to be relayed
If you meant "doesn't need to pay a fee to get mined" than yes but low priority tx's will still be relayed. Look at http://mempool.info/ scroll down a bit and you see lots of transactions like this https://blockchain.info/tx/25692930af2f39c0fb0725b19241ab53a4807772261e542aa5ed955ae4398a6e
So if your txn is low priority you will need to pay the min fee of 1000 sat per KB or the txn won't be relayed (by 99%+ of the network).
Wrong even my 0.8.6 relays them.When I push it to let's say blockchain.info/pushtx it appears on all blockchain explorers and also on my client.
There is no point in paying a fee >0 and less than the min fee as it won't be relayed regardless.
I must agree that there is no point of doing that in most cases but in mine there is.
Also understand the fee rules apply regardless of if the txn is standard or not.
I fault that non-standard transactions need to pay double the fee.
If your txn is low priority and you don't want to pay the fee your only option is to bypass the network and find some one to get the txn directly to a miner.  
What do you call a low priority transaction? For me its low priority=output less than 0.01,it has not passed enough time to qualify for free tx(and still be high priority),it does not pay any fee and it is above 1000bytes
As a heads up There no longer is a >=0.01 BTC output rule to avoid txn fees.  It was removed way back in v0.8.6 but you may still see old docs refer to that.
In 0.8.6 or after 0.8.6? I still use 0.8.6 and now downgraded to 0.8.5(Luke's Jr version of qt)
Customs scripts are non-standard and won't be relayed by most of the network.  This can be bypassed by replacing the "output script" with a P2SH script including the HASH160 of your redemption script.
Wouldn't that be standard then?
246  Bitcoin / Development & Technical Discussion / Re: [WTB]Tutorial on how to make non-standard outputs on: January 09, 2015, 05:52:04 PM
Quote
Unfortunately f2pool relayed the double-spending tx again 901dd16927eac839cdbb44fb3762792c95db07871b42c254eb55ff850ecd6b06
Your non-standard transaction doesn't pay fee.
f2pool ignores it as spam (and it is definetely spam)
Well then it's very strange. Because when I relay same transactions(but they are standard it's just that it pays 0 fee for 3000+bytes below 0.01BTC tx) they hold it(Eligius doesn't) how's that not a spam? What criteria should I meet to relay it to them does paying 100sat fee and/or sending above 0.01 help?
247  Bitcoin / Development & Technical Discussion / Re: [WTB]Tutorial on how to make non-standard outputs on: January 09, 2015, 04:27:56 PM
detected
Unfortunately f2pool relayed the double-spending tx again 901dd16927eac839cdbb44fb3762792c95db07871b42c254eb55ff850ecd6b06  the owner of f2pool seems to be very inactive I sent many PM's to him but he didn't responded. Any ideas on how else I could make the first tx appear on their memory pool?
248  Bitcoin / Development & Technical Discussion / Re: [WTB]Tutorial on how to make non-standard outputs on: January 09, 2015, 01:15:29 PM
Eligius accepts non-standard, but you need a certain fee.

I forgot where their non-standard fee list was...

But if you stick a 0.001 BTC fee on it and push to eligius I'm sure they'll mine it.
My main goal is not to get the transaction(with non-standard outputs) to confirm. My main goal is to get the transaction that is below 0.01 has non-standard outputs and 0 fee relayed. To be more exact I want f2pool to have that transaction in their memory pool.
249  Bitcoin / Development & Technical Discussion / Re: [WTB]Tutorial on how to make non-standard outputs on: January 08, 2015, 07:34:25 PM
f457f0191e10281d6537d314e3f920bb187388736896defe3b1044b7281f7e62
Well now it even confirmed the double-spend transaction of f457f0191e10281d6537d314e3f920bb187388736896defe3b1044b7281f7e62 by this one https://blockchain.info/tx/838e0b2c5c377fea2ab15b21a7451588876882052656d5759de4a3bce46d88df Strange.
250  Bitcoin / Development & Technical Discussion / Re: [WTB]Tutorial on how to make non-standard outputs on: January 08, 2015, 07:24:16 PM
non-standard output detected on my radars:

f457f0191e10281d6537d314e3f920bb187388736896defe3b1044b7281f7e62
Well then the strangest thing is how did f2pool relayed the double-spending transaction. Guess your tool actually worked but maybe it didn't relayed through all non-standard accepting nodes one of them was f2pool's. Maybe it would have even reached f2pool after few seconds, but that is just my hypothesis.
251  Bitcoin / Development & Technical Discussion / Re: [WTB]Tutorial on how to make non-standard outputs on: January 08, 2015, 07:02:37 PM
I don't know what to do I think it's impossible to relay a TX which has non-standard outputs is below 0.01 and has 0 fee.I pushed it on webbtc it relayed(to 0%) then I pushed it to RelayNetwork(not sure if it propagated). Tried to push a double-spend tx(the only way to know if other tx propagated is to push double-spend tx if it relays it, then they didn't got the previous tx if it doesn't relay it woohoo means that they have the other TX in their memory pool) on https://www.f2pool.com/pushtx and unfortunately it relayed. Don't know other ways I tried to push non-standard tx's through my normal bitcoin core connected to Eligius nodes my client doesn't relay them,RelayNetwork doesn't relay it last hope is to broadcast through Luke's version of qt which will take me a whole decade to re-index or hope that they open http://eligius.st/~wizkid057/newstats/pushtxn.php again is there anything else I could use to relay those transactions.
252  Bitcoin / Development & Technical Discussion / Re: [WTB]Tutorial on how to make non-standard outputs on: January 08, 2015, 04:42:14 PM
Ok so I followed your instructions and created
Code:
01000000019f9b54077ebaf05f41c38a22fd2269a481089c922c5cf6b4a241cbf28e29e6830000000000ffffffff0100350C000000000023a8209c0f28fc262f58e9ad1f021ab707662cad96c754ecf3ad43be5c26e49c0812338700000000
But is there any easy way to sign that transaction(yes I have the private keys) without using bitcoin qt?

https://coinb.in/#sign

1. paste transaction in lower box
2. paste WIF format private key (starts with K, L or 5) in the upper box
3. click "submit"

the signed transaction will be shown in a green box below.

Pushing a non-standard tx to the network is tricky though...


I coded Coinbin's signature algorithm to be RFC6979 compliant.
(tl;dr: the signatures are super safe)

PS. you can download the website on your computer with Ctrl + S and unplug your internet while you sign if you want.
I knew that service I tried it but it's bad.Signed the transaction and it returned to
Code:
01000000019f9b54077ebaf05f41c38a22fd2269a481089c922c5cf6b4a241cbf28e29e683000000008a473044022031b026269e3ab349be70e032348882fe9f4ff9b7752bd5a9c67d95995ba8ca800220412d70a9e336cdc607eae7ac2ca0c1901bf4335a44aac8bcec36c41c36434e7a014104d79737e9137e54a6ed4d3f6ccabb2a2232bc0020477c911f0d7d74db62d6f7b2f6fdd88457e6c408033edc7b12539584d42c8acaefff6347165f24f0abbcb9c2ffffffff0100350c000000000023a8209c0f28fc262f58e9ad1f021ab707662cad96c754ecf3ad43be5c26e49c0812338700000000
http://webbtc.com/relay_tx relays all the transactions if they are valid(well sometimes to only 0%) but when I sign transactions through coinb.in no one relays those tx's. Any other way?
253  Bitcoin / Development & Technical Discussion / Re: [WTB]Tutorial on how to make non-standard outputs on: January 08, 2015, 04:24:03 PM
Ok so I followed your instructions and created
Code:
01000000019f9b54077ebaf05f41c38a22fd2269a481089c922c5cf6b4a241cbf28e29e6830000000000ffffffff0100350C000000000023a8209c0f28fc262f58e9ad1f021ab707662cad96c754ecf3ad43be5c26e49c0812338700000000
But is there any easy way to sign that transaction(yes I have the private keys) without using bitcoin qt?
254  Bitcoin / Development & Technical Discussion / Re: [WTB]Tutorial on how to make non-standard outputs on: January 08, 2015, 02:08:57 PM
Code:
18310c0000000000 // This says the output is worth 0.00799 BTC (leaving 0.00001 BTC in fees, because the input is worth 0.008 BTC)
Everything was clear expect this one. When I try to convert from text to hex I get 302e3030373939 how did you got the 18310c0000000000 number?
255  Bitcoin / Development & Technical Discussion / Re: [WTB]Tutorial on how to make non-standard outputs on: January 07, 2015, 05:12:50 PM
Didn't really understood. Can you make a formula like for example on OP_RETURN it's
Code:
0100000001AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABB00000000ffffffff0100000000000000004e6a4cCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC00000000
and how do I do it on https://blockchain.info/address/1CTnGM9uapUSg8wvdXkpJPG2nbfGcxytPF
256  Bitcoin / Development & Technical Discussion / Re: [WTB]Tutorial on how to make non-standard outputs on: January 06, 2015, 04:00:15 PM
Moved from Services to Development & Technical Discussion.
257  Economy / Services / Re: BitDice.me - Signature Campaign! [STARTED][ESCROWED] on: January 06, 2015, 05:52:45 AM
Would like to re-enroll for another month.
Posts:679(including this one)
Address:1FnHPWNjXbaS8k7jxkHBJbzBNPc6ymKnwA
258  Bitcoin / Development & Technical Discussion / [WTB]Tutorial on how to make non-standard outputs on: January 05, 2015, 08:08:45 PM
Hi I would like to buy a step by step tutorial on how to make OP_TRUE and OP_EQUAL(tx like this https://blockchain.info/tx/a4bfa8ab6435ae5f25dae9d89e4eb67dfa94283ca751f393c1ddc5a837bbc31b) non-standard outputs on bitcoind or bitcoinqt debug window(raw transaction).An example of how to make OP_RETURN tutorial https://bitcointalk.org/index.php?topic=453086.msg5302717#msg5302717

Will pay a little amount of 0.01BTC for it.
259  Bitcoin / Bitcoin Discussion / Re: Satoshi Nakamoto is from Europe on: January 04, 2015, 02:33:31 PM
"Satoshi Nakamoto was either a group of people or a Genius"- can't remember who said it.
260  Bitcoin / Pools / Re: [10000Th] Eligius: 0% Fee BTC, 105% PPS NMC, No registration, CPPSRB on: January 03, 2015, 09:51:11 PM
I'm going to need to wait until we get our more updated spam filters in place for this setup before it is enabled again.
How much time will it take(approximately)? Also what do you think of implementing the referral keys system like https://www.f2pool.com/pushtx did. You give the key to anyone who is full member and above or to anyone who you really trust.After you see some spam coming from an X referral revoke 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!