Bitcoin Forum
June 22, 2024, 08:34:32 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 [67] 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 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 ... 155 »
  Print  
Author Topic: .  (Read 491702 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.
altsheets
Legendary
*
Offline Offline

Activity: 902
Merit: 1001

Free trial of #AltFolio = save time, react faster


View Profile WWW
April 18, 2015, 03:34:35 PM
 #1321

I want this:

Get Asset Accounts
Get the accounts that own an asset given the asset ID ...



But that requestType=getAssetAccounts is seemingly not part of the HZ vocabularium yet?

So what is your workaround in HZ?


Thanks!

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.
GoldenEye
Hero Member
*****
Offline Offline

Activity: 601
Merit: 500


View Profile
April 18, 2015, 04:00:50 PM
Last edit: April 18, 2015, 04:27:30 PM by GoldenEye
 #1322


I wouldn't do it, also. But many wouldn't pay attention...

edit: And it is still an untrusted server
GoldenEye
Hero Member
*****
Offline Offline

Activity: 601
Merit: 500


View Profile
April 18, 2015, 04:15:50 PM
 #1323

I want this:

Get Asset Accounts
Get the accounts that own an asset given the asset ID ...



But that requestType=getAssetAccounts is seemingly not part of the HZ vocabularium yet?

So what is your workaround in HZ?


Thanks!

What about

http://localhost:7776/nhz?requestType=getAsset&asset=2717092958638242662

The return is
{
  "decimals":5,
  "numberOfTrades":0,
  "asset":"2717092958638242662",
  "quantityQNT":"2200000000000",
  "description":"This is the HZxchange asset for DASH.\r\nSend a message to the issuer to receive a deposit address.\r\nTransfer assets back to the issuer to withdraw coins.\r\nCheck the issuer's aliases and visit http:\/\/hzxchange.net for more information.",
  "name":"HZxDASH",
  "accountRS":"NHZ-W69K-AQ79-3TCV-EALRJ",
  "account":"14438056918909849841"
}

You can try it here: http://localhost:7776/test
Hubus
Full Member
***
Offline Offline

Activity: 180
Merit: 100


View Profile
April 18, 2015, 04:29:48 PM
Last edit: April 18, 2015, 04:43:17 PM by Hubus
 #1324

I hope there will be some interface like in the exchange of the SuperNet NXT wallet (MGW multigateway, coinomat exchange)!?

  • nice to have: a GUI e.g. like SuperNET

That's two votes, so far...  Grin
altsheets
Legendary
*
Offline Offline

Activity: 902
Merit: 1001

Free trial of #AltFolio = save time, react faster


View Profile WWW
April 18, 2015, 05:20:32 PM
 #1325

I want this:
Get Asset Accounts
Get the accounts that own an asset given the asset ID ...
But that requestType=getAssetAccounts is seemingly not part of the HZ vocabularium yet?
So what is your workaround in HZ?
Thanks!
What about http://localhost:7776/nhz?requestType=getAsset&asset=2717092958638242662
The return is
{
...  "name":"HZxDASH",
  "accountRS":"NHZ-W69K-AQ79-3TCV-EALRJ",
...
}
You can try it here: http://localhost:7776/test
Yes, I know :-) That is the issuer account.   See getAsset:
Quote
Get asset
Obtain information associated with an asset ID
...     requestType=getAsset&
     asset=ASSETID
Where:
ASSETID is the asset ID you want to look up
Response
{
     "account":          "ACCOUNT",
     "accountRS":        "ACCOUNTRS",
...}
Where:
ACCOUNT is the account that issued the asset
ACCOUNTRS is the Reed-Solomon address of the account.

Instead ...

... I'd like to have all NHZ-... accounts that are owning an asset.


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.
altsheets
Legendary
*
Offline Offline

Activity: 902
Merit: 1001

Free trial of #AltFolio = save time, react faster


View Profile WWW
April 18, 2015, 09:28:36 PM
Last edit: April 18, 2015, 09:47:00 PM by altsheets
 #1326

I actually got an answer, how I would probably have to do it, ... from jl777 in the Nxt forum https://nxtforum.org/index.php?topic=8580.msg174657#msg174657

Quote from: jl777 date=1429390474
Quote from: Tosch110 date=1429371674
Quote from: altsheets date=1429371606
I am looking for two workarounds in HZ / oldNXT
--> pay dividends https://bitcointalk.org/index.php?topic=823785.msg11126613#msg11126613
--> Get Asset Accounts https://bitcointalk.org/index.php?topic=823785.msg11126631#msg11126631
does anyone remember how you did these 2 operations in Nxt until autumn 2014?
If I remember correctly valarmg has written something like this. He might still have the code for it
HZ is still using such old codebase?
Without built in API to return list of assetholders, you need to reparse the entire blockchain and create the list from scratch.
It was horrible... It took me an entire week to be able to get an accurate list of assetholders at a timestamp. And for me an entire week is a long time for what I thought would be a one day task.
I am not supporting that code anymore and it is in C, but I believe it was the only thing that solved this, until NXT core got the API call
James

hello horizon:

Is "need to reparse the entire blockchain" really the only way to go?

Thanks!

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.
CryptoClub
Legendary
*
Offline Offline

Activity: 1470
Merit: 1000


cryptocollectorsclub.com


View Profile
April 18, 2015, 09:53:29 PM
 #1327

HZexchange was started and no official comment on the HZ website.
Who knows, if the here mentioned HZx asset IDs are right? When the trusted asset list is updated?

?

https://horizonplatform.io/hzxchange/

Just check the website, everything has been listed there for weeks.

Hi CryptoClub,
using the link you have mentioned I can only find some general information about the hzxchange asset.
I miss an official statement
  • that HZexchange was started
  • which asset IDs are valid (for the coin assets) - should be on the trusted asset list
  • a howto
  • nice to have: a GUI e.g. like SuperNET

The only information I found was in this thread from you, shown in a picture loaded from somewhere.
Sorry, but you are not in the official HZ team (https://horizonplatform.io/about/the-horizon-team).

I don't think, that this is a scam, but the HZexchange introduction was a little 'unhappy'.


 

Yes, I am on the team, my name is James Clayton, check the second asset down with the second most trades, that is the correct one. HZxchange was not issued be me personally so I can't help with specifics, but I am 100% sure which one it is. The website guy also does concerts and so on, a very very busy guy and the information has been delayed. I grabbed the press release from them so at least something could be posted as people were asking about it. Again though, I am not behind HZxchange so I can't really help with specifics on it, but I am sure they will release more information soon.

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

Here is my Google plus account, you will notice years of crypto posts and countless stuff about Horizon

https://plus.google.com/+JamesClayton/posts

Facebook

https://www.facebook.com/james.clayton.1004

"James is the founder of Cryptocurrency Collectors Club, the most respected alt currency group on Facebook. He is also an avid crypto blogger, trader, miner, fundamentals analyst, and investor who has spent many years working with a variety of electronic systems in challenging environments."

Ok, I do not doubt your trustworthiness.

Sometimes it is better to wait some days and start a thing like HZexhange with better preparation und all needed information.

By the way, starting from https://hzxchange.net/ and clicking one of the assets, I open an unencrypted connection to a webwallet anywhere (http://nexthorizon.github.io/hz-source/#asset:5695508852370099719).

Should the user be tempted here to enter his passphrase readable for all? Who owns this node?


HZxchange was started by someone on the team and it is a trusted asset, but this is not a "team asset" or by everyone on the team. If you want to go to where they are more active this is the group for HZxchange. https://www.facebook.com/groups/HZxchange/

...
CryptoClub
Legendary
*
Offline Offline

Activity: 1470
Merit: 1000


cryptocollectorsclub.com


View Profile
April 18, 2015, 09:58:34 PM
 #1328

https://bitcointalk.org/index.php?topic=1022989.0

HZchronos is an asset I started up by the way, I can help with everything about that. It will also be a trusted asset and later on the website in the trusted asset section, once James Malach has enough time to put it there. Sale ends April 27th midnight for HZchronos. Totally different from HZxchange however as mine is a service/promotion based asset. Very unique, rare, super low marketcap. Check it out if you want, thanks!

...
altsheets
Legendary
*
Offline Offline

Activity: 902
Merit: 1001

Free trial of #AltFolio = save time, react faster


View Profile WWW
April 19, 2015, 01:44:48 AM
 #1329

Thx to everyone who helped!
I actually went the long and stony road, to build yet another workaround for the old HZ api.

But YIEHAH - it is working, hooorah :-)

-->

New version !!!
assetparser.py

See my assetparser.py thread

Soon: A new table.

Enjoy your weekend!

P.S.: You can support my work, in many ways, have a look at my giveback license v03.
TL;DR: Buy my AAssetHZ, or donate to NHZ-Q675-SGBG-LQ43-D38L6 . Thx.

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.
richwang
Hero Member
*****
Offline Offline

Activity: 605
Merit: 500



View Profile
April 20, 2015, 07:19:01 AM
 #1330

Good time to accumulate some HZ again  Cool

Yes it is Smiley


Smiley I'm a HZ millionaire.

gorilo23
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
April 20, 2015, 09:01:18 AM
 #1331

whats goin' on with HZ price??
crazy volatility
CryptoClub
Legendary
*
Offline Offline

Activity: 1470
Merit: 1000


cryptocollectorsclub.com


View Profile
April 20, 2015, 09:30:36 AM
 #1332

whats goin' on with HZ price??
crazy volatility

Pretty stable really. Objectively I think it bottomed out a couple days ago, and with news in the future likely to uptrend once again. Keep in mind people will sell to get into the latest fads, it happens... Every now and then we peak up and get close to 200 sats, so if we break that down the road I think that will be significant. Volatility can also be good for trading if you are patient.

...
GoldenEye
Hero Member
*****
Offline Offline

Activity: 601
Merit: 500


View Profile
April 20, 2015, 04:07:05 PM
 #1333

Can everyone explain the HZx fees?

hzxdashdepositfee=0.5 -> HZ or DASH or per coin unit?
hzxdashminfee=0.05 -> HZ or DASH?
hzxdashstorageaddress=7stmkeyy6bujsvzvmrtjubcqdtkn1bhh3d -> I thought everyone has an individual address?
hzxdashwithdrawalfee=1 -> HZ or DASH or per coin unit?

Nobody knows?
GoldenEye
Hero Member
*****
Offline Offline

Activity: 601
Merit: 500


View Profile
April 20, 2015, 04:09:23 PM
 #1334

Remember to update your nodes as well as updating your wallet.
This is a mandatory update, and you will not receive your bounty payouts if you do not update.
This will take effect in 10 days.

Wallets: https://horizonplatform.io/get-started/wallets/

Hi Pizpie,
the 10 days are over.

When the nodes with the old software will not receive bounties any more?

Pizpie, is your statement still valid?
martismartis
Legendary
*
Offline Offline

Activity: 1162
Merit: 1005


View Profile
April 20, 2015, 05:00:45 PM
 #1335

Do NHZ devs knows about found bug in NXT?

Hi folk,

please try to update to 1.4.17: https://nxtforum.org/nrs-releases/nrs-v1-4-17/

The team fixed a critical bug.

Cheers,
Chuck
altsheets
Legendary
*
Offline Offline

Activity: 902
Merit: 1001

Free trial of #AltFolio = save time, react faster


View Profile WWW
April 20, 2015, 06:05:02 PM
 #1336

Do NHZ devs knows about found bug in NXT?
Hi folk,
please try to update to 1.4.17: https://nxtforum.org/nrs-releases/nrs-v1-4-17/
The team fixed a critical bug.
Cheers,
Chuck

Wow, that thread is really interesting to read. Thx.

It links to here  General Discussion > Bounties "destroyer" sends the 4 bugs!!!  where already 26 people (!) have together pledged 132,500NXT to get a bug bounty together, for the said hacker 'destroyer'.

And now they released an asset "Destroyer asset #16814982501952336922" to collect all that.

Fascinating.

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.
martismartis
Legendary
*
Offline Offline

Activity: 1162
Merit: 1005


View Profile
April 20, 2015, 06:45:43 PM
 #1337

Do NHZ devs knows about found bug in NXT?
Hi folk,
please try to update to 1.4.17: https://nxtforum.org/nrs-releases/nrs-v1-4-17/
The team fixed a critical bug.
Cheers,
Chuck

Wow, that thread is really interesting to read. Thx.

It links to here  General Discussion > Bounties "destroyer" sends the 4 bugs!!!  where already 26 people (!) have together pledged 132,500NXT to get a bug bounty together, for the said hacker 'destroyer'.

And now they released an asset "Destroyer asset #16814982501952336922" to collect all that.

Fascinating.

NXT and its community are amazing. Curious, main dev sleep sometimes? Smiley
MaWo
Hero Member
*****
Offline Offline

Activity: 575
Merit: 502


View Profile WWW
April 20, 2015, 08:48:41 PM
 #1338

Do NHZ devs knows about found bug in NXT?
Hi folk,
please try to update to 1.4.17: https://nxtforum.org/nrs-releases/nrs-v1-4-17/
The team fixed a critical bug.
Cheers,
Chuck

Wow, that thread is really interesting to read. Thx.

It links to here  General Discussion > Bounties "destroyer" sends the 4 bugs!!!  where already 26 people (!) have together pledged 132,500NXT to get a bug bounty together, for the said hacker 'destroyer'.

And now they released an asset "Destroyer asset #16814982501952336922" to collect all that.

Fascinating.

NXT and its community are amazing. Curious, main dev sleep sometimes? Smiley

Yes, I sleep some hours nearly daily Wink
I'm aware of the bug since yesterday.
Pizpie (OP)
Legendary
*
Offline Offline

Activity: 971
Merit: 1000


View Profile
April 21, 2015, 02:21:51 AM
 #1339

Do NHZ devs knows about found bug in NXT?

Hi folk,

please try to update to 1.4.17: https://nxtforum.org/nrs-releases/nrs-v1-4-17/

The team fixed a critical bug.

Cheers,
Chuck


This is a critical bugfix release and everyone is required to update!

It fixes the validation of asset exchange order cancellations.
The missing validation can be exploited by an attacker. The bug could be used to transfer coins of a foreign bid order at the cost of own unconfirmed balance.

Mac OS X run command 'mac-osx-run.command'  has also been added.


https://github.com/NeXTHorizon/hz-source/releases/tag/hz-v3.9.1

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

Activity: 971
Merit: 1000


View Profile
April 21, 2015, 02:23:53 AM
 #1340

Remember to update your nodes as well as updating your wallet.
This is a mandatory update, and you will not receive your bounty payouts if you do not update.
This will take effect in 10 days.

Wallets: https://horizonplatform.io/get-started/wallets/

Hi Pizpie,
the 10 days are over.

When the nodes with the old software will not receive bounties any more?

Pizpie, is your statement still valid?


Yes, as of a few days ago, any nodes not updated to the current version will not receive node bounty payouts.

I'm on Twitter: @mBTCPizpie
Pages: « 1 ... 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 [67] 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 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 ... 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!