I just deleted my client account on Github tonight, and started from scratch. Copied the latest Electrum directly to my Mac (not even a fork). Made the necessary mods. Copied the mods to my Linux machine to ensure that it was working, and then committed on Github. No link to Propulsions on this one. The server account is linked to Propulsions, but not the client. My version of the client is not linked to any repository (despite my original download from Electrum).
Soon.Sorry to just drop in and not be able to follow most of what ye are doing, but what would be the ETA on a Windows Electrum wallet. (Not saying this is the most pressing thing in the world, just curious).
+1Then we'll have to redo the repo, we definatly need to fork original Electrum repo to be able to keep up with upstream. Otherwise maintenance will be a PITA ...
sorry but i wont use this. we need a clean commit history.I just deleted my client account on Github tonight, and started from scratch. Copied the latest Electrum directly to my Mac (not even a fork). Made the necessary mods. Copied the mods to my Linux machine to ensure that it was working, and then committed on Github. No link to Propulsions on this one. The server account is linked to Propulsions, but not the client. My version of the client is not linked to any repository (despite my original download from Electrum).
If anyone is more versed with Github commands, then, this is the recipe:sorry but i wont use this. we need a clean commit history.
thanks for your effords though.
The recipe above is for the client, not the server. For the server, my pull request to your Github account is still valid - and I am currently running a server based on that version, at drk1.electrum-servers.us - on the main net.vertoe, right now the configuration doesn't add the directories. The default is /var/electrum-drk-server you have to manually make it, it's the same way with the regular Bitcoin electrum.
In short, when creating a server for the first time, you need to install the hash in src/darkcoin_hash. sudo python setup.py install
create a directory /var/electrum-drk-server and chown it to the user you'll run the server as.
run the config in electrum-drk-server Follow the instructions.
Edit the configuration it generates located in /etc/electrum-drk.conf
Finally back in the source directory 'electrum-drk-server' ./run_electrum_server
I'll also add a location for downloading the block_headers if ELM4ever has a full set, email them to me please. My username at this website . org.
My repository is missing ELM4ever's point number 4 and 5 he's made a pull request. I'll have it added and should have a fully functioning server running with an updated how-to on how to run it from scratch in about five hours.
The recipe above is for the client, not the server. For the server, my pull request to your Github account is still valid.
Yes.Woops, alright great! Is E_WhynotMe you? Also can you email me your blockchain_headers? I'll host them today.
Yes.
UTXOs for Darkcoin, with block headers, up to block 220640, pruned at 10k, available here - 300 MB file.
cd ~
wget https://mega.co.nz/#!zB9V1KpC!cSywaEUyzabukRs_mWE00kBLvcWD-3Y3T8r-sCrjgMM
tar -xvf DRK.tar.gz
sudo mkdir /var/electrum-drk-server/
cp -ar ~/DRK/electrum-leveldb-utxo-10000/* /var/electrum-drk-server/
IRC has some issues. I believe we're still connecting to the bitcoin IRC network.
Here's an unrelated error. It's showing that as my hostname.
[16/02/2015-05:44:22] joining IRC
[16/02/2015-05:44:33] gethostbyname error blockchain.fh-biergarten.de
Not seeing yours ELM4ever, Might need to change the ports and get all these electrum-drk-repositories consistent.
Also, electrum-drk has been set up to use "D_" for IRC as well. I missed a line on the join to apply "D_" and instead it used "E_". That'll make it easier to diagnose which networks the electrum servers should be on.
I had two servers connected yesterday. We shouldn't be seeing the Bitcoin electrum Servers in the peers list though.Propulsion: was running with E_ for the last 48h. Just downloaded your "official" version from Github, and I am now on D_WhynotMe in IRC #electrum-drk
Yes the server is running, but lets stick to testnet for now. I dont want to play with real coins yet. I will look into forking and merging the client later again.