Bitcoin Forum
May 03, 2024, 12:32:33 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Awesome Miner No Longer Showing Wallet Balance  (Read 127 times)
raresolid (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
May 30, 2021, 05:16:53 AM
 #1

Awesome Miner recently stopped showing wallet balances. I was using the "https://blockchain.info/en/balance" API. Is anyone else having issues getting their bitcoin balances at all?
1714739553
Hero Member
*
Offline Offline

Posts: 1714739553

View Profile Personal Message (Offline)

Ignore
1714739553
Reply with quote  #2

1714739553
Report to moderator
1714739553
Hero Member
*
Offline Offline

Posts: 1714739553

View Profile Personal Message (Offline)

Ignore
1714739553
Reply with quote  #2

1714739553
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714739553
Hero Member
*
Offline Offline

Posts: 1714739553

View Profile Personal Message (Offline)

Ignore
1714739553
Reply with quote  #2

1714739553
Report to moderator
1714739553
Hero Member
*
Offline Offline

Posts: 1714739553

View Profile Personal Message (Offline)

Ignore
1714739553
Reply with quote  #2

1714739553
Report to moderator
1714739553
Hero Member
*
Offline Offline

Posts: 1714739553

View Profile Personal Message (Offline)

Ignore
1714739553
Reply with quote  #2

1714739553
Report to moderator
mikeywith
Legendary
*
Offline Offline

Activity: 2226
Merit: 6367


be constructive or S.T.F.U


View Profile
May 30, 2021, 11:12:38 AM
 #2

Awesome Miner recently stopped showing wallet balances. I was using the "https://blockchain.info/en/balance" API. Is anyone else having issues getting their bitcoin balances at all?

I have been using AM for a few years now, never really used the wallet balance feature at all, anyway, you will have a lot more chances in getting the answer in a speedy manner by posting in AM own thread, or if you want, you could contact Patrike directly.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
raresolid (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
May 30, 2021, 05:25:08 PM
 #3

Thanks so much! I will head over there.
BitMaxz
Legendary
*
Offline Offline

Activity: 3248
Merit: 2955


Block halving is coming.


View Profile WWW
May 31, 2021, 12:20:26 AM
 #4

Thanks so much! I will head over there.

If you still didn't receive any response yet on the official thread or PM from Patrike you can try this API below.

Code:
https://api.blockcypher.com/v1/btc/main/addrs/[address]/balance

Replace the https://blockchain.info/en/balance with the above API and replace the [address] with your own address.

I got it from his old post from here https://bitcointalk.org/index.php?topic=676942.msg53644097#msg53644097

For another alternative you can use this below provided from awesome miner support solution from here "Wallet Balance"
Code:
https://chainz.cryptoid.info/btc/api.dws

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
raresolid (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
June 07, 2021, 03:14:57 AM
 #5

Hmmm It's still not working. How do you type it in correctly? I am using my public address. It keeps coming up saying it can't get balance.

https://ibb.co/rfNtH0H
BitMaxz
Legendary
*
Offline Offline

Activity: 3248
Merit: 2955


Block halving is coming.


View Profile WWW
June 09, 2021, 02:53:07 PM
 #6

Hmmm It's still not working. How do you type it in correctly? I am using my public address. It keeps coming up saying it can't get balance.

~image snip~

From what I see in your image you didn't change the address under the URL that I give you above.

Here look at this mine

From this
Code:
https://api.blockcypher.com/v1/btc/main/addrs/[address]/balance

To this
Code:
https://api.blockcypher.com/v1/btc/main/addrs/bc1qptg5vvtmwwgn96qgwgalpflqjvxxmvlwmu8529/balance

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
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!