Bitcoin Forum
May 06, 2024, 01:12:01 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Electrum wallet showing 0 balance  (Read 1516 times)
pornluver (OP)
Hero Member
*****
Offline Offline

Activity: 960
Merit: 514


View Profile
October 26, 2015, 10:52:41 PM
 #1

I have the exact same problem.

NO fraud.

I got to bold that one out.

How do I know it's NOT a fraud? I am sending this to my self. So I am trying to say that the receiver nor the sender is fraudulent here. I do not defraud my self.

I am sending my balance from bitcoin core to electrum. I tried to do .01 first.

I asked the question

http://bitcoin.stackexchange.com/questions/41042/why-i-am-not-seeing-received-money-in-my-electrum

This is the transaction id

Status: 0/unconfirmed, broadcast through 4 nodes
Date: 10/26/2015 18:21
To: 19pHw8gbRP596CbiDdjNQbBrddAgQJ8pK2
Debit: -0.00956976 BTC
Transaction fee: -0.00043024 BTC
Net amount: -0.01000000 BTC
Transaction ID: e816ada72c9b8940a67779825423bc473e3059fb5f9f5aab9d09ee19c636fa23-000

What should I do?
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714957921
Hero Member
*
Offline Offline

Posts: 1714957921

View Profile Personal Message (Offline)

Ignore
1714957921
Reply with quote  #2

1714957921
Report to moderator
1714957921
Hero Member
*
Offline Offline

Posts: 1714957921

View Profile Personal Message (Offline)

Ignore
1714957921
Reply with quote  #2

1714957921
Report to moderator
achow101
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6581


Just writing some code


View Profile WWW
October 26, 2015, 11:51:13 PM
 #2

I have the exact same problem.

NO fraud.

I got to bold that one out.

How do I know it's NOT a fraud? I am sending this to my self. So I am trying to say that the receiver nor the sender is fraudulent here. I do not defraud my self.

I am sending my balance from bitcoin core to electrum. I tried to do .01 first.

I asked the question

http://bitcoin.stackexchange.com/questions/41042/why-i-am-not-seeing-received-money-in-my-electrum

This is the transaction id

Status: 0/unconfirmed, broadcast through 4 nodes
Date: 10/26/2015 18:21
To: 19pHw8gbRP596CbiDdjNQbBrddAgQJ8pK2
Debit: -0.00956976 BTC
Transaction fee: -0.00043024 BTC
Net amount: -0.01000000 BTC
Transaction ID: e816ada72c9b8940a67779825423bc473e3059fb5f9f5aab9d09ee19c636fa23-000

What should I do?
Did you try changing servers? Maybe updating your software would help.

pornluver (OP)
Hero Member
*****
Offline Offline

Activity: 960
Merit: 514


View Profile
October 27, 2015, 04:08:19 AM
 #3

Didn't work.

There is no refresh button either. This has been since yesterday.
ThomasV
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
October 28, 2015, 04:26:16 AM
 #4

issue fixed according to OP: http://bitcoin.stackexchange.com/questions/41042/why-i-am-not-seeing-received-money-in-my-electrum#comment47223_41056

Electrum: the convenience of a web wallet, without the risks
e46btc
Full Member
***
Offline Offline

Activity: 157
Merit: 103


View Profile
October 31, 2015, 08:23:26 AM
Last edit: October 31, 2015, 08:38:42 AM by e46btc
 #5

I have problem like this with 2.5.2 cli version. This is fresh install and just created wallet.
Something wrong with number formats maybe?  Or how to add more decimal points to value attribute?

Balance shows 0.0 but actually this should be 0.006 BTC , 2 transactions 0.001 and 0.005
https://blockchain.info/en/address/1ABCbY8LVWwVT5ecVYQtDXdeqTRrQMTMs8

$ electrum version
Code:
"2.5.2"

$ electrum history
Code:
[
    {
        "confirmations": 85,
        "date": "2015-10-30 20:21",
        "label": "",
        "timestamp": 1446236490,
        "txid": "014421ff5ae1e6f6971bcfd80f1bd8e3581de09d422af1ebe95fb048fb6dca6a",
        "value": 0.0
    },
    {
        "confirmations": 15,
        "date": "2015-10-31 05:40",
        "label": "",
        "timestamp": 1446270033,
        "txid": "4dbf8be957553264a47bd0eac1d1f3a95d111abfdf599d94508370d0bbba2750",
        "value": 0.0
    }
]

$ electrum getbalance
Code:
{
    "confirmed": "0"
}

Network tx looks like works fine so this is actual data
Code:
 new client: 1
electrum directory /home/xxx/.electrum
[WalletStorage] wallet path /home/xxx/.electrum/wallets/default_wallet
[profiler] load_transactions 0.0006
[profiler] build_reverse_history 0.0001
[profiler] check_history 0.0005
[Synchronizer] missing tx set([(u'014421ff5ae1e6f6971bcfd80f1bd8e3581de09d422af1ebe95fb048fb6dca6a', 381292), (u'4dbf8be957553264a47bd0eac1d1f3a95d111abfdf599d94508370d0bbba2750', 381362)])
client quit: 0
[Synchronizer] received tx 014421ff5ae1e6f6971bcfd80f1bd8e3581de09d422af1ebe95fb048fb6dca6a height: 381292 bytes: 450
[Synchronizer] received tx 4dbf8be957553264a47bd0eac1d1f3a95d111abfdf599d94508370d0bbba2750 height: 381362 bytes: 450
new client: 1
electrum directory /home/xxx/.electrum
[WalletStorage] wallet path /home/xxx/.electrum/wallets/default_wallet
[profiler] load_transactions 0.0006
[profiler] build_reverse_history 0.0015
[profiler] check_history 0.0005
[Synchronizer] missing tx set([(u'014421ff5ae1e6f6971bcfd80f1bd8e3581de09d422af1ebe95fb048fb6dca6a', 381292), (u'4dbf8be957553264a47bd0eac1d1f3a95d111abfdf599d94508370d0bbba2750', 381362)])
client quit: 0
[Synchronizer] received tx 014421ff5ae1e6f6971bcfd80f1bd8e3581de09d422af1ebe95fb048fb6dca6a height: 381292 bytes: 450
[Synchronizer] received tx 4dbf8be957553264a47bd0eac1d1f3a95d111abfdf599d94508370d0bbba2750 height: 381362 bytes: 450


https://txid.io https://double-spending.com - Automatic BTC double-spending tool.  Legacy, Segwit and Bech32 supported.
https://dgb256.online - Digibyte mining pool , https://combine.dgb256.online - DGB mining payouts consolidation service.
https://sha256.io , https://solomining.io - DGB, BTC, BCH SOLO pools, Instant payouts, AsicBoost supported
ThomasV
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
October 31, 2015, 08:31:48 AM
 #6

I have problem like this with 2.5.2 cli version. This is fresh install and just created wallet.
Something wrong with number formats maybe?  Or how to add more decimal points to value attribute?

This is not the same issue. It is very likely this one: https://github.com/spesmilo/electrum/issues/1525
It is partially fixed in git, but I am still working on it.

A workaround is to open the GUI, as it will synchronize correctly your wallet.
(if you are on a headless machine without Qt, you can use the text GUI)

Electrum: the convenience of a web wallet, without the risks
e46btc
Full Member
***
Offline Offline

Activity: 157
Merit: 103


View Profile
October 31, 2015, 08:37:21 AM
 #7

Thank you ThomasV , text gui works!  Solved.

https://txid.io https://double-spending.com - Automatic BTC double-spending tool.  Legacy, Segwit and Bech32 supported.
https://dgb256.online - Digibyte mining pool , https://combine.dgb256.online - DGB mining payouts consolidation service.
https://sha256.io , https://solomining.io - DGB, BTC, BCH SOLO pools, Instant payouts, AsicBoost supported
treodu
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
November 11, 2015, 02:31:02 AM
 #8

Believe im having same issue - i can find the transaction on https://blockchain.info/ - i can see the balance using a watch-only address -
  -is uninstall/reinstall electrum the only way to properly update wallet balances?
  -wallet.clear_history() from http://bitcoin.stackexchange.com/questions/41042/why-i-am-not-seeing-received-money-in-my-electrum#comment47223_41056 does not  work
  -github still seems to be working the bug out https://github.com/spesmilo/electrum/issues/1525
  -electrum can locate the funding transaction on the blockchain (should i broadcast? it is already recorded on blockchain.info so broadcasting seems redundent) i have saved the imported transaction if posting it here would be of help.troubleshooting
Pages: [1]
  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!