Bitcoin Forum
June 21, 2024, 02:48:55 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2
1  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: June 02, 2015, 12:02:40 PM
is there a way to initialize a Trezor seed w/o revealing the master pubkey to mytrezor.com?  is that what python trezor is for?  can it be done through Mycelium?

As you said, you can do it via python-trezor, which is low-level, but not very user-friendly

or, you can now use the chrome app, as many people noticed without us officially presenting it Smiley
2  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: May 26, 2015, 10:46:19 PM
The Trezor chrome extension for Linux works perfect! Thanks.

Thanks! Tuning the extension so it works on Linux was the hardest part, since you (as a user) need to fiddle with the hardware permissions. Glad to hear it worked for you.
3  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: May 26, 2015, 10:44:31 PM
MyTrezor.com doesn't work on Chrome anymore (because of Google - not Trezor).  But it still does on Firefox.

It does now! Smiley

Chrome turns off NPAPI plugins, which sucks; on the other hand, they have a great USB HID API for Chrome apps, which makes up for it and which we used.

How can you have Failed to load Chrome ... on Firefox?

See my previous post. That's a log message that we print even when we are on Firefox, since we try the Chrome extension first.
4  Bitcoin / Hardware wallets / Re: [ESHOP launched] Trezor: Bitcoin hardware wallet on: May 26, 2015, 10:41:50 PM
The log says "Failed to load Chrome Extension transport", does this mean that i cant use mytrezor with Firefox anymore?

The log always says that if you are on Firefox; we first try to use extension, and if we detect that it's not Chrome (or -ium), we stop trying, but we still log it. To your question

I just noticed that mytrezor.com stopped working for me (Firefox on Lubuntu 14.04) as i get the message "Transport loading failed".

You probably still use the old plug-in, and it's kind of unstable in general. Disable it (in Firefox settings) and go to mytrezor again, and then install the new bridge.

Also i never updated my firmeware as i was afraid to loose my BTC because of some error, was there any reported problem caused by updating the firmeware in Trezors lifetime?

Well, stuff can happen. It should not, but it can.

Generally, when you are upgrading firmware, you should have the seed somewhere. If you have the seed, the worse that can happen is that the Trezor will be wiped and you will need to do the recovery and you still have your coins. You should upgrade firmware, since we add new features and bufgfixes into new versions.

If you don't have the seed, that's a big problem in general - Trezors are not infallible - meaning they can be destroyed by water or by being thrown really hard, etc! So protect your seed (that sounds awkward).
5  Economy / Goods / Re: 55% off Armani Watches - Bitcoin payment on: July 23, 2014, 09:49:57 AM
I personally bought AR0382

They are 250 USD on Amazon. They were for about 171 USD on this guy's shop.

Yeah, it might be fake, but it might not. Hey, it looks cool and shows time, works for me.
6  Economy / Goods / Re: 55% off Armani Watches - Bitcoin payment on: July 23, 2014, 09:45:49 AM
Did a little digging around here guys and found that although shipped from HongKong via Shenzhen EMS this watches are coming from Shenzhen directly. To most this might not seem like anything but from a person who has been to Shenzhen many times i can tell you that Shenzhen is the counterfeit capital of the world. They even have a HUGE mall that is specifically for nothing more than counterfeit goods. I use to know a guy in NYC that bought these counterfeit watches direct from a factory in Shenzhen for $13 each then hustle the streets trying to sell them for whatever he could. Even up close they look authentic as the outer workings of the watch are not hard to replicate, but take it to any real watch shop and have them open it up and they will tell you in an instant that it is not real. Beyond the brand name, the other half of the reason you pay so much for an Armani watch is because of the quality components and craftsmanship inside the watch that make it last for several life times.

Further need i point out that as a "luxury" brand and as part of their luxury brand management, Armani DOES NOT do wholesale distribution and discontinued items are destroyed to protect the brands reputation, much the same as Louis Vuitton and other high fashion brands.

I might sound like his shill, who cares, but Armani is really not that expensive brand for watches. The same watches - exactly the same - are for a bit more on Amazon, but not *that* much more.

Or, I bought a counterfeit. Oh well.
7  Economy / Goods / Re: 55% off Armani Watches - Bitcoin payment on: July 23, 2014, 09:04:42 AM
Hey,

I have bought the watches from this guy 's e-shop,

the e-shop looks a bit sketchy, but as far as I can say, it's legit and the watches are not fakes. I am not an expert on watch counterfeiting (at all), but they seem like a genuine thing. It's shipped from Hong Kong and it was here (Central Europe) in like 3 days.
8  Bitcoin / Bitcoin Discussion / Re: GHash.IO and double-spending against BetCoin Dice on: December 21, 2013, 01:01:33 PM
Do I understand it correctly that if those Dice services waited for even 1 confirmation, this attack wouldn't happen?
9  Economy / Service Discussion / Re: How I got robbed of 34 btc on Mt.Gox today on: April 11, 2013, 01:22:31 PM
Disable Java in the browser.

There is no reason to run Java in browser nowadays. (Not JavaScript. Java.)
10  Bitcoin / Electrum / Re: Bug (?) - Inputs from unconfirmed transaction change addresses on: April 11, 2013, 11:28:10 AM
note that some miners (eligius) implement a "child pays for parent" policy:
https://github.com/bitcoin/bitcoin/pull/1647

I am not sure what that means. (Sorry.)

What happened to me:

I sent from address A to address B with change C which had low fee and stayed unconfirmed for hours.

I then wanted to sent something to address D. Instead of using address E with confirmed bitcoins, electrum decided to post it from the address C, so I had to wait until the first transaction confirmed.

That's why I am saying Electrum should prefer using confirmed inputs as outputs.
11  Bitcoin / Electrum / Bug (?) - Inputs from unconfirmed transaction change addresses on: April 11, 2013, 09:25:12 AM
I have a slight bug - or maybe it can't be classified as bug, that's up to you.

I yesterday sent a transaction with a zero fee that was stuck for long hours before confirmation (10 hours, actually). That is fine, if I wanted it faster, I would pay higher fee. No problem there. (10 hours is still a lot, but hey, I paid nothing for it.)

However, when I wanted to send another transaction, even with high fee, that I wanted fast, Electrum used as an input the change address from the unconfirmed transaction, so I had to wait until that confirmed. I had enough money in other change addresses, but Electrum chose the unconfirmed one. That was dumb. (I have Electrum 1.7.1)

So, I propose: prioritize confirmed change addresses before the unconfirmed ones. I don't want to wait on transaction B because transaction A is stuck.
12  Bitcoin / Bitcoin Technical Support / Transaction stuck for 10 hours on: April 11, 2013, 01:14:09 AM
I am trying to send a transaction here, via Electrum

https://blockchain.info/tx/579a40803ceec7da240272083ff709d42e3f5fa078055164afa6c39ba637fd6d

but it is stuck for 10 hours in "unconfirmed" state. While I might have given larger fee and I know 0.0001 is relatively low, it is non-zero, and most zero fees transactions are confirmed more quickly.

What struck me as weird is - the transaction is not propagated through the network at all

https://blockchain.info/inv/579a40803ceec7da240272083ff709d42e3f5fa078055164afa6c39ba637fd6d

there are few relays, but really a few. But the transaction is still "alive" somehow - I can still see it relayed by few relays even after 10 hours. But it's still just that - unconfirmed, staying in this weird state.

What is going on? Is 10 hours normal when I wrote lower fee? It's a little frustrating (because I can't "cancel it and send it with higher fee" at the moment, I have to just.. wait).

edit: wow, after 10 hours, I finally start getting the confirmations. This is wild.
13  Bitcoin / Development & Technical Discussion / Re: Calling './bitcoind decoderawtransaction' on big transactions on: April 06, 2013, 07:35:42 PM
This is not a limitation of bitcoind, but of the shell.

The solution would be to make a small Python script that passes the transactions to the RPC API (for example, from stdin) instead of relying on the command line.

A-ha! Thanks!

Actually I now found out it's a kernel limitation, not bash one.

Anyway, for anyone else with the same problem finding this by chance: very simple scripts that do just what John Smith suggested are here on wiki

https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)
14  Bitcoin / Development & Technical Discussion / Calling './bitcoind decoderawtransaction' on big transactions on: April 06, 2013, 07:30:08 AM
I want to go through blockchain to do some analytics, without reliance on external tools.

getrawtransaction -> decoderawtransaction worked so far, but I got stuck at this transaction

https://blockchain.info/tx/42f4500dec4c6f8cd41337767bdf7e2caa48c153ae2114334a645ac927d03766

When I try to pass it up to decoderawtransaction, it just tells me
Code:
Can't exec "/bin/sh": Argument list too long.

Now what can I do with that?

One possibility I could think of is just call blockchain.info API on those few transactions, that are giant, but I don't want to do that if I don't have to Smiley

The other possibility is digging into bitcoin source code and changing decoderawtransaction in rpcrawtransaction.cpp so it could read the transaction from a standard input.

Is there any other possibility?
15  Bitcoin / Development & Technical Discussion / Re: How to look at non-wallet transactions? on: April 05, 2013, 08:09:41 PM
Strange issue - it doesn't work on the very first transaction in blockchain.

http://blockexplorer.com/block/000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f

Code:
~/bitcoin-0.8.1-linux/bin/64$ ./bitcoind getrawtransaction 4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b
error: {"code":-5,"message":"No information available about transaction"}

It works on all the others, though. I would suggest it's some off-by-one-error in bitcoin.
16  Bitcoin / Development & Technical Discussion / Re: How to look at non-wallet transactions? on: April 05, 2013, 04:15:21 PM

That solved the issue! Amazing and thank you!
17  Bitcoin / Bitcoin Technical Support / Re: Setting bitcoind on VPS produces error on: April 05, 2013, 03:44:18 PM
I solved this immediately but I will let this here so others may know

I needed to go to the admin panel of openvz and set up "Enable iptables" and reboot the machine. Why this helped? I have no idea.
18  Bitcoin / Bitcoin Technical Support / Setting bitcoind on VPS produces error on: April 05, 2013, 03:33:53 PM
Hello,

I am trying to run bitcoind on one VPS server and I am getting an error

Code:
~/bitcoin-0.8.1-linux/bin/64$ ./bitcoind
Error: An error occurred while setting up the RPC port 8332 for listening on IPv4: Cannot assign requested address
~/bitcoin-0.8.1-linux/bin/64$ ./bitcoind -rpcport=18332
Error: An error occurred while setting up the RPC port 18332 for listening on IPv4: Cannot assign requested address
~/bitcoin-0.8.1-linux/bin/64$ ./bitcoind -rpcport=80
Error: An error occurred while setting up the RPC port 80 for listening on IPv4: Cannot assign requested address

What am I doing wrong? Should I install something? (It is a fresh installation.)
19  Bitcoin / Electrum / Re: Electrum for Android on: April 05, 2013, 03:31:38 PM
I have tried the lastest version (1.7.1). It starts all right, but then crashes when signing transactions, no matter what.

I will try to download old versions somehow.

do you have a python traceback?

old versinos still on the website: e4a-157zip  e4a-158zip  e4a-160zip  e4a-161zip  e4a-162zip

How do I copy the traceback from the fail window?
20  Bitcoin / Development & Technical Discussion / Re: How to look at non-wallet transactions? on: April 05, 2013, 02:23:44 PM
It seems like getrawtransaction is meant to do this.

However, it just fails at some transactions. Say I want this transaction

https://blockchain.info/tx/6359f0868171b1d194cbee1af2f16ea598ae8fad666d9b012c8ed2b79a236ec4
http://blockexplorer.com/tx/6359f0868171b1d194cbee1af2f16ea598ae8fad666d9b012c8ed2b79a236ec4
http://blockchain.info/rawtx/6359f0868171b1d194cbee1af2f16ea598ae8fad666d9b012c8ed2b79a236ec4

The transaction ID is 6359f0868171b1d194cbee1af2f16ea598ae8fad666d9b012c8ed2b79a236ec4 . If I try

Code:
./bitcoind getrawtransaction '6359f0868171b1d194cbee1af2f16ea598ae8fad666d9b012c8ed2b79a236ec4'

I get

Code:
error: {"code":-5,"message":"No information available about transaction"}
However, if I try
Code:
./bitcoind  getblock '000000000003ba27aa200b1cecaad478d2b00432346c3f1f3986da1afd33e506'
I got

Code:
{
    "hash" : "000000000003ba27aa200b1cecaad478d2b00432346c3f1f3986da1afd33e506",
    "confirmations" : 82622,
    "size" : 957,
    "height" : 100000,
    "version" : 1,
    "merkleroot" : "f3e94742aca4b5ef85488dc37c06c3282295ffec960994b2c0d5ac2a25a95766",
    "tx" : [
        "8c14f0db3df150123e6f3dbbf30f8b955a8249b62ac1d1ff16284aefa3d06d87",
        "fff2525b8931402dd09222c50775608f75787bd2b87e56995a7bdd30f79702c4",
        "6359f0868171b1d194cbee1af2f16ea598ae8fad666d9b012c8ed2b79a236ec4",
        "e9a66845e05d5abc0ad04ec80f774a7e585c6e8db975962d069a522137b80c1d"
    ],
    "time" : 1293623863,
    "nonce" : 274148111,
    "bits" : "1b04864c",
    "difficulty" : 14484.16236123,
    "previousblockhash" : "000000000002d01c1fccc21636b607dfd930d31d01c3a62104612a1719011250",
    "nextblockhash" : "00000000000080b66c911bd5ba14a74260057311eaeb1982802f7010f1a9f090"
}

So the blockchaind knows about the transaction. It just doesn't tell me about it.
Pages: [1] 2
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!