You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
602 B

  1. # Instructions
  2. #### Install FairCoin Wallet and configure
  3. now, need to configure wallet:
  4. .FairCoin/
  5. FairCoin.conf
  6. ```
  7. rpcuser=usernamerpc
  8. rpcpassword=password
  9. rpcport=3021
  10. rpcworkqueue=2000
  11. server=1
  12. rpcbind=127.0.0.1
  13. rpcallowip=127.0.0.1
  14. ```
  15. execute wallet:
  16. ./FairCoind -txindex -reindex-chainstate
  17. ### Configure
  18. ```json
  19. {
  20. "user": "faircoinrpc",
  21. "pass": "password",
  22. "host": "127.0.0.1",
  23. "port": "3021",
  24. "genesisTx": "7c27ade2c28e67ed3077f8f77b8ea6d36d4f5eba04c099be3c9faa9a4a04c046",
  25. "genesisBlock": "beed44fa5e96150d95d56ebd5d2625781825a9407a5215dd7eda723373a0a1d7"
  26. }
  27. ```