Ghost Posted September 23, 2017 Report Share Posted September 23, 2017 Hello everyone! I thought I would start a topic here in Development for the upcoming Denariium client. It is still a work in progress and I will try to update this thread as updates come. Currently I have the denariiumx-server syncing with denariusd perfectly, I just need those who wish to setup volunteer Denariium nodes for connection with the Denariium client. It is currently in the works, the github repos are available here: https://github.com/carsenk/denariiumx-server (The Denariium Server) (Python 3.6 required) https://github.com/carsenk/denariium (The Denariium Client) (Python 2 required) If you have a fix or additions, etc. please put a pull request up on the github! I have yet to test if the Denarius WIF, P2PKH, P2SH, P2WPKH, etc. are correct yet. I recently updated the way denariusd returns the getblock RPC command, this change was needed for the Denariium code to sync blocks properly. I may eventually be adding the estimatefee RPC command as well to add this functionality to Denariium (currently it is running off a fakeestimationfeedaemon). Once everything is setup and running smoothly the website denariium.org will come with more information, along with downloads to the client. 2 Quote Founder of BlockForums.org - PM me for any help - Join our Discord Server: https://discord.gg/UPpQy3n Link to comment Share on other sites More sharing options...
iluvbitcoins Posted October 4, 2017 Report Share Posted October 4, 2017 Do I just compile and run it in order to run a node? 1 Quote Link to comment Share on other sites More sharing options...
Ghost Posted October 5, 2017 Author Report Share Posted October 5, 2017 On 10/4/2017 at 12:49 PM, iluvbitcoins said: Do I just compile and run it in order to run a node? Yup essentially, the WIF/P2SH values should all be correct now as well, One of the py files on the Denariium client side will need to be modified to pull the blockchain headers from a different URL, otherwise yup then just a compile and a few steps (mainly listed on the gits) to get it setup, youll see output in your terminal if you start the DenariiumX Server properly stating that it is syncing with the actual chain (denariusd) Quote Founder of BlockForums.org - PM me for any help - Join our Discord Server: https://discord.gg/UPpQy3n Link to comment Share on other sites More sharing options...
Ghost Posted October 23, 2017 Author Report Share Posted October 23, 2017 The Electrum Server for Denarius (Denariium) is now available at:Â https://github.com/carsenk/denariium-server I have had too many issues with DenariiumX-Server lately, so now testing out the older server, which does now have tribus_hash support and seems to be syncing the chain with denariusd just fine so far! (This server requires Python 2.7 instead of 3, you also need denariusd and the python modules: plyvel, tribus_hash, and leveldb) Quote Founder of BlockForums.org - PM me for any help - Join our Discord Server: https://discord.gg/UPpQy3n Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.