Search content
Sort by

Showing 5 of 5 results by awmyhr
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CPU mining] Yenten v1.3.1 [YTN] [YescryptR16] [Exchange avilable]
by
awmyhr
on 13/01/2018, 20:44:37 UTC
Due to recent DDOS attack on many server pools, we decided to purchase anti-ddos protection in the datacenter. It is expensive, so we are forced to set a 1% commission for the portal.
We have no other choice. We want to support YENTEN and protect our customers. We do not want our customers to lose their profits. It is better to prevent a threat than to fight it.

This is fine and understandable, but you need to stop advertising '0% fee' when it is acutally a '1% fee'...
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] GirlsToken-2.0 - Mandatory 2.2.1 Update - Sync issues fixed[ANN]
by
awmyhr
on 08/01/2018, 18:02:37 UTC
Finally got some time to mess around with this coin again, but ran into the problem were I was completley unable to connect to the network. Is the whole thing down, or am I doing somethig wrong again? I saw a huge list of IPs eariler, and fed that to my daemon, but none came back as active...
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CPU mining] Yenten v1.3.1 [YTN] [YescryptR16] [Exchange avilable]
by
awmyhr
on 06/01/2018, 18:56:10 UTC
Hello

I am using a Ryzen 1600, getting around 450 h/sec. Using 12 threads. The CPU temp stays at around 50 deg.
So is it ok ? or can I get more performance, I am using minerd miner.

You may not be getting the best possible performancse. I'm running the AMD A10 (4 cores) and getting around 400 h/sec, or about 100 h/s per core. Given that this is the super-cheap/low-end version of the Ryzen, I'd expect better over-all performance for the 1600. At this time I do not have temp readings.

For what its worth I'm useing the JayDDee optimized cpuminer (https://github.com/JayDDee/cpuminer-opt), which I have compiled myself and run in Docker containers https://hub.docker.com/r/awmyhr/cpuminer/ (NOTE: I have yet to document usage, still in very early stages of getting that all setup).
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] GirlsToken-2.0 - Mandatory 2.2.1 Update - Sync issues fixed[ANN]
by
awmyhr
on 04/01/2018, 15:57:45 UTC

Try, before make:

Code:
mkdir obj obj/zerocoin


That did it, thank you very much! I knew it was something simple...
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] GirlsToken-2.0 - Mandatory 2.2.1 Update - Sync issues fixed[ANN]
by
awmyhr
on 03/01/2018, 18:14:15 UTC
Hello, I've been trying to compile the unix headless binaries per the doc in an Ubuntu container (same base container I've used to build numerous other coin code) with all listed pre-reqs, but the make fails immdiately:


root@6e14f56a7f01:~/gtoken/src# make -f makefile.unix
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/root/gtoken/src -I/root/gtoken/src/obj -DUSE_UPNP=1 -I/root/gtoken/src/leveldb/include -I/root/gtoken/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:273:1: fatal error: opening dependency file obj/alert.d: No such file or directory
 }
 ^
compilation terminated.
makefile.unix:167: recipe for target 'obj/alert.o' failed
make: *** [obj/alert.o] Error 1


I didn't jump straight to opening an issue as perhaps I've missed something simple, anyone here have experience compiling this?