Search content
Sort by

Showing 20 of 45 results by longzai1988
Post
Topic
Board Altcoin Discussion
Re: October 2014 - another NXT hack, forged coins are being accepted now
by
longzai1988
on 03/10/2014, 17:15:05 UTC
http://charts.nxtcrypto.org/cDistributionTopAccount.aspx

Total supply of NXT was 999,997,096 and now it's 1,003,000,000+

Somebody found a way to create more NXT (600,000 NXT to 4 million) and have it accepted by the system.   NXT is no longer finite but now has Doge inflation until the hacker is caught and stopped.



I believe that is a bug occur on the site calculation.

Please check your distribution here https://nxtblocks.info/#section/blockexplorer_distribution
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
longzai1988
on 12/09/2014, 03:17:01 UTC
James, you never cease to stop amazing me.
I have a feeling that you are wise far beyond your years.

at the center all problems are the same

I just learned to find the center and solve some simple problem

it is possible for anybody to learn

most people are spending their years solving the wrong problem

also never agree to do any GUI!

I guess i should not do any GUI

p/s : Wait I know nothing else beside GUI Embarrassed
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
longzai1988
on 11/09/2014, 03:50:50 UTC


Please don't quote the trolls, they like your attention
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] SuperNET - ICO conducted by BTER + ...
by
longzai1988
on 10/09/2014, 03:05:07 UTC
So there are at least 4 levels of SuperNET integration:

Advertiser: just pay money for clicks to website
uMGW: make mgwCOIN and trade on AE
reskinned GUI: add "Enter SuperNET" button in QT that opens web GUI, which gives access to AE, and core services
CORE: provider of the core services, could actually be non-coin services like coinomat


Hereby I would include some guide on uMGW and reskinned GUI


1) uMGW



2) reskinned GUI
This contains 2 smaller parts, the qt wallet and web GUI
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
longzai1988
on 03/09/2014, 04:14:32 UTC
Initial SuperNET support is done on BTCD qt wallet & BTCD-reskin (NxtInside)

Below are my repository for the 2 items :

https://bitbucket.org/longzai1988/bitcoindark-qt (latest commit checksum at writing time : e63aade)
https://bitbucket.org/longzai1988/btcd-reskin (latest commit checksum at writing time : dc9b238)


Some screenshot provided :

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
longzai1988
on 29/08/2014, 06:56:52 UTC
I tried to build the source code into executable files, all goes fine, but where is the configuration files located?

Using Ubuntu desktop.

Thanks
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
longzai1988
on 26/08/2014, 01:51:31 UTC
Who has experiences with the trading of mgwBTC, mgwBTCD on AE?

I use those nearly everyday, how can i help?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
longzai1988
on 25/08/2014, 16:32:14 UTC
who is pushing this coin? are there known whales that invested in this coin?
i thought anonymity hype was over. this coin looks interesting

The new hype is a "Coinception" (coin within a coin), BTCD will be built on top of Nxt, having Nxt as a solid platform, and extent to many real world use cases.

Some backbone on Nxt is complete, so that it will auto login using one's BTCD wallet private key, however some modification need to made on BTCD qt client, if any qt developer here I might need your advice to make things complete faster.

p/s : BTCD-reskin (powered by Nxt) repository : https://bitbucket.org/longzai1988/btcd-reskin
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
longzai1988
on 22/08/2014, 02:45:11 UTC
Is there a way to get an extended look at the trade history for these assets?  Further than a few days or a week?

This site might help you, you can click any asset on the left panel to view the details chart

https://nxtblocks.info/#section/assets_exchange
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
longzai1988
on 21/08/2014, 13:00:09 UTC
[ANN] New exchange had added BTCD - Nxt Multigateway


Here is one click installer :
http://multigateway.org/#sec_downloads

For any support issue please follow this thread :
https://nxtforum.org/index.php?topic=4079.0

Happy Trading Smiley

p/s : If you like my contribution any amount tips are welcomed
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
longzai1988
on 15/08/2014, 03:53:09 UTC
good news!
Of course we need to fix this so users dont have to do such things

Is there a way that we can open the browser and pass in a BTCD address to use for logging in?
Maybe just pass it in as a parameter to the URL? this way the QT button can:

1. unlock wallet for 3 seconds
2. directly open the browser with address in URL
3. you can then get the privkey and store it locally and use it as NXT passphrase, basically automate the current login process with the "Remember password" selected
4. then it opens up with all the standard assets already there so the user wont have to do anything special

Maybe we need a button to make a request from faucet and other such useful things for a new user
We need graphics to reskin this to make it all BTCD look and feel

James

We can always use query string to access the URL with additional info (or maybe any other better alternative). From the qt client the link should somehow look like this :

http://localhost:7876/index.html?btcd=&user=rpcuser1&pass=rpcpassword1

If these 3 parameter is presented, Nxt core will do a rpc call to method dumpprivkey "btcd addr" as the passphase, everything i describe correctly ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
longzai1988
on 15/08/2014, 03:36:46 UTC
http://cl.ly/051f0H421l0r

The above zip contains 3 image that are used in current Nxt Core, screenshot as below.
Best approach for the BTCD reskined interface is to include BTCD logo and a message "powered by Nxt", something like that, feel free to express your creativity.




Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
longzai1988
on 15/08/2014, 03:16:02 UTC
Just successfully setup my btcd-qt client as RPC server, however dealing with the following error

Quote
No 'Access-Control-Allow-Origin' header is present on the requested resource

Anyone know how to configure RPC server to enable CORS?

Thanks.
http://stackoverflow.com/questions/24770192/access-control-allow-origin-header-when-origin-null-when-trying-to-post-data-t

there is info on how to bypass security features in chrome, so hopefully that works until we get it fixed in the core

Ok great, disabling chrome web security solved that
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
longzai1988
on 15/08/2014, 02:46:06 UTC
Just successfully setup my btcd-qt client as RPC server, however dealing with the following error

Quote
No 'Access-Control-Allow-Origin' header is present on the requested resource

Anyone know how to configure RPC server to enable CORS?

Thanks.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
longzai1988
on 13/08/2014, 03:05:53 UTC
Reporting in btcd community, used to work with james on Nxt multigateway and looking to contribute towards here as well.

Cheers

Hey Longzai :-) Will you work on the web-gui or qt wallet?

I will look into web-gui first for now
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
longzai1988
on 12/08/2014, 15:47:10 UTC
Reporting in btcd community, used to work with james on Nxt multigateway and looking to contribute towards here as well.

Cheers

Hello longzai1988. Is there something specific you'll be working on?


I will be working on GUI for btcd reskined interface
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities
by
longzai1988
on 12/08/2014, 14:31:37 UTC
Reporting in btcd community, used to work with james on Nxt multigateway and looking to contribute towards here as well.

Cheers
Post
Topic
Board Marketplace (Altcoins)
Re: Trading Thread for Nxt :: Descendant of Bitcoin
by
longzai1988
on 17/03/2014, 03:27:48 UTC
WTB 50k NXT for 2 btc
Post
Topic
Board Announcements (Altcoins)
Re: [ANN PoS+ PoW] eXocoin [EXO] - gen 2.0 - developed from scratch! Free Give-Away
by
longzai1988
on 21/02/2014, 07:06:44 UTC
Just sent Anon 0.2046 btc. This username fine
tx 8838efd5f905bc26bd4d9b0ea253aa8c61a7fe7ead105d3edf4907ed02f4f66f
Post
Topic
Board Announcements (Altcoins)
Re: NXT :: descendant of Bitcoin - Updated Information
by
longzai1988
on 14/02/2014, 08:58:30 UTC