Pages:
Author

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

full member
Activity: 539
Merit: 105
IDENA.IO - Proof-Of-Person Blockchain
Developer .. may publish new plans for Yenten in 2018.
newbie
Activity: 210
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
sr. member
Activity: 262
Merit: 250
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?
newbie
Activity: 210
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?
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
newbie
Activity: 71
Merit: 0
how to encrypt the wallet....any help?
Settings
Encryption(1-st link in settings menu)
ohh...thank you for that, no idea how did i miss that! Tongue
full member
Activity: 406
Merit: 100
luckypool VS frogpool

luckypool - working 0.8 Kh


----------------------------------------------VS-------------------------------------------------

frogpool.work


 Grin Grin Grin
newbie
Activity: 27
Merit: 0
i saw that earlier i call bs theres no way a 3770k could get that many hash/second, id love to be proven wrong though
newbie
Activity: 210
Merit: 0
I just got an Xserve off ebay for 175$ shipped with 96gb of ddr3, 3x160gb sas drives in raid 0, and 2x750w psu. I've upgraded the processors to the max for 40$, 2x W5590's. Its hashing in high sierra using the luckyminer osx app at 1030 h/s (my 3770k @ 4.3ghz only gets 840 h/s). I know the power consumption is high but the bang for the buck is there.

https://yenten.luckypool.org/index.php?page=calc
Intel Core i7   3770K   -t 8   1300H/s with Windows
newbie
Activity: 27
Merit: 0
I just got an Xserve off ebay for 175$ shipped with 96gb of ddr3, 3x160gb sas drives in raid 0, and 2x750w psu. I've upgraded the processors to the max for 40$, 2x W5590's. Its hashing in high sierra using the luckyminer osx app at 1030 h/s (my 3770k @ 4.3ghz only gets 840 h/s). I know the power consumption is high but the bang for the buck is there.
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
newbie
Activity: 5
Merit: 0
Hello All.

We can try to propose the yenten coin for adding into mobile wallet  https://edgesecure.co/.

Go to https://edgesecure.co/, find and click Submit request and type Yenten.

Bitcoin.org says that the wallet is safe: https://bitcoin.org/en/wallets/mobile/android/airbitzwallet/

Thanks.

EDIT: ups, double post. but ok
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"

full member
Activity: 406
Merit: 100

News
Yobit has not added

we expect to be added to another exchange https://crex24.com - the listing is paid for


Thank u Russian team... and shame on yobitttttttt


Did yo it returned  listing fee paid?

returned  paid , 1/2 spent on crex24  Grin
full member
Activity: 539
Merit: 105
IDENA.IO - Proof-Of-Person Blockchain

News
Yobit has not added

we expect to be added to another exchange https://crex24.com - the listing is paid for


Thank u Russian team... and shame on yobitttttttt


Did yo it returned  listing fee paid?
newbie
Activity: 141
Merit: 0
Any PEERS for TESNET PLS? (Verification Progress stopped).
newbie
Activity: 210
Merit: 0
how to encrypt the wallet....any help?
Settings
Encryption(1-st link in settings menu)
newbie
Activity: 71
Merit: 0
how to encrypt the wallet....any help?
Pages:
Jump to: