Search content
Sort by

Showing 20 of 147 results by ljglug
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FedoraCoin (TiPS) - New Dev team: Fedoracoin Foundation
by
ljglug
on 13/01/2019, 02:52:46 UTC
Has the exchange between TIPS and the FED been completed?
If the exchange is not complete,
What time does it start?
Post
Topic
Board Mining (Altcoins)
Re: [JCE]Fast & stable CN/v8/Heavy/Tube/XHV miner, CPU+GPU, Vega56 1800+ RX580 1200+
by
ljglug
on 25/12/2018, 15:59:05 UTC
Hi!

About the Athlon-FX, i'm about to release a CPU version with the backport of the Bulldozer fix and optim, as detected by Unclwish.
Compared to the 33j, it should give you a few extra hashes, on par with the older version 33h

Best CPU algo:
Some maths. The Cryptonight algo is made of three main parts, and a few negligible other:
* Explode
* Scratchpad
* Implode

The 1st and 3rd are simple AES rounds on predictable memory addresses. A non-AES cpu will make it slow, unless using JCE where it would be 35% faster, but still quite slow, and an AES Cpu like the Athlon-FX will make it almost instantly. An AES CPU is like an AES cypher ASIC.

GPU do these steps quite slow, because an EAS round on GPU involves dozens of computations and LDS memory accesses.

The step 2 is slow in both cases.
The CPU are overall very fast, but they compute something like 4, 8, 12 CN hashes at the same time, on a common CPU (ultra-pimped Threadrippers/Xeons of course can do 64 or more, JCE supports up to 256).
GPU do like 500 to 4000 at the same time, so they are overall more efficient.

The trick is to choose for CPU the biggest steps 1 and 3 and the smallest step 2.
The best algo for this are:
* Cryptonight MKT (slightly smaller step 2 than Monero)
* Cryptonight Fast/Masari (better, the step 2 is half of Monero)
* Uplexa (still better, the step 2 is quarter of Monero)

Also, while the normal cache allocation is 2M, Heavy-like algo (Ryo, Haven, Tube...) use 4M and Uplexa use 1M. GPU have such a large memory to work with that the difference is tight, in both case they use all their memory and computing power.
But modern CPUs tend to run out of cache (while old CPUs like Core2 had a lot of cache but lacked cores). Use a twice smaller cache allocation allows to use twice more cores, and often double the performance.

This is why mining Monero on CPU often makes it run at 50% or 66%, while mining on GPU always makes it run at 100%.
GPUs dont' run out of cache because they simply don't really use it (*), they rely on their fast memory. They are designed for this. A CPU has a much slower memory but a very efficient cache.

My advice: technically, mine uPlexa. Just i don't know if its market value will get good, but the algo is fine for CPU.

(*) A typical real-life GPU operation is blitting a 64M texture in a game. In such case, having 256K or 512K cache or even 16M cache is useless. This is why GPUs are designed to work with async uncached fast memory, while CPU are cached and sync.

edit:
Here's the 0.33k CPU Windows (linux comes next)

Very minor revision, with a fix for Bulldozer family on x64 for v8. No other change.

Fork status:
AscendingNight: done but hidden, and likely to be dropped since the devs no longer reply on Github and the only 2 pools are offline. Sad, it was a good CPU algo, like uPlexa.
Stellite v8: done but hidden, i want a real pool to validate my devs, and haven't found any.
Turtle v2: ditto
Hycon: not started yet and i don't like this coin, looks like a normal CN algo with pedantic netcode changes. I may add it but not sure. I don't see a reason to mine it neither on GPU or CPU.


Hi, developer
I hope you can release a version of the ubuntu18.04 system that can be run, thank you very much for your hard work.
Post
Topic
Board Mining (Altcoins)
Re: [JCE]Fast & stable CN/v8/Heavy/Tube/XHV miner, CPU+GPU, Vega56 1800+ RX580 1200+
by
ljglug
on 22/12/2018, 16:43:46 UTC
Can't the 033j version run on ubuntu 18.04?
Post
Topic
Board Announcements (Altcoins)
Re: Qora | POS | Assets | Names | Polls | Automated Transactions | Social Network
by
ljglug
on 02/11/2018, 03:36:21 UTC
Unable to retrieve my coin from Poloniex.
Post
Topic
Board Announcements (Altcoins)
Re: Qora | POS | Assets | Names | Polls | Automated Transactions | Social Network
by
ljglug
on 30/10/2018, 04:46:13 UTC
Are there synchronous data downloads available? I update for more than 3 days and always fail. I can't update block data.


I have no problem with qora wallet synchronization, I had a state 2 weeks ago. try using these seeds

92.222.182.121
148.163.20.188
192.34.108.212
Should I build a qora.conf file?
Addnode=92.222.182.121
Addnode=148.163.20.188
Addnode=192.34.108.212
Do you want to fill in the node address?
Where should I put him?
Post
Topic
Board Announcements (Altcoins)
Re: Qora | POS | Assets | Names | Polls | Automated Transactions | Social Network
by
ljglug
on 29/10/2018, 15:10:49 UTC
Are there synchronous data downloads available? I update for more than 3 days and always fail. I can't update block data.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]🚀🚀🚀Merit🚀🚀🚀[Proof-of-Growth][PoW][Vaults][Aliases][Escrow][No ICO]
by
ljglug
on 11/10/2018, 04:31:51 UTC
I have one more invite if you need to unlock your wallet.
https://wallet.merit.me/?invite=woozy


I used your invitation to connect, please help me activate it, thank you.
Post
Topic
Board Mining (Altcoins)
Re: [ANN]: cpuminer-opt v3.8.8, open source optimized multi-algo CPU miner
by
ljglug
on 30/04/2018, 01:28:08 UTC
CPU: Genuine Intel(R) CPU 0000 @ 2.10GHz.
SW built on Apr  1 2018 with GCC 5.4.0.
CPU features: SSE2 AES SSE4.2 AVX AVX2.
SW features: SSE2 AES SSE4.2 AVX AVX2.
Algo features: SSE2 SHA.
Start mining with SSE2.

My CPU is playing SSE2. Instruction set mining?
But my CPU supports AVX2
Post
Topic
Board Announcements (Altcoins)
Re: New CPU miner for Arionum (ARO) written in Go
by
ljglug
on 29/03/2018, 03:55:34 UTC
Hi everyone,

as mentioned a few pages ago I started developing a CPU miner for Arionum (ARO) in Go. Finally I can report that everything is working fine now and my first performance tests were quite promising.
The project is open source under a GNU GPLv3 license and I invite you to check that their is nothing sketchy in the code.

So here we go: https://bitbucket.org/MarcelPeters/aro-cpu-miner/

Features:
  • Configurable worker count
  • No developer fee
  • Pool updates, submits etc. are running in background - no mining interruptions!
  • Runs on every platform that is supported by Go
  • 100% written in Go

Let me know what you think and I'm really looking forward to hear about your hash rates!

Updates:

l@l-Freedom:~$ cd aro-cpu-miner/ 
l@l-Freedom:~/aro-cpu-miner$ go get && go build
package aro-cpu-miner/config: unrecognized import path "aro-cpu-miner/config" (import path does not begin with hostname)
package aro-cpu-miner/miner: unrecognized import path "aro-cpu-miner/miner" (import path does not begin with hostname)

ubuntu16.04
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU | PHP Based | Decentralized Revolution
by
ljglug
on 25/03/2018, 10:14:59 UTC
At the moment I only provide the source code and you have to compile it on your own. To compile it you have to install Go first (see https://golang.org/doc/install). With go get and go build you should be able to build a binary for the platform of your choice.

Next week I'll be able to provide Windows binaries and instructions for compilation. Currently I don't have a Windows machine around.

Can't install Go tools, is there a simple tutorial?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FedoraCoin (TiPS) - New Dev team: Fedoracoin Foundation
by
ljglug
on 04/01/2018, 13:58:24 UTC
Unable to compile wallet
ubuntu16.04

../../src/main.h:123:20: warning: ‘OPENNAME_NAME_RENEWAL’ defined but not used [-Wunused-variable]
 static const char* OPENNAME_NAME_RENEWAL="e";
                    ^
  CXX      libbitcoinqt_a-walletview.o
In file included from sendcoinsdialog.h:8:0,
                 from walletview.cpp:16:
walletmodel.h:11:0: warning: ignoring #pragma warning  [-Wunknown-pragmas]
 #pragma warning(disable:4717)  //bogus warning from MS
 ^
walletview.cpp: In member function ‘void WalletView::importWallet(QString)’:
walletview.cpp:351:10: warning: unused variable ‘b’ [-Wunused-variable]
     bool b =walletModel->importPrivateKey(privateKey);   
          ^
  CXX      libbitcoinqt_a-reportview.o
In file included from reportview.cpp:13:0:
walletmodel.h:11:0: warning: ignoring #pragma warning  [-Wunknown-pragmas]
 #pragma warning(disable:4717)  //bogus warning from MS
 ^
  CXX      libbitcoinqt_a-snapwidget.o
snapwidget.cpp:10:51: fatal error: zxing/common/GlobalHistogramBinarizer.h: 没有那个文件或目录
compilation terminated.
Makefile:2056: recipe for target 'libbitcoinqt_a-snapwidget.o' failed
make[5]: *** [libbitcoinqt_a-snapwidget.o] Error 1
make[5]: Leaving directory '/home/l/桌面/fedoracoin-master-0.9/src/qt'
Makefile:2926: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory '/home/l/桌面/fedoracoin-master-0.9/src/qt'
Makefile:1109: recipe for target 'all' failed
make[3]: *** [all] Error 2
make[3]: Leaving directory '/home/l/桌面/fedoracoin-master-0.9/src/qt'
Makefile:921: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/l/桌面/fedoracoin-master-0.9/src'
Makefile:675: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/l/桌面/fedoracoin-master-0.9/src'
Makefile:511: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FedoraCoin (TiPS) - New Dev team: Fedoracoin Foundation
by
ljglug
on 03/01/2018, 14:25:09 UTC
Where to download the latest wallet
Post
Topic
Board Bounties (Altcoins)
Re: [BOUNTY] Official Credits (CRDS) Bounty Campaign - CPU-Only Mining & Masternodes
by
ljglug
on 07/12/2017, 15:06:06 UTC
As of this post we only have 2 valid participants in the Signature campaign. That means they will both share 20,000 CRDS each of no one else joins. CRDS are currently valued at $0.04 each so that's $800 a piece to those two members.

Also we are in the process of being added to mnrank.com which will see our price increase pretty quickly. Time to jump on board!


Is the signature activity over? I also participated in the signature, failed?
Post
Topic
Board Bounties (Altcoins)
Re: [BOUNTY] Official Credits (CRDS) Bounty Campaign - CPU-Only Mining & Masternodes
by
ljglug
on 04/12/2017, 18:25:04 UTC
hi,I participated in the signature, I hope this project is getting better and better!
Post
Topic
Board Announcements (Altcoins)
Re: HPPCOIN : Egalitarian High Performances Computing Platform
by
ljglug
on 25/11/2017, 23:15:38 UTC
How to check your miner speed?
Post
Topic
Board Mining (Altcoins)
Re: [ANN]: cpuminer-opt v3.7.3, open source optimized multi-algo CPU miner
by
ljglug
on 23/11/2017, 06:48:08 UTC
cpuminer-opt maximum support only 64 threads CPU? My CPU threads more than 64, how to use it to be able to fully play
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] ZERO - fork of Zcash with harder mining params
by
ljglug
on 21/11/2017, 02:08:47 UTC
CPU computing power and computing power vary greatly?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CPU mining] Yenten v1.2.1 [YTN] [YescryptR16] [Exchange avilable]
by
ljglug
on 19/11/2017, 16:58:47 UTC
Anyone got a different miner or GPU miner working yet?

GPU mining is not likely to be worth the effort/power costs, if this algo limits GPU performance as much as yescrypt does it will be about 3-5X slower than CPU mining. Surprisingly the best miner for me is the wallet's setgenerate command, the cpuminer-opt is about 20% slower for me. I'm sure someone with better skills than me can create an even more optimized CPU miner eventually.
Are you saying wallet's setgenerate command is faster than cpuminer-opt?
This is impossible, what operating system are you using?
Post
Topic
Board Announcements (Altcoins)
Re: Qora | POS | Assets | Names | Polls | Automated Transactions | Social Network
by
ljglug
on 18/11/2017, 09:29:56 UTC
No exchange available?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CPU mining] Yenten [YTN] [Exchange avilable BTC/YTN]
by
ljglug
on 07/11/2017, 14:10:49 UTC
This algorithm consumes a lot of power