Pages:
Author

Topic: [ANN] KOTO - Yescrypt Zcash clone - page 8. (Read 31072 times)

newbie
Activity: 5
Merit: 0
December 15, 2017, 02:04:32 AM
#22
I am not a developer, but for English speakers.
My English is Damm.
Complaints to Google.

https://github.com/koto-dev/koto/wiki/%E8%A7%A3%E8%AA%AC
This page is translated

https://i.imgur.com/wOMFsjL.jpg
--------------------------------------------------------------------------------------
The method of running on Windows is written at the bottom.

Build procedure

https://github.com/zcash/zcash/wiki/1.0-User-Guide
Build according to the procedure of.
The summary of the procedure at ubuntu is as follows.
-----
~source code~
-----
Please omit "-j $ (nproc)" if you can not build due to insufficient memory.


Create "koto.conf" before running
------
~source code~
------

Please change username, password to any user name and password respectively.
Because there is DNSSeed, addnode is not always necessary, but if it does not seem to be connected after 5 minutes please try adding the node to "koto.conf" with the following command.

-----
~source code~
-----




https://i.imgur.com/8pu5NU7.jpg
----------------------------------------------------------------------------------------------------------------
When using the GUI

Build KotoSwingWalletUI.jar according to the description of https://github.com/koto-dev/zcash-swing-wallet-ui.
Now you can run the executable file, "KotoSwingWalletUI.jar."
------
~source code~
------

Put "KotoSwingWalletUI.jar", "kotod", "koto-cli" in the same folder and run "KotoSwingWalletUI.jar" to manipulate the wallet with the GUI.

When executing from the terminal
Full path to "java - jar  KotoSwingWalletUI.jar"
Please start with.



https://i.imgur.com/bucB8lj.jpg
----------------------------------------------------------------------------------------------------------------------

Mining

• "src / koto-cli setgenerate true"
· in "koto.conf" Gen = 1
I do not mind, but I also prepared cpuminer.
https://github.com/koto-dev/cpuminer-yescrypt
Please build this and use it.

Examples of execution are as follows
."/minerd --algo = yescrypt - userpass = username: password - o 127.0.0.1: 8432"

By default, every time mined, a coin will be placed in the new address, so I think that you can specify the receiving address with "kotod" option -mineraddress.

An example of specifying the number of threads and performing mining with "kotod" alone is as follows.

"src / kotod - genproclimit = Number of threads - gen - mineraddress = Receiving address"



https://i.imgur.com/YIv15Wy.jpg
-------------------------------------------------------------------------------------------
Other

"src / koto-cli listaddressgroupings"
You can check the address containing the coin mined by.
The coin just mined must be sent to the private address (z address) in full amount excluding the fee.

"src / koto-cli z_getnewaddress"
The private address can be acquired with, and the remittance becomes as follows.

"src / koto-cli z_shieldcoinbase "*" Private address (fee) (number of UTXO to process)"
(Handling fee) (number of UTXOs to process) is optional, fee is automatic when omitted, seems to be 50 UTXO number to process.
After a while remittance is executed and the result is

"src / koto-cli z_getoperationresult"
In can be confirmed.


At the time when the result is obtained with "z_getoperationresult", it is confirmed whether it is an error or not.
An executing instruction (or an end instruction which has not yet obtained results) can be confirmed with the following command.
src / koto-cli z_getoperationstatus

The total balance of both anonymous and non-anonymous can be confirmed with "z_gettotalbalance".
"src / koto-cli z_gettotalbalance"



https://i.imgur.com/xnzYmxp.jpg
----------------------------------------------------------------------------------------
When using Windows Subsystem for Linux

Currently, Koto does not prepare Windows executable files, but you can run it using "Windows Subsystem for Linux (WSL)" which is a function of Windows 10.
Since WSL takes over the Windows environment variable, an error will occur if "/ mnt / c / Program Files (x86) /" etc is in PATH.
In that case on WSL's Ubuntu

"export PATH = / home / username / bin: / home / username /.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/ bin: / usr / games: / usr / local / games
Please reset the PATH and then build "kotod" by the above Ubuntu procedure".

When using GUI wallet, you need to install "X Window System".
Download and install "VcXsrv" from here.


"export DISPLAY =: 0" to  "~/. bashrc" Added  to  for future use.

For this time
"export DISPLAY =: 0"
Run.

Place "KotoSwingWalletUI.jar", "kotod", "koto-cli" in the same folder, with "VcXsrv" running on Windows side
Full path to "java - jar  KotoSwingWalletUI.jar"
I think GUI Wallet will be launched even on Windows.
jr. member
Activity: 43
Merit: 5
December 14, 2017, 05:52:48 PM
#21
When the windows wallet and pool done?

I'd like to see an eleos fork for this one. I could look into it but it will take me some time.
full member
Activity: 210
Merit: 100
December 14, 2017, 02:16:36 PM
#20
When the windows wallet and pool done?
copper member
Activity: 798
Merit: 250
December 14, 2017, 12:07:26 AM
#19
So, KOTO really pure CPU mining? and will be speedly than mine it using GPU. Is this POW only, no POS interest? I'm waiting for windows wallet released,
newbie
Activity: 6
Merit: 0
December 13, 2017, 06:35:02 PM
#18
We need windows wallet !

I'm running Koto-wallet on windows.
need the following
・Windows Subsystem for Linux
・VcXsrv
newbie
Activity: 7
Merit: 0
December 13, 2017, 06:05:05 PM
#17
member
Activity: 154
Merit: 10
December 13, 2017, 05:06:55 PM
#16
Wallet and miner must have!
full member
Activity: 210
Merit: 100
December 13, 2017, 05:02:40 PM
#15
We need windows wallet !
member
Activity: 79
Merit: 10
December 13, 2017, 05:01:44 PM
#14
checking whether bswap_16 is declared... yes
checking whether bswap_32 is declared... yes
checking whether bswap_64 is declared... yes
checking for MSG_NOSIGNAL... yes
checking for visibility attribute... yes
checking proton/connection.hpp usability... no
checking proton/connection.hpp presence... no
checking for proton/connection.hpp... no
configure: WARNING: Proton headers not found, disabling Proton support
checking for main in -lqpid-proton-cpp... no
configure: WARNING: Proton libraries not found, disabling Proton support
checking for boostlib >= 1.62... configure: We could not detect the boost libraries (version 1.62 or higher). If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option.  If you are sure you have boost installed, then check your version number looking in . See http://randspringer.de/boost for more documentation.
checking whether the Boost::System library is available... yes
configure: error: Could not find a version of the boost_system library!


who know why?
full member
Activity: 448
Merit: 102
I am interesting to discussion each orther
December 13, 2017, 04:47:18 PM
#13
dev....how to use and install of wallet this coin..? and get this coin should I mine..?
member
Activity: 588
Merit: 10
Bounty Detective
December 13, 2017, 04:46:16 PM
#12
I wanted to read about the project, but could not! When translating from Japanese into my native language lost all meaning! Are you planning to translate at least in English?
jr. member
Activity: 43
Merit: 5
December 13, 2017, 04:40:39 PM
#11
It would be nice if you could get a windows wallet up and running. If you do that more people will be able to access it easier. And if that happens it will "bloom" from there.
full member
Activity: 1190
Merit: 100
December 13, 2017, 03:55:23 PM
#10
Whether this Project is going to be promoting using bounty campaign, I think it should. Why ? Because the project you have to promote in various ways, one of his social media. it is very useful.
newbie
Activity: 6
Merit: 0
December 13, 2017, 03:49:37 PM
#9
How can i mine with a GPU? More information would be helpful.

Since yescrypt is efficient with CPU, I have not tried mining at GPU.
newbie
Activity: 6
Merit: 0
December 13, 2017, 03:31:47 PM
#8
Very little information about the project! Where can I study it in more detail? Will there be bounty company?

I am not very good at English, so I apologize in advance.
Details in Japanese.
http://askmona.org/7853
member
Activity: 222
Merit: 10
Welcome to MY world!
December 13, 2017, 03:29:45 PM
#7
Which pools can we use for this coin - I wanna mine it!
full member
Activity: 173
Merit: 100
December 13, 2017, 03:25:33 PM
#6
when trex?
jr. member
Activity: 43
Merit: 5
December 13, 2017, 03:22:38 PM
#5
How can i mine with a GPU? More information would be helpful.
full member
Activity: 1400
Merit: 103
December 13, 2017, 03:17:27 PM
#4
Very little information about the project! Where can I study it in more detail? Will there be bounty company?
newbie
Activity: 6
Merit: 0
Pages:
Jump to: