Skip to content

gGluk/intime_wallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Only for x64 processor

For Ubuntu 16.04 LTS

1. Open terminal on home directory

2. Clone wallet sources

git clone https://github.com/gGluk/intime_wallet.git

3. Change directory intime_wallet

cd intime_wallet

4. Set symbolic link to coin sources at the same level as src

ln -s ../intime cryptonote

5. Build

mkdir build && cd build && cmake .. && make

6. Open

//close the terminal and go to directory: home directory/intime_wallet/build and open cryptonote_wallet

//create the new wallet, set the password and copy your wallet adress

7. Mining

//paste your wallet adress in intime terminal

start_mining [your wallet adress] [threads=2]

Good luck!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.7%
  • CMake 6.6%
  • Other 0.7%