Pages:
Author

Topic: [ANN] [CPU mining] Yenten v2.0.1 [YTN] [YescryptR16] [Exchange avilable] - page 73. (Read 147137 times)

full member
Activity: 403
Merit: 101
newbie
Activity: 23
Merit: 0
This mining pool spam is getting a little tiring.
newbie
Activity: 210
Merit: 0
START MINING WITH LUCKYPOOL
Pool fee 0.45% only!!!
POOL URL https://yenten.luckypool.org

Settings for miners:

Fixed difficultly (sutable for powerful multicore CPU). Diffultly=1
Code:
./cpuminer -a yescryptr16 -o stratum+tcp://stratum.luckypool.org:3333 -u Weblogin.WorkerName -p WorkerPassword
Fixed difficultly (sutable for 4 core CPU). Diffultly=0.4
Code:
./cpuminer -a yescryptr16 -o stratum+tcp://stratum.luckypool.org:3355 -u Weblogin.WorkerName -p WorkerPassword
High difficultly (aka VADIFF). Diffultly=1-100
Code:
./cpuminer -a yescryptr16 -o stratum+tcp://stratum.luckypool.org:3399 -u Weblogin.WorkerName -p WorkerPassword
Low difficultly (aka VADIFF). Diffultly=0.1-1
Code:
./cpuminer -a yescryptr16 -o stratum+tcp://stratum.luckypool.org:3344 -u Weblogin.WorkerName -p WorkerPassword
Extra low difficultly (aka VADIFF). Diffultly=0.01-1
Code:
./cpuminer -a yescryptr16 -o stratum+tcp://stratum.luckypool.org:3311 -u Weblogin.WorkerName -p WorkerPassword


newbie
Activity: 186
Merit: 0
NEW POOL AVAILABLE

pool.DDClub.org


YiiMP Based no registration is needed!
0.5% fee why not give it a go

or simply connect your miner to :

Code:
-a yescryptR16 -o stratum+tcp://ddclub.org:6234 -u [Your Wallet] -p c=YTN

Code:
Stratum   : ddclub.org:6234
User        : YOUR_ADDRESS
Password : c=YTN

Use d=x to set your diff according 







newbie
Activity: 35
Merit: 0
not bad. I will mine a bit
newbie
Activity: 11
Merit: 0
Cozz ty soooo much.. i simply kill process and turn on it again with new conf file (just for sure, dont know if there was something wrong, but before i coppy it from forum fue messages above)..
Now it is working. Everything synchronized, balance updated Wink

you're welcome.
jr. member
Activity: 52
Merit: 1
Cozz ty soooo much.. i simply kill process and turn on it again with new conf file (just for sure, dont know if there was something wrong, but before i coppy it from forum fue messages above)..
Now it is working. Everything synchronized, balance updated Wink
newbie
Activity: 11
Merit: 0


All done, when i turned on ./yentend, wallet was generated.
But how to use wallet in command line? When i want use ./yenden-cli help it say still same:
error: Couldnt connect to server.

When i try ./yenten-cli i see
Yenten Core RPC client version v1.3.1.0-0c21432-beta
and some useless commands..


are u execute comand
yentend
?


sure, without it i would not have generated wallet.. (wallet.dat etc)..

do you sure yentend use port 9982 for rpc listening?
you can test by list the listening port.
Code:
$ lsof -i :9982

or by telnet to that port.
Code:
$ telnet localhost 9982

if it's ok, it should show good something.

if it's not, i think your yentend was not use port number 9982 for RPC port.

now you cannot use cli to control your yentend, you should kill yentend.
Code:
$ ps ax | grep yentend

xxxx ?  SLs1   0:00 ./yenten

$ sudo kill xxxx

could you show me your yenten configuration file? (~/.yenten/yenten.conf)
i will help you any more.
jr. member
Activity: 52
Merit: 1


All done, when i turned on ./yentend, wallet was generated.
But how to use wallet in command line? When i want use ./yenden-cli help it say still same:
error: Couldnt connect to server.

When i try ./yenten-cli i see
Yenten Core RPC client version v1.3.1.0-0c21432-beta
and some useless commands..


are u execute comand
yentend
?


sure, without it i would not have generated wallet.. (wallet.dat etc)..
newbie
Activity: 210
Merit: 0


All done, when i turned on ./yentend, wallet was generated.
But how to use wallet in command line? When i want use ./yenden-cli help it say still same:
error: Couldnt connect to server.

When i try ./yenten-cli i see
Yenten Core RPC client version v1.3.1.0-0c21432-beta
and some useless commands..


are u execute comand
yentend
?
jr. member
Activity: 52
Merit: 1
Ubuntu 16.04
I think my yentencore is running but something is wrong, i even dont know how i can stop and start it again...  (i am running it at server, dont want restart it)

Where i can list of "commands" and tips how to use commandline wallet? I feel like dump Sad but i did not use linux before...
newbie
Activity: 11
Merit: 0
Hi.. I still have problems with install yenten wallet on Ubuntu.
Can somebody publish step by step tutorial?

In Ubuntu there is no graphical interface of the wallet.

Install wallet not gui - http://www.bubasik.com/how-to-install-the-yiimp-pool-on-the-ubuntu-16-04-server-and-configure-yenten-coin-stratum-yescryptr16/ (Installing the wallet Yenten)

Code:
sudo apt-get update
wget https://github.com/conan-equal-newone/yenten/releases/download/1.3.1/yenten_ubuntu64_1.3.1.tar.gz
tar -xzf yenten_ubuntu64_1.3.1.tar.gz -C yenten_ubuntu64_1.3.1
sudo apt-get install libboost-system1.58.0
sudo apt-get install libboost-filesystem1.58.0
sudo apt-get install libboost-program-options1.58.0
sudo apt-get install libboost-thread1.58.0
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo apt-get install libminiupnpc-dev
cd yenten_ubuntu64_1.3.1
./yentend

Still not working.. now i have "generated wallet" but when i want turn my wallet on (./yenten-cli help example)
i will get output:
error: couldn't connect to server
BTW. i am using same conf file like in tutorials


Still nobody can help? Sad
make
make install?

use "./yentend -printtoconsole" for debugging? Did u add the nodes into config file?
are u read this?
Code:
sudo apt-get install libminiupnpc-dev
cd yenten_ubuntu64_1.3.1
./yentend

without installation!!!!!


u need run
git clone https://github.com/conan-equal-newone/yenten.git
cd yenten
./autogen.sh
./configure --enable-upnp-default --without-gui --disable-tests
make
then make file yenten.conf
Code:
rpcallowip=127.0.0.1
server=0
daemon=1
rpcuser=user
rpcpassword=x
gen=1
port=9981
rpcport=9982

addnode=213.178.10.210:9981

addnode=154.49.213.96:9981

addnode=78.198.58.2:9981

addnode=122.26.201.12:9981

addnode=150.95.174.107:9981

addnode=153.226.149.144:9981

addnode=45.47.66.69:9981

addnode=35.182.242.85:9981

addnode=58.191.220.12:9981

All done, when i turned on ./yentend, wallet was generated.
But how to use wallet in command line? When i want use ./yenden-cli help it say still same:
error: Couldnt connect to server.

When i try ./yenten-cli i see
Yenten Core RPC client version v1.3.1.0-0c21432-beta
and some useless commands..


I think first thing to do, you should check listening port of yentend rpc.
Code:
$ lsof -i :9982

if it show yentend use this port for listening, it's OK.
but no command use this port, something's wrong.

what ubuntu version you use?
do you use linux subsystem on windows 10?
jr. member
Activity: 52
Merit: 1
Hi.. I still have problems with install yenten wallet on Ubuntu.
Can somebody publish step by step tutorial?

In Ubuntu there is no graphical interface of the wallet.

Install wallet not gui - http://www.bubasik.com/how-to-install-the-yiimp-pool-on-the-ubuntu-16-04-server-and-configure-yenten-coin-stratum-yescryptr16/ (Installing the wallet Yenten)

Code:
sudo apt-get update
wget https://github.com/conan-equal-newone/yenten/releases/download/1.3.1/yenten_ubuntu64_1.3.1.tar.gz
tar -xzf yenten_ubuntu64_1.3.1.tar.gz -C yenten_ubuntu64_1.3.1
sudo apt-get install libboost-system1.58.0
sudo apt-get install libboost-filesystem1.58.0
sudo apt-get install libboost-program-options1.58.0
sudo apt-get install libboost-thread1.58.0
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo apt-get install libminiupnpc-dev
cd yenten_ubuntu64_1.3.1
./yentend

Still not working.. now i have "generated wallet" but when i want turn my wallet on (./yenten-cli help example)
i will get output:
error: couldn't connect to server
BTW. i am using same conf file like in tutorials


Still nobody can help? Sad
make
make install?

use "./yentend -printtoconsole" for debugging? Did u add the nodes into config file?
are u read this?
Code:
sudo apt-get install libminiupnpc-dev
cd yenten_ubuntu64_1.3.1
./yentend

without installation!!!!!


u need run
git clone https://github.com/conan-equal-newone/yenten.git
cd yenten
./autogen.sh
./configure --enable-upnp-default --without-gui --disable-tests
make
then make file yenten.conf
Code:
rpcallowip=127.0.0.1
server=0
daemon=1
rpcuser=user
rpcpassword=x
gen=1
port=9981
rpcport=9982

addnode=213.178.10.210:9981

addnode=154.49.213.96:9981

addnode=78.198.58.2:9981

addnode=122.26.201.12:9981

addnode=150.95.174.107:9981

addnode=153.226.149.144:9981

addnode=45.47.66.69:9981

addnode=35.182.242.85:9981

addnode=58.191.220.12:9981

All done, when i turned on ./yentend, wallet was generated.
But how to use wallet in command line? When i want use ./yenden-cli help it say still same:
error: Couldnt connect to server.

When i try ./yenten-cli i see
Yenten Core RPC client version v1.3.1.0-0c21432-beta
and some useless commands..
newbie
Activity: 210
Merit: 0
on CREX24 few small traders on this time
We need more exchanges
We need large exchanges
or Yenten should be on all exchanges in order to replace the DOGE coin in transfers between exchanges
newbie
Activity: 14
Merit: 0
Regarding the problem with exchanges, I believe the best way to be attractive for exchange is to already have a decent liquidity on another exchange.

Unfortunately it is not the case.

Currently we can trade Yenten on : CoinsMarkets , Stocks.exchange , ICQBASE and CREX24 .

I personally do no trust CoinsMarkets because it is down since too long time (just look the chat on their website ...).

I personally do no trust Stocks.exchange as I found it looks as a scam exchange (+see my previous post).

Then there is still ICQBASE  and CREX24. I just compare their fees :

CREX 24   withdraw fees :    YENTEN = 1 YTN and BTC =  0.0005 BTC (can be seen once we are logged via account menu)
ICQBASE  withdraw fees :    YENTEN = 0.001 YTN  and BTC =  0.001 BTC (https://icqbase.com/page/fees)

CREX 24   Trading Fees  :   Market maker (0.01%) and Market taker (0.10%) (https://crex24.com/fees)
ICQBASE  Trading Fees  :   Both (0.25%) (https://icqbase.com/page/fees)

So CREX 24 has definitively better fees.

I have not been able to found a forum for ICQBASE on bitcointalk but I found one for CREX24 (https://bitcointalksearch.org/topic/crex24com-cryptocurrency-exchange-official-thread-2101721)

Also I found that CREX24 display the full order book and has 3 different types of order (Immediate, Good-Till-Cancel, Fill or Kill).

So it seems to me that CREX24 looks like the best exchange we have so far (except for the 1YTN widraw fees).

Shouldn't we just trade on this exchange, and then when we will have a decent volume, ask to major exchange once again ?
 

PS: I have noticed an important limit with CREX24 : it is no possible to enter an order with a price lower than  0.00001BTC.
Disclaimer: I have already some orders on CREX24.


newbie
Activity: 210
Merit: 0
some questions to dev

there is standart answer from most exchanges
Lbank_kobe (LBank.info)

4 Feb, 10:14 CST

尊敬的 尊敬的 Lbank 客户:
您好 !
我是 Lbank客服,关于您提出的问题我们已经查询,关于您提出的问题我们已经查询,具体详情如下:


Hello,
I'm glad to receive your recommendation for the currency. Please send us the basic information of the currency.
1. currency introduction: basic information such as circulation, issue price, release time, distribution pattern, and so on
Introduction of 2. issuers and Team Introduction
3. currency technical advantages, application and future planning
4, official website, purse download address
5. current transactions: trading website, volume, number of users covering

以上是您提出的问题解决方案,如果有任何疑问都可以扫码加下方二维码与 Lbank官方客服沟通,我们会在最短时间内帮您解决处理。
感谢您对 感谢您对 Lbank的支持。谢谢!
L行(Lbank.info),您值得拥有!

his need Whitepaper
currency planes etc
what can I say to it about this?
community don't know anything
no one even knows the developer's name

another one form to filling http://dropmefiles.com/ksmYZ
where I can see this info?
Roadmap
2017:  CPU mining, exchange, etc...
2018:  CPU mining, exchange, etc...
2019:  CPU mining, exchange, etc...
20XX:  1Yen < 1Yenten.
we can't add our currency to large exchanges with this roadmap and without Whitepaper
our currency look like a joke now
sr. member
Activity: 262
Merit: 250
Let's make this coin rock this year  Wink
New full node: lolpool.club:9982
New explorer: http://explorer.yenten.lolpool.club

New Twitter faucet for FREE YTN: http://faucet.yenten.lolpool.club

Temporary Paper wallet: http://paper.yenten.lolpool.club
Web wallet: coming soon
Android wallet: coming after web wallet  Grin

If you guys like the idea of spreading this coin to community. Please help us by donating to faucet address. Thanks a lot.
Please ping me if there are any problems with the faucet site.

PS. We might need better website Smiley


We are back with a new version. Hope our community will grow faster this year. Smiley


REPOST
full member
Activity: 406
Merit: 100
Developer .. may publish new plans for Yenten in 2018.

POST #1
Roadmap
2017:  CPU mining, exchange, etc...
2018:  CPU mining, exchange, etc...
2019:  CPU mining, exchange, etc...
20XX:  1Yen < 1Yenten.

 Grin Grin Grin
full member
Activity: 406
Merit: 100
Vote for mobile wallet

go to the site https://edgesecure.co/

push "Submit a request"




write Yenten -->push "Submit Request"


up
Pages:
Jump to: