Author

Topic: . - page 102. (Read 491737 times)

legendary
Activity: 902
Merit: 1001
Free trial of #AltFolio = save time, react faster
March 16, 2015, 05:16:53 PM
The bug is fixed:




my own results were:





So: Looking good. Well done, we fixed your bug.



Small suggestion: 100,000,000 is easier to read than 100000000


Enjoy your week!
;-)


P.S.: "AltFolio" is useful for my ALTcoin trading,
because I see my whole portFOLIO in one picture  
- and which of my coins are rising, which are falling.
Data is automatically pulled from 8 exchanges,
and from coinmarketcap.
"AltFolio" saves time daily, and improves my trading
- because I see earlier when my markets start moving.
Try my software for free now.


legendary
Activity: 902
Merit: 1001
Free trial of #AltFolio = save time, react faster
March 16, 2015, 05:10:11 PM
I will - but first please re-enable the sort-by-column again.
Right now there is only one sorting, alphabetical?
I *think* I've fixed this, but I can't tell as I'm parked at the side of the road on a mobile on a GPRS connection. Please could someone check and let me know if it works. If it doesn't, I'll be able to fix it in a couple of hours.
It should work though.

Yes, the sort-by-column is working again.

I am comparing our asset parsing now...
hero member
Activity: 658
Merit: 500
March 16, 2015, 04:28:18 PM
list of assets on the Horizon Exchange

https://explorer.horizonplatform.io/?page=assets


Is there a video on simplifying the assets for new people? I feel like assets are an untouched market cause people don't get it.. Maybe HZ could show the way!
newbie
Activity: 27
Merit: 0
March 16, 2015, 04:17:30 PM
list of assets on the Horizon Exchange

https://explorer.horizonplatform.io/?page=assets
hero member
Activity: 601
Merit: 500
March 16, 2015, 02:34:28 PM
Other missed payouts have been sent out.

@Pizpie
I don't want to annoy, but you have not responded yet:
The payment last days were only for 5 days, but there were 6 days without node bounties (24-02 to 01-03)

We payed out a chunk block, to my knowledge it covered all 6. If you come up with a different number, please let me know and I'll look into it. (Thanks for your work on this, your information was valuable.)

Obviously you paid 5986.808 HZ per node.

23-02-2015: 1272.2646 HZ node bounty
02-03-2015: 1141.5525 HZ node bounty

Average (5 days): 5986.808 / 5 = 1197.3616 HZ
Average (6 days): 5986.808 / 6 = 997.8013 HZ

1197 per day is between 1272 and 1141.
I assume that the number of nodes increased continuously.


@Pizpie:
Have I convinced you?
hero member
Activity: 601
Merit: 500
legendary
Activity: 924
Merit: 1000
March 16, 2015, 02:00:25 PM
What makes HZ different/better then the other asset coins?

The community. The dev team is really nice & energetic, and this shows in the loyalty thet community has for HZ. Myself, I'd be proud to be a whale who'll "never sell!"
newbie
Activity: 27
Merit: 0
March 16, 2015, 01:38:39 PM
What makes HZ different/better then the other asset coins?

These are only my (possibly misinformed opinions....

In my humble opinion, (I own some)...

1) the translation of the platform to Chinese opens up a huge market for NHZ (80% of bitcoin transactions are for the Yaun)

2) The HZXCHANGE is a novel efficient way to issue an asset, much like a company going public. 

3) The partnership with Blocknet and Bitnation shows the blockchain can be used for many things .. as in the so called 'Internet of Things'-- And these guys realize it.

4) The acquisition of NFD brings in dedicated high caliber developers to the team.

5) The team is transparent, and respond to questions quickly.  I believe this to be one of the most important factors in gaining popularity and credibility.

All of that being said,

It takes time to develop the platform.  It costs money.  It is not by any means 'easy'. 

I believe it is a good investment, both in HZ and HZXCHANGE, but it's going to take patience.

These are all my own opinions, and I do own both HZXCHANGE and HZ.

I expect to see the price of HZ at around .00001 or better by midsummer.

I expect to see HZX trading between 300 and 500 by midsummer.
legendary
Activity: 902
Merit: 1001
Free trial of #AltFolio = save time, react faster
March 16, 2015, 01:14:59 PM
If I am right, I claim a bug bounty for finding this.
Anyways: Please everyone donate a little bit to this address:   NHZ-N7PX-MTZZ-VQGE-HHYZ4   so that I can pay for my health insurance today,  I am totally broke. Thanks a lot!

Hi, I think I've fixed this now.
Well done. Quick fix!

Please can you check again and let me know the outcome.
I will - but first please re-enable the sort-by-column again.
Right now there is only one sorting, alphabetical?

Regarding a bounty, I'll ensure that Pizpie sends you something for your help.
That is great, what a relief.


Thanks a (10^8 / 100)  
Wink


hero member
Activity: 658
Merit: 500
March 16, 2015, 12:33:55 PM
What makes HZ different/better then the other asset coins?
newbie
Activity: 27
Merit: 0
March 16, 2015, 11:58:03 AM
Thank you for the well organized tutorial section.  Keep going guys!
legendary
Activity: 902
Merit: 1001
Free trial of #AltFolio = save time, react faster
March 16, 2015, 03:18:30 AM
New Horizon!

I could not find the forum.nhzcrypto.org anymore,
and posting code into facebook is *meh*, so I am trying here.

It's a rather technical question,
please point me to someone who can
help me to understand this better.

Where can I find the HZ code documentation?

This is the code that I have written last night, and
debugged with nxt-people and nxtreporting.com:

Code:
       # for NXT the following code returns correct results,
        # i.e. identical to nxtreporting.com  
        url =  "http://locahost:7876/nxt?"
        
        # should work almost idential on HZ:
        url =  "http://localhost:7776/nhz?"
        
        # get all asset ids, and descriptions
        url += "requestType=getAllAssets"
        allAssets = urlopenJson(url)
        
        # analyze each asset:
        for asset in allAssets["assets"]:

            decimals =  int(asset["decimals"])
            QNTfactor = 1.0 / pow (10, decimals)
        
            QUANTITY = asset["quantityQNT"] * QNTfactor
           
My HZ results are  only identical with https://explorer.horizonplatform.io/?page=assets for those assets with decimals=0 (e.g. NHZSPHERE, HZmint, etc.).

But for HZ assets with decimals!=0 the 'QUANTITY' is differing!!!


On NXT, my above code works flawlessly, and for any decimals. See this discussion of last night:
https://nxtforum.org/general-discussion/a-question-from-the-nxt-facebook-group/msg168842/#msg168842


Are the 'decimals' treated differently on HZ than on NXT ? How?

If the 'decimals' are treated identical on NH and on NXT ... then the table at https://explorer.horizonplatform.io/?page=assets is wrong in its QUANTITY column!



Hmmm ... could really be a bug.

Here is a screenshot of the current webpagetable:





If I am right,
I claim a bug bounty
for finding this.

If I am wrong, I would like to understand this better, please teach me.


Anyways: Please everyone donate a little bit to this address:  

NHZ-N7PX-MTZZ-VQGE-HHYZ4

so that I can pay for my health insurance today,  
I am totally broke. Thanks a lot!

;-)


---

EDIT: 17/3/2015: I am now placing my work under a newly created giveback-license-v01 = http://altsheets.ddns.net/give/ Thanks.

EDIT: The bug got fixed!
legendary
Activity: 971
Merit: 1000
March 16, 2015, 01:55:16 AM
Does horizon and 1broker have anything to do with each other?

No, totally separate.
hero member
Activity: 658
Merit: 500
March 15, 2015, 11:38:58 PM
Does horizon and 1broker have anything to do with each other?
hero member
Activity: 575
Merit: 502
March 15, 2015, 11:59:18 AM
P.s: I have also looked for NXT such a similar wallet, but didnt find any official thin like wallet

I just got an answer which might be interesting for you:

https://nxtforum.org/general-discussion/%28ann%29-nxtlite/

Thanks for the info. It is not official lite wallet -I guess- , but ill try.

Actually, my problem is with Java (or its language packs). My full NXT installation stucks at 22000th block and HZ installation stuck at 57000ish block.

This is due to Turkish "ı" character problem in Java. I tried with win xp/7 , ubuntu with java7/8 and they all gave same problem. The only way to handle this issue was to use English version of this OS. Since my native language is Turkish , I prefer to use lite wallets. I dont have block stuck problem and dont need to run the node for just checking my account or  send a transaction.

Under linux you could try setting LANG=C; before you start the client.
legendary
Activity: 971
Merit: 1000
March 15, 2015, 10:46:29 AM
Morning everyone, node bounty account has been refreshed and it'll run that payment again.
https://explorer.horizonplatform.io/?page=account&id=13394496573002751894
sr. member
Activity: 433
Merit: 250
March 15, 2015, 10:45:07 AM
P.s: I have also looked for NXT such a similar wallet, but didnt find any official thin like wallet

I just got an answer which might be interesting for you:

https://nxtforum.org/general-discussion/%28ann%29-nxtlite/

Thanks for the info. It is not official lite wallet -I guess- , but ill try.

Actually, my problem is with Java (or its language packs). My full NXT installation stucks at 22000th block and HZ installation stuck at 57000ish block.

This is due to Turkish "ı" character problem in Java. I tried with win xp/7 , ubuntu with java7/8 and they all gave same problem. The only way to handle this issue was to use English version of this OS. Since my native language is Turkish , I prefer to use lite wallets. I dont have block stuck problem and dont need to run the node for just checking my account or  send a transaction.

One way to fix that is changing the display language.
sr. member
Activity: 412
Merit: 251
March 15, 2015, 10:10:54 AM
P.s: I have also looked for NXT such a similar wallet, but didnt find any official thin like wallet

I just got an answer which might be interesting for you:

https://nxtforum.org/general-discussion/%28ann%29-nxtlite/

Thanks for the info. It is not official lite wallet -I guess- , but ill try.

Actually, my problem is with Java (or its language packs). My full NXT installation stucks at 22000th block and HZ installation stuck at 57000ish block.

This is due to Turkish "ı" character problem in Java. I tried with win xp/7 , ubuntu with java7/8 and they all gave same problem. The only way to handle this issue was to use English version of this OS. Since my native language is Turkish , I prefer to use lite wallets. I dont have block stuck problem and dont need to run the node for just checking my account or  send a transaction.
hero member
Activity: 546
Merit: 500
March 15, 2015, 09:49:46 AM
Morning all. Can you please check the payouts for today? It seems that not all nodes have been payed and it's missing a lot of HZs.  Undecided

I had the same issue with my nodes as well.

 I had the same issue too no payouts for today


full member
Activity: 180
Merit: 100
March 15, 2015, 09:02:28 AM
P.s: I have also looked for NXT such a similar wallet, but didnt find any official thin like wallet

I just got an answer which might be interesting for you:

https://nxtforum.org/general-discussion/%28ann%29-nxtlite/
Jump to: