Advertisement
Guest User

Untitled

a guest
Aug 1st, 2017
473
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. pylyp@pylypdev:~/code/block-exe$ bin/bit-block -t -tryallindex
  2. >>>>>>>>>>>>>>>> BITCOIN <<<<<<<<<<<<<<<<
  3. TESTNET
  4. Exception: testnet database must contain <test>
  5. pylyp@pylypdev:~/code/block-exe$ bitcoin-cli -testnet getblockcount
  6. 1155885
  7. pylyp@pylypdev:~/code/block-exe$ cat conf/bit-block
  8. bit-block.ini bit-block.sample bit-block-t.ini
  9. pylyp@pylypdev:~/code/block-exe$ cat conf/bit-block-t.ini
  10. [mysql]
  11. user=root
  12. password=nimda
  13. writeIP=127.0.0.1
  14. ;for feesadd
  15. readThreads=2
  16. threadPiece=10
  17. readIP_0=127.0.0.1
  18. readIP_1=127.0.0.1
  19. database=bitcoin
  20.  
  21. [Neo4j]
  22. ip=127.0.0.1
  23. user=neo4j
  24. password=andy
  25. EncryptionLevel=none
  26. threads=64
  27. txpiece=20
  28. rowpiece=5
  29. logQueries=0
  30. timeout=5
  31.  
  32. [bitcoin]
  33. dir=/home/pylyp/.bitcoin/testnet3
  34. zmqport=28332
  35.  
  36. [tables]
  37. tx=transactions_detail
  38. fee=transactions_general
  39. escrow=escrow
  40. confirmed=blocks_confirmed
  41. actions=actions
  42.  
  43. [blocks]
  44. minconfirm=2
  45.  
  46. [actions]
  47. unknown="php email.php admin@example.com $payload"
  48. email="php email.php $target $payload"
  49. echo="echo '$target'"
  50. follow="echo '$target'"
  51. inna="echo '$target'"
  52.  
  53. [payloads]
  54. unknown='{"action":"$action",tx_hash":"$tx_hash","adr":"$address"}'
  55. email='{"tx_hash":"$tx_hash","adr":"$address", fee:$fee, time:$time}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement