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

v0.10.13.x RC5 Testing

Status
Not open for further replies.
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

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
 
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

i hope you memorized those instructions :)
10.13.1 is out.
 
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?
 
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?

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+)
 
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.
 
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.

all 32 bit programs can run under 64 bit windows... no problem.
it will just have a limit to available RAM (some 3.2 GB i think)
 
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+)

Perfect! 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.
 
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.

there is no windows executable available right now.. wait for flare to provide .exe download links.
 
Here are the latest CI-builds

CI-builds for v0.9.13.1-g95cf2cc

Windows 32bit:
http://bamboo.darkcoin.qa/artifact/DWD-DRK/QTL/build-112/gitian-win-darkcoin-bin/32/darkcoin-qt.exe
http://bamboo.darkcoin.qa/artifact/...tian-win-darkcoin-bin/32/daemon/darkcoind.exe
http://bamboo.darkcoin.qa/artifact/...coin-bin/32/darkcoin-0.9.13.1-win32-setup.exe

Mac OS X:
http://bamboo.darkcoin.qa/browse/DOD-DRK-93/artifact/QTL/gitian-osx-darkcoin/DarkCoin-Qt.dmg

Linux 32bit:
http://bamboo.darkcoin.qa/artifact/BL-DRK/QTL/build-91/gitian-linux-darkcoin-bin/bin/32/darkcoin-qt
http://bamboo.darkcoin.qa/artifact/BL-DRK/QTL/build-91/gitian-linux-darkcoin-bin/bin/32/darkcoind

Linux 64bit:
http://bamboo.darkcoin.qa/artifact/BL-DRK/QTL/build-91/gitian-linux-darkcoin-bin/bin/64/darkcoin-qt
http://bamboo.darkcoin.qa/artifact/BL-DRK/QTL/build-91/gitian-linux-darkcoin-bin/bin/64/darkcoind

CI-builds for v0.10.13.1-gc31aa71

Windows 32bit:
http://bamboo.darkcoin.qa/artifact/...arkcoin-rc-darkcoin-qt-bin/32/darkcoin-qt.exe
http://bamboo.darkcoin.qa/artifact/...coin-rc-darkcoind-bin/32/daemon/darkcoind.exe

Mac OS X:
http://bamboo.darkcoin.qa/browse/DOD-DRKRC-31/artifact/QTL/gitian-osx-darkcoin-rc/DarkCoin-Qt.dmg

Linux 32bit:
http://bamboo.darkcoin.qa/artifact/...tian-linux-darkcoin-rc-bin/bin/32/darkcoin-qt
http://bamboo.darkcoin.qa/artifact/...gitian-linux-darkcoin-rc-bin/bin/32/darkcoind

Linux 64bit:
http://bamboo.darkcoin.qa/artifact/...tian-linux-darkcoin-rc-bin/bin/64/darkcoin-qt
http://bamboo.darkcoin.qa/artifact/...gitian-linux-darkcoin-rc-bin/bin/64/darkcoind
 
Status
Not open for further replies.
Back
Top