Difference between revisions of "Community FAQ"
VeriBlockTim (talk | contribs) |
|||
Line 8: | Line 8: | ||
== Launch Questions == | == Launch Questions == | ||
− | |||
− | |||
− | |||
− | |||
− | |||
=== When will MainNet be available === | === When will MainNet be available === | ||
− | |||
The details are being worked on. | The details are being worked on. | ||
− | |||
− | |||
== Mining == | == Mining == | ||
Line 23: | Line 15: | ||
=== Is miner CPU or GPU === | === Is miner CPU or GPU === | ||
− | Right now it is CPU only. | + | Right now it is CPU only. |
=== What algorithm do you use? === | === What algorithm do you use? === | ||
Line 31: | Line 23: | ||
=== Is it ASIC resistant? === | === Is it ASIC resistant? === | ||
− | Is is not ASIC resistant | + | Is is intentionally not ASIC resistant (although there are not any ASICs yet since it's a new algorithm). |
== How to get started == | == How to get started == | ||
Line 55: | Line 47: | ||
=== NodeCore.bat is doing nothing === | === NodeCore.bat is doing nothing === | ||
− | Ensure that Java is installed ( | + | Ensure that Java is installed (Requires Java 1.8, the code used lambda functions) |
Set the environmental variables. | Set the environmental variables. | ||
Line 61: | Line 53: | ||
=== Can I upload my log file somewhere? === | === Can I upload my log file somewhere? === | ||
− | Yes, create a new issue on https://github.com/VeriBlock/nodecore-releases/issues. There is a file-size limit enforced by github, but you should be able to | + | Yes, create a new issue on https://github.com/VeriBlock/nodecore-releases/issues. There is a file-size limit enforced by github, but you should be able to attach log files. |
Revision as of 20:43, 23 March 2018
See: Main_Page
Contents
Common questions from telegram
Link: https://web.telegram.org/#/im?p=@VeriBlock
Launch Questions
When will MainNet be available
The details are being worked on.
Mining
Is miner CPU or GPU
Right now it is CPU only.
What algorithm do you use?
vBlake, which is a custom version of BLAKE2b we created.
Is it ASIC resistant?
Is is intentionally not ASIC resistant (although there are not any ASICs yet since it's a new algorithm).
How to get started
Where to get software
Download the software on github: https://github.com/VeriBlock/nodecore-releases (this has a readme)
Can I mine the coin now?
Yes, but it is for testnet only. Mainnet will have a new genesis block. The coins on testnet are for testing purposes only, and will not transfer to mainnet.
General
How long does it take to get a block?
About 2 minutes
Is VeriBlock a fork of some other similar-sounding coin (Veri___)
No. VeriBlock is a brand new coin.
Troubleshooting when running software
NodeCore.bat is doing nothing
Ensure that Java is installed (Requires Java 1.8, the code used lambda functions)
Set the environmental variables.
Can I upload my log file somewhere?
Yes, create a new issue on https://github.com/VeriBlock/nodecore-releases/issues. There is a file-size limit enforced by github, but you should be able to attach log files.