• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Electrum Dark

https://github.com/darkcoin/darkcoin/blob/master/src/chainparams.cpp#L72

Code:
base58Prefixes[EXT_PUBLIC_KEY] = list_of(0x02)(0xFE)(0x52)(0xF8); // Darkcoin BIP32 pubkeys start with 'drkv'
base58Prefixes[EXT_SECRET_KEY] = list_of(0x02)(0xFE)(0x52)(0xCC); // Darkcoin BIP32 prvkeys start with 'drkp'
base58Prefixes[EXT_COIN_TYPE] = list_of(0x80000005); // Darkcoin BIP44 coin type is '5'

Thanks. Yeah I did fork the latest 2.0 version. One files done about to push it then work on the next. All my changes will be commented as well to insure that it's correct.
 
And I'm waiting to test your wallet, Propulsion ! Didn't know you could do this... I mean I knew you could do this but didn't think you would!

:grin:
 
Let me know if you need a hand. I was about to start working on this aswell.

I could always use a hand! It took me an hour to figure out how to commit and push changes through SSH. If anyone could just quickly look at the commits already made to see if there are any errors that would help out tremendously.
 
Quick update. Right now it appears that the electrum-drk-server is functional. At the moment electrum is creating a database for Darkcoin. I believe that this is what's downloaded from a server during the initial configuration. If anyone has a host to store the database on I'll upload the database and edit the configuration file to point to it.

Specifically this part in the source code.

So right now, everything's looking good. Here's what my VM is showing: (this will take awhile)

bash said:
INFO:electrum:catch_up: block 21000 (5.345s 28.664s) 796199e766e6ab21b67b0a16ad6e19d7151652ab8e2ec7a51f2dd0ad549eb42f
INFO:electrum:catch_up: block 22000 (5.320s 31.599s) 4b1fd363a1257396a717ea947a492aff7e3e50cd148d023e84a1a57c66f04ee1
INFO:electrum:catch_up: block 23000 (4.899s 32.027s) 15954bcfcb77ea765d2d7f4dc9ad6c7b6086c8fb73be51ddb8180c66552057c9
INFO:electrum:catch_up: block 24000 (4.828s 34.294s) db3cf19a4df1de209f41adab24886f981945d05a8cea73e36cea16e6ca503964
INFO:electrum:catch_up: block 25000 (4.769s 30.770s) 0f06dc01e978ed97ad408226b5c38274d240ab36f4c5a0813cd252201ca82702
INFO:electrum:catch_up: block 26000 (4.796s 36.300s) 1715004ac214d17b47782c94bb7b740b2760c6635b372baaaaeb085eec5f3f24
INFO:electrum:catch_up: block 27000 (4.906s 46.652s) 616299467bfbfb20fe53c319e5e83abebfc0889e543c0f87bcb66655d988fc20
INFO:electrum:catch_up: block 28000 (4.858s 47.400s) 004c541875ef702393cffa8859e1e78861130af5ee60c0646ae7ad181e141821
INFO:electrum:catch_up: block 29000 (5.492s 42.299s) f7ed688d0f8b06184c6bf3e18e6b055fe20ffdf8ec98af38bc2dac7adea92cc6
INFO:electrum:catch_up: block 30000 (5.789s 47.726s) c05873c7ae9f5573bf79e2c291cc07aaa9d9eafcf36f20fc54e91e13b7eeccfc[/code]
 
Quick update. Right now it appears that the electrum-drk-server is functional. At the moment electrum is creating a database for Darkcoin. I believe that this is what's downloaded from a server during the initial configuration. If anyone has a host to store the database on I'll upload the database and edit the configuration file to point to it.

Specifically this part in the source code.

So right now, everything's looking good. Here's what my VM is showing: (this will take awhile)
Awesome!

Btw you can simply create new repo and store db there just like https://github.com/darkcoinproject/darkcoin-binaries
 
Is this still being developed?

Last commit on the project seems to be on July 16th.

I've just purchased a Trezor hardware wallet and would like to convert it to be used with Darkcoin. First things first will be having an up to date Electrum Darkcoin wallet.
Where did you buy your Trezor? I guess I need one to test the Electrum DRK wallet?
 
Where did you buy your Trezor? I guess I need one to test the Electrum DRK wallet?
https://buytrezor.com they had a huge ordeal with a knockoff Chinese company underselling their product. They then decided to remove the opensource licensing. Once they did that the whole entire Bitcoin community became really upset so they said 'Sorry' and once again made it opensource.

Instead of just stopping there though, they applied a substantial discount to when you order off the site. The promo code was something like "opensourcematters86". So, I decided hell yeah I'm going to support these guys and bought one.

Search the bitcoin subreddit for the whole fiasco if your interested.

vertoe, Thanks! I'm still on block 150000 for now.

INFO:electrum:catch_up: block 156000 (5.797s 88.472s) 1cdda4535b473cafd2add6cd300b813141b6f45d2dbeb3f00c161bb389cb60fa
 

That could be it.

Though, looking at Poolers source code for the old version the only time he messed with the POW was for the actual electrum-client and not the server. With litecoin using scrypt instead of sha256 I'd assume if it was needed it would need to be edited in both the server and client.

https://github.com/pooler/electrum-ltc-server/compare/spesmilo:master...master

I'll spend some more time on it.
 
Last edited by a moderator:
Back
Top