Bitcoin Forum
May 12, 2024, 01:33:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Как мне скопировать и скомпилировать TornadoCash  (Read 31 times)
Gidroboss (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
July 12, 2022, 05:08:32 PM
 #1

Я хочу взять исходный код Tornado на Github и скомпилировать рабочую копию этого проекта на своём сервере, но я не понимаю с чего нужно начать.
Какие первые шаги нужно для этого сделать ?
1715477620
Hero Member
*
Offline Offline

Posts: 1715477620

View Profile Personal Message (Offline)

Ignore
1715477620
Reply with quote  #2

1715477620
Report to moderator
1715477620
Hero Member
*
Offline Offline

Posts: 1715477620

View Profile Personal Message (Offline)

Ignore
1715477620
Reply with quote  #2

1715477620
Report to moderator
1715477620
Hero Member
*
Offline Offline

Posts: 1715477620

View Profile Personal Message (Offline)

Ignore
1715477620
Reply with quote  #2

1715477620
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
DrBeer
Legendary
*
Offline Offline

Activity: 3766
Merit: 1883


View Profile WWW
July 12, 2022, 05:47:09 PM
Merited by madnessteat (1)
 #2

Я хочу взять исходный код Tornado на Github и скомпилировать рабочую копию этого проекта на своём сервере, но я не понимаю с чего нужно начать.
Какие первые шаги нужно для этого сделать ?

1. Зайти на страницу проекта на ГИТХАБЕ.
2. Внимательно все прочитать (не исходники Smiley )
3. Осознать прочитанное...
4. Выполнить набор инструкций, приведенный в том что было прочитанно:

Требования к окружению (считай - НАДО УСТАНОВИТЬ)
    node v11.15.0
    npm install -g npx

ИСПОЛЬЗОВАНИЕ:

    npm install
    cp .env.example .env
    npm run build - this may take 10 minutes or more
    npx ganache-cli
    npm run test - optionally runs tests. It may fail on the first try, just run it again.

Используйте браузерную версию :
    vi .env - add your Kovan private key to deploy contracts
    npm run migrate
    npx http-server - serve current dir, you can use any other static http server
    Open localhost:8080

Используйте вариант с командной строкой. Работает с Ganache, Kovan, и Mainnet:
Инициализация:
    cp .env.example .env
    npm run download
    npm run build:contract

...и дальше https://github.com/tornadocash/tornado-core#kovan-mainnet

...AoBT...
▄▄█████████████████▄▄
███████████████████████
█████████████████████████
███████████████████████
██████████████████████
█████████████████████
███████████████████████
██████████████████████
█████████████████████
█████████████████████
█████████████████████████
███████████████████████
█████████████████
The Alliance
of Bitcointalk
Translators
▄▄▄███████▄▄▄
▄███████████████▄
▄███
████████████████▄
▄██
███████████████████▄
▄█
██████████████████████▄
████████████████████████
█████████████████████
████████████████████████
▀███████████████████████▀
▀███████████████████
▀███████████████████▀
███████████████▀
▀▀▀███████▀▀▀
.
..JOIN US..

▄███████████████████████▄
█████████████████████████
█████▀▀██████▀▀██▀▀▀▀████
████████▀██████████
████▄▄▄▄▀███████
███████▄▀▄█▀▀███████
█████████████████████████
█████████████████████████
████████████▀████████████
▀███████████████████████▀
█████

██████████
.
..HIRE US..
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!