Search content
Sort by

Showing 11 of 11 results by cozzz
Post
Topic
Re: [ANN] [CPU mining] Yenten v2.0.1 [YTN] [YescryptR16] [Exchange avilable]
by
cozzz
on 01/06/2018, 02:53:51 UTC
Hello!

I have Yenten core v1.2.1.0-f93d599-beta.
How can I update to the latest version....do i have to import private keys from my addresses or what?

Do you have wallet.dat? On windows 7, it is in C:\Users\\AppData\Roaming\Yenten.
If you have it, backup the Yenten folder before. After backup, you can start new Yenten core.

But you have only private keys, you can use importprivkey command in the Console.
Start new Yenten core. Select Debug window in Help menu.
On Debug window click on Console tab and type the command importprivkey

Code:
importprivkey
Post
Topic
Re: [ATTN] [ANN] {DRAGONGLASS} mining begins..
by
cozzz
on 05/03/2018, 09:04:42 UTC
Hello,

Is anyone able to compile the GUI wallet.
I saw the snapshots on the website it looks cool.
I am getting errors on compiling in ubuntu


yea, I've got it compiled on Ubuntu 14. I just upgraded to 16 again then noticed an issue with the overview frame of the wallet not displaying balance.
I'll see if I can get you a build onto github pretty quick.

Also, been considering a hard fork to bytecoin's code that uses rocksDB, and maybe some other config changes
This would give us a lot more connectivity to the rest of the Cryptonote community.
No time soon, maybe ~80k block height.


I've compiled GUI on ubuntu 16.04, it showed error during making.
I do all step follow the Dragonglasswallet github. The error messages show below.

Code:
...
[ 73%] Linking CXX static library libdragonglass.a
[ 73%] Built target dragonglass
make[2]: ***  No rule to make target '/home/xxx/clarence-dollars/build/release/src/miner', needed by 'qrc_resources.cpp'. Stop.
CMakeFiles/Makefile2:68: recipe for target 'CMakeFiles/Dragonglasswallet.dir/all' failed
make[1]: *** [CMakeFiles/Dragonglasswallet.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

It's seems the 'miner' file be wrong place. I copied all files in /home/xxx/dragonglass to /home/xxx/clarence-dollars and made it again.
Finally, It's complete built.
Post
Topic
Re: [ANN] [CPU mining] Yenten v1.3.1 [YTN] [YescryptR16] [Exchange avilable]
by
cozzz
on 04/02/2018, 17:07:16 UTC
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.
Post
Topic
Re: [ANN] [CPU mining] Yenten v1.3.1 [YTN] [YescryptR16] [Exchange avilable]
by
cozzz
on 04/02/2018, 16:47:00 UTC


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.
Post
Topic
Re: [ANN] [CPU mining] Yenten v1.3.1 [YTN] [YescryptR16] [Exchange avilable]
by
cozzz
on 04/02/2018, 15:31:26 UTC
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?
Post
Topic
Re: [ATTN] [ANN] {DRAGONGLASS} mining begins..
by
cozzz
on 02/02/2018, 17:46:13 UTC
I'll admit that c++ isn't my favourite language and I'm hoping to be proved wrong, but I can't see anything in the code that splits that huge value into 8000008.8000008

I see a MONEY_SUPPLY variable of type unsigned 64bit int (which suggests it's expected to cater for a huge number) in cryptonoteconfig.h

Being of type INT would also suggest that it's a whole number.

And in currency.cpp there's a reward being calculated using a money supply and an emission factor

but that's all.

can you shed some light, dev?

https://github.com/ZirtysPerzys/dragonglass/blob/master/src/CryptoNoteConfig.h

In this file tell about decimal point parameter name CRYPTONOTE_DISPLAY_DECIMAL_POINT be 7.
Post
Topic
Re: [ANN] [CPU mining] Yenten v1.3.1 [YTN] [YescryptR16] [Exchange avilable]
by
cozzz
on 25/01/2018, 06:14:35 UTC
Look like coinsmarkets.com renewed their domain name two days ago

what is domain name? i would visit and see if any updates from admin there


https://www.whois.com/whois/coinsmarkets.com

Updated Date: 2018-01-22
Post
Topic
Re: [ANN] [CPU mining] Yenten v1.3.1 [YTN] [YescryptR16] [Exchange avilable]
by
cozzz
on 09/01/2018, 08:34:26 UTC
when the reduction of the reward for the block ?    ?   ?

On the 1st page, it will be halved every 800,000 blocks.
Post
Topic
Re: [ANN] [CPU mining] Yenten v1.3.1 [YTN] [YescryptR16] [Exchange avilable]
by
cozzz
on 31/12/2017, 02:30:42 UTC
What is "YescryptR16" hash? I cannot find any implementation outside YenTen. Is there any sample of this algo except in YenTen source code?

If you explore in yenten source code, Its parameters different from stardard yescrypt.

Line 24 and 25 in
Code:
https://github.com/conan-equal-newone/yenten/blob/master/src/hash/yescrypt/yescrypt.c

Code:
#define YESCRYPT_N 4096
#define YESCRYPT_R 16

I think the name of YescryptR16 come from R parameter.
 Grin
Post
Topic
Re: [ANN] [CPU mining] Yenten v1.2.1 [YTN] [YescryptR16] [Exchange avilable]
by
cozzz
on 25/12/2017, 03:08:56 UTC
Good day.

I've tried to setup yiimp pool, it seems like stratum repo has only standart Yescrypt libs. Does anybody know where i can found YescryptR16 libs for yiimp stratum?   Huh

You can find the different yescrypt code in yenten code and yiimp code

yenten code
@ https://github.com/conan-equal-newone/yenten/tree/master/src/hash/yescrypt/yescrypt.c
line 24 to 27
Code:
#define YESCRYPT_N 4096
#define YESCRYPT_R 16
#define YESCRYPT_P 1
#define YESCRYPT_T 0
line 82 to 84
Code:
retval = yescrypt_kdf(....)


yiimp code
@ https://github.com/tpruvot/yiimp/blob/next/stratum/algos/yescrypt.c
line 365
Code:
yescrypt_bsty(...)


I think you can do it. good luck.
Post
Topic
Re: [ANN] [CPU mining] Yenten v1.2.1 [YTN] [YescryptR16] [Exchange avilable]
by
cozzz
on 29/11/2017, 01:11:20 UTC
Guys,

I cant compile https://github.com/JayDDee/cpuminer-opt on my centos 7. Other cpuminer work but they dont support yescryptr16. Does someone has a clue or a guide to follow ?



-Wall  -Iyes/include -MT algo/cpuminer-m7m.o -MD -MP -MF algo/.deps/cpuminer-m7m.Tpo -c -o algo/cpuminer-m7m.o `test -f 'algo/m7m.c' || echo './'`algo/m7m.c
algo/m7m.c:4:17: fatal error: gmp.h: No such file or directory
 #include
                 ^
compilation terminated.
make[2]: *** [algo/cpuminer-m7m.o] Error 1
make[2]: Leaving directory `/opt/yenten/cpuminer-opt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/yenten/cpuminer-opt'
make: *** [all] Error 2


you need to install libgmp3-dev
Code:
yum install  libgmp3-dev