Advertisement
Guest User

Untitled

a guest
Aug 1st, 2017
482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. mysql]
  2. user=root
  3. password=nimda
  4. writeIP=127.0.0.1
  5. ;for feesadd
  6. readThreads=2
  7. threadPiece=10
  8. readIP_0=127.0.0.1
  9. readIP_1=127.0.0.1
  10. database=bitcoin
  11.  
  12. [Neo4j]
  13. ip=127.0.0.1
  14. user=neo4j
  15. password=andy
  16. EncryptionLevel=none
  17. threads=64
  18. txpiece=20
  19. rowpiece=5
  20. logQueries=0
  21. timeout=5
  22.  
  23. [bitcoin]
  24. dir=/home/pylyp/.bitcoin
  25. zmqport=28332
  26.  
  27. [tables]
  28. tx=transactions_detail
  29. fee=transactions_general
  30. escrow=escrow
  31. confirmed=blocks_confirmed
  32. actions=actions
  33.  
  34. [blocks]
  35. minconfirm=2
  36.  
  37. [actions]
  38. unknown="php email.php admin@example.com $payload"
  39. email="php email.php $target $payload"
  40. echo="echo '$target'"
  41. follow="echo '$target'"
  42. inna="echo '$target'"
  43.  
  44. [payloads]
  45. unknown='{"action":"$action",tx_hash":"$tx_hash","adr":"$address"}'
  46. email='{"tx_hash":"$tx_hash","adr":"$address", fee:$fee, time:$time}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement