Bitcoin Forum
June 19, 2024, 06:46:06 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: Compare profitability - Scrypt multipools, Doge, Litecoin, Vertcoin, Heavycoin on: March 28, 2014, 08:56:25 PM
several pools like middlecoin offer the ability to see the coins actually deposited in other people's addresses.


This seems the most accurate way to determine the actual payout of those operations over time.

for example

http://www.middlecoin.com/allusers.html

2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Vertcoin-Adaptive N-factor Scrypt-No more ASICs-[EXCHANGES/AMAZON/ATM/MERCHANTS] on: March 23, 2014, 05:55:14 AM
I have no idea why it is done that way but it works so thank you!




Can anyone get the machine readable pages of the vertcoin block explorer to work?

I can't

sample non machine readable

http://explorer.vertcoin.org/address/VpkQn9PuNi7mLpuQy7Qmcf4CyfQyMBmP1n

gives

"
Short Link: http://explorer.vertcoin.org/a/VpkQn9PuNi

Balance: 7.49186164 VTC
Transactions in: 9
Received: 7.49186164 VTC
Transactions out: 0
Sent: 0 VTC

"

but machine readable

http://explorer.vertcoin.org/q/addressbalance/VpkQn9PuNi7mLpuQy7Qmcf4CyfQyMBmP1n

gives

"
returns amount of money at the given address
/chain/CHAIN/q/addressbalance/ADDRESS

"

which is a description of what it should do but doesn't do.

for bitcoin the machine readable can be loaded into a php variable like this

$bitcoinaddressbalance = file_get_contents('http://blockchain.info/q/addressbalance/16M9iBxfJsLjR8hHY7zs1qnikS51mCTu5o');

so for vertcoin it should also be like

$vertcoinaddressbalance = file_get_contents('http://explorer.vertcoin.org/q/addressbalance/VpkQn9PuNi7mLpuQy7Qmcf4CyfQyMBmP1n');

but it doesn't work becuase the machine readable part of the vertcoin explorer doesn't work.

Can anyone get a machinereadable vertcoin explorer address value?





https://explorer.vertcoin.org/chain/Vertcoin/q/addressbalance/VpkQn9PuNi7mLpuQy7Qmcf4CyfQyMBmP1n
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Vertcoin-Adaptive N-factor Scrypt-No more ASICs-[EXCHANGES/AMAZON/ATM/MERCHANTS] on: March 23, 2014, 05:20:46 AM
Can anyone get the machine readable pages of the vertcoin block explorer to work?

I can't

sample non machine readable

http://explorer.vertcoin.org/address/VpkQn9PuNi7mLpuQy7Qmcf4CyfQyMBmP1n

gives

"
Short Link: http://explorer.vertcoin.org/a/VpkQn9PuNi

Balance: 7.49186164 VTC
Transactions in: 9
Received: 7.49186164 VTC
Transactions out: 0
Sent: 0 VTC

"

but machine readable

http://explorer.vertcoin.org/q/addressbalance/VpkQn9PuNi7mLpuQy7Qmcf4CyfQyMBmP1n

gives

"
returns amount of money at the given address
/chain/CHAIN/q/addressbalance/ADDRESS

"

which is a description of what it should do but doesn't do.

for bitcoin the machine readable can be loaded into a php variable like this

$bitcoinaddressbalance = file_get_contents('http://blockchain.info/q/addressbalance/16M9iBxfJsLjR8hHY7zs1qnikS51mCTu5o');

so for vertcoin it should also be like

$vertcoinaddressbalance = file_get_contents('http://explorer.vertcoin.org/q/addressbalance/VpkQn9PuNi7mLpuQy7Qmcf4CyfQyMBmP1n');

but it doesn't work becuase the machine readable part of the vertcoin explorer doesn't work.

Can anyone get a machinereadable vertcoin explorer address value?



Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!