Giter Club home page Giter Club logo

Comments (7)

velicumugur avatar velicumugur commented on July 20, 2024 1

show_hr in electroneumd

from electroneum.

electroneumRepo avatar electroneumRepo commented on July 20, 2024

@noraj1337 When you solve a block, a message is displayed. I'm not 100% sure of the message but I'll try to locate it so you can see for yourself.

Direct mining is very difficult as your are competing against many pools to solve a block. Unless you have significant mining power, I would suggest you join a pool.

When you are direct mining, there is a command you can use on the console to see your current hashrate as well as some other details. If you run "help" on your console, you should see a command for this (described in the description).

I hope this helps and I will get a screenshot uploaded soon.

from electroneum.

noraj avatar noraj commented on July 20, 2024

I don't see the word hashrate anywhere (electroneum-wallet-cli):

help
Commands:
  address              Show current wallet public address
  address_book         address_book [(add (<address> [pid <long or short payment id>])|<integrated address> [<description possibly with whitespaces>])|(delete <index>)] - Print all entries in the address book, optionally adding/deleting an entry to/from it
  balance              Show current wallet balance
  bc_height            Show blockchain height
  check_tx_key         Check amount going to <address> in <txid>
  check_tx_proof       Check tx proof for payment going to <address> in <txid>
  donate               donate [<ring_size>] <amount> [payment_id] - Donate <amount> to the development team (donate.getmonero.org)
  export_key_images    Export a signed set of key images
  export_outputs       Export a set of outputs owned by this wallet
  fee                  Print information about fee and current transaction backlog
  get_tx_key           Get transaction key (r) for a given <txid>
  get_tx_note          Get a string note for a txid
  get_tx_proof         Generate a signature to prove payment to <address> in <txid> using the transaction secret key (r) without revealing it
  help                 Show this help
  import_key_images    Import signed key images list and verify their spent status
  import_outputs       Import set of outputs owned by this wallet
  incoming_transfers   incoming_transfers [available|unavailable] - Show incoming transfers, all or filtered by availability
  integrated_address   integrated_address [PID] - Encode a payment ID into an integrated address for the current wallet public address (no argument uses a random payment ID), or decode an integrated address to standard address and payment ID
  locked_transfer      locked_transfer [<ring_size>] <addr> <amount> <lockblocks>(Number of blocks to lock the transaction for, max 1000000) [<payment_id>]
  password             Change wallet password
  payment_id           Generate a new random full size payment id - these will be unencrypted on the blockchain, see integrated_address for encrypted short payment ids
  payments             payments <PID_1> [<PID_2> ... <PID_N>] - Show payments for given payment ID[s]
  refresh              Synchronize transactions and balance
  rescan_bc            Rescan blockchain from scratch
  rescan_spent         Rescan blockchain for spent outputs
  save                 Save wallet data
  save_bc              Save current blockchain data
  save_watch_only      Save a watch-only keys file
  seed                 Display Electrum-style mnemonic seed
  set                  Available options: seed language - set wallet seed language; always-confirm-transfers <1|0> - whether to confirm unsplit txes; print-ring-members <1|0> - whether to print detailed information about ring members during confirmation; store-tx-info <1|0> - whether to store outgoing tx info (destination address, payment ID, tx secret key) for future reference; default-ring-size <n> - set default ring size (default is 5); auto-refresh <1|0> - whether to automatically sync new blocks from the daemon; refresh-type <full|optimize-coinbase|no-coinbase|default> - set wallet refresh behaviour; priority [0|1|2|3|4] - default/unimportant/normal/elevated/priority fee; confirm-missing-payment-id <1|0>; ask-password <1|0>; unit <electroneum|ecent> - set default monero (sub-)unit; min-outputs-count [n] - try to keep at least that many outputs of value at least min-outputs-value; min-outputs-value [n] - try to keep at least min-outputs-count outputs of at least that value; merge-destinations <1|0> - whether to merge multiple payments to the same destination address; confirm-backlog <1|0> - whether to warn if there is transaction backlog
  set_log              set_log <level>|<categories> - Change current log detail (level must be <0-4>)
  set_tx_note          Set an arbitrary string note for a txid
  show_transfer        Show information about a transfer to/from this address
  show_transfers       show_transfers [in|out|pending|failed|pool] [<min_height> [<max_height>]] - Show incoming/outgoing transfers within an optional height range
  sign                 Sign the contents of a file
  sign_transfer        Sign a transaction from a file
  spendkey             Display private spend key
  start_mining         start_mining [<number_of_threads>] - Start mining in daemon
  status               Show wallet status information
  stop_mining          Stop mining in daemon
  submit_transfer      Submit a signed transaction from a file
  sweep_all            sweep_all [ring_size] address [payment_id] - Send all unlocked balance to an address
  sweep_below          sweep_below <amount_threshold> [ring_size] address [payment_id] - Send all unlocked outputs below the threshold to an address
  sweep_unmixable      Send all unmixable outputs to yourself with ring_size 1
  transfer             transfer [<priority>] [<ring_size>] <address> <amount> [<payment_id>] - Transfer <amount> to <address>. <priority> is the priority of the transaction. The higher the priority, the higher the fee of the transaction. Valid values in priority order (from lowest to highest) are: unimportant, normal, elevated, priority. If omitted, the default value (see the command "set priority") is used. <ring_size> is the number of inputs to include for untraceability. Multiple payments can be made at once by adding <address_2> <amount_2> etcetera (before the payment ID, if it's included)
  transfer_original    Same as transfer, but using an older transaction building algorithm
  unspent_outputs      unspent_outputs [<min_amount> <max_amount>] - Show unspent outputs within an optional amount range
  verify               Verify a signature on the contents of a file
  viewkey              Display private view key

You may want to add the categories name corresponding to level 0-4 in set_log description.

from electroneum.

noraj avatar noraj commented on July 20, 2024

Direct mining is very difficult as your are competing against many pools to solve a block. Unless you have significant mining power, I would suggest you join a pool.

You're right direct mining was just for test purpose and to see hashrate? Even with significant mining power people build their own private pool.

from electroneum.

rubecru avatar rubecru commented on July 20, 2024

alguien para que me pueda ayudar este es mi correo [email protected]

from electroneum.

wmoreno3 avatar wmoreno3 commented on July 20, 2024

This issue:
INFO logging contrib/epee/src/mlog.cpp:148 New log categories: *:WARNING,net:FATAL,net.p2p:FATAL,net.cn:FATAL,global:INFO,verify:FATAL,stacktrace:INFO,logging:INFO,msgwriter:INFO
Does it have to do with not displaying all the information?

from electroneum.

amarendar-musham avatar amarendar-musham commented on July 20, 2024

@electroneumRepo How can we see the current mining etn status... like pending/wallet balance in direct mining.
do we have any commands for that....How could we know where we are.......!!!!!!

from electroneum.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.