Author

Topic: [ANN]IOTS Only CPU Yespower(be released in 9/Nov/2019 16:00:00(UTC) (Read 1713 times)

newbie
Activity: 47
Merit: 0
Daemon won't sync Huh
Is it abandoned project?
newbie
Activity: 57
Merit: 0

New project ..... Yes. But there are moments: the main site with viruses. No wallet for WIN32
copper member
Activity: 230
Merit: 35
IOTS added to https://cpu-mining.info/ (CPU mining profitability calculator)



p.s. update every hour.
newbie
Activity: 11
Merit: 1
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
newbie
Activity: 3
Merit: 0
how to create a masternode?
full member
Activity: 1904
Merit: 138
★Bitvest.io★ Play Plinko or Invest!
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?
member
Activity: 280
Merit: 10
MN reward 30 coins ? PoW 122  Tongue
full member
Activity: 162
Merit: 104
Download ready cpuminer-opt for windows/linux/macos/hiveos
Do you have plans to release a miner for ARM? e.g. rk3399
member
Activity: 618
Merit: 21
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.
newbie
Activity: 11
Merit: 1
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!!!
member
Activity: 1026
Merit: 19
 
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 -p c=BTC

Option 2 Direct coin mining with payout to coin wallet
Code:
-o stratum+tcp://yespoweriots.mine.zergpool.com:6535 -u -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 -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
newbie
Activity: 11
Merit: 1
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



newbie
Activity: 11
Merit: 1
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
newbie
Activity: 11
Merit: 1
Exchange:https://crex24.com/exchange/IOTS-BTC

please add IOTS to https://coingecko.com
thanks.
newbie
Activity: 11
Merit: 1
Cool coin... rocket!!!!

IOTS added to pool - http://matrix-pool.info/
 - servers in europe
 - low fee (1%)
 - cool style matrix design Wink
 - coin price widget
 - and, and... minig calculator

Cmd for mining IOTS:
Code:
cpuminer-sse2.exe -a yespoweriots -o stratum+tcp://matrix-pool.info:63050 -u WALLET_ADDRESS


Download miner:
https://github.com/neo775/cpuminer-opt-matrix/releases/download/v1.0/cpuminer-matrix-win64.zip

find first block. tests - ok!
copper member
Activity: 5
Merit: 0
Exchange:https://crex24.com/exchange/IOTS-BTC
hero member
Activity: 2548
Merit: 626
jr. member
Activity: 342
Merit: 3
newbie
Activity: 146
Merit: 0
Hi all!

We are pleased to inform you that you have added your coin to our exchange.
Available for exchange!

https://ex4ange.org/?IOTS-BTC
sr. member
Activity: 1274
Merit: 263
In fact, exchange listing is our first step
That is totally wrong giving almost everything to the exchange, the exchange can decide the death of the project with the premine. and what will you do to develop the project without premine? if you are going to say you will use your own money. then why did you make a premine in the first place?
do you have a team member or not?
copper member
Activity: 5
Merit: 0
In fact, exchange listing is our first step
sr. member
Activity: 1274
Merit: 263
Total premine coin is 2,000,000 coins and the reward for exchange listing is 1,500,000 coins. are you out of your mind?
what is the point of using this coin if your only goal is to get listed on an exchange?
member
Activity: 571
Merit: 18
Hey guys!


Any nodes to connect with? Wallet keep stuck, synced 0%



Hey guys!


Any nodes to connect with? Wallet keep stuck, synced 0%
ah my bad, node above works Smiley
jr. member
Activity: 73
Merit: 1
Soldo SLD is the best ever
Quote
Total Supply: 21,000,000
Premine: 2,000,000
9.5%, good Smiley
newbie
Activity: 67
Merit: 0
IOTS added to cpu-coins pool https://pool.rplant.xyz

Pool fee 1%, payments every hour from 1 coin

Download ready cpuminer-opt for windows/linux/macos/hiveos https://pool.rplant.xyz/getting_started

port 7028, vardiff
 
cpuminer -a yespowerIOTS -o stratum+tcp://stratum-ru.rplant.xyz:7028 -u WALLET.WORKER
cpuminer -a yespowerIOTS -o stratum+tcp://stratum-eu.rplant.xyz:7028 -u WALLET.WORKER
cpuminer -a yespowerIOTS -o stratum+tcp://stratum-asia.rplant.xyz:7028 -u WALLET.WORKER

pool support: https://discord.gg/eHzNXmp  https://t.me/RPLANT_POOL
full member
Activity: 798
Merit: 102

the peer keep updating itself,but none of them will connect..why?
C:\Users\AppData\Roaming\IotsCore  Add to file iost.coifig   addnode=104.233.227.103
newbie
Activity: 2
Merit: 0
Main network started successfully

the peer keep updating itself,but none of them will connect..why?
copper member
Activity: 5
Merit: 0
It's only 110 minutes before the main network is released



The main network will be released soon



Main network started successfully
jr. member
Activity: 107
Merit: 1
Publicity iots will receive up to 10000 iots rewards

I don't understand what you mean by this though
copper member
Activity: 5
Merit: 0
The main network will be started about 4 hours, and then the blocks will be synchronized



Building iots community will receive up to 10000 iots rewards
full member
Activity: 798
Merit: 102


same with me..the peer keep updating but no sync from them
It looks like the network is not running yet. We have to wait for 16:00:00(UTC).


newbie
Activity: 2
Merit: 0
The wallet does not sync and correct the invitation to Discord as it is not valid.


same with me..the peer keep updating but no sync from them
newbie
Activity: 73
Merit: 0
Discord link not work
copper member
Activity: 5
Merit: 0

be released in 09/Nov/2019 16:00:00(UTC)-1573315200

Only CPU/No GPU/No ASIC

specifications

Name: IOTS

Ticker: IOTS

Algorithm: Yespower_iots

Minig Protocol: POW/POS

Total Supply: 21,000,000

Premine: 2,000,000, Distributed to:

Mining Tool Reward:100,000(reward for development of mining tools)
(We need a man to develop mining tools for us)
Exchange:1,500,000

Reward per Block: Varied(max:500 IOTS)

Block Time: 2.5min

Masternode:1000 IOTS

GitHub:https://github.com/iotscoin/iots
Discord:https://discord.gg/yQNzbUU

Official Website:http://www.iots.one
Official Explorer:http://explorer1.iots.one
White paperhttp://www.iots.one/IOTS.pdf
Roadmaphttp://www.iots.one

How to download to wallet:
windows:
http://iots.one/iots-win.zip
linux:
http://iots.one/iots-linux.zip
How to miner:
Windows:http://www.iots.one/cpuminer-opt-win.zip
Linux:http://www.iots.one/cpuminer-opt-linux.tar.gz
mac:http://www.iots.one/cpuminer-opt-mac.tar.gz
miner github:https://github.com/rplant8/cpuminer-opt-rplant/releases/tag/4.0.23
Pool:https://pool.rplant.xyz
Exchange:https://crex24.com/exchange/IOTS-BTC
For more information, please pay attention to the official website:www.iots.one
Publicity iots will receive up to 10000 iots rewards
Jump to: