Pages:
Author

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

legendary
Activity: 971
Merit: 1000
March 18, 2015, 06:50:21 PM
Alright, we got the strange characters in some of the other languages on the wallet, the asset exchange bug with the overlay issue, and cramped text on some versions of the wallet. Anything else?

And the advanced options menu only opening on the first log in, and if you close it, it doesn't open it again and you need to restart the client to gain access to it when making a transaction.
sr. member
Activity: 700
Merit: 250
March 18, 2015, 06:21:51 PM
Grabbed some more @ 100 satoshi   Roll Eyes.
full member
Activity: 225
Merit: 100
March 18, 2015, 01:35:38 PM
HZXchange asset price is going up, time to hold i think and to take some more before price will be high or to take some if you dont have any and want something that can be big.

We are currently at arround 40 to 43 horizon for one hzxchange asset and  there are only 1 000 000 assets created.

Im keeping mine, really want to see what will happen with it next weeks months but i think its a good good investment Smiley
legendary
Activity: 902
Merit: 1001
Free trial of #AltFolio = save time, react faster
March 18, 2015, 01:05:53 PM
how much volume do asset market have? anyones know?
Good question. It would be great to have charts on each and every asset with all tradinghistory, volume, etc.
I made a quick analysis a few days ago: list of existing platforms and some analyses of assets on them, with data from CAC and data from CMC. AND I am in the process of writing code right now to compare all NHZ and NXT asset markets better. It will will tell us a lot about what is really going on. No charts, but very informative tables (i.e. that can be sorted, and sliced) - and as I import that live analysis into GoogleSheets, you will be able to do your own (comparative) charts there. ...
I have had another idea for a REALLY interesting data column,
which might tell us which of the assets are actually successful
- and I want to implement that first.

It's quite a bit of data parsing, but probably worth it.
And then I might publish a preview of some of the results into my thread:
[ANN][AAA] AltSheets AltFolio Asset (preANN = asset research, designing details) ...

I have not decided yet how to monetize it (and I have to, sorry),
but of course, I could give you a preview on (a small) donation basis.
Might wanna strike a bounty deal to make it public if it benefits Horizon community. Preview to Pizpie Smiley

Nice suggestion, thanks.

legendary
Activity: 902
Merit: 1001
Free trial of #AltFolio = save time, react faster
March 18, 2015, 12:53:51 PM
Thanks a lot, tiker.  Wow, yes, that page is VERY helpful :-)
Is there a page like this https://wiki.nxtcrypto.org/wiki/Nxt_API#Get_Account_Assets for NHZ ?
From which past NXT version was NHZ forked? Perhaps there are old NXT manuals which would be helpful?
The top right corner of that page contains a link to "wiki docs" sending you to https://wiki.nhzcrypto.org/wiki/Nhz_API but this page no longer exists.  I'm not sure if the page has been moved due to the re-branding work or if it will be but someone else closer to the project can answer that.

For now, I'd suggest that you refer to the NXT API documents for the HZ APIs that exist.
I will.

And I have had an idea:

The Nxt wiki keeps ALL of history, so it is possible to go back to the API wikidocumentation of the Nxt version from which NHZ was forked.
That should help a lot (minus possible errors that were only found out later, but that is probably less of a problem?).

... From which past NXT version was NHZ forked?  ...
NXT 1.2.9

Thanks.
That is helpful to know, in general.
1.2.9 good to know (Nxt is at 1.4.16 now BTW).


Unfortunately the Nxt API wikipage has started to mention the version number only recently.
But perhaps one of you who knows NHZ history better, an can pinpoint a good history snapshot?

My best guess (as NHZ thread was started October 14, 2014, 08:25:18 PM) is around here:
--> http://wiki.nxtcrypto.org/w/index.php?title=Nxt_API&oldid=29356 <--


sr. member
Activity: 459
Merit: 250
March 18, 2015, 10:02:04 AM

Thanks a lot, tiker.  Wow, yes, that page is VERY helpful :-)

Is there a page like this https://wiki.nxtcrypto.org/wiki/Nxt_API#Get_Account_Assets for NHZ ?
From which past NXT version was NHZ forked? Perhaps there are old NXT manuals which would be helpful?

The top right corner of that page contains a link to "wiki docs" sending you to https://wiki.nhzcrypto.org/wiki/Nhz_API but this page no longer exists.  I'm not sure if the page has been moved due to the re-branding work or if it will be but someone else closer to the project can answer that.

For now, I'd suggest that you refer to the NXT API documents for the HZ APIs that exist.

hero member
Activity: 575
Merit: 502
March 18, 2015, 07:14:43 AM
...
From which past NXT version was NHZ forked?
...

NXT 1.2.9
legendary
Activity: 1960
Merit: 1010
March 18, 2015, 07:02:23 AM

I have not decided yet how to monetize it (and I have to, sorry),
but of course, I could give you a preview on (a small) donation basis.


Might wanna strike a bounty deal to make it public if it benefits Horizon community. Preview to Pizpie Smiley
legendary
Activity: 902
Merit: 1001
Free trial of #AltFolio = save time, react faster
March 18, 2015, 06:43:26 AM
how much volume do asset market have? anyones know?

Good question. It would be great to have charts on each and every asset with all tradinghistory, volume, etc.

I made a quick analysis a few days ago:

list of existing platforms
and some analyses of assets on them, with
data from CAC and
data from CMC .

AND

I am in the process of writing code right now to compare all NHZ and NXT asset markets better. It will will tell us a lot about what is really going on.
No charts, but very informative tables (i.e. that can be sorted, and sliced) - and as I import that live analysis into GoogleSheets, you will be able to do your own (comparative) charts there.

I have not decided yet how to monetize it (and I have to, sorry),
but of course, I could give you a preview on (a small) donation basis.
legendary
Activity: 902
Merit: 1001
Free trial of #AltFolio = save time, react faster
March 18, 2015, 06:31:57 AM
How can I find out in HZ how many assets a certain account is owning?
In NXT these work perfectly:
Code:
http://localhost:7876/nxt?requestType=getAccountAssets&account=3876171661663053072&asset=18128686802152832026
http://localhost:7876/nxt?requestType=getAccountAssets&account=3876171661663053072
but the equivalent in HZ
Code:
http://localhost:7776/nhz?requestType=getAccountAssets&account=4568382639415031536
results in
Quote
{"errorDescription":"Incorrect request","errorCode":1}

Where can I find the complete manual of HZ requestTypes?
Thanks!

The list of request types can be found here:
http://localhost:7776/test

Thanks a lot, tiker.  Wow, yes, that page is VERY helpful :-)

Is there a page like this https://wiki.nxtcrypto.org/wiki/Nxt_API#Get_Account_Assets for NHZ ?
From which past NXT version was NHZ forked? Perhaps there are old NXT manuals which would be helpful?

getAccountAssets is not on the list.

Right. But with your help, I found a solution. Thanks a 10^(8-2) .

I will use getAccount["assetBalances"] and then iterate through all the results until I hit the right assetId.


newbie
Activity: 27
Merit: 0
March 17, 2015, 11:29:39 PM
hallo,..
how to participate in forging pool ?

ANNOUNCEMENT
HORIZON LAUNCHES VIDEO TUTORIALS SECTION
https://horizonplatform.io/category/tutorials/

If you’re new to Horizon then thing might seem a little confusing at first so we've released some step-by-step video tutorials which show you how easy it really is. Our video guides cover everything from creating a new account and making your first transaction, to setting up and securing your own Horizon node. Each video is about two minutes long and we’re always adding new ones, so check back regularly.


https://horizonplatform.io/category/tutorials/



no new in Hz,just i never participate on forging pool


I believe it is the second video
legendary
Activity: 1176
Merit: 1000
March 17, 2015, 10:02:17 PM
hallo,..
how to participate in forging pool ?

ANNOUNCEMENT
HORIZON LAUNCHES VIDEO TUTORIALS SECTION
https://horizonplatform.io/category/tutorials/

If you’re new to Horizon then thing might seem a little confusing at first so we've released some step-by-step video tutorials which show you how easy it really is. Our video guides cover everything from creating a new account and making your first transaction, to setting up and securing your own Horizon node. Each video is about two minutes long and we’re always adding new ones, so check back regularly.


https://horizonplatform.io/category/tutorials/



no new in Hz,just i never participate on forging pool
newbie
Activity: 27
Merit: 0
March 17, 2015, 09:05:23 PM
hallo,..
how to participate in forging pool ?

ANNOUNCEMENT
HORIZON LAUNCHES VIDEO TUTORIALS SECTION
https://horizonplatform.io/category/tutorials/

If you’re new to Horizon then thing might seem a little confusing at first so we've released some step-by-step video tutorials which show you how easy it really is. Our video guides cover everything from creating a new account and making your first transaction, to setting up and securing your own Horizon node. Each video is about two minutes long and we’re always adding new ones, so check back regularly.


https://horizonplatform.io/category/tutorials/

legendary
Activity: 1176
Merit: 1000
March 17, 2015, 08:32:46 PM
hallo,..
how to participate in forging pool ?
full member
Activity: 180
Merit: 100
March 17, 2015, 06:35:24 PM


 Hello
 
 On the  Horizon Forging Pool : NHZ-3R7E-HK6Z-9AM8-BUP9L
  What is the minimum payout?

Minimum payout is 30 HZ

So, I just forged for the minimum time and I doubt that I will reach 30 HZ, but I already changed the next forging pool, as I wanted to try and compare another. When I switch back to the above pool, will my funds be still there to add to the next forging period after the interruption?
newbie
Activity: 30
Merit: 0
March 17, 2015, 05:37:33 PM


 Hello
 
 On the  Horizon Forging Pool : NHZ-3R7E-HK6Z-9AM8-BUP9L
  What is the minimum payout?

Minimum payout is 30 HZ
legendary
Activity: 971
Merit: 1000
March 17, 2015, 04:52:52 PM

How can I compare which pool is better, there seem to be differences. And is it necessary to contact the pool to get the payout or is it automatically? And do other pools besides the "Horizon Forging Pool" also have further information and explorers?  Huh

Thanks
I want to know this as well, i leased my balance to one pool few weeks before and my balance never returned  Huh

ähm. when you lease your account the balance stays the same. you don't send any coins to another account.
the other account just uses your coins to forge and pays you back your piece of the forging reward and that's automated.
you should have a look at the tutorial section "How to lease your account"
https://horizonplatform.io/category/tutorials/

öhm, the tutorial section "How to lease your account" just says "you will start receiving funds after that". So it does that completely automically, right? I just asked because I saw that with NXT forging it seems to be necessary to "ask" for your reward after forging. HZ is better then in this regard, I hope.

And my other questions are not answered at all in the tutorial.

It automatically pays it out, yes.
There isn't a central list for all the forging pools yet. We are working on this now.
You can view information on who and what pools are forging here: https://explorer.horizonplatform.io/?page=graphs&graph=forgers
legendary
Activity: 971
Merit: 1000
March 17, 2015, 04:50:08 PM


 Hello
 
 On the  Horizon Forging Pool : NHZ-3R7E-HK6Z-9AM8-BUP9L
  What is the minimum payout?







Payouts are based on the amount that of blocks / fees that the pool forges. You are then paid out a % of that based on your % contribution to the pool.
full member
Activity: 180
Merit: 100
March 17, 2015, 04:32:22 PM

How can I compare which pool is better, there seem to be differences. And is it necessary to contact the pool to get the payout or is it automatically? And do other pools besides the "Horizon Forging Pool" also have further information and explorers?  Huh

Thanks
I want to know this as well, i leased my balance to one pool few weeks before and my balance never returned  Huh

ähm. when you lease your account the balance stays the same. you don't send any coins to another account.
the other account just uses your coins to forge and pays you back your piece of the forging reward and that's automated.
you should have a look at the tutorial section "How to lease your account"
https://horizonplatform.io/category/tutorials/

öhm, the tutorial section "How to lease your account" just says "you will start receiving funds after that". So it does that completely automically, right? I just asked because I saw that with NXT forging it seems to be necessary to "ask" for your reward after forging. HZ is better then in this regard, I hope.

And my other questions are not answered at all in the tutorial.
sr. member
Activity: 459
Merit: 250
March 17, 2015, 03:45:19 PM
Where can I find the complete manual of HZ requestTypes?
Thanks!

The list of request types can be found here:
http://localhost:7776/test

getAccountAssets is not on the list.
Pages:
Jump to: