Bitcoin Forum
April 25, 2024, 04:36:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 »
  Print  
Author Topic: [ANN] [CPU mining] Yenten v5.0.0 [YTN] [YespowerR16] [Exchange available]  (Read 16449 times)
gcrypt11
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
January 19, 2019, 09:05:36 AM
 #21

congrats for the new thread and new beginnings. I feel that we need to strengthen the roadmap and bring hybrid pow-pos/multinode play into yenten. I would be open to join the developer community and build periphery services around it like the web wallet, but if i can buy into the roadmap (may be also get involved in the core dev)
1714062997
Hero Member
*
Offline Offline

Posts: 1714062997

View Profile Personal Message (Offline)

Ignore
1714062997
Reply with quote  #2

1714062997
Report to moderator
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714062997
Hero Member
*
Offline Offline

Posts: 1714062997

View Profile Personal Message (Offline)

Ignore
1714062997
Reply with quote  #2

1714062997
Report to moderator
1714062997
Hero Member
*
Offline Offline

Posts: 1714062997

View Profile Personal Message (Offline)

Ignore
1714062997
Reply with quote  #2

1714062997
Report to moderator
kaszebe1
Jr. Member
*
Offline Offline

Activity: 397
Merit: 9


View Profile
January 19, 2019, 11:32:25 AM
 #22

https://techcrunch.com/2018/09/25/coinbase-new-cryptocurrencies/

https://listing.coinbase.com/

Is it real to put YenTen on Coinbase ? That would be great !
YentenCommunity (OP)
Copper Member
Member
**
Offline Offline

Activity: 230
Merit: 35


View Profile WWW
January 20, 2019, 12:57:14 AM
 #23

We've got support from the former Yenten semi-official site, http://yenten.isg.is/
Now http://yentencoin.info/  is described as "Yenten Official site" on it.
Many thanks to the site administrator, petrvsrex!

Yenten Coin - best CPU coin for all. https://bitcointalk.org/index.php?topic=5098631
netto7
Jr. Member
*
Offline Offline

Activity: 252
Merit: 4


View Profile
January 20, 2019, 09:31:02 PM
 #24

who lead this project?
bouldou
Full Member
***
Offline Offline

Activity: 403
Merit: 101


View Profile
January 21, 2019, 07:26:00 AM
 #25

Bravo guys, Yenten community will always amaze me

You're the best, long live to Yenten, I will post the new Bitcointalk page on my Yenten Twitter account  Kiss

Vous voulez une Lambo ? Investissez dans le YENTEN : https://bitcointalk.org/index.php?topic=2706079.0
YentenCommunity (OP)
Copper Member
Member
**
Offline Offline

Activity: 230
Merit: 35


View Profile WWW
January 21, 2019, 01:29:38 PM
 #26

who lead this project?
bubasik is the organizer, and ohashi3d is supporting him, for now.
ptdvz may come back in the future...

/* This post is written by ohashi3d */

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

Activity: 301
Merit: 26


View Profile WWW
January 22, 2019, 08:56:21 AM
Last edit: January 22, 2019, 10:26:10 AM by bubasik
 #27

How to compile cpuminer-opt miner on Debian 9.6 i386 (32bit miner)

Download other miner
Code:
sudo apt-get install -y git
git clone https://github.com/bellflower2015/cpuminer-opt.git
cd cpuminer-opt

install dependencies for compile
Code:
sudo apt-get install -y automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev make g++
sudo apt-get install -y zlib1g-dev
chmod +x build.sh

We remove the hodl algorithm. It causes an error when compiling on a 32 bit system.

in file Makefile.am delete string:
Code:
  algo/hodl/aes.c \
  algo/hodl/hodl-gate.c \
  algo/hodl/hodl-wolf.c \
  algo/hodl/sha512_avx.c \
  algo/hodl/sha512_avx2.c \

in file algo-gate-api.c delete string:
Code:
case ALGO_HODL:         register_hodl_algo         ( gate ); break;

in file miner.h delete string:
Code:
        ALGO_HODL,
        "hodl",

Code:
./build.sh

Mining command:
Code:
./cpuminer -a yescryptr16 -o stratum+tcp://cpu-pool.com:63368 -u WALLET_ADDRESS

or (fast 1%)
Code:
./cpuminer -a yespowerr16 -o stratum+tcp://cpu-pool.com:63368 -u WALLET_ADDRESS

origin: http://forum.yentencoin.info/discussion/10/how-to-compile-cpuminer-opt-miner-on-debian-9-6-i386-32bit-miner/
johnnie18
Jr. Member
*
Offline Offline

Activity: 434
Merit: 2


View Profile
January 22, 2019, 09:22:49 AM
 #28

Wow Yenten is backed again. I was mining YTN last year but I stopped using it coz of slow mining and most of all not totally profitable. But I guess this will be much profitable in the near future. Is there still available mining tools or app for mining YTN that is user friendly?
kaszebe1
Jr. Member
*
Offline Offline

Activity: 397
Merit: 9


View Profile
January 22, 2019, 09:28:56 AM
 #29

Wow Yenten is backed again. I was mining YTN last year but I stopped using it coz of slow mining and most of all not totally profitable. But I guess this will be much profitable in the near future. Is there still available mining tools or app for mining YTN that is user friendly?


Yenten GUI miner

Download - https://github.com/bubasik/yenten-gui-miner/releases

Guide:

1) Download Yenten GUI miner
2) Unpack gui miner
3) Run file "download_miner.bat" for download cpuminer-opt
4) Run "Yenten_gui_miner.exe" to start GUI miner
5) Fill in the fields and click button "start mining!".
bubasik
Member
**
Offline Offline

Activity: 301
Merit: 26


View Profile WWW
January 22, 2019, 10:33:10 AM
 #30

Papper Wallet Yenten

https://walletgenerator.net/?currency=Yenten
bubasik
Member
**
Offline Offline

Activity: 301
Merit: 26


View Profile WWW
January 22, 2019, 10:36:19 AM
 #31

Cool news - coingecko updated info of Yenten Coin  Wink

Link: https://www.coingecko.com/en/price_charts/yenten/usd
netto7
Jr. Member
*
Offline Offline

Activity: 252
Merit: 4


View Profile
January 22, 2019, 03:32:06 PM
 #32

who lead this project?
bubasik is the organizer, and ohashi3d is supporting him, for now.
ptdvz may come back in the future...

/* This post is written by ohashi3d */


that good to have many people run yenten.

hopefully yenten is going great soon.
Lind
Member
**
Offline Offline

Activity: 325
Merit: 26


View Profile
January 22, 2019, 07:05:59 PM
 #33

who lead this project?
bubasik is the organizer, and ohashi3d is supporting him, for now.
ptdvz may come back in the future...

/* This post is written by ohashi3d */


that good to have many people run yenten.

hopefully yenten is going great soon.

Though I would change algo to YesPower or any for CPU, ofc only what Devs see fit.

WARTHOG NETWORK - where everyone can revive again the good old days when crypto was fun -> https://bitcointalk.org/index.php?topic=5458046.0
tippytoes
Sr. Member
****
Offline Offline

Activity: 1988
Merit: 275


View Profile
January 22, 2019, 07:14:34 PM
 #34

With the restoration of this project, does it mean that you will have other use case for yenten? How can you achieve the goal of 1 yenten =  1 yen? Because right now, I see that you cpu mine and then, you sell to exchanges. If you buy yenten, then what? I think the team need to add more details on their roadmap.
kaszebe1
Jr. Member
*
Offline Offline

Activity: 397
Merit: 9


View Profile
January 22, 2019, 09:22:42 PM
 #35

With the restoration of this project, does it mean that you will have other use case for yenten? How can you achieve the goal of 1 yenten =  1 yen? Because right now, I see that you cpu mine and then, you sell to exchanges. If you buy yenten, then what? I think the team need to add more details on their roadmap.

Show me a coin which follow their roadmap... Those roadmaps are just marketing bullshit.

If i see someone claim that his coin will be used in points of sale i smile...such people are out of reality and dont have a clue  what is the state, the tax system and what currency really is.

Its better to be honest than selling lies...
Dmivlakos
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile WWW
January 22, 2019, 10:28:28 PM
 #36

Mining Pool | Yenten (YTN)| https://luckymine.su/ 
Port: 6333
User: Your wallet address
Password: c=YTN
Fee: 0.5%
Payout: Every 2 hours
Code:

-a yescryptR16 -o stratum+tcp://luckymine.su:6333 -u walletaddress -p c=YTN
SamaelDNM
Member
**
Offline Offline

Activity: 732
Merit: 18

New exchange generation


View Profile WWW
January 24, 2019, 06:09:19 PM
 #37

good to see back the active currency  Smiley

netto7
Jr. Member
*
Offline Offline

Activity: 252
Merit: 4


View Profile
January 25, 2019, 05:52:43 AM
 #38

With the restoration of this project, does it mean that you will have other use case for yenten? How can you achieve the goal of 1 yenten =  1 yen? Because right now, I see that you cpu mine and then, you sell to exchanges. If you buy yenten, then what? I think the team need to add more details on their roadmap.

it conan roadmap and he do nothing  that why community take over yenten
FacelessCrypto
Full Member
***
Offline Offline

Activity: 539
Merit: 105


IDENA.IO - Proof-Of-Person Blockchain


View Profile
January 26, 2019, 08:22:19 AM
 #39

Hash power is around 300k.. may be more Bitcoin talk members dedicate their old machines g
For YENTEN  mining.

trossminingpool
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
January 27, 2019, 06:34:33 PM
 #40

http://cpumining.zapto.org/

Now offering Yenten, COM, VECO, Elicoin, Noir, Bellcoin and Cryply !
Dedicated ports!
Low Diff stratum!
Stable Pool

Code:
cpuminer-sse2.exe -a yescryptR16 -o stratum+tcp://cpumining.zapto.org:6337 -u YENTEN WALLET -p c=YTN -t 4 (diff 0.5)
]

Other pool coins!
Code:
cpuminer-sse2.exe -a yescryptR32 -o stratum+tcp://cpumining.zapto.org:6346 -u Soyuzcoin wallet -p c=COM -t 4 (diff 0.1)
Code:
cpuminer-sse2.exe -a yespower -o stratum+tcp://cpumining.zapto.org:6344 -u VECO WALLET -p c=VECO -t 4 (diff 0.1) 
Code:
cpuminer-sse2.exe -a yescryptR16 -o stratum+tcp://cpumining.zapto.org:6334 -u ELICOIN WALLET -p c=ELI -t 4 (diff 0.1) 
Code:
cpuminer-sse2.exe -a lyra2z330 -o stratum+tcp://cpumining.zapto.org:5634 -u NOIR WALLET -p c=NOR -t 4 (diff 0.005) 
Code:
cpuminer-sse2.exe -a yespower -o stratum+tcp://cpumining.zapto.org:6241 -u BELLCOIN WALLET -p c=BELL -t4  (diff 0.1) 
Code:
cpuminer-sse2.exe -a yespower -o stratum+tcp://cpumining.zapto.org:6345 -u CRYPLY WALLET -p c=CRP  -t4 (diff 0.1) 

DISCORD
https://discord.gg/AtPzmxC
POOL
http://cpumining.zapto.org/
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 »
  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!