Bitcoin Forum
April 19, 2024, 05:46:14 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 ... 173 »
  Print  
Author Topic: Blockchain.info - Bitcoin Block explorer & Currency Statistics  (Read 482336 times)
Proofer
Member
**
Offline Offline

Activity: 266
Merit: 36


View Profile
March 13, 2012, 05:22:12 PM
 #521

Thought I'd point out a grammar mixup on the wallet page,

"1000's of Merchants accept bitcoins worldwide already accept bitcoin with new ones joining everyday."

probably should be,

"1000's of Merchants worldwide already accept bitcoin with new ones joining everyday."
If you're being really picky, "1000's" should drop the apostrophe also. Or just spell out "Thousands." Tongue

And to be really really picky, "everyday" should be "every day," although the one-word usage is now quite common.  In traditional standard English, "everyday" is an adjective meaning ordinary or commonplace ("he wore his everyday outfit rather than dressing up"), while "every day" means each day.
1713505574
Hero Member
*
Offline Offline

Posts: 1713505574

View Profile Personal Message (Offline)

Ignore
1713505574
Reply with quote  #2

1713505574
Report to moderator
"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713505574
Hero Member
*
Offline Offline

Posts: 1713505574

View Profile Personal Message (Offline)

Ignore
1713505574
Reply with quote  #2

1713505574
Report to moderator
1713505574
Hero Member
*
Offline Offline

Posts: 1713505574

View Profile Personal Message (Offline)

Ignore
1713505574
Reply with quote  #2

1713505574
Report to moderator
mcorlett
Donator
Sr. Member
*
Offline Offline

Activity: 308
Merit: 250



View Profile
March 13, 2012, 05:55:52 PM
 #522

Code:
{
"hash" : "58008361055e2c49d75f40a80c216f81e5752169807daff86a72fb79dc6799fa",
"type" : "Transaction",
"initial_time" : "1331661292264",
"last_time" : "1331661303973",
"initial_ip" : "67.8.129.156", "double_spend" : false,
"probable_owners" : [
{"ip" : "67.8.129.156", "confidence" : 25 },{"ip" : "90.200.119.39", "confidence" : 23 },{"ip" : "97.122.208.213", "confidence" : 9 }
],
"nconnected" : "2464",
"relayed_count" : "2418",
"relayed_percent" : "98",
"mining_nodes" : [
{"link" : "https://deepbit.net", "name" : "Deepbit"}, {"link" : "https://deepbit.net/", "name" : "Deepbit"}, {"link" : "https://deepbit.net/", "name" : "Deepbit"}, {"link" : "https://deepbit.net", "name" : "Deepbit"}, {"link" : "http://www.Bitlc.net", "name" : "Bitlc.net"}, {"link" : "http://pool.itzod.ru", "name" : "pool.itzod.ru"}, {"link" : "http://pool.phiral.com", "name" : "Phiral Research"}, {"link" : "https://50btc.com/", "name" : "50BTC"}, {"link" : "http://bitclockers.com", "name" : "Bitclockers"}, {"link" : "https://deepbit.net", "name" : "Deepbit"}, {"link" : "https://deepbit.net", "name" : "Deepbit"}, {"link" : "http://polmine.pl", "name" : "Polmine"}, {"link" : "http://www.nmcbit.com", "name" : "nmcbit"}, {"link" : "https://www.coinstackers.com/", "name" : "CoinStackers"}, {"link" : "http://bitparking.com", "name" : "Bitparking"}, {"link" : "https://eclipsemc.com", "name" : "EclipseMC"}, {"link" : "https://eclipsemc.com", "name" : "EclipseMC"}, {"link" : "https://ozco.in/", "name" : "OzCoin"}, {"link" : "https://ozco.in/", "name" : "OzCoin"}, {"link" : "http://btcmine.com", "name" : "BTCMine"}, {"link" : "http://a1bitcoinpool.com", "name" : "A1BitcoinPool"}, {"link" : "https://deepbit.net", "name" : "Deepbit"}, {"link" : "http://pool.mkalinin.ru", "name" : "pool.mkalinin.ru"}, {"link" : "https://ozco.in/", "name" : "OzCoin"}, {"link" : "http://btcmine.com/", "name" : "BTCMine"}, {"link" : "https://arsbitcoin.com/", "name" : "Ars bitcoin"}, {"link" : "http://eligius.st/", "name" : "Eligius"}, {"link" : "https://deepbit.net", "name" : "Deepbit"}, {"link" : "https://ozco.in/", "name" : "OzCoin"}, {"link" : "https://deepbit.net", "name" : "Deepbit"}, {"link" : "https://eclipsemc.com", "name" : "EclipseMC"}, {"link" : "http://AlaskaMiningPool.org", "name" : "Alaska Mining Pool"}, {"link" : "http://btcwarp.com/", "name" : "BTC Warp"}
]
}

Let's say I'd like to use Blockchain.info's API in order to vet new unconfirmed transactions for possible double-spending attempts. Do I use the "double_spend" key? Is "relayed_percent" a good metric?

piuk (OP)
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1005



View Profile WWW
March 13, 2012, 05:58:03 PM
 #523

Let's say I'd like to use Blockchain.info's API in order to vet new unconfirmed transactions for possible double-spending attempts. Do I use the "double_spend" key? Is "relayed_percent" a good metric?

Use both.

I wrote about this a few posts back: https://bitcointalk.org/index.php?topic=40264.msg734872;topicseen#msg734872

mcorlett
Donator
Sr. Member
*
Offline Offline

Activity: 308
Merit: 250



View Profile
March 13, 2012, 06:03:18 PM
 #524

Let's say I'd like to use Blockchain.info's API in order to vet new unconfirmed transactions for possible double-spending attempts. Do I use the "double_spend" key? Is "relayed_percent" a good metric?

Use both.

I wrote about this a few posts back: https://bitcointalk.org/index.php?topic=40264.msg734872;topicseen#msg734872
Thanks a bunch.

DeepBit
Donator
Hero Member
*
Offline Offline

Activity: 532
Merit: 501


We have cookies


View Profile WWW
March 13, 2012, 06:48:00 PM
 #525

Why there is no "Spent" link on the second output ?
https://blockchain.info/tx-index/3300995/f442ec202bcf3925c03d7391570ffd0af1822fc42b011771b595628849705d23

Welcome to my bitcoin mining pool: https://deepbit.net ~ 3600 GH/s, Both payment schemes, instant payout, no invalid blocks !
Coming soon: ICBIT Trading platform
piuk (OP)
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1005



View Profile WWW
March 13, 2012, 07:07:21 PM
 #526


Fixed now.

Stephen Gornick
Legendary
*
Offline Offline

Activity: 2506
Merit: 1010


View Profile
March 13, 2012, 09:16:50 PM
 #527

After sending a transaction I get a change transaction that I cannot use for spending in a new transaction until the previous transaction gets a confirmation.  Wouldn't there be a way to let me spend from the output of the change?  Perhaps if, in the original spend, I were to use the mode where I can specify the address for the change to be sent to -- and select the input and change address to be the same address?

Unichange.me

            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █


DeepBit
Donator
Hero Member
*
Offline Offline

Activity: 532
Merit: 501


We have cookies


View Profile WWW
March 14, 2012, 09:06:24 AM
 #528

Unconfirmed transactions list shows e63a323bb7475c32881517380fa54637ffbf6b891eb5fcc08ff50ffe666524cf as Fee: 0.7415 BTC - Size: 2235 bytes, but actual fee was 0.0015 BTC

Welcome to my bitcoin mining pool: https://deepbit.net ~ 3600 GH/s, Both payment schemes, instant payout, no invalid blocks !
Coming soon: ICBIT Trading platform
realnowhereman
Hero Member
*****
Offline Offline

Activity: 504
Merit: 502



View Profile
March 14, 2012, 09:16:57 AM
 #529

The ability to edit address book labels, and receive address labels seems to have vanished.

.. or perhaps I'm missing something obvious.

1AAZ4xBHbiCr96nsZJ8jtPkSzsg1CqhwDa
BkkCoins
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1009


firstbits:1MinerQ


View Profile WWW
March 14, 2012, 09:27:34 AM
 #530

The ability to edit address book labels, and receive address labels seems to have vanished.

.. or perhaps I'm missing something obvious.
I could really use "receive address" labels. It seem you can currently only label "send addresses". I have quite a few receive addresses and since each one refers to some event or place I sent money it would be really useful to label them. Also some users have made mistakes in the past sending to an address they didn't intend and labels would make that much harder to do.

piuk (OP)
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1005



View Profile WWW
March 14, 2012, 09:35:21 AM
 #531

The label address button has been moved to the QR Code dialog.

realnowhereman
Hero Member
*****
Offline Offline

Activity: 504
Merit: 502



View Profile
March 14, 2012, 01:05:39 PM
 #532

The label address button has been moved to the QR Code dialog.
Indeed it has.  Thanks.

1AAZ4xBHbiCr96nsZJ8jtPkSzsg1CqhwDa
Chomp
Newbie
*
Offline Offline

Activity: 35
Merit: 0



View Profile
March 15, 2012, 01:03:30 AM
 #533

is anyone else having login trouble?
DeepBit
Donator
Hero Member
*
Offline Offline

Activity: 532
Merit: 501


We have cookies


View Profile WWW
March 15, 2012, 01:06:45 AM
Last edit: March 15, 2012, 04:37:37 AM by DeepBit
 #534

is anyone else having login trouble?
Yes.

I created a test wallet with a couple of bitcents in it, just to evaluate the site and now it says that my password is wrong :)
Luckily I have all the privkeys saved.

Welcome to my bitcoin mining pool: https://deepbit.net ~ 3600 GH/s, Both payment schemes, instant payout, no invalid blocks !
Coming soon: ICBIT Trading platform
Stephen Gornick
Legendary
*
Offline Offline

Activity: 2506
Merit: 1010


View Profile
March 15, 2012, 04:09:54 AM
 #535

is anyone else having login trouble?

I was able to login just now without any problem.

There was a change made to wallet encryption a few days ago.   Is this your first login since then?
 - http://bitcointalk.org/index.php?topic=40264.msg799527#msg799527

Unichange.me

            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █


DeepBit
Donator
Hero Member
*
Offline Offline

Activity: 532
Merit: 501


We have cookies


View Profile WWW
March 15, 2012, 04:14:11 AM
 #536

P2SH now fully supported in the block explorer

e.g. An address (always starts with a 3)

https://blockchain.info/address/3Dnnf49MfH6yUntqY6SxPactLGP16mhTUq
Cool, but it says "0 BTC received" :)

Welcome to my bitcoin mining pool: https://deepbit.net ~ 3600 GH/s, Both payment schemes, instant payout, no invalid blocks !
Coming soon: ICBIT Trading platform
Chomp
Newbie
*
Offline Offline

Activity: 35
Merit: 0



View Profile
March 15, 2012, 04:23:42 AM
 #537

Yes I login many times today. I also use a yubikey. It shows error decrypting password. I made a test wallet and login fine.
piuk (OP)
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1005



View Profile WWW
March 15, 2012, 09:57:40 AM
 #538

Yes I login many times today. I also use a yubikey. It shows error decrypting password. I made a test wallet and login fine.

Might be an issue with auto-detection between old and new wallet formats. Please try again now.

Edit: Also next time you login please run the "Integrity Check" found in the Account Details tab.

Cool, but it says "0 BTC received" Smiley

fixed.

DeepBit
Donator
Hero Member
*
Offline Offline

Activity: 532
Merit: 501


We have cookies


View Profile WWW
March 15, 2012, 12:17:55 PM
 #539

Yes I login many times today. I also use a yubikey. It shows error decrypting password. I made a test wallet and login fine.
Might be an issue with auto-detection between old and new wallet formats. Please try again now.
Just says "Error Decrypting Wallet".

Welcome to my bitcoin mining pool: https://deepbit.net ~ 3600 GH/s, Both payment schemes, instant payout, no invalid blocks !
Coming soon: ICBIT Trading platform
Chomp
Newbie
*
Offline Offline

Activity: 35
Merit: 0



View Profile
March 15, 2012, 12:21:36 PM
 #540

same error for me
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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 ... 173 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!