Bitcoin Forum
October 02, 2025, 07:33:05 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Economy / Currency exchange / Re: MTGOX <-> BTC BID/ASK on: February 21, 2014, 10:29:03 PM
I offer 50 BTC for 150 GoxBTC during the weekend. PM me
2  Bitcoin / Press / Re: 2014-02-14 BREAKING: Mark Karpeles posts to say MtGox is implementing a solution on: February 14, 2014, 10:25:27 AM
http://theblogchain.com/2014/02/14/breaking-mark-karpeles-posts-to-say-mtgox-is-implementing-a-solution/

Mark Karpeles just posted on GitHub at approximately midnight EST. Here’s the full quote:
Quote
Just to update this thread, it seems that this discussion is mostly stale now. We (at MtGox) will implement this new hash index in our transactions database and start working with it (we will announce a maintenance as we will have to stop bitcoin deposits too during the database schema update) and will start providing this new hash when customers are withdrawing bitcoins, litecoins, or any other coin based on Bitcoin we may support in the future.

We will also provide an API that will allow our customers to use this hash to retrieve the transaction hash as seen in the blockchain once the transaction is confirmed, and will hope others (blockchain.info?) will index this value one day.

We also invite other exchanges and businesses which may need to keep track of bitcoins they send to use this same method, since dealing with multiple variations of the same thing wouldn’t be very productive.

If nobody does it, we will also post some test vectors for regular (in=>out) transactions in the near future.

And here’s a link to the full thread on GitHub.
https://github.com/bitcoin/bitcoin/pull/3656#issuecomment-35055553

Something has happened at least. They now send an email when I log in.
3  Economy / Service Discussion / Re: Who is buying at Mtgox on: February 14, 2014, 10:20:10 AM
Maybe people who anticipated MtGOX to eventually get fixed...

bitstamp realised they had a problem AFTER gox. and fixed it BEFORE gox.. so that alone says alot about gox's desire to repay people. the same as the FIAT excuses months ago


Something happened at Gox over night though. Suddenly I get an email when I log in. That's new, at least to me.
4  Economy / Service Announcements / Re: BitcoinWisdom.com - Live Bitcoin/LiteCoin Charts on: November 06, 2013, 04:59:47 PM
== April 29, 2013, 08:34:33 AM ==
Hi all,
After several weeks hard working, new featured market watching site http://bitcoinwisdom.com/ is up , currently only support Mt.Gox BTC/USD market. Hope you like it Smiley

Main Features:

    Fully dynamic refreshing.
    Mtgox Realtime refreshing supported.
    Grouped depth.
    Show in difference period from 1 minute to 1 week.
    MACD technical analysis supported.

Browser minimum requirement:

    IE 9+, chrome, Firefox or other modern browser.

Browser recommanded requirenment:

    IE 10+, chrome, Firefox or other modern browser.

and IE 9 won't support Mt.Gox Realtime refreshing.

Enjoy

Miao, BitcoinWisdom.com

== June 28, 2013, 03:15:33 PM ==
Now BitcoinWisdom Supports

Mt.Gox BTC/USD
Bitstamp BTC/USD
BTC-e  BTC/USD, LTC/USD, LTC/BTC

== July 07, 2013, 09:21:41 PM ==
Add Crypto-Trade BTC/USD, LTC/USD, LTC/BTC

== TODO List ==
Here is the TODO list, the priority is from high to low

Exchange comparision
Custom watching list
Cloud saving settings
Support drawing lines and fib
More Indicators
Export chart

One suggestion. It is time to make crypto coin charts logarithmic. Would be an extremly good service if you could add logarithmic scale.

Thanks
5  Bitcoin / Bitcoin Technical Support / Re: Bitcoin QT upstarted after a couple of weeks, - Complete wallet UNCONFIRMED on: October 30, 2013, 02:46:11 PM
I think I understand now. The Blockchain apparently show my BTC less all fees paid over the years, if I undertand correctly.

No.  Not fees, change.

If you go to a store and pull a 20 banknote out of your pocket to pay for something that costs 5, you can't just rip the banknote into fourths.  You have to give the store the entire 20 banknote.  Then the store gives you back 15 as change.

When you spend bitcoins, the bitcoins that you have previously received in a single transaction output  can be thought of as a single unit.  You can't break it up and spend just part of it.  If you are going to use any part of a previous transaction output that you've received to fund the input side of a transaction that you are creating, then you have to spend the entire output.

So if you received a 1.43 BTC in a single transaction output previously, and you are using that output to pay for something that costs 0.25 BTC, your wallet creates a transaction that spends the entire 1.43 BTC.  It creates a new output of 0.25 BTC to whatever address you are paying.  This leaves 1.18 BTC still being spent in the transaction. If your wallet did nothing else, then this excess 1.18 BTC would be considered "transaction fees" and the miner (or mining pool) that adds your transaction to the block chain would get to keep it.  What happens instead is that the wallet creates a second new output from the transaction, sending the 1.18 BTC to a brand new address that your wallet creates for you.  Since you didn't choose to create this address with the "New Address" button, the wallet doesn't show this address in the "Receive" section.  It hides the new address from you, but it keeps track of it in the wallet.dat file.  This way, the wallet knows exactly how much total BTC you have control over including addresses that you didn't create, but it created for you.  So there are a bunch of bitcoin addresses (one for every transaction that you've sent) that are yours and that are included in your wallet balance that you don't ever see.  The wallet handles the technical details of keeping track of the balances of these addresses and of spending their outputs when necessary.

If you really want to see the complete list of all addresses with bitcoin balances that your wallet is tracking for you, you can go to the "Console" in the "Debug Window" of the "Help" menu.

Enter the following command:
Quote
listunspent

You'll receive a list of every unspent output that your wallet has control over.  Each of these are a single unit like a coin or banknote.  They have a value, indicated with the label "amount". You can see the address that received each output indicated with the label "address".  Add up the amounts of all the outputs, and you should find that the sum is equivalent to the total balance displayed by your wallet.


Ahaaaa.. Smiley Now I get it. Thank you so much. Always better to understand what you do. Right?
Best regards
6  Bitcoin / Bitcoin Technical Support / Re: Bitcoin QT upstarted after a couple of weeks, - Complete wallet UNCONFIRMED on: October 30, 2013, 11:03:31 AM
My own wallets saldo has never been the same as the saldo on my address on  "blockchaininfo", how is this possible?
this sentence is impossible to parse.

Spanish.
saldo=balance

Translation:
Quote
My own wallet's balance has never been the same as the balance on my address at  "blockchain.info", how is this possible?

Answer:
Change
https://en.bitcoin.it/wiki/Change

Thanks Danny,

I think I understand now. The Blockchain apparently show my BTC less all fees paid over the years, if I undertand correctly.

Anyway all is fine again, the initial shock is gone Smiley
7  Bitcoin / Bitcoin Technical Support / Re: Bitcoin QT upstarted after a couple of weeks, - Complete wallet UNCONFIRMED on: October 30, 2013, 11:01:18 AM
My own wallets saldo has never been the same as the saldo on my address on  "blockchaininfo", how is this possible?
this sentence is impossible to parse.

Smiley sorry, balance , and thanks for your help. Syncronizing coming in fine 12 hours soon and almost done
8  Bitcoin / Bitcoin Technical Support / Re: Bitcoin QT upstarted after a couple of weeks, - Complete wallet UNCONFIRMED on: October 29, 2013, 10:58:54 PM
In your bitcoin data directory, delete the "blocks" and "chainstate" (you can backup before deleting, but there's nothing important there). This will reset all downloaded blocks and allow bitcoin to redownload the blockchain.

Ok its working on syncronizing now. When I have you "online" i might ask you another q.

My own wallets saldo has never been the same as the saldo on my address on  "blockchaininfo", how is this possible?
9  Bitcoin / Bitcoin Technical Support / Re: Bitcoin QT upstarted after a couple of weeks, - Complete wallet UNCONFIRMED on: October 29, 2013, 10:51:35 PM
In your bitcoin data directory, delete the "blocks" and "chainstate" (you can backup before deleting, but there's nothing important there). This will reset all downloaded blocks and allow bitcoin to redownload the blockchain.

Does the -reindex command still work? I believe that used to do it for you.

I do not know what that is.....
10  Bitcoin / Bitcoin Technical Support / Re: Bitcoin QT upstarted after a couple of weeks, - Complete wallet UNCONFIRMED on: October 29, 2013, 10:43:34 PM
In your bitcoin data directory, delete the "blocks" and "chainstate" (you can backup before deleting, but there's nothing important there). This will reset all downloaded blocks and allow bitcoin to redownload the blockchain.

Will try and come back with result , thanks
11  Bitcoin / Bitcoin Technical Support / Re: Bitcoin QT upstarted after a couple of weeks, - Complete wallet UNCONFIRMED on: October 29, 2013, 10:33:30 PM
Do you use a old version?

No a couple of weeks I upgraded to 0.8.5-beta got it syncronized. But its all gone now. And it does not seem to move at all. Not one single coin is confirmed, although
they were last time i closed the client.

If you get unsynchronized the client cannot be sure that you still own your bitcoins and therefor has to catch up with the blockchain.
I cannot think of any reasons why it won't update though.

Sad Well this surely is strange. Ive had it on for an hour now , 8 connections, no activity, and the "warning" as described above. And it also say last "generated block 252 weeks ago" .
But nothing happens. Must be someone out there who have seen this?
12  Bitcoin / Bitcoin Technical Support / Re: Bitcoin QT upstarted after a couple of weeks, - Complete wallet UNCONFIRMED on: October 29, 2013, 10:25:06 PM
Do you use a old version?

No a couple of weeks I upgraded to 0.8.5-beta got it syncronized. But its all gone now. And it does not seem to move at all. Not one single coin is confirmed, although
they were last time i closed the client.
13  Bitcoin / Bitcoin Technical Support / Bitcoin QT upstarted after a couple of weeks, - Complete wallet UNCONFIRMED on: October 29, 2013, 10:00:04 PM
Seem to have lost ALL confirmations in my wallet since last time I was online.
Wallet show 0.0 BTC  and x amount of unconfirmed.
There is a message "Warning some transactions might not be correct,you might need to upgrade, or other nodes might need upgrading"
Wallet current connected to 8 connections but there is no syncronizing going on.

Ever seen this What to do?
14  Economy / Service Discussion / Re: Problems with bitcoin-24.com WARNING! UPDATE! on: April 10, 2013, 07:28:25 AM
An update: I got an email from bitcoin-24 support during the night asking for the SEPA sender's name - they seem to think the transfer may have come through without a reference (there was definitely a reference when I sent it, it shows on my statement, but maybe it got lost en route?)…

I have replied with the information so I assume they are looking into it, although it is still odd that my previous SEPA from the same bank account went through without a hitch.

I will post back when I have news.

I also got my reply during the night, where they finally executed.

Apparently they have a strange system for "sorting" support. They apparently move All earlier incoming email down in line with the last incoming mail. So if you write
one email, and then another 6 hours later, the first one will be moved down to the last one in que.....

Very strange system, and I have suggested that they change that so that all incoming mail is connected to a "case number". Let's see if they manage something
"not invented here" of if they are stubborn enough to continue with this strange way of treating clients.

I will of course not try any transfer of Fiat from them. To them I never had any problems, and I do think that any problems with that really depend
on the sending part. SEPA, correctly filled, is automatic and pratically fool proof. But of course there are banks that are not perfect.

I did that myself over the Internet and it worked perfectly for me.

For my part this case is closed. It caused me a lot of unneccesary concern, and it is apparent that BTC-24 is under staffed, and they should perhaps take aout a small
trading fee in order to employ some support.
15  Economy / Service Discussion / Re: Problems with bitcoin-24.com WARNING! on: April 09, 2013, 05:08:13 PM
I have now been able to withdraw BTCs ; so even if SEPAs are blocked in the limbos, there is still a way to "get out".

Good for you. My SMS does not work. ADMIN :_Has promised_ to fix that but NOTHING HAPPENS! I Cant get my money!!!
16  Economy / Service Discussion / Re: Problems with bitcoin-24.com WARNING! on: April 09, 2013, 04:03:30 PM
By this time Simon should have seen al this, he has the chance to spend 5 mins at talking to us, but.....silence. This is so wrong and so bad for the Bitcoin community.
17  Economy / Service Discussion / Re: Problems with bitcoin-24.com WARNING! on: April 09, 2013, 03:50:12 PM
By now Simon should be very aware of what is happening. He certainly is aware of these problems but there is not one single word from him regarding this. Anyone who think this is normal is not taking this seriously enough.
18  Economy / Service Discussion / Re: Problems with bitcoin-24.com WARNING! on: April 09, 2013, 03:48:37 PM
Simon probably should've blocked new registrations the second he noticed the user base is becoming too much to handle. Better keep a modest number of relatively satisfied customers than start making a bad reputation and potentially lose everyone.

That said, I don't think there has been any convincing evidence of foul play yet. Everything still looks consistent with the explanation that he just got overwhelmed and hasn't been able to define a good response to the new situation yet.

It is very convincing , that I am locked in. Cant get my money, I cant take my bitcoin out. He is not doing what he _promised_ to do. That is a serious problem and UNTIL this is sorted out I warn anyone from depositing enything there.
19  Economy / Service Discussion / Re: Problems with bitcoin-24.com WARNING! on: April 09, 2013, 03:07:12 PM
Until the Site has communicated properly with those that _have_ problems I STRONGLY advise everybody to refrain from depositing anything there.

It only takes 5 minutes to communicate in a decent manner.

It only takes him 2 inutes to fulfil what he promised me. But now there is NO REPLY NO COMMUNICATION  NOTHING!

This is no game.
20  Economy / Service Discussion / Re: Problems with bitcoin-24.com WARNING! on: April 09, 2013, 02:12:49 PM
TAiS46 has not been there fo a long time. This is really serious and ther is NO WORD from site to anyone. Its dead silent.
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!