Bitcoin Forum
May 13, 2024, 10:40:56 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 59 60 61 ... 84 »
201  Bitcoin / Legal / Re: labcoin lawsuit on: August 18, 2014, 01:55:02 AM
There is indeed some progress as far as I heard, but nothing set in stone. Let's rather say: the whole project hasn't stalled and especially virtuals keeps pushing.
202  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: August 14, 2014, 02:11:55 PM
I been seeing this for a couple of days.



Did you send any multisig (m-of-n) transactions to it by any chance? This happend to me.


I feel like this is needed to be said since so many people report in with a similar problem:

I believe some of the stock USB cables are broken (white and blue) due to a wrong wiring. If the device is not recognized, unplug the cable immediately and if it works with another one, never use the stock cable again. Playing devils advocate: using a broken cable may harm the device.
203  Bitcoin / Project Development / Re: Coin Sweeper - Redeem your multisig outputs on: August 13, 2014, 11:17:45 PM
After enterd command signrawtransaction i getting this

Error: Please enter the wallet passphrase with walletpassphrase first. (code -13)

Try to run:

Code:
walletpassphrase *your-wallet-password* 120

This message appears, if your wallet is encrypted and this command will unlock the wallet for a moment.



Hi there, I'd be willing to give you a 10% tip of my 3 recoveries I want to perform if you could develop some kind of online tool that automates that transaction signature and broadcasting service.

Yes, I'd really like to do so and I have more than one node online which might be used for this task. But the main problem I see is security related. Creating raw transactions, preparing all commands (for bitcoin-cli or other wallets) and broadcasting the transaction in the end is fine, but I really don't want users to expose their private keys online.

An alternative could be to create a basic one-purpose "offline" and clientside based tool which allows to sign the transaction. The process would be something like:

1. Enter your wallets online, select the coins to redeem
2. Copy transaction information into the offline signing tool
3. Push the transaction online

This would minimize the risk, but maintaing usability is another topic. Well, I guess compared to now anything would be beneficial. Wink

As a sidenote some numbers:

Out of 84'666 multisig outputs in total (as of block height 312'999) only 14'954 are redeemed - that's 17.662 %. Chancecoin currently defines the golden standard with a ratio of ~60 % redeemed outputs -- they integrated the web API directly into their client. (docs are somewhat outdated - backend can be found here)
204  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread on: August 12, 2014, 06:20:11 PM
Hi Again,

So I asked to signrawtransaction, pressed enter and got these 2 errors:

SyntaxError: invalid syntax

TypeError: signrawtransaction() takes exactly 4 arguments (2 given)

How do I generate the signed hex number? Thanks again this has been quite educational.

Alright, I'm sorry for the misinformation.

Actually it looks like Electrum expected signrawrawtransaction("hex", ["privatekey"], "electrumpassword") (edit: this indicates that Electrum's signrawtransaction hsa a different behavior than Bitcoin Core and it doesn't expect a raw hex, but rather some transaction blueprint), but I was still not able to sign a transaction. I tried it with something standard, nothing special that involved multisig. :/

But: I missed the fact that you mentioned Bitcoin Qt. In the case you have a fully synced Bitcoin Core client available, it should be easy. Please follow this tutorial:

https://bitcointalk.org/index.php?topic=573342.msg6336408#msg6336408

I really have to admit, this outlines the need for easier tools. For some time I wanted to make redeem.bitwatch.co more user friendly in general, but I also see the need for a simple "sign any transaction" tool with low overhead, so it's easy to audit. Unfortunally all this is not yet done. Wink

Please let me know, if the Bitcoin-Qt route worked.
205  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: August 12, 2014, 05:07:50 PM
Trezor has very low power consumption, I would be very surprised if that's the issue...

I bought a USB powered HUB + a new cable, now it works flawlessly.

Smiley
hmmmmm  Smiley Wink works it with the old cable but with the new active hub, too?

I can confirm this very odd behavior:

Win 8.1, Chrome, Trezor + original USB cable is not recognized
Win 8.1, Chrome, Trezor + Nexus 5 USB cable is recognized and working
...
The device becomes quite warm within a few seconds with the original cable, which is not the case with the other one.

I did some experiments and opened the USB cable. Turns out the connections are not correct.

The order of the wire colors seem to match and on the mini adapter side it's:

Red - White - Green - Black

This is how the connection between the adapters should be according to the web:

Standard => Mini
1 VBUS => 1 VBUS
2 D-   => 2 D-  
3 D+   => 3 D+  
4 GND => 5 GND

Pin 4 on the mini side is not connected.

But this is how it's actually is:

1 VBUS => 1 VBUS
2 D-   => 2 D-  
3 D+   => 5 GND (!)
4 GND => 3 D+   (!)

There is no short circuit, simply flipped associations.
206  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: August 12, 2014, 02:14:39 PM
Just got my Trezor.  Transferred some from Armory cold storage.  
Just wondering how much BTC would you be comfortable putting in it?

I feel comfortable putting all my BTC on it.  100+ ...  wallet32 from android you can reproduce your wallet if you need.  That's just me though.  I believe that many of the major wallet dev's will implement Trezor compatibility very soon.

It's sort of crazy, there is a psychological barrier to overcome, at least for me. It took me quite a while to move larger amounts from Electum/Core to a paper wallet. Not because I didn't trust the technology, but because paper (memory cards, or ...) feels even less tangible.

I encounter the same problem right now with my Trezor and my intermediate solution is to keep the paper untouched where it is, but move parts of the pocket money to Trezor. This feels the most secure to me, because I don't intend to spend the cold stored coins anyway and adding exposure only adds risk in my opinion. On the other hand it's great and awesome to know that the day-to-day coins are pretty untouchable now, too. Wink

The only thing missing is support for raw transaction signing, but I haven't explored all options yet and only played around with the Trezor "web wallet". I do a lot stuff that involves handcrafting transactions, but the flow has changed from "transfer coins from Electrum to Core/daemon dev wallet" to "transfer coins from Trezor to dev wallet.". Wink
207  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread on: August 12, 2014, 12:57:12 AM
I was actually trying to import the hex into Counterwallet, "sign transaction" but I'm not quite sure I know what I'm doing. I'll try it on bitcoin-qt a little later on. Thanks for the advice.

Aah I see. I'm not sure, if this is supported. For what it's worth: if you are using Electrum by any chance, then there is also an option to sign and broadcast transactions (UI console -> signrawtransaction("hex") -> sendrawtransaction("signedhex") --- if I recall correctly).
208  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread on: August 11, 2014, 08:50:51 PM
Thank you for this! I appreciate it. For some reason I keep getting the message "invalid arguments" when trying to sign the hex string given at the bottom of the bitwatch results page. Do I accomplish this by using the "Sign Transaction" option under the address for which I am trying to recover BTC to, and pasting the hex string, or is there more to it than that?

Thanks again and I will check out the blockscan balances next.

Which Bitcoin Core client verison are you using? If you like, send me the raw transaction and I'll take a look.

The process is basically:

 - open redeem.bitwatch.co
 - paste your address into the input box
 - press "get unspent outputs"
 - copy the complete hex string at the bottom
 - power up bitcoin-qt, -cli
 - enter: signrawtransaction *hex*
 - no error should appear
 - copy this result
 - enter: sendrawtransaction *signedhex*
209  Bitcoin / Bitcoin Discussion / Re: [ANN] Bitcoin blockchain data torrent on: August 10, 2014, 04:32:49 PM
TIL:

- This torrent is extremely useful, thanks Jeff and all the seeders!
- DO droplets are much faster than I expected.



Grin
210  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CHA] Chancecoin, a coin for betting in a decentralized casino on: August 10, 2014, 04:57:11 AM
Could it be that Chancecoin pretty much goes through the roof at the moment? According to my logs there were more queries in the last week than in the whole time periode before. Grin

And I see you are pushing lower fees for a while. How's that going? Are there significant confirmation delays? I'm especially interested in the fee itself, not the output amounts, because the later seems well accepted on a broader scale since ~June, at least according to my own tests.

Last note: ever thought about including change in one of the multisig packages? This pretty much kills the ability to spend the coins via standard client, but it may become more interesting once the transition to "fees per single byte" (vs. per 1000 byte, rounded up) is done.
211  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: August 09, 2014, 08:27:28 AM
Are you using USB 3.0 port by any chance? Do you see the same behaviour when using USB 2.0 port?

This was tested with USB 2.0 ports on a Dell XPS 1645.
212  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: August 08, 2014, 01:08:59 PM
Trezor has very low power consumption, I would be very surprised if that's the issue...

I bought a USB powered HUB + a new cable, now it works flawlessly.

Smiley
hmmmmm  Smiley Wink works it with the old cable but with the new active hub, too?

I can confirm this very odd behavior:

Win 8.1, Chrome, Trezor + original USB cable is not recognized
Win 8.1, Chrome, Trezor + Nexus 5 USB cable is recognized and working

And wow, this is a cute and nice little item! The finish surpassed my expectations. Smiley


Edit: maybe very important:

The device becomes quite warm within a few seconds with the original cable, which is not the case with the other one. Here is the heatspot:

213  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread on: July 31, 2014, 08:17:14 AM


FWIW: https://docs.google.com/spreadsheets/d/1ZenAAlcp4PPQMcG0NBWaqRuNc66vr8x8nNZZt3MA9Yo/edit?usp=sharing + imgur

For those why may remember this post - the number of 35M was actually not the number of multisig outputs, but rather the total number of all transactions.

TL;TR: proofofexistence.com appears to create more OP_RETURN outputs than OpenAssets/CoinPrism, almost all multisig outputs in the last months were created by applications on top of the blockchain and only 18 % of those multisig outputs are spent. Chancecoin is the clear winner in this discipline with a ratio of 58 % of redeemed multisig outputs. Mastercoin pretty much flatlines for some time now, Counterparty goes exponentially through the roof. Since March the number of application related transactions has increased significantly, but the overall footprint is hilarious. Over 99 % of all outputs are pay-to-pubkey-hash outputs and I could map only less than 0.2 % of all transactions to applications. The overall number of unspent outputs has risen from 9.819.223 to a total of 115.229.897 within the last three-four months. -- All data based on blocks with a height between 0-312999.

More data and all raw data is available in the above linked Google Docs document, but that were mostly the interesting parts. Wink
214  Economy / Speculation / Re: Good News but Price drops ? on: July 30, 2014, 08:40:18 PM
Yeah i've been following that too. BTC is being manipulated downwards at regular weekly intervals

My guess is Ethereum. They are dumping the BTC sold for ether.

You two (or rather three) miss one point. The further the price moves from where it was, the more action there is. You'll probably notice high volume peaks in most support and resistance zones.
215  Bitcoin / Development & Technical Discussion / Re: Is there a way to get unspent outputs of an arbitrary address using bitcoind? on: July 27, 2014, 07:21:35 AM
There is Sipa's original address indexed branch which allows to list all transactions associated with an address: https://github.com/bitcoin/bitcoin/pull/2802

This branch is kept up to date by jmcorgan: https://github.com/jmcorgan/bitcoin/tree/addrindex

I wrapped an RPC call around it to explicitly list unspents from any address ("listallunspent"): https://github.com/dexX7/bitcoin/tree/master-addrindex-extended#rpc-commands

The later is also exposed via: http://redeem.bitwatch.co

And there is of course blockchain.info's API as well as insight (https://github.com/bitpay/insight), if I'm not mistaken.

You may also be successful by queriying the Electrum servers - this can be done via the Electrum client console with 'getaddressunspent("1address")'.
216  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread on: July 27, 2014, 07:05:58 AM
Yes, that's normal. Users with orders to buy something with BTC have 20 blocks to make the 'BTC payment' to finalize all order matches. If he doesn't make that payment as he's supposed to, he pays a fee penalty (sort of).

... the highest buy order is preventing everyone to sell since there's a match ...

Does this affect all subsequent orders or only those two parties?
217  Economy / Exchanges / Re: bitsquare.io - The P2P Fiat-Bitcoin Exchange on: July 21, 2014, 08:06:44 PM
I was considering timelocked refund tx initially but ASAIK there is still no secure solution for the malleability problem, which makes that feature problematic (the refund tx depends on the deposit tx which might have a different tx id in the blockchain as it has when it was created locally, so the refund tx get invalid).

This is an issue, if there is a chain of unconfirmed transactions, e.g. in micropayment channels, but I don't see a problem in this context - because Bob doesn't sign the refund transaction before Alice' BTC payment confirmed anyway. The time locked approach alone is heavily in favor of Alice, but I think it's obvious this is not a replacement for an arbitrator or oracle based approach, but might be considered as an additional tool or option.

Thanks for the reading material. I highly appreciate the level of detail and surely will comment again, once I've found some time.

Cheers!
218  Economy / Exchanges / Re: bitsquare.io - The P2P Fiat-Bitcoin Exchange on: July 21, 2014, 01:44:49 AM
This is the utmost exciting and promising project I've seen in the last time, wow!

I'm not through the text material, but I noticed one thing:

Quote
Use case 3: Dispute
In case that Bob does not receive the Fiat payment after the defined timeout period he can contact the arbitrator. He sends a request to the arbitrator with the contract attached and a new payout tx where the arbitrators arbitration fee is included as payment to the arbitrator and where Bob gets back his payments.

Did you think about adding time locked transactions to all this? The basic process would be this:

1. Alice wants to sell 2 BTC for fiat, Bob agrees to buy.
2. Bob and Alice exchange public keys and create a 2-of-2 multisig wallet from which can only be spent, if both parties agree.
3. Alice prepares a transaction which sends 2 BTC to this wallet, but does not reveil it at this moment.
4. She also creates a transaction which spends those 2 BTC back to herself - from the P2SH wallet. This "refund" transaction makes use of nLockTime with a number far in the future - before this time (or block height) the transaction cannot be mined. She passes this transaction to Bob.
5. Bob signs the refund transaction.
6. Alice actually sends the 2 BTC to the 2-of-2 multisig wallet.
7. Once confirmed, Bob initiates the fiat transfers.
8. After Alice receives the fiat, both sign a transaction which spends the coins to Bob.

If Bob doesn't pay, Alice ultimately receives her coins back.
If Alice acts fraudulent and doen't release the coins with the intention of claiming the refund, she has to wait nevertheless and Bob can start to hunt her.

Combined with collaterals and arbitrators it might get even more exciting.

More: https://bitcoin.org/en/developer-guide#escrow-and-arbitration


Edit: just noticed this exists for some months.
219  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread on: July 21, 2014, 12:23:00 AM
Announcement: We hit a major milestone in Counterparty adoption today: there have been over a thousand transactions in the past twenty-four hours. In fact, we've almost hit 1100 transactions (it could still go higher).

Storj related, maybe? Wink

Anyway, gratulations!
220  Alternate cryptocurrencies / Announcements (Altcoins) / Re: The Official Mastercoin Foundation, Master Protocol & Mastercoin Thread on: July 19, 2014, 03:21:04 AM

They were supposed to use Master Protocol and the last minute changed their mind because Mastercoin hadn't developed a pay all capability.


By "pay all capability" is this the same as the dividend feature?

Yes. And it actually looks like it's ready rather sooner than later:
https://github.com/mastercoin-MSC/mastercore/blob/michael-0921/doc/apidocumentation.md#broadcasting-a-send-to-owners-transaction
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 59 60 61 ... 84 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!