Nice, will set up one for testnet and one for mainnet then.More info...
12/02/2015-23:48:16] Starting Electrum-DRK server on localhost
[12/02/2015-23:48:17] Database version 3
[12/02/2015-23:48:17] Blockchain height 219339
[12/02/2015-23:48:17] UTXO tree root hash: 4a025e3b761de3dca93800da53b6f2de1ba8d07cd552b1c550a8b4a31885b7a4
[12/02/2015-23:48:17] Coins in database: 512147687739509
[12/02/2015-23:48:17] TCP server started on 127.0.0.1:50001
[12/02/2015-23:48:17] SSL server started on 127.0.0.1:50002
[12/02/2015-23:48:17] HTTP server started.
[12/02/2015-23:48:17] HTTPS server started.
[12/02/2015-23:48:17] Blockchain is up to date.
[12/02/2015-23:48:17] Memory pool initialized.
[12/02/2015-23:48:17] blockchain: 219339 (0.005s)
[12/02/2015-23:48:17] darkcoind is responding
https://chainz.cryptoid.info/drk/bl...079cad3b8893544959d62e68385120a6b54f378bf.htm
Above: 5121476.87739509
Chainz: 5121479.27859667
Nice, will set up one for testnet and one for mainnet then.
lets start focussing on testnet. will setup one too.Nice, will set up one for testnet and one for mainnet then.
The server is good, but you still need the client....lets start focussing on testnet. will setup one too.
Ok, we need to get some overview, this is what github has to offer currently:
June 2014: darkzero first one to try working on this, stopped a while ago.
https://github.com/ccur108/electrum-drk-server
July 2014: flare always keeping an eye on it, any progress?
https://github.com/nightlydarkcoin/electrum-drk-server
Octb 2014: akhavr stepped up after darkzero but lacks on time
https://github.com/akhavr/electrum-drk
https://github.com/akhavr/electrum-drk-server
Novb 2014: Cofresí contributed stuff
https://github.com/Cofresi/electrum-drk
https://github.com/Cofresi/electrum-drk-server
Decb 2014: Gorila1977 helped with some strings afaik
https://github.com/gorilla1977/electrum-drk
Febr 2014: Propulsion brought life back into that project
https://github.com/Propulsions/electrum-drk
https://github.com/Propulsions/electrum-drk-server
Febr 2014: ELM4ever set this project on fire
https://github.com/ELM4Ever/electrum-drk
https://github.com/ELM4Ever/electrum-drk-server
??? redtocatta who are you? ;-)
https://github.com/redtocatta/electrum-drk
??? who is running this one?
https://github.com/electrum-drk/electrum-drk
https://github.com/electrum-drk/electrum-drk-server
??? keeping an eye on electrum-alt
https://github.com/electrumalt
https://cryptocointalk.com/topic/23210-ann-electrum-lightweight-client-for-doge-drk-dvc-ftc-ixc-ppc/
Will reorganize the OP.
Yeah that should be no prob. I can contribute at least one of such machines.
I get the feeling that this project is closer to completion than we think!Me too, at least two heavy duty machines available. eduffield will bring in another machine for sure which i can manage.
This is me, also owning the domain electrum-drk.org
No problem, I had to attend a dinner tonight ... yummy Lobster Mac&Cheese!Uh, you beat me by 15 seconds. Good work. I will review it these days and send you huge chunks of darkcoin, we've been waiting so long for this feature, thanks! Propulsion are you around ?
I used Hash - thanks a lot! But we don't need subsidy.yes there are python bindings for darkcoin subsidy and x11 available.
https://github.com/vertoe/darkcoin_hash
https://github.com/vertoe/darkcoin_subsidy
lets not talk about bounties, lets talk about donations. just add a donation address and people will gladly donate you coins. but please publish source code first, else this feels like a ransom ;-)
the darkcoin subsidy is an exact copy of darkcoind's main.cpp subsidy function, just with a python wrapper, so should be not that hard to integrate.I used Hash - thanks a lot! But we don't need subsidy.
Darkcoin went from BTC difficulty up to block 15200, then to Kimono Gravity Well for a while, up to block 34140, then to Dark Gravity Well. That is what we need to put the suspenders over the belt....
At the moment, the proposed implementation of Electrum-DRK assumes that the darkcoind running on the Electrum-DRK-server site is checking the target and bits. Therefore, no need to check it also at the client side. But to be safe, we should check it at each end. The current implementation does check the block header hash, and the previous block hash. It is good, but would be better to check also for some internal info.
Good stuff, I'll try to getI will maintain a server at drk1.electrum-servers.us:50002 - hit me up! ... in case the IRC channel doesn't work - I am not too experienced with this.
the darkcoin subsidy is an exact copy of darkcoind's main.cpp subsidy function, just with a python wrapper, so should be not that hard to integrate.