Bitcoin Forum
April 23, 2024, 11:02:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 [135] 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 »
  Print  
Author Topic: .  (Read 491689 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
sokol
Member
**
Offline Offline

Activity: 62
Merit: 10


View Profile
February 03, 2016, 09:46:29 AM
 #2681

Will trade the Horizon on the shapeshift.io exchange?
1713870138
Hero Member
*
Offline Offline

Posts: 1713870138

View Profile Personal Message (Offline)

Ignore
1713870138
Reply with quote  #2

1713870138
Report to moderator
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.
1713870138
Hero Member
*
Offline Offline

Posts: 1713870138

View Profile Personal Message (Offline)

Ignore
1713870138
Reply with quote  #2

1713870138
Report to moderator
1713870138
Hero Member
*
Offline Offline

Posts: 1713870138

View Profile Personal Message (Offline)

Ignore
1713870138
Reply with quote  #2

1713870138
Report to moderator
markm
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
February 04, 2016, 03:31:48 PM
 #2682

Is there some script or something that can extract/discover asset info from the blockchain?

Even if most of the info about an asset is at some URL specified by the asset it would be useful to be able to find out what assets even exist so that one could then go to their website or whatever to learn what the asset is about.

In the client I seem to be expected to already know the ID of an asset, but there seems not to be a way of obtaining a list of what asset IDs actually exist?

Is there nothing in the blackchain that lets you discover assets? I thought I saw some kind of asset explorer, but if that is some kind of third party thing that is not blockchain-driven wouldn't we be at the mercy of such "centralised" sites, unable to discover assets that they choose not to inform us of?

How do they themselves discover assets? Is there an asset discovery script one can get from github or somesuch if one wanted to run such a site or even just use one's own at home to discover assets so as not to rely upon some third party?

Is it planned to add to the assets part of the client something that can find the volumes and such, find new assets for you and such?

-MarkM-


Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
Emerger
Full Member
***
Offline Offline

Activity: 199
Merit: 102


View Profile
February 04, 2016, 03:38:16 PM
 #2683

Is there some script or something that can extract/discover asset info from the blockchain?

Even if most of the info about an asset is at some URL specified by the asset it would be useful to be able to find out what assets even exist so that one could then go to their website or whatever to learn what the asset is about.

In the client I seem to be expected to already know the ID of an asset, but there seems not to be a way of obtaining a list of what asset IDs actually exist?

Is there nothing in the blackchain that lets you discover assets? I thought I saw some kind of asset explorer, but if that is some kind of third party thing that is not blockchain-driven wouldn't we be at the mercy of such "centralised" sites, unable to discover assets that they choose not to inform us of?

How do they themselves discover assets? Is there an asset discovery script one can get from github or somesuch if one wanted to run such a site or even just use one's own at home to discover assets so as not to rely upon some third party?

Is it planned to add to the assets part of the client something that can find the volumes and such, find new assets for you and such?

-MarkM-



I have (slowly) been developing the HZcharts site at http://hzcharts.coin.emergate.net Not as polished as some of the tools you'll find for NXT, but it gives an overview of HZ assets. It simply uses the HZ api to extract the data.

markm
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
February 04, 2016, 03:42:08 PM
 #2684

So evidently there is support for discovering assets via an API?

Which would presumably mean at some point the client could be taught to use that API itself to make such discovery available to its users?

Also presumably if I were to create an asset it will be discovered by sites such as yours so folks will be able to learn that it exists and what URL I keep details about it at?

-MarkM-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
Emerger
Full Member
***
Offline Offline

Activity: 199
Merit: 102


View Profile
February 04, 2016, 04:08:45 PM
 #2685

So evidently there is support for discovering assets via an API?

Which would presumably mean at some point the client could be taught to use that API itself to make such discovery available to its users?

Also presumably if I were to create an asset it will be discovered by sites such as yours so folks will be able to learn that it exists and what URL I keep details about it at?

-MarkM-


Yes. Though I think not showing all assets in the client was a choice made by the NXT developers (they seem to have some of that discussion here). Perhaps they chose not to show all assets in the client as they didn't want to show potential scam or spam assets. As HZ is based on NXT, it's inherited this choice. Especially as asset names are not unique (only known by their asset ID#), it's understandable.

Before creating an asset you should definitely read up about it. For instance, once you start an asset, you can't change the asset name or description (which may contain your URL you keep details about it). Not sure if HZ provide information about creating assets or not? but NXT's information can be found at http://nxtwiki.org/wiki/Asset_Exchange

altsheets
Legendary
*
Offline Offline

Activity: 902
Merit: 1001

Free trial of #AltFolio = save time, react faster


View Profile WWW
February 05, 2016, 06:03:00 PM
 #2686

... discovering assets via an API? ...

Yes ... check out the plethora of AE functions: http://localhost:7776/test?requestTag=AE

Especially this one might be interesting for you: http://localhost:7776/nhz?requestType=getAllAssets
For a full manual, check out the NXT wiki http://nxtwiki.org/wiki/The_Nxt_API#Asset_Exchange_Operations


To see through that data jungle, I suggest you get a good REST client that can nicely format JSON data,
e.g. https://www.google.de/search?q=RESTMan  or  https://github.com/jarrodek/ChromeRestClient
(and then you simply paste the requestType=... URLs into that client)


There has also always been this page https://explorer.horizonplatform.io/?page=assets for which
I proudly contributed such pages https://explorer.horizonplatform.io/?page=asset&id=8101260088962758269


If you are into coding, but just do not know how to talk to an API,
you can soon buy a perfect Python tutorial from me - contact me.
I have presented it in a cool, didactive way, stepwise explaining all the ingredients,
so that even Python newbies are easily able to learn how to work with the NXT/HZ API.
Once you know how to talk to APIs, your life will change *g*. Well worth the money.


... I have (slowly) been developing the HZcharts site at http://hzcharts.coin.emergate.net ...
I am actually opening that page almost every day, really useful for me to have a quick look. Thanks again for this great tool.

I have just purchased a bit more of your asset 17035415330002870030 ("HZCHARTS") to support you, Emerger.
Keep up the good work!

AltFolio = Altcoin Portfolio solution || AAsset = crowdfunding, dividends paying = profit sharing Assets on NXT || Newbium great new platform || AssetGraphs = novel GUI to assets & shareholders (won nxthacks2015!) || ABEE = Block Explorer Extension for ETH clones, live on SOIL || Advice = Consulting || assetparser.py and shareholders.py - tools for NXT/HZ asset buyers & issuers || bamm.py || PeerCrawler || PGP || Texts || Github e.g. ChainCountDown, ethjsre |||| /give/ GiveBackLicense /give/ |||| Looking for an affordable crypto advertisement service with adspaces on crypto-attractive websites, contact me, thx.
Emerger
Full Member
***
Offline Offline

Activity: 199
Merit: 102


View Profile
February 06, 2016, 12:49:15 AM
 #2687

... I have (slowly) been developing the HZcharts site at http://hzcharts.coin.emergate.net ...
I am actually opening that page almost every day, really useful for me to have a quick look. Thanks again for this great tool.

I have just purchased a bit more of your asset 17035415330002870030 ("HZCHARTS") to support you, Emerger.
Keep up the good work!

Thank you! Wish I could dedicate more time to it so I'm glad it's useful in it's current form.

Just FYI I was very impressed with your recent node analysis and picked up a bunch of your AAssetHZ a few weeks ago.

I would obviously love to see more initiatives like ours in the HZ space.

BTCat
Legendary
*
Offline Offline

Activity: 1960
Merit: 1010



View Profile
February 06, 2016, 10:20:04 AM
 #2688

Price Down, Pick Up!

https://www.youtube.com/watch?v=lEBP9dpVM70
speaktome
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
February 13, 2016, 12:11:13 AM
 #2689

The main website doesnt look good, It have some lines that looks lines for cuts with scissors, Sorry. A better design could help more. Embarrassed

             ▄██████████▄
           ▄██████████████▄
          █████▀      ▀█████
         ████▀          ▀████
         ▀▀▀   ▄██████▄   ███▌
     ▄▄████   ▐████████▌  ████  ▄▄
   ▄████████   ▀██████▀   ███▌ ████▄
  █████▀▀▀▀▀      ▐█▌     ▀▀▀  ▀█████
 ████▀          ▄█████▄          ▀████
████   ▄█████▄▄█▀     ▀█▄▄█████▄   ███▌
███▌  ▐███████▌   ███   ▐███████▌  ▐██▌
████   ▀█████▀    ▀███   ▀█████▀   ███▌
 ████▄         ▄█▄ ▀███▄         ▄████
  ▀████▄▄▄▄▄▄▄███▀   ▀███▄▄▄▄▄▄▄████▀
    ▀▀████████▀▀       ▀▀████████▀▀
BitCloud  BTDX
A new type of decentralized currency
.
Most  Profitable  Masternode Coin
▬▬▬    • Wallet  • Details  • Exchanges  •Masternode    ▬▬▬
.
.
ANN  Blockexplorer  MN Calculator  ▬▬▬▬▬▬
▬▬▬▬▬▬▬▬▬▬▬▬    Twitter  Github  Slack

Sirius receive address:SQusssg3DRrKrEHW26c2skEDYCG7vrj11z
Pizpie (OP)
Legendary
*
Offline Offline

Activity: 971
Merit: 1000


View Profile
February 13, 2016, 01:10:50 AM
 #2690

The main website doesnt look good, It have some lines that looks lines for cuts with scissors, Sorry. A better design could help more. Embarrassed

I would agree with this.  Embarrassed

I'm on Twitter: @mBTCPizpie
Adamlm
Hero Member
*****
Offline Offline

Activity: 822
Merit: 1002


View Profile WWW
February 13, 2016, 11:52:33 AM
 #2691

The main website doesnt look good, It have some lines that looks lines for cuts with scissors, Sorry. A better design could help more. Embarrassed

I would agree with this.  Embarrassed
Me too. It looks like websites from early 2000s.
BTW, where is a working URL to checking node status ? It was in the blockchain before, but it's not accessible anymore from there.

nwfella
Legendary
*
Offline Offline

Activity: 1582
Merit: 1000

Well hello there!


View Profile
February 14, 2016, 07:19:51 AM
 #2692

Interested in setting up a hallmark node but the youtube video in OP is no longer available.  Anybody have a link handy available for quick DIY guide?

I made some new ones and will get them up this week!
Still waiting to see those?  Did you ever get them updated per chance?

¯¯̿̿¯̿̿'̿̿̿̿̿̿̿'̿̿'̿̿̿̿̿'̿̿̿)͇̿̿)̿̿̿̿ '̿̿̿̿̿̿\̵͇̿̿\=(•̪̀●́)=o/̵͇̿̿/'̿̿ ̿ ̿̿

Gimme the crypto!!
lcharles123
Legendary
*
Offline Offline

Activity: 1697
Merit: 1074


View Profile
February 14, 2016, 12:11:48 PM
 #2693

The forging is very desigual, someone is trying a hardfork?

You have limited power here. -"Bitcoin on Governments"
Pizpie (OP)
Legendary
*
Offline Offline

Activity: 971
Merit: 1000


View Profile
February 14, 2016, 12:19:33 PM
 #2694

The main website doesnt look good, It have some lines that looks lines for cuts with scissors, Sorry. A better design could help more. Embarrassed

I would agree with this.  Embarrassed
Me too. It looks like websites from early 2000s.
BTW, where is a working URL to checking node status ? It was in the blockchain before, but it's not accessible anymore from there.
https://explorer.horizonplatform.io/?page=nodecheck

I'm on Twitter: @mBTCPizpie
Pizpie (OP)
Legendary
*
Offline Offline

Activity: 971
Merit: 1000


View Profile
February 14, 2016, 06:09:16 PM
 #2695

The forging is very desigual, someone is trying a hardfork?


Hey, thanks for posting that.
Forging should be more spread out and balanced now.
( After 1440 blocks Smiley )

I'm on Twitter: @mBTCPizpie
pol5
Legendary
*
Offline Offline

Activity: 1736
Merit: 1005



View Profile
February 16, 2016, 05:11:28 AM
 #2696

https://explorer.horizonplatform.io/?page=account&id=2278976737951045558              regular payment  %  completed  ?    Sad
altsheets
Legendary
*
Offline Offline

Activity: 902
Merit: 1001

Free trial of #AltFolio = save time, react faster


View Profile WWW
February 17, 2016, 10:37:25 AM
 #2697


I found an "oops" - https://i.imgur.com/3brhFh3.png -
some namespace collision in the browser memory?

Nothing mission-critical, still ... TODO for a next version?

 Wink

AltFolio = Altcoin Portfolio solution || AAsset = crowdfunding, dividends paying = profit sharing Assets on NXT || Newbium great new platform || AssetGraphs = novel GUI to assets & shareholders (won nxthacks2015!) || ABEE = Block Explorer Extension for ETH clones, live on SOIL || Advice = Consulting || assetparser.py and shareholders.py - tools for NXT/HZ asset buyers & issuers || bamm.py || PeerCrawler || PGP || Texts || Github e.g. ChainCountDown, ethjsre |||| /give/ GiveBackLicense /give/ |||| Looking for an affordable crypto advertisement service with adspaces on crypto-attractive websites, contact me, thx.
hotzenplö
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
February 17, 2016, 01:35:28 PM
 #2698

Nothing going on with Horizon now. I thought it was something planned at the end of the distribution. Marketing, new assets or something.
Pizpie has promised an update to the end of the last week, but nothing happens again. Angry
altsheets
Legendary
*
Offline Offline

Activity: 902
Merit: 1001

Free trial of #AltFolio = save time, react faster


View Profile WWW
February 17, 2016, 03:07:55 PM
Last edit: February 18, 2016, 11:43:46 AM by altsheets
 #2699

And another one ... (today I am in bug finding reward mood, seemingly.)

... this time the BlockExplorer:

--> https://i.imgur.com/RzRQ2i1.png
20160217_BlockExplorer_unconfirmed-TX_wrong-blocktime.png

2080 years ago

:-)


... while unconfirmed. Now it looks correct.

(I have encouraged -and I am helping- someone to port a neat little tool to HZ ... stay tuned, we are debugging)

AltFolio = Altcoin Portfolio solution || AAsset = crowdfunding, dividends paying = profit sharing Assets on NXT || Newbium great new platform || AssetGraphs = novel GUI to assets & shareholders (won nxthacks2015!) || ABEE = Block Explorer Extension for ETH clones, live on SOIL || Advice = Consulting || assetparser.py and shareholders.py - tools for NXT/HZ asset buyers & issuers || bamm.py || PeerCrawler || PGP || Texts || Github e.g. ChainCountDown, ethjsre |||| /give/ GiveBackLicense /give/ |||| Looking for an affordable crypto advertisement service with adspaces on crypto-attractive websites, contact me, thx.
AMOjeda
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
February 18, 2016, 01:24:48 AM
 #2700

Nothing going on with Horizon now. I thought it was something planned at the end of the distribution. Marketing, new assets or something.
Pizpie has promised an update to the end of the last week, but nothing happens again. Angry

If it's taken you this long to figure out that this was a scam, then I'm sorry. Devs are doing other things. Piz is on that FOREX and popping in here and there to maintain slight buying of their bags until it goes to 0. HZ is a dead horse.
Pages: « 1 ... 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 [135] 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 »
  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!