Advertisement
Guest User

Untitled

a guest
Sep 4th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. bikin file di c;/Users/$user/AppData/Roaming/Maxtime/
  2. dengan nama max.conf
  3.  
  4. trus jalanin maxnya pakai cmd
  5. maxtime-qt.exe -server -conf=C:\Users\$user\AppData\Roaming\Maxtime\max.conf
  6.  
  7. $user adalah user name yang kamu pakai contoh mypc
  8.  
  9. pakai cpu miner multi atau sgminer
  10. https://github.com/tpruvot/cpuminer-multi/releases/download/v1.3.1-multi/cpuminer-multi-rel1.3.1-x64.zip
  11.  
  12.  
  13. cpuminer-gw64-corei7.exe -u root -p underground2. -o 127.0.0.1:2184 -t3 --coinbase-addr=alamatwalet
  14.  
  15. ini set pornya di max,conf rpcport=2184
  16.  
  17.  
  18. -t3 jumlah core dari cpu.janagn pakai semua misal 4
  19. pakai 3
  20.  
  21. -------------------------------------------------------------------------------------
  22. isi dari max.conf
  23.  
  24.  
  25.  
  26. # Run on the test network instead of the real dash network.
  27. #testnet=0
  28.  
  29. # Run a regression test network
  30. #regtest=0
  31.  
  32. # Connect via a SOCKS5 proxy
  33. #proxy=127.0.0.1:9050
  34.  
  35. # Bind to given address and always listen on it. Use [host]:port notation for IPv6
  36. #bind=<addr>
  37.  
  38. # Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6
  39. #whitebind=<addr>
  40.  
  41. # Use as many addnode= settings as you like to connect to #specific peers
  42. #addnode=69.164.218.197
  43. #addnode=10.0.0.2:9999
  44.  
  45. # Alternatively use as many connect= settings as you like to connect ONLY to specific peers
  46. #connect=69.164.218.197
  47. #connect=10.0.0.1:9999
  48.  
  49. # Listening mode, enabled by default except when 'connect' is being used
  50. listen=1
  51.  
  52.  
  53.  
  54. # server=1 tells Dash-Qt and dashd to accept JSON-RPC commands
  55. server=1
  56.  
  57. # Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6.
  58. # This option can be specified multiple times (default: bind to all interfaces)
  59. #rpcbind=<addr>
  60.  
  61. # You must set rpcuser and rpcpassword to secure the JSON-RPC api
  62. rpcuser=root
  63. rpcpassword=underground2.
  64.  
  65.  
  66. #rpcclienttimeout=30
  67.  
  68.  
  69. rpcallowip=127.0.0.1/255.255.255.0
  70.  
  71. #rpcallowip=1.2.3.4/24
  72. #rpcallowip=2001:db8:85a3:0:0:8a2e:370:7334/96
  73.  
  74. # Listen for RPC connections on this TCP port:
  75. rpcport=2184
  76.  
  77.  
  78. rpcconnect=127.0.0.1
  79. rpcconnect=192.168.2.140/255.255.255.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement