Bitcoin Forum
April 26, 2024, 05:13:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: 재 : [ANN] CollectibleCoin COLL - Neoscrypt - Bounty - 에어 드롭 - Masternode  (Read 117 times)
KNA84 (OP)
Member
**
Offline Offline

Activity: 205
Merit: 10


View Profile
September 27, 2018, 08:40:51 AM
 #1

Social links:

         

Services:

   
 


Collectible coin


Description:

이 동전은 실용적인 문제를 해결하기 위해 개발되었습니다 : 물건을 저렴하고 효율적으로 타임 스탬프하는 방법? 현재 Bitcoin 블록 체인은 다른 종류의 거래가 너무 많아 특정 사진 / 텍스트 (사용자가 외부 도구를 사용해야 함)를 해싱하는 원래 지갑이있는 방법이 없습니다. 나는 타임 스탬프를 작성하고 소유권을 증명할 수 있도록 GUI 지갑에 직접 기능을 생성하려고합니다.

로드맵 :

- 2018 년 9 월
> 시작
> Masternodes

- 2018 년 10 월
> 타임 스탬프 추가 기능의 베타 릴리스

- 2018 년 11 월
> 타임 스탬프 추가 기능 최종 릴리스
> 전략적 상인 제휴

- 미래
> 해시 된 사진 / 교정본의 분산 클라우드 저장

Specs:

이름 : COLL
출시일 : 18/09/2018
Premine ~ 4 % - 공기 방울과 현상금에 전적으로 헌신 함
ASIC 내성
NeoScrypt 해싱 알고리즘
Dark Gravity Wave를 사용하는 데 어려움이 있습니다.
CPU / GPU / 마이닝
블록 보상은 다음에 의해 제어됩니다 : 2222222 / (((난이도 +2600) / 9) ^ 2)
블록 생성 : 2.5 분
InstantSend 확인 : ~ 5 초
동부 표준시. 최대 2200 만원까지의 동전
분산 형 Masternode 네트워크
PrivateSend를 사용한 우수한 거래 익명 성
  
P2P port: 20500
RPC port: 20600

Official explorer: http://95.179.171.176:8080/

MN Reward:

Block    Award MN
0    20.0%
158000    25.0%
175280    30.0%
192560    35.0%
209840    37.5%
227120    40.0%
244400    42.5%
261680    45.0%
278960    47.5%
313520    50.0%

동전 필요 에 대한 MN: 1000
MN 확인: 15


MN guide:

1. 파트 1은 스왑 파일을 설치합니다.
2. 2 부에서 종속성을 설치합니다 (프롬프트가 표시되면 Enter 키를 누릅니다).
3. Part 3에서는 디렉토리 / conf 및 download wallet을 작성합니다.
4. 파트 4 collectiblecoin.conf 편집
5. 5 부 데몬 및 동기화 시작

복사 붙여 넣기 완료 단락 (파트 1,2,3)

sudo dd if=/dev/zero of=/mnt/myswap.swap bs=1M count=4000 && sudo mkswap /mnt/myswap.swap && sudo chmod 0600 /mnt/myswap.swap && sudo swapon /mnt/myswap.swap && sudo echo -e "/mnt/myswap.swap none swap sw 0 0 \n" >> /etc/fstab && sudo apt-get update -y && sudo apt-get upgrade -y && sudo apt-get install git -y && sudo apt-get install build-essential libssl-dev libboost-all-dev libqrencode-dev pkg-config libminiupnpc-dev qt5-default qttools5-dev-tools libgmp3-dev -y && sudo add-apt-repository ppa:bitcoin/bitcoin -y && sudo apt-get update -y && sudo apt-get install libdb4.8-dev libdb4.8++-dev -y && sudo apt-get install autoconf -y && sudo apt-get install build-essential libtool autotools-dev pkg-config libssl-dev libboost-all-dev autoconf automake -y && sudo apt-get install libzmq3-dev libminiupnpc-dev libssl-dev libevent-dev -y && sudo apt-get install libgmp-dev -y && sudo apt-get install openssl -y && sudo apt-get update -y && sudo apt-get install git build-essential -y && sudo apt-get install aptitude -y && sudo aptitude install libdb4.8++-dev -y && sudo apt-get install software-properties-common python-software-properties -y && sudo add-apt-repository ppa:git-core/ppa && sudo apt-get update -y && sudo ufw allow 20500 && sudo mkdir collectiblecoin && sudo mkdir ~/.collectiblecoincore && sudo touch ~/.collectiblecoincore/collectiblecoin.conf && sudo printf "rpcuser=REPLACE\nrpcpassword=REPLACE\nrpcallowip=127.0.0.1\nrpcport=20499\ndaemon=1\nserver=1\nlisten=1\nmasternode=1\nmaxconnections=256\nlongtimestamps=1\nport=20500\nmasternodeprivkey=REPLACE\n#masternodeaddr=REPLACE:20500\nexternalip=REPLACE:20500" | sudo tee --append ~/.collectiblecoin/collectiblecoin.conf && cd collectiblecoin && sudo wget https://github.com/Xavandercoin/Collectiblecoin/releases/download/v0.12.2.2-9ce88f6/collectiblecoin-cli.tgz && sudo tar -xzvf collectiblecoin-cli.tgz && sudo cp collectiblecoind ~/../usr/local/bin/collectiblecoind && sudo cp collectiblecoin-cli ~/../usr/local/bin/collectiblecoin-cli && sudo cp collectiblecoin-tx ~/../usr/local/bin/collectiblecoin-tx && cd

REPLACE (파트 4 & 5)가 표시된 세부 정보와 함께 conf를 편집하십시오.

sudo nano ~/.collectiblecoincore/collectiblecoin.conf
Ctrl + x to save
y for yes
Enter

시작/Start the daemon

collectiblecoind

Useful Commands
collectiblecoind (start daemon)
collectiblecoin-cli stop (stops daemon)
collectiblecoin-cli getinfo
collectiblecoin-cli masternode status
collectiblecoin-cli mnsync status

MN Contest:

WIP


Download:

Github repo: https://github.com/fastpow1/supercoll (best choice)
Linux wallet (Ubuntu 18.04):  http://95.179.171.176/collectiblecoin-qt
Windows wallet (64bit): http://95.179.171.176/collectiblecoin-qt.exe

번역 :

Japanese (Imaha486): https://bitcointalk.org/index.php?topic=5031045.0
Polish (cygan): https://bitcointalk.org/index.php?topic=5031253.0
German (cygan): https://bitcointalk.org/index.php?topic=5031254.0
Russian (Admkng5): https://bitcointalk.org/index.php?topic=5031266
Portuguese (virtugranaYT): https://bitcointalk.org/index.php?topic=5031296
Chinese (majorrp2): https://bitcointalk.org/index.php?topic=5031743
Turkish (mahof): https://bitcointalk.org/index.php?topic=5033358
Italian (djwatt3): https://bitcointalk.org/index.php?topic=5033619
French(KNA84): https://bitcointalk.org/index.php?topic=5038885
Korean (KNA84): https://bitcointalk.org/index.php?topic=5038897


현상금 :

번역 : 500 COLL each

Swedish - TAKEN PiJellyPin
Dutch - TAKEN PiJellyPin
Russian - TAKEN mySmile




1st Block explorer: 2000 COLL
1st pool: 1500 COLL - TAKEN (plopzz)
2nd pool: 1000 COLL - TAKEN (thecryptominerpool)
1st exchange: 2500 COLL
2nd exchange: 2000 COLL


돈을 무료로/Airdrop:


PM 보내기 (https://bitcointalk.org/index.php?action=pm;sa=send;u=221351) with your COLL address (starting with C) to get 100 COLL for free

사용자 수를 처음 200 명으로 제한


Pools:

New pool for CollectibleCoin [COLL] on https://angrypool.com

Code:
-a neoscrypt -o stratum+tcp://angrypool.com:20115 -u <WALLET_ID> -p x -R5



Coin info: https://angrypool.com/site/skmining?skcoin=2398
Block explorer: https://angrypool.com/explorer/COLL
Nodes list: https://angrypool.com/explorer/peers/2398

Payout every hour - Low fee - https://twitter.com/angrypool
Discord: https://discord.gg/6tUjH4y - Have fun ! Wink

mining is now available on thecryptominerpool - happy mining!!



  • YIIMP based
  • HTTPS secure website
  • No registration required!!
  • Payouts every hour
  • 0.75% pool fee

The Crypto Miner Pool

Miner code
  • -a neoscrypt -o stratum+tcp://usa.thecryptominerpool.com:4233 -u MINER_ADDRESS -p c=COLL

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!