Bitcoin Forum
May 28, 2024, 06:52:11 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 »
1  Alternate cryptocurrencies / Altcoin Discussion / Re: October 2014 - another NXT hack, forged coins are being accepted now on: October 03, 2014, 05:15:05 PM
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
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: September 12, 2014, 03:17:01 AM
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
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: September 11, 2014, 03:50:50 AM


Please don't quote the trolls, they like your attention
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SuperNET - ICO conducted by BTER + ... on: September 10, 2014, 03:05:07 AM
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
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: September 03, 2014, 04:14:32 AM
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 :

6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 29, 2014, 06:56:52 AM
I tried to build the source code into executable files, all goes fine, but where is the configuration files located?

Using Ubuntu desktop.

Thanks
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 26, 2014, 01:51:31 AM
Who has experiences with the trading of mgwBTC, mgwBTCD on AE?

I use those nearly everyday, how can i help?
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 25, 2014, 04:32:14 PM
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
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 22, 2014, 02:45:11 AM
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
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 21, 2014, 01:00:09 PM
[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
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 15, 2014, 03:53:09 AM
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=<BTCD_ADDR>&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 ?
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 15, 2014, 03:36:46 AM
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.




13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 15, 2014, 03:16:02 AM
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
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 15, 2014, 02:46:06 AM
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.
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 13, 2014, 03:05:53 AM
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
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 12, 2014, 03:47:10 PM
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
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BitcoinDark (BTCD)--Sha-256/PoW-PoS hybrid/Bounty Opportunities on: August 12, 2014, 02:31:37 PM
Reporting in btcd community, used to work with james on Nxt multigateway and looking to contribute towards here as well.

Cheers
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [NXT] Nxt - Official Thread on: May 23, 2014, 04:40:44 AM
Here are some useful site for Asset browsing on the web, enjoy


http://www.cryptoassetcharts.info/assets/info
http://ae.nxt.org/
http://nxtexplorer.com/nxt/nxt.cgi?action=70&sort=1


19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [NXT] Nxt - Official Thread on: May 11, 2014, 02:42:31 AM
What's testnxt?

Testnet is a place where features is tested before launching in live, testnxt is the token used.

can someone send me some testnxt please 6940620385974416496

thanks!

Sent
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: NXT :: descendant of Bitcoin - Updated Information on: April 12, 2014, 04:29:02 PM
Yeah I had some massive (for me) funds on there due to NAS selling. Looks like there was a major breach Sad

someone dumped >300 BTC in overpriced NAS orders, looks like the guy was able to create BTC out of thin air...

That means he dump NAS for BTC and bought all the nxt ?
Pages: [1] 2 3 4 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!