Bitcoin Forum
May 24, 2024, 03:02:46 AM *
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 48 49 50 51 52 53 54 55 56 57 58 ... 84 »
141  Bitcoin / Project Development / Re: Do you need a Professional LOGO or WEBSITE? on: October 30, 2014, 01:51:57 AM
Can you post a website example?
142  Bitcoin / Project Development / Re: tlsnotary - cryptographic proof of fiat transfer for p2p exchanges on: October 28, 2014, 05:13:51 AM
This is jaw-dropping!

I successfully self-tested myself on a few websites and I'm especially amazed, because the whole process (or the part that I saw until now) was straight forward and without unexpected behavior or any other obstacles.
143  Bitcoin / Pools / Re: [10000Th] Eligius: 0% Fee BTC, 105% PPS NMC, No registration, CPPSRB on: October 27, 2014, 09:23:34 PM
If you're looking at the entire blockchain history, I suspect you need to figure out what other addresses they've used in the past.
Also, IMO you should make sure you're only counting each "false positive" address once.

My initial intend wasn't actually to show how good or bad the prefix approach works, but simply to get an overview of all transactions and this was rather a by-product. Smiley

But now that we are at it: I run a specific analysis which solely targeted the SatoshiDice prefix range and stored all unique addresses that were found on mainnet: http://pastebin.com/DadRD9CL

According to satoshidice.com there are 15 addresses in use: http://pastebin.com/Pr5juKC0

I have absolutely no idea, if the other hits are or were used by SD, but in total 173 unique addresses were found and if those 15 addresses are the only ones used by SD, then the other 158 hits are false positives.

Edit: the number of half a million was related to the number of transactions that were sent or received by those 158 "others".

Edit: it looks like those 15 addresses were not the only ones ever used and there are some hits with significant volume, e.g. 1dice2xkjAAiphomEJA5NoowpuJ18HT1s.
144  Bitcoin / Pools / Re: [10000Th] Eligius: 0% Fee BTC, 105% PPS NMC, No registration, CPPSRB on: October 27, 2014, 10:46:32 AM
He means the "total number of transactions up until 327'115". I think these results are very unlikely - he implies that of the ~50 million transactions recorded, 1% of them are prefix collisions between Satoshidice addresses and non-SatoshiDice addresses.

dexX7 can you share your  results and method?

The results:
https://docs.google.com/spreadsheets/d/1R_Tk8P6rs8pYUPOQ_0qxDeZNmu0IiITH_uA-1xp4IJM/pubhtml

The method:
https://github.com/dexX7/bitcoin/commit/51f9f62f4ccff78a6fa81a8bd9e441785bef888c

If the first four bytes of a P2PKH payload fall into the range of 0x06f1b600 - 0x06f1b6ff, then it's a hit for SatoshiDice. I cheated when checking, if a transaction is a transaction that spends from a targeted entry and instead of fetching the actual transaction inputs, I just take the second scriptSig piece, compare it's length and first byte to determine, if it may qualify as public key and if it does, then I treat it as payload and follow up with a similar prefix comparison.

The prefix comparison and prefixes were adopted from Luke-Jr's blacklisting solution.

Please let me know, if this - or anything else - is flawed.
145  Bitcoin / Pools / Re: [10000Th] Eligius: 0% Fee BTC, 105% PPS NMC, No registration, CPPSRB on: October 26, 2014, 11:02:20 PM
Hey Luke-Jr,

FYI: I was curious how many non-financial transactions there are and used your prefix list to identify gamble transactions. Then I compared the total number of transactions for SatoshiDice with the sum of the total number of transactions of the 15 addresses listed on satoshidice.com based on the data provided by blockchain.info.

Turns out the prefix based filter identified 11'677'989 transactions at height 327'115 while the actual number based on full hashes was 11'124'066 at height 327'120 +-2.

Under the assumption those 15 addresses are the only relevant ones, then that's about half a million false positives.
146  Bitcoin / Development & Technical Discussion / Re: implementing smart property on: October 18, 2014, 05:39:51 PM
There are a few projects (in developement) using Bitcoin which tackle smart properties one way or the other:

https://bitcointalk.org/index.php?topic=106373.0
https://github.com/bitcoinx/ngcccbase/

https://www.coinprism.com/
https://github.com/OpenAssets/

http://coinspark.org/
https://github.com/coinspark

https://www.counterparty.co/
https://github.com/CounterpartyXCP/

http://www.mastercoin.org/
https://github.com/mastercoin-MSC/
147  Bitcoin / Development & Technical Discussion / Re: Looking into forking the core wallet to use parallel computing to verify blocks on: October 18, 2014, 04:15:51 PM
Link?

I believe this is it:

https://github.com/hhanh00/secp256k1-cl
148  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread on: October 13, 2014, 03:45:55 PM

Counterwallet targeted instructions can be found here: http://imgur.com/a/YWKaV -- in short: submit your wallet's address, copy the unsigned hex of the raw transaction and use "address actions" - "sign transaction" within CW.


It looks like not only Luke is pushing forward to 80 byte OP_RETURN, but jgarzik as well: https://github.com/bitcoin/bitcoin/pull/5075

Makes me sort of wonder about the underlying motivation and what has changed since the "general consensus" resulted in the reduced length of 40 byte. And this makes me especially wonder, if there are business interests involved that some of the participants of the discussion might be associated with.
149  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread on: October 12, 2014, 04:39:36 PM
... last time I checked, transactions with OP_RETURN outputs take significantly longer to get included in a block.

I can confirm this: the confirmation delay is still an issue, even today.
150  Bitcoin / Pools / Re: [10000Th] Eligius: 0% Fee BTC, 105% PPS NMC, No registration, CPPSRB on: October 10, 2014, 09:15:54 AM
When we were talking about the special transaction handling policies related to Eligius you were saying:

Quote
Nor should you try to force core devs or pool operators (I think you really mean miners) to do your bidding against their will.

And I raised the concern:

Quote
Without transparency (e.g. published blacklists), I don't see how this is a choice made by miners.

You sort of assured to me it is public knowledge:

Quote
Eligius uses my public spam filter branch, and miners are capable of seeing what they are mining at any given moment in full detail using GBT

The policy discussion held last week indicates there was need for further discussion and clarification regarding this topic, but now I found out a similar patch was applied to the gentoo package of bitcoind/-qt:

https://bugs.gentoo.org/show_bug.cgi?id=524512

That's disappointing.
151  Alternate cryptocurrencies / Announcements (Altcoins) / Re: The Official Mastercoin Foundation, Master Protocol & Mastercoin Thread on: October 10, 2014, 08:32:20 AM
LukeJR managed to get his blacklist code in Gentoo by default

https://bugs.gentoo.org/show_bug.cgi?id=524512
https://bitcointalk.org/index.php?topic=816578.0
http://www.reddit.com/r/Bitcoin/comments/2isd06/call_to_action_it_is_time_to_review_all_repobased/


I believe it's the same patch that raised the discussion here:

https://bitcointalk.org/index.php?topic=441465.msg8695650#msg8695650
152  Bitcoin / Project Development / Re: Multi Signature Address Script and Escrow Service on: October 08, 2014, 08:58:43 AM
I'm wondering: is there a reason only uncompressed public keys are allowed?
153  Bitcoin / Project Development / Re: Coin Sweeper - Redeem your multisig outputs on: October 08, 2014, 07:21:27 AM
update: got it working with the max confirms limit settings.

Great to hear. Do you have a rough estimate how many outputs per redemption are within the limits?
154  Bitcoin / Project Development / Re: Coin Sweeper - Redeem your multisig outputs on: October 07, 2014, 04:23:11 AM
Hey SkullCoin,

can you paste the hex you are seeing?

Edit: this might indeed be a bit long. You may try to use the settings and break it down into pieces, e.g.:




Edit: my local Bitcoin Core Qt client is able to "decoderawtransaction *the-ultra-long-hex*" without error, but I assume blockchain.info (and blockr.io) seems to be capped.
155  Alternate cryptocurrencies / Announcements (Altcoins) / Re: The Official Mastercoin Foundation, Master Protocol & Mastercoin Thread on: October 07, 2014, 04:22:19 AM
Is it true that 10 of the 14 RBB people got fired or did they voluntarily leave? Are they now working for Robbie? Does this mean the foundation can operate for 4 months now instead of 49 days?

Good thing they all dumped their dev msc when they received them so we shouldnt expect a huge dump of dev coins now.

Hm.. mind to share on what basis you think this is the case?
156  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread on: October 06, 2014, 06:32:40 PM
Hey guys,

I updated redeem.bitwatch.co and now it's compatible with Counterwallet.

If you want to reclaim some transaction costs check out the tutorial on imgur by clicking on the picture.. Smiley




Direct links:

Redeem unspent multisig outputs: http://redeem.bitwatch.co

How to reclaim transaction costs tutorial: http://imgur.com/a/YWKaV
157  Bitcoin / Pools / Re: [10000Th] Eligius: 0% Fee BTC, 105% PPS NMC, No registration, CPPSRB on: October 06, 2014, 05:22:12 PM
Standard transactions:
OP_RETURN: allow up to 80 bytes

Do you know of any other pool that follows your lead?

Non-standard transactions:
P2SH, by request at admin discretion, or 100 TBC per 512 bytes rounded up

Hm? Eligius will consider P2SH as non-standard? Or non-standard scripts embedded in P2SH?
158  Economy / Services / Re: [WTB] Teach me to manually create an OP_RETURN tx on: October 06, 2014, 05:08:27 PM
FWIW: you probably know the max. length to push was reduced to 40 byte on most pools.

A few days ago gidgreen published a small PHP tool to construct OP_RETURN transactions:

https://github.com/coinspark/php-OP_RETURN

That being said, abusing the blockchain as message storage is not very popular. Wink
159  Bitcoin / Project Development / Re: ChromaWallet (colored coins): issue and trade private currencies/stocks/bonds/.. on: October 06, 2014, 09:44:09 AM
I stumbled upon this entry:

Code:
{
  "source_addresses": [
    "3Kfotk3zahcW2R94fdXWRtrR7b5Bn98Jy3"
  ],
  "contract_url": "http://chroma.io",
  "name_short": "CRYSTAL",
  "name": "Margo's Crystal Coin",
  "issuer": "Margaret Crable",
  "description": "This is a coin that Margaret Crable created. It earns the owner right to one fantasy drawing of a magic crystal.",
  "description_mime": "text/x-markdown; charset=UTF-8",
  "type": "CryptoToken",
  "divisibility": 1,
  "link_to_website": true,
  "icon_url": "http://chroma.io/chromacoin/coins/crystalcoin/crystalcoin.png",
  "image_url": "http://chroma.io/chromacoin/coins/crystalcoin/crystalcoin.png",
  "version": "1.0"
}

I assume there is no relation between http://chroma.io and ChromaWallet?
160  Bitcoin / Bitcoin Technical Support / Re: Testnet on steroids today on: October 03, 2014, 02:44:34 AM
Haha, thanks for the very fast response L0rdCha0s! Smiley

So you basically didn't change anything, but from one day to another this behavior emerged?
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 48 49 50 51 52 53 54 55 56 57 58 ... 84 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!