Anybody else having trouble pointing hashing power to the stratum address that Evan posted earlier?
Source compiles fine from branch. Able to solo mine blocks using a 1 cpu vm.
If compiling from source on github do the following:
Code:git checkout remotes/origin/master-rc5
Then just make like normal
git clone https://github.com/darkcoinproject/darkcoin/
cd darkcoin
git checkout remotes/origin/master-rc5
sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev
qmake
make
Using version 9.13.00 from Git. It is not showing any MN's in the list.
Difficulty is .00115276
Current block count is 36903
Is that right?
Thanks. I was able to build using this advice and the instructions in readme-qt.rst using the following commands:
Code:git clone https://github.com/darkcoinproject/darkcoin/ cd darkcoin git checkout remotes/origin/master-rc5 sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev qmake make
How do I start going on testnet? Download the Windows binaries (when avail) and then do I have to put testnet=1 in the darkcoin.conf or anything?
Is there any way for this 32bit 10.13.1 to run on Windows 64bit? It's getting harder and harder to find 32bit machines lying around.
That shouldn't affect it if not wanting to create a MN yourself. It should still display MN's in the list though.you need the 10.13.1
correct .. only testnet=1 is necessary in the darkcoin.conf
and when indeed available use the 10.13.1 as thats the RC version (9.13.1 is stable version without Darksend+)
yep .. only testnet=1" and the rest of the .conf file blankPerfect! Do I need RPCuser and RPCpassword? or just "testnet=1" and the rest of the .conf file blank?
K well when you try and run teh wallet it throws and error saying this binary can't run on a 64 bit system. So anything you can suggest? Maybe a redownload? It def isn't working I've tried on two systems.
David: You only need RPCuser and password if you are going to be solo mining to your own wallet.
compile faster