Bitcoin Forum
June 09, 2024, 05:17:14 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 [207] 208 209 210 211 »
  Print  
Author Topic: [ANN] [CPU mining] Yenten v2.0.1 [YTN] [YescryptR16] [Exchange avilable]  (Read 147090 times)
Kgonla
Newbie
*
Offline Offline

Activity: 129
Merit: 0


View Profile
November 27, 2018, 11:44:10 AM
 #4121

Wallet 1.3.1_qtfix2 & 3.0.0 not working for me:

Yeah, hardcoded seednodes are outdated. This is being worked on. For now you can just add the following to your yenten.conf:

Code:
addnode=193.70.33.8
addnode=185.185.69.156
addnode=153.121.74.170
addnode=116.91.89.16
addnode=213.168.40.114
addnode=91.69.247.135
addnode=119.245.50.48
addnode=114.163.222.47

Having said that

2018-11-26 22:01:10 ERROR: GetMyExternalIP() : connection to 216.146.38.70:80 failed

looks like there is a problem with your internet connection. That connection really should not fail. Can you reach http://216.146.38.70:80/ using your browser?

Tested in V3.0.0
I created a yenten.conf file with the addnodes but it is not working, I also set addnode to qt.conf but I get same error loading nodes.
I can reach 216... with browser & it returns my IP address.


I fixed it, problem is in peers.dat
I replaced actual peers.dat with old one from v2 & now it is working, also I get my IP from 216....


Strange. I thought the addnodes should take care of the missing peers. Maybe i should have added port numbers to the IPs? Sorry, didn't really test it. Glad you still got it to work. In any case this is going to be investigated.

Edit: Out of curiousity, where did you create the yenten.conf file? In the directory also containing peers.dat? If not that might be the reason why it was ignored.

I created yenten.conf in the main directory where I have yenten-qt, peers.dat, etc.
I think the program does not read file yenten.conf.


Run "C:\yenten\yenten-qt.exe -datadir=C:\yenten\data"

save yenten.conf in folder C:\yenten\data

copy wallet.dat inf folder C:\yenten\data

default datadir is: %APPDATA%\yenten

Go to Start -> Run (or press WinKey+R) and run this:
Code:
%APPDATA%\yenten

Quote
Yenten data folder will open. For most users, this is the following locations:

C:\Documents and Settings\YourUserName\Application data\Yenten (XP)

C:\Users\YourUserName\Appdata\Roaming\Yenten (Vista and 7)


"AppData" and "Application data" are hidden by default.

You can also store Yenten data files in any other drive or folder.

If you have already downloaded the data then you will have to move the data to the new folder. If you want to store them in C:\yenten\data then click on "Properties" of a shortcut to yenten-qt.exe and add -datadir=C:\yenten\data at the end as an example:

"C:\Program Files (x86)\Bitcoin\yenten-qt.exe" -datadir=C:\yenten\data


Thank your for your info.
I don't use \Data, everything is in c:\yenten so appdata\roaming\yenten does not exist.
This way I have everything in the same place.
My folder c:\yenten have Blocks, Chainstate & Plugins subfolders & the rest is in c:\yenten
As I said before, replacing peers.dat by the old one worked fine, so I don't see why I must use \Data & move files there.
 
bubasik
Member
**
Offline Offline

Activity: 301
Merit: 26


View Profile WWW
November 27, 2018, 02:04:10 PM
 #4122

Update fast_yenten to Wallet Yenten 3.0

Download: https://github.com/bubasik/fast_yenten/releases

Download last blockchain: http://yenten-pool.ml/blocks_yenten_last.zip (created every day)
ckazu
Jr. Member
*
Offline Offline

Activity: 101
Merit: 4


View Profile
November 27, 2018, 07:57:39 PM
 #4123

May be yenten should move to anouther algo(more GPU resist).
If there is a fork anyway, why dont make this change, I meen "Yenten is a cryptocurrency of the cpu, by the cpu, for the cpu."

CRYPLY- True crypto for free peoples
https://cryply.io
Fast | Safely | Anonymous | Without ICO | Without premine
ptdvz
Newbie
*
Offline Offline

Activity: 63
Merit: 0


View Profile
November 27, 2018, 08:11:27 PM
 #4124

May be yenten should move to anouther algo(more GPU resist).
If there is a fork anyway, why dont make this change, I meen "Yenten is a cryptocurrency of the cpu, by the cpu, for the cpu."

Yenten 3.0.0 is not really a fork. It's fully compatible with 1.3.1 (which is what 99% of the community is using anyways).

Regarding changing the algo: I guess this can be discussed in the future but right now it's way to early for any kind of drastic change.
bubasik
Member
**
Offline Offline

Activity: 301
Merit: 26


View Profile WWW
November 28, 2018, 12:34:18 PM
 #4125

Version 3.0.1 compatible with 1.3.1

changes:
 - Adds Vseeds (seed-main.yentencoin.info) for fast find nodes.
 - Delete text char "beta" in version

Code:
018-11-28 11:48:43 dnsseed thread start
2018-11-28 11:48:43 ext-ip thread start
2018-11-28 11:48:43 Loading addresses from DNS seeds (could take a while)
2018-11-28 11:48:43 init message: Loading ok
2018-11-28 11:48:43 addcon thread start
2018-11-28 11:48:43 msghand thread start
2018-11-28 11:48:43 net thread start
2018-11-28 11:48:43 opencon thread start
2018-11-28 11:48:43 dumpaddr thread start
2018-11-28 11:48:43 8 addresses found from DNS seeds
2018-11-28 11:48:43 dnsseed thread exit
2018-11-28 11:48:43 Initialization result: 1
2018-11-28 11:48:43 GetMyExternalIP() received [193.34.8.74] 193.34.8.74:0
2018-11-28 11:48:43 GetMyExternalIP() returned 193.34.8.74
2018-11-28 11:48:43 AddLocal(193.34.8.74:9981,4)
2018-11-28 11:48:43 ext-ip thread exit
2018-11-28 11:48:44 receive version message: /Satoshi:1.1.0/: version 70006, blocks=271384, us=193.34.8.74:54181, them=91.69.247.135:9981, peer=91.69.247.135:9981
2018-11-28 11:48:44 Added time data, samples 2, offset -1 (+0 minutes)
2018-11-28 11:48:45 receive version message: /Satoshi:1.3.1/: version 70006, blocks=271384, us=193.34.8.74:51660, them=114.163.222.47:9981, peer=114.163.222.47:9981
2018-11-28 11:48:45 Added time data, samples 3, offset -1 (+0 minutes)
2018-11-28 11:48:45 Pre-allocating up to position 0x100000 in rev00000.dat
2018-11-28 11:48:45 UpdateTip: new best=00002c6699e7066573faad775e7f1a6a432b902a1f4424af25dc6f8d6b9b8ba7  height=1  log2_work=19  tx=2  date=2017-10-28 19:21:01 progress=0.000007
2018-11-28 11:48:45 ProcessBlock: ACCEPTED
2018-11-28 11:48:45 UpdateTip: new best=0000250f4c74f4fd0b1a31cff679250ba01095e34b34d8f5445b31712a18fa4b  height=2  log2_work=19.584963  tx=3  date=2017-10-28 19:24:15 progress=0.000010
2018-11-28 11:48:45 ProcessBlock: ACCEPTED

https://github.com/yentencoin/yenten/releases/

Thank you POOPMAN and ohashi3d!!!
xpoolx
Full Member
***
Offline Offline

Activity: 201
Merit: 102


View Profile
December 01, 2018, 09:29:50 AM
 #4126

Yenten pool is still open at www.xpoolx.com and tradeable at www.xequinex.com (same account as xpoolx.com)
geebeezzz
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
December 02, 2018, 03:43:26 AM
Last edit: December 02, 2018, 04:28:10 AM by geebeezzz
 #4127

anybody know when the wallet will be unlock on crex24 and tradesatoshi???
or have sny new about maintenance on exchange at this moment??
thanks!
magonrus
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
December 02, 2018, 04:34:28 AM
 #4128

Yenten pool is still open at www.xpoolx.com and tradeable at www.xequinex.com (same account as xpoolx.com)
It is the last pool which still mines the cracked blockchain
https://miningpoolstats.stream/yenten
magonrus
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
December 02, 2018, 04:38:45 AM
Last edit: December 02, 2018, 12:21:57 PM by magonrus
 #4129

anybody know when the wallet will be unlock on crex24 and tradesatoshi???
or have sny new about maintenance on exchange at this moment??
thanks!

The new team of developers deals with this issue.
But all coins at these exchanges - counterfeit, be ready that balances will be nullified
gcrypt11
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
December 02, 2018, 01:05:56 PM
 #4130

Yenten pool is still open at www.xpoolx.com and tradeable at www.xequinex.com (same account as xpoolx.com)
It is the last pool which still mines the cracked blockchain
https://miningpoolstats.stream/yenten

could some people shift away from antminepool as it has >50% of the mining power
crazyer1976
Member
**
Offline Offline

Activity: 434
Merit: 19


View Profile
December 03, 2018, 12:41:36 PM
 #4131

A friend of mine a few days mines a coin into the pool "cpu pool", but his balance is not increased and the coins in the purse are not available. What could be the problem? There are no errors in the miner log...
magonrus
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
December 03, 2018, 12:55:55 PM
 #4132

A friend of mine a few days mines a coin into the pool "cpu pool", but his balance is not increased and the coins in the purse are not available. What could be the problem? There are no errors in the miner log...
Let will look at the statistics on a pool for the wallet address, for example:
http://cpu-pool.com/workers/YhNxkgrpWsTZSYySWxtdAFivnjS7jcegzA
netto7
Jr. Member
*
Offline Offline

Activity: 252
Merit: 4


View Profile
December 03, 2018, 03:19:05 PM
 #4133

Version 3.0.1 compatible with 1.3.1

changes:
 - Adds Vseeds (seed-main.yentencoin.info) for fast find nodes.
 - Delete text char "beta" in version

Code:
018-11-28 11:48:43 dnsseed thread start
2018-11-28 11:48:43 ext-ip thread start
2018-11-28 11:48:43 Loading addresses from DNS seeds (could take a while)
2018-11-28 11:48:43 init message: Loading ok
2018-11-28 11:48:43 addcon thread start
2018-11-28 11:48:43 msghand thread start
2018-11-28 11:48:43 net thread start
2018-11-28 11:48:43 opencon thread start
2018-11-28 11:48:43 dumpaddr thread start
2018-11-28 11:48:43 8 addresses found from DNS seeds
2018-11-28 11:48:43 dnsseed thread exit
2018-11-28 11:48:43 Initialization result: 1
2018-11-28 11:48:43 GetMyExternalIP() received [193.34.8.74] 193.34.8.74:0
2018-11-28 11:48:43 GetMyExternalIP() returned 193.34.8.74
2018-11-28 11:48:43 AddLocal(193.34.8.74:9981,4)
2018-11-28 11:48:43 ext-ip thread exit
2018-11-28 11:48:44 receive version message: /Satoshi:1.1.0/: version 70006, blocks=271384, us=193.34.8.74:54181, them=91.69.247.135:9981, peer=91.69.247.135:9981
2018-11-28 11:48:44 Added time data, samples 2, offset -1 (+0 minutes)
2018-11-28 11:48:45 receive version message: /Satoshi:1.3.1/: version 70006, blocks=271384, us=193.34.8.74:51660, them=114.163.222.47:9981, peer=114.163.222.47:9981
2018-11-28 11:48:45 Added time data, samples 3, offset -1 (+0 minutes)
2018-11-28 11:48:45 Pre-allocating up to position 0x100000 in rev00000.dat
2018-11-28 11:48:45 UpdateTip: new best=00002c6699e7066573faad775e7f1a6a432b902a1f4424af25dc6f8d6b9b8ba7  height=1  log2_work=19  tx=2  date=2017-10-28 19:21:01 progress=0.000007
2018-11-28 11:48:45 ProcessBlock: ACCEPTED
2018-11-28 11:48:45 UpdateTip: new best=0000250f4c74f4fd0b1a31cff679250ba01095e34b34d8f5445b31712a18fa4b  height=2  log2_work=19.584963  tx=3  date=2017-10-28 19:24:15 progress=0.000010
2018-11-28 11:48:45 ProcessBlock: ACCEPTED

https://github.com/yentencoin/yenten/releases/

Thank you POOPMAN and ohashi3d!!!


we can use old wallet.dat from ver 2.0 right?
xpoolx
Full Member
***
Offline Offline

Activity: 201
Merit: 102


View Profile
December 03, 2018, 03:19:10 PM
 #4134

XpoolX.com and xequinex.com has been updated to last wallet version
ohashi3d
Jr. Member
*
Offline Offline

Activity: 51
Merit: 3


View Profile
December 04, 2018, 01:41:24 AM
 #4135

we can use old wallet.dat from ver 2.0 right?
I could do it successfully. The transactions up to around Oct. 15 were not affected by attacks.
Please keep a back-up in another folder and try it!

BTW, Yenten Community Edition Version 3.0.2 is now available.
https://github.com/yentencoin/yenten/releases/
You will see the "Yenten-chan" splash image in starting up the Qt-wallet Smiley
netto7
Jr. Member
*
Offline Offline

Activity: 252
Merit: 4


View Profile
December 04, 2018, 01:42:24 PM
 #4136

we can use old wallet.dat from ver 2.0 right?
I could do it successfully. The transactions up to around Oct. 15 were not affected by attacks.
Please keep a back-up in another folder and try it!

BTW, Yenten Community Edition Version 3.0.2 is now available.
https://github.com/yentencoin/yenten/releases/
You will see the "Yenten-chan" splash image in starting up the Qt-wallet Smiley

ok i will try it today.

thanks.
kaszebe1
Jr. Member
*
Offline Offline

Activity: 397
Merit: 9


View Profile
December 04, 2018, 03:51:56 PM
 #4137

Three questions:

1.What is the point of struggling to keep alive a coin which is abandoned even by the dev ? (who still make another coins like wavi) ?

2.What is the point of existence such coin like yenten ? It doesn't have anonymus transactions , it isnt CPU-only (if someone want i can post a Nvidia miner both for yescrypt16 and yescrypt32), the blockchain was cracked ... so whats the point of yenten existence ?

3. What is the difference between yenten , wavi or elicoin ?  I mean REAL DIFFERENCE ... not hashing algo and supply.


Flangler
Member
**
Offline Offline

Activity: 963
Merit: 57


View Profile
December 04, 2018, 08:47:30 PM
 #4138

Three questions:

1.What is the point of struggling to keep alive a coin which is abandoned even by the dev ? (who still make another coins like wavi) ?

2.What is the point of existence such coin like yenten ? It doesn't have anonymus transactions , it isnt CPU-only (if someone want i can post a Nvidia miner both for yescrypt16 and yescrypt32), the blockchain was cracked ... so whats the point of yenten existence ?

3. What is the difference between yenten , wavi or elicoin ?  I mean REAL DIFFERENCE ... not hashing algo and supply.



Answer is very simple money, they propably had ICO, or presale + 10% of total supply for team. None is good answer for all of your questions.
netto7
Jr. Member
*
Offline Offline

Activity: 252
Merit: 4


View Profile
December 04, 2018, 10:46:05 PM
 #4139

wallet 3.0.2 work well.

can you tell me for pool to mine yenten.
bubasik
Member
**
Offline Offline

Activity: 301
Merit: 26


View Profile WWW
December 05, 2018, 08:48:53 AM
 #4140

wallet 3.0.2 work well.

can you tell me for pool to mine yenten.

http://yentencoin.info/

Quote
Pages: « 1 ... 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 [207] 208 209 210 211 »
  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!