===
PrivateSend Feature
https://dashpay.atlassian.net/wiki/spaces/DOC/pages/1146924/PrivateSend
How to use PrivateSend
https://dashpay.atlassian.net/wiki/spaces/DOC/pages/1867847/How+to+use+PrivateSend
How Dash's 'PrivateSend' Works Under the Hood
https://www.youtube.com/watch?v=vgCId3wJc5Y
Dash Forum - PrivateSend Questions and Help
https://www.dash.org/forum/topic/privatesend-questions-and-help.77/
===
Some other light reading to try to learn any opposing views:
How Private is Dash PrivateSend?
https://www.reddit.com/r/dashpay/comments/65lwht/how_private_dash_privatesend_is/
Warning: DASH privacy is worse than Bitcoin
https://steemit.com/bitcoin/@dnaleor/warning-dash-privacy-is-worse-than-bitcoin
Whoever wrote that DASH privacy article obviously biased against DASH. Thats a pretty absurd risk - that the NSA is going to demand a masternode log from a cloud provider and actually be able to decipher whats in it. First of all, we dont even have masternode mixing being logged, you have to enable certain debug switches (debug=true, debugmaster=true), second, you have to export logs regularly before they pass the pruning threshhold, third, I highly doubt the NSA is going to monitor Sanctuaries from Vultr and successfully get the log (even if it had something in it), so that risk is pretty absurd. Out of 84 sanctuaries in our small community, one wouldnt even know which sanc log to look for.
I read in a comment that the guy who wrote that steemit article was handing out Monero ads at a meeting where Evan Duffield was speaking LOL
Whats also interesting is that fluffypony of Monero is in the comments.
I have gotten a little more paranoid, with latest CPU memory bugs in the news, and from watching two Snowden documentaries over the holiday break LOL
===
Im trying to test PrivateSend now, but it seems like I can only put 2000 BiblePay as highest number for mixing.
This seems to be where you set how many coins you want to mix:
Settings >> Options >> Wallet >> Amount of BiblePay to keep anonymized
It looks like 2000 is set as maximum number in the GUI
https://github.com/biblepay/biblepay/blob/fd8db16748a8ae1e38d7bda5692353be00a14918/src/qt/forms/optionsdialog.ui#L266
Looks like there might be a command line option
https://github.com/biblepay/biblepay/blob/853affd8c070bfbfd8069abd4e4e8fc83f30afb9/src/init.cpp#L687
Basically my goal is to keep myself anonymous with the coins I was funded from the 1st superblock,
and if I ever wanted to send someone coins for payment for work or if I ever wanted to put up a public donation address, etc
===
UPDATE: I was able to add this to the biblepay.conf:
privatesendamount=1550001
and it showed in Amount and Rounds: 999999 BIBLEPAY
is that the max limit of coins you can mix in the code?
Can mixed coins be used to fund a Sanctuary?