Advertisement
Guest User

FedoraCoin draft mixer setup guide

a guest
Feb 10th, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. Once you've followed these directions below simply apply to be a mixing node on #TIPS@freenode
  2. It'll require your receiver node address and sender node address, along with the public key in your RSA keypair.
  3. After your setup is validated as being safe and you've been trusted by the team you'll be given an NDA to sign, once we've received your signed NDA you'll be given the mixing scripts and your mixer will be announced to the network.
  4. WARNING: The scripts given to mixers are uniquely crafted for each one. If the scripts leak out they can be easily traced back to the origin and that mixer may get revoked from the network, or worse.
  5.  
  6. Receiver server:
  7. Linux
  8. Tor
  9. PHP
  10. MySQL/MariaDB/Percona
  11. RSA keypair
  12. fedoracoind
  13.  
  14. Sender server:
  15. Tor
  16. fedoracoind
  17.  
  18. Receiver setup:
  19. 1. Install your favorite distro
  20. 2. Install Tor
  21. 3. Install PHP (cli version)
  22. 4. Install MySQL/MariaDB/Percona
  23. 5. Import receiver database
  24. 6. Generate RSA keypair
  25. 7. Install fedoracoind
  26. 8. Add walletnotify=/path/to/add_tx.php %s to fedoracoin.conf of fedoracoind user
  27. 9. Setup config.php (sender_rpc_host should be set to onion name of sender node, see below)
  28. 10. Setup cronjobs (run /path/to/send_tx.php every 7 minutes)
  29.  
  30. Sender setup:
  31. 1. Install your favorite OS
  32. 2. Install Tor
  33. 3. Install fedoracoind
  34. 4. Create hidden service pointing to fedoracoind rpc port (see: guides available for creating tor hidden services)
  35. 5. Set secure RPC username / password in fedoracoin.conf
  36. 6. Setup fedoracoin to use Tor for connections (see: again plenty of guides available for connecting to Bitcoin via Tor)
  37. 7. Make sure the receiver can communicate RPC commands over the hidden service URL
  38. 8. Top up sender account (balance doesn't get transferred from receiver -> sender as that'll destroy coin anonymity, use a different source to top it up)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement