Pages:
Author

Topic: [ANN]IOTS Only CPU Yespower(be released in 9/Nov/2019 16:00:00(UTC) (Read 1727 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: 231
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: 620
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: 1027
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?
Pages:
Jump to: