Bitcoin Forum
May 05, 2024, 08:06:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: [ANN]IOTS Only CPU Yespower(be released in 9/Nov/2019 16:00:00(UTC)  (Read 1694 times)
matrix-pool
Newbie
*
Offline Offline

Activity: 11
Merit: 1


View Profile
December 13, 2019, 02:21:11 PM
 #21

Exchange:https://crex24.com/exchange/IOTS-BTC

please add IOTS to https://coingecko.com
thanks.
1714939616
Hero Member
*
Offline Offline

Posts: 1714939616

View Profile Personal Message (Offline)

Ignore
1714939616
Reply with quote  #2

1714939616
Report to moderator
1714939616
Hero Member
*
Offline Offline

Posts: 1714939616

View Profile Personal Message (Offline)

Ignore
1714939616
Reply with quote  #2

1714939616
Report to moderator
1714939616
Hero Member
*
Offline Offline

Posts: 1714939616

View Profile Personal Message (Offline)

Ignore
1714939616
Reply with quote  #2

1714939616
Report to moderator
The block chain is the main innovation of Bitcoin. It is the first distributed timestamping system.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714939616
Hero Member
*
Offline Offline

Posts: 1714939616

View Profile Personal Message (Offline)

Ignore
1714939616
Reply with quote  #2

1714939616
Report to moderator
matrix-pool
Newbie
*
Offline Offline

Activity: 11
Merit: 1


View Profile
December 14, 2019, 07:52:33 AM
 #22

for better perfomance - added CPU Miner — Affinity calculator
http://matrix-pool.info/getting_started

sample for i7-8700 (6 core, 12 threads) (add at the end of cmd line)


Code:
--cpu-affinity 1365 --cpu-priority 2 -t 6

https://cdn.discordapp.com/attachments/642632320829882379/655315288694194176/unknown.png
matrix-pool
Newbie
*
Offline Offline

Activity: 11
Merit: 1


View Profile
December 14, 2019, 08:14:59 AM
Last edit: December 18, 2019, 01:09:07 PM by matrix-pool
Merited by YentenCommunity (1)
 #23

How to compile IOTS on ubuntu 16.04

clone IOTS from git
Code:
git clone https://github.com/iotscoin/iots.git
enter in iots folder

dependency installation
Code:
sudo apt-get install curl build-essential libtool autotools-dev automake pkg-config python3 bsdmainutils cmake
sudo apt-get install libgmp3-dev
sudo apt-get install libzmq3-dev
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev
sudo apt-get install libdb4.8++-dev

-----------------------------

if error - ./bls/bls.h:14:27: fatal error: chiabls/bls.hpp: No such file or directory
Download: https://github.com/codablock/bls-signatures/archive/v20181101.zip
Code:
wget https://github.com/codablock/bls-signatures/archive/v20181101.zip
unzip v20181101.zip
cd bls-signatures-20181101

unzip and ...
Code:
git submodule update --init --recursive
mkdir build
cd build
cmake ../
cmake --build . -- -j 4
sudo make install


in IOTS folder
Code:
./autogen.sh
CXXFLAGS=-O3 ./configure --without-gui --disable-tests
make -j 4


conf file (iots.conf)
Code:
server=1
daemon=1
gen=0
rpcuser=user
rpcpassword=your_password
rpcallowip=your_network/your_mask
rpcallowip=127.0.0.1



pinpins
Member
**
Offline Offline

Activity: 1022
Merit: 19


View Profile WWW
December 16, 2019, 05:07:18 PM
 #24

 
You can mine Iots at autoexchange mining pool Zergpool.com at 0.5% fee. Please use following commands for different mining options
 
Option 1 Auto coin switch by profitability within algorithm with autoexchange to specified coin wallet(BTC in example below)
Code:
 -o stratum+tcp://yespoweriots.mine.zergpool.com:6535 -u <YOURBTCWALLET> -p c=BTC 

Option 2 Direct coin mining with payout to coin wallet
Code:
 -o stratum+tcp://yespoweriots.mine.zergpool.com:6535 -u <YOURIOTSWALLET> -p c=IOTS,mc=IOTS

Option 3 Direct coin mining with autoexchange to specified coin wallet(BTC in example below)
Code:
 -o stratum+tcp://yespoweriots.mine.zergpool.com:6535 -u <YOURBTCWALLET> -p c=BTC,mc=IOTS

Please note mc stands for mining coin symbol, c stand for payout coin symbol

Autoexchange to BTC, LTC, DASH, BCH, DOGE or any other currency we mine
Happy mining,
 cheers pinpin
matrix-pool
Newbie
*
Offline Offline

Activity: 11
Merit: 1


View Profile
December 18, 2019, 01:11:20 PM
 #25

Miner for linux: (Ubuntu)
https://github.com/neo775/cpuminer-opt-matrix/releases/download/v1.0/cpuminer-matrix-linux64.tar.gz

One line CMD for fast mining on Ubuntu (download miner, unzip and start mining):
Code:
wget https://github.com/neo775/cpuminer-opt-matrix/releases/download/v1.0/cpuminer-matrix-linux64.tar.gz && tar zxvf cpuminer-matrix-linux64.tar.gz && cd cpuminer-matrix-linux64 && echo '#!/bin/sh
while [ 1 ]; do
./cpuminer -a yespoweriots -o stratum+tcp://matrix-pool.info:63050 -u WALLET_ADDRESS
done' > autominer.sh && chmod +x autominer.sh && ./autominer.sh

One line CMD with background mining:
Code:
wget https://github.com/neo775/cpuminer-opt-matrix/releases/download/v1.0/cpuminer-matrix-linux64.tar.gz && tar zxvf cpuminer-matrix-linux64.tar.gz && cd cpuminer-matrix-linux64 && echo '#!/bin/sh
while [ 1 ]; do
./cpuminer -a yespoweriots -o stratum+tcp://matrix-pool.info:63050 -u WALLET_ADDRESS
done' > autominer.sh && chmod +x autominer.sh && nohup  ./autominer.sh  &
replace WALLET_ADDRESS!!!
VasilyS
Member
**
Offline Offline

Activity: 618
Merit: 21


View Profile WWW
December 19, 2019, 02:52:14 PM
 #26

Interesting coin.  They have dynamic rewards, I've never seen such a thing before. There is a review of Iots in Russian with information how to mint Iots on CPU with different miners: https://www.cryptoprofi.info/?p=4557. After only few weeks this coin is already on 2 Exchanges and there are a lot of miners for Yespower_iots algo. It means there is an interest towards it, at least among developers.

                             ❱  CRYPTOPROFI  ❱
Chugumoto
Full Member
***
Offline Offline

Activity: 162
Merit: 104



View Profile
December 20, 2019, 09:12:29 AM
 #27

Download ready cpuminer-opt for windows/linux/macos/hiveos
Do you have plans to release a miner for ARM? e.g. rk3399

orbitdv
Member
**
Offline Offline

Activity: 280
Merit: 10


View Profile
December 22, 2019, 12:36:46 AM
 #28

MN reward 30 coins ? PoW 122  Tongue
Twinkledoe
Full Member
***
Offline Offline

Activity: 1904
Merit: 138


★Bitvest.io★ Play Plinko or Invest!


View Profile
December 22, 2019, 01:33:37 AM
 #29

I want to check the website of iots but unfortunately, security error -



Won't risk going forward just to check this site. Are they going to fix their site to a more friendly one?
mixailis
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
December 22, 2019, 02:13:09 PM
 #30

how to create a masternode?
matrix-pool
Newbie
*
Offline Offline

Activity: 11
Merit: 1


View Profile
December 24, 2019, 09:00:23 AM
 #31

MN reward 30 coins ? PoW 122  Tongue

Now:

MN reward - 5 coins
PoW - 20 coins

(active 718 masternodes)

Blockexplorer - http://104.233.224.151:3001/

Mining profit from 1000h/s - 0.067 USD per day
Mining calulator - http://matrix-pool.info/getting_started#calculator
YentenCommunity
Copper Member
Member
**
Offline Offline

Activity: 230
Merit: 35


View Profile WWW
December 27, 2019, 10:36:54 AM
 #32

IOTS added to https://cpu-mining.info/ (CPU mining profitability calculator)



p.s. update every hour.

Yenten Coin - best CPU coin for all. https://bitcointalk.org/index.php?topic=5098631
karbo.io
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
January 19, 2020, 05:51:20 PM
 #33


New project ..... Yes. But there are moments: the main site with viruses. No wallet for WIN32
TDCoin
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
April 23, 2020, 10:17:58 PM
 #34

Daemon won't sync Huh
Is it abandoned project?
Pages: « 1 [2]  All
  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!