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

v0.10.12.x RC4 Testing

Status
Not open for further replies.
Could the 100 (?) key/address number that is always available be increased to 1000 for example to prevent the need for constant backups?
 
Could the 100 (?) key/address number that is always available be increased to 1000 for example to prevent the need for constant backups?
Already is according to getinfo in my client:

{
"version" : 101222,
"protocolversion" : 70032,
"walletversion" : 60000,
"balance" : 3381.62500093,
"anonymized_balance" : 3381.00000093,
"blocks" : 13568,
"timeoffset" : 12,
"connections" : 9,
"proxy" : "",
"difficulty" : 0.15782021,
"testnet" : true,
"keypoololdest" : 1407818700,
"keypoolsize" : 1001,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : ""
}
 
****** Please Update To 10.12.22 or 9.12.22 *******

DS+ was broken, please redownload if you're anonymizing money

Stable Binaries
http://www.darkcoin.io/downloads/master-rc4/darkcoin-qt
http://www.darkcoin.io/downloads/master-rc4/darkcoind

RC4 Binaries ( masternodes / auto-denom )
http://www.darkcoin.io/downloads/rc4/darkcoin-qt
http://www.darkcoin.io/downloads/rc4/darkcoind

CI-builds for v0.9.12.22-g2e35234

Windows 32bit:
http://bamboo.darkcoin.qa/artifact/DWD-DRK/QTL/build-97/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/...oin-bin/32/darkcoin-0.9.12.20-win32-setup.exe

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

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

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

CI-builds for v0.10.12.22-g5f9dcde

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-19/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
 
The box that usually appears on the right hand side is not there for me. I cannot withdraw coins because of it.
Sometimes it works, most it doesn't. Also, I'm sure someone else mentioned this same problem. :)
Did someone report this to teamer yet? On my iPhone the box isn't visible though...
 
Windows ver .22

4000 K DRK from faucet.
setup: 6 rounds, keep 500 Anonymized.

All 4000 K were denominated. Why is that when I asked for only 500?

480 DRK are being anonymized now.... guess thats the closest to 500. What is the percent (+/-) from the specified amount that will be finally anony?

Edit: have 3500 DRK available now. Why I can't send DRK now? Balance is 0.00.
Do we have to wait until the anony for the 480 is finished?
 
Last edited by a moderator:
This code inherited from BTC might need looked at in net.cpp:

addrConnect = CService("74.208.43.192", 80); // www.showmyip.com

See here and here for details. TL;DR - apparently joining clients are trying to swap info about their IPs with some random estate agents.

[Edit: Separate post for this here].
 
Last edited by a moderator:
Windows ver .22

4000 K DRK from faucet.
setup: 6 rounds, keep 500 Anonymized.

All 4000 K were denominated. Why is that when I asked for only 500?

480 DRK are being anonymized now.... guess thats the closest to 500. What is the percent (+/-) from the specified amount that will be finally anony?

Edit: have 3500 DRK available now. Why I can't send DRK now? Balance is 0.00.
Do we have to wait until the anony for the 480 is finished?

You need to wait for your denominated coins to go through the number of rounds that you set before its listed as anomyized. Not sure if this answers your question but I recall Evan stating that the keep anonymized value was more of a guideline rather than a hard set value.
 
****** Please Update To 10.12.22 or 9.12.22 *******
- new rpc command erasetransaction. Some users have reported non-confirming transactions due to opening their wallet at multiple locations. This can and will create double spent transactions that will not confirm. erasetransaction is for removing them.

Small detail: the 'help' function in the console shows: 'erasetransactions <txid>' with transactions plural (s)
 
****** Please Update To 10.12.23 or 9.12.23 *******

- Fixed an issue with pairing, hopefully it should be faster now
- The client can now recongize it's out of fee inputs and make some more.
- erasetransaction help (thanks BelStar)
- inc protocol to kick off old versions

Stable Binaries
http://www.darkcoin.io/downloads/master-rc4/darkcoin-qt
http://www.darkcoin.io/downloads/master-rc4/darkcoind

RC4 Binaries ( masternodes / auto-denom )
http://www.darkcoin.io/downloads/rc4/darkcoin-qt
http://www.darkcoin.io/downloads/rc4/darkcoind
 
Last edited by a moderator:
Status
Not open for further replies.
Back
Top