Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCN] Cryptonite | 1st mini-blockchain coin | M7 PoW | No Premine
by
catia
on 11/09/2014, 17:31:53 UTC
New binaries are available with some changes to the RPC and a fix for the issue which affected the 1GH pool earlier. The latest binaries have the changes necessary for the web wallet I created to work properly, so you wont need to compile it yourself anymore to run the web wallet. One of the simplest ways to get the web wallet working as an alternative to Qt is to install XAMPP. Then create a new folder in the htdocs folder which is located where ever XAMPP was installed, and place the web wallet source files inside the folder you created. Now make sure cryptonited and the Apache web server are running, and if your new folder was called xcnwallet then open a web browser and go to http://localhost/xcnwallet/install/install.php and follow the installation instructions. You only need to do that last installation step once, if you already have it installed just go to http://localhost/xcnwallet/

Did you fix getblocktemplate on livenet ?

What exactly is the problem? You keep saying it's broken, i keep offering to help with integration. Pretty sure getblocktemplate works fine, it can never, and will never be exactly compatible with other coins gbt. Client code will need to be changed, it is not possible to assemble a transaction set outside of daemon without huge amounts of state. It is however possible to modify coinbase transaction a little to get more entropy ie the way stratum is normally used. Livenet/testnet gbt is not any different. Only difference is probably non empty transaction vector on livenet. Handle the txset correctly and it will work.