Well, try reading the release notes? https://github.com/darkcoin/darkcoin/blob/v0.11.0.x/doc/release-notes/release-notes-0.11.0.mdAside from being left in the dark, and appropriately so, about some changes to function and features, it's working fine... Was a bit confusing to deal with the "undocumented new stuff" but it isn't officially released, so what kinda docs would there be?
Well, try reading the release notes? https://github.com/darkcoin/darkcoin/blob/v0.11.0.x/doc/release-notes/release-notes-0.11.0.md
Vertoe, thats a fine set of realise notes you have, bug quashing to the extreme :grin:DO NOT* USE V11 ON MAIN NET UNTIL OFFICIAL RELEASE NOTES**.
*) or: at own risk
**) evan's post wasnt an official release comment.
i am not trolling anyone here,
i didnt notice evan is already recommending v11 on main net over at bitcointalk.
well, have fun :what:
This version has everything and works on mainnet.
I don't think v.11.0.4 is officially released yet. If we use it on Mainnet, use it at our own risk. I think there's still so many things to be fixed.
Roadmap for release of v11 eduffield flare UdjinM6 freynder
Anything missing?
- darksend balance is not accurate. reproduce: if you try to exactly spend your available anonymous balance, it always throws an error message: not enough denominated funds.
- unchecking and checking the darksend box on send page resets darksend available funds to 0. (Jira-140, Jira-145, Testing-368, Testing-406)
- darksend denominations do not stop at the set limit (e.g. 2000 DRK), it continuosly denominates all available coins. (which is good in my opinion, darksend is very stable recently and we should turn on denominations by default and allow all users to denominate all available coins. maybe we could provide a commandline flag -darksend=0 which disables auto-denominations or -darksendlimit=-1 which sets the denomination amount to unlimited) (Testing-385)
- the darksend ui features have several typos and for instance do not use darkcoin units but a hardcoded "DRK" string. this needs some fine tuning. (Testing-398, Testing-399, Testing-400, Testing-401, Testing-403)
- another major issue is client performance during scanning the blockchain for darksend transactions. the qt wallet freezes during this process. we really need to put these actions into a seperate thread! it's not releasable, we need to deliver a responsive qt wallet at any time. (Testing-337, Testing-432)
- the darksend progress bar is confusing. maybe improve the label what is 100%, which progress? or simplify it to anon-coins/total-coins. (Testing-415)
- the unlock for anonymization is bugged, it does not reset correctly and shows empty warning messages while sending coins. (Testing-326, Testing-384, Testing-369, Testing-408)
- the wallet miner still does not work on some systems (reported win32). (Jira-144)
- a bug in masternode configuration allows to get paid without having 1000 drk (i suspect the masternode=1 flag in config is causing trouble). (Jira-146)
- mac wallet is unusable (not build correctly, doesnt install). (Testing-322, Testing-413)
- miner crashs the wallet while rescanning/reindexing. (Github-89)
- conflicted transactions spam the transaction view. (Testing-336, Testing-355, Testing-429)
- we need automated testing scripts. (Testing-342)
- darksend status enabled/disabled ui issue. (Testing-353, Jira-143)
eduffield we should not release without having at least fixed the two major highlighted issues.
Thanks, Evan. Could you also please look at the unresolved issues created on JIRA?Yeah, it's not officially released yet. I think everyone got confused because there's someone running a few masternodes on v11.
I've gotten plenty of payments with 0.11.0.4 on mainnet... See, it's good that somebody tests this stuff...As far as I could see, mn payments does not work on v11... There was not a single mn payment on testnet since v11 started.
Well payments are not done with a masternode so you test nothing on that front... Try finding a block with a 0.11.0.4 + masternode payment and then your test will be meaningful.
did you try to manually add nodes? just asking, the log entry looks like your vpn us cutting the connection. does it work with v10 on testnet? could you check that?I seem to have a problem using v11 in combination with IPVanish (a VPN service provider), i can only get v11 to work on Testnet by either
deleting IPVanish or by running IPVanish. If i disconnect IPVanish the UPnP Port Mapping correctly maps my own IP address
but then throws socket receiver error messages at me preventing any peer connections build up.
I dont have any peers connection problems using v.0.10.17.24 (or.25) on Mainnet in combination with IPVanish, i'm a bit worried if v11.0 hits Mainnet i will be having the same peer connection problems.
Debug.log v11.0.4 on Testnet with peer connection problems:
*snip
Debug.log of v0.10.17.25 on Mainnet : no problems building up peer connections (8 connections)
*snip
did you try to manually add nodes? just asking, the log entry looks like your vpn us cutting the connection. does it work with v10 on testnet? could you check that?
Testnet is using different ports (19999) than mainnet (9999) that's why maybe.i tried adding nodes, tried putting exclusions in my firewall for the v11 test directories (firewall controlled by ESET Smart Security btw). i tried v10 on Testnet, exact same problems.
The problems disappear right after i start IPVanish again, so IPVanish seems to be blocking my Testnet peer connections somehow when its disconnected. Very weird.
I dont even need to close v11 or v10 on Testnet .. i can just keep the client open, start up IPVanish and it starts building peer connections again. And it doesnt behave like this on Mainnet.. very weird.
edit 1: i might i have the excusions in my firewall incorrect (was actually adding exclusion for antivirus .. not the firewall) .. making some changes to see if thats it.
edit 2: yep .. thats it allright. makes perfect sense now, IPVanish overrules Eset's firewall so thats why it could build peer connections when it got activated. I will need to make firewall exclusions for every single test darkcoin-qt.exe