Search content
Sort by

Showing 20 of 28 results by late-night
Post
Topic
Board Mining (Altcoins)
Re: React Native XMRig for Android (Open Source) (ARMv7, ARMv8, x86, x86_64)
by
late-night
on 09/08/2021, 02:01:19 UTC
React Native XMRig - New version updates (1.0.22)
Hi,

A new version is released with a major change that first comes to fix a bug and create an option for more features.

What was the issue?
In prev version the mining total count calculation was done by updating the state in React Native (frontend), its worked good but when the app was in background (the xmrig works as service) - the mining worked but the stats was not updated. Its reflect on the reward calculation, if the app was in background the mining time was not counted. The bug was discovered by Cigal33 (https://github.com/garrylachman/react-native-xmrig/issues/4)

How its has been fixed?
I move the calculation of mining time to java native as part of the service, to store the data I create a local SQLite DB, and every minute a row is inserted with a timestamp, session-id (UUID generated every new start), algo & hash rate. Its solve the issue with the uncounted mining time and I use the DB (Mining History) to expose a new screen with Mining Sessions History datatable, hashrate by session chart & mining time by session chart.

Now it's only a basic implementation and many options can be added like date range, different types of grouping (by algo, by date, by total time) And more data can be added to the table (any data XMRig provides - and it provides a lot of data in the API).

I will be happy to receive your feedback, What do you think about this screen, what do you think must be added or nice to have.



I just roll out the App on Google Play so it can take some time to see the new version (max few hours)

Google Play:

https://play.google.com/store/apps/details?id=com.reactnativexmrig

I remind you - Its Open Source:

https://github.com/garrylachman/react-native-xmrig
Post
Topic
Board Mining (Altcoins)
Re: React Native XMRig for Android (Open Source) (ARMv7, ARMv8, x86, x86_64)
by
late-night
on 05/07/2021, 23:13:22 UTC
Lot of updates (13 versions) from last time i update the post...

Some of the changes:
Themes - now can switch between dark & light mode
* Theme Mode - Advanced Mode & Simple Young
* Threads details - per thread Intensity, Affinity, Av & Thread Hashrate
* Benchmarking warning - data will be available after benchmarking complete
* New XMRig Version
* Lazy Loading - Implements React Suspense
* Better Internal Communication (process -> thread -> react)
* Refactor of Mining service + AIDL
* Refactor of Mining screens
* "react-native-sparkline" chart library replaced with "Victory Charts"
* All "session" data moved to dedicated context & all related components has been refactored/re-arranged.
* Keep awake while mining

Bugfixes:
* Bugfix: current wallet is not populated to input in settings
* Bugfix: BindService bugfix
* Bugfix: UI Laggs while mining (still lagging but better - mining is havey process)
* Critical bugfix: Crash when new wallet added.


Source code @ our GitHub:
https://github.com/garrylachman/react-native-xmrig

Google Play:
https://play.google.com/store/apps/details?id=com.reactnativexmrig

Post
Topic
Board Mining (Altcoins)
Re: React Native XMRig for Android (Open Source)
by
late-night
on 15/05/2021, 13:40:02 UTC
A new version uploaded, fixed some issues.
Post
Topic
Board Mining (Altcoins)
Topic OP
React Native XMRig for Android (Open Source)
by
late-night
on 10/05/2021, 22:47:46 UTC
React Native App that uses an optimized version of XMRig to run on mobile. Using MoneroOcean auto-switching algo to mine the most profitable coin.

The App displays stats from the miner process & pulls personal stats from MoneroOcean pool.

Features:
* Benchmark different coins & algos to create personal most profit algos to mine
* Miner tab stats: Miner state, Algo, Hashrate histogram, Hashrate (last 10sec, last 60sec, last 15min & max hashrate), Accepted shares, Current Difficult, Avg time for share, Threads, Free mem, Res. mem.
* Pool tab stats: Raw hashrate histogram, Payout hashrate histogram, Num of shares, Total Hashes, Total due balance, Total paid, Number of transactions.
* Log tab: Real-Time miner output (stdout) log.
* Other tab: CPU Brand, Arch, AES, AVX2, 64Bit, MSR, Backend & Assembly.
* Settings tab: Update wallet address with validation, History of address with the option to reuse old address.

Google Play
https://play.google.com/store/apps/details?id=com.reactnativexmrig

Source Code:
https://github.com/garrylachman/react-native-xmrig
Post
Topic
Board Mining (Altcoins)
Re: Mac GPU Miner 1.0.0
by
late-night
on 09/04/2021, 07:00:55 UTC
new Release
* Prevent from slepp while mining
https://github.com/garrylachman/mac-gpu-miner/releases/tag/1.0.1
Post
Topic
Board Mining (Altcoins)
Topic OP
Mac GPU Miner 1.0.0
by
late-night
on 05/04/2021, 12:42:40 UTC
MAC GPU MINER
Modifided port of xmrstak compiled as Native module for React-Native using embedd AMD Radeon GPU.
The miner comes with a nice user interface that allow easy mining, just provide XMR address and we do the rest.
We use MoneroOcean pool and cryptonight_gpu algo, the the miner show the local hashrate / the raw pool hashrate and the final payment
hashrate translated to XMR.

Using Radeon Pro 560 4 GB (mid 2017 macbook pro), using GPU only you can run almost for 5kh/s (convert to XMR hashrate).

Chages in XMRStak
* Covert the miner to dynamic lib
* Expose and make start and stop function
* Event based communication for log and hashrate report
* Tweeks in threads
* Library tester
* Remove unneed code

Unlike other Miner UIs that run seperate process of the miner, here the miner is
part of the Miner UI.

https://i.imgur.com/jHvWEPV.png
https://i.imgur.com/8hlXZhs.png

Download
https://github.com/garrylachman/mac-gpu-miner/releases/

Source code:
https://github.com/garrylachman/mac-gpu-miner

Released under GPL v3

Thanks,
Garry Lachman
Post
Topic
Board Mining (Altcoins)
Re: Codesigned XMRig Miner
by
late-night
on 28/03/2021, 15:27:59 UTC
if you want i can send you the build folder with all the source code that was built...
Post
Topic
Board Mining (Altcoins)
Re: Codesigned XMRig Miner
by
late-night
on 28/03/2021, 08:33:32 UTC
Just added XMR-Stak (CPU + NVIDIA + AMD)...
Post
Topic
Board Mining (Altcoins)
Topic OP
Codesigned XMRig
by
late-night
on 28/03/2021, 03:44:16 UTC
Hi,
Same XMRig (Windows only MSVC & MINGW), same fees but with little benefit.
The exe is code signed by valid CA.

As you all know antiviruses doesn't like miners like XMRig but a codesign binary receive
better "treatment" Smiley

https://i.imgur.com/mfiMGga.png

The latest XMRig 6.10.0 with codesign can be downloaded here:
https://github.com/SignedMiners/CodeSignedMiners


Thanks
Post
Topic
Board Mining (Altcoins)
Re: Late Night Miner - Advanced Cryptonight CPU Miner + LUA Engine
by
late-night
on 15/04/2018, 06:06:15 UTC

Late Night Miner -  The First LUA Scriptable Miner (ver 0.1.1)

Changelog
15/04/2018
[LIST=1]
  • LUA Engine – Scriptable Miner (early beta feature)
  • Bugfixes
  • Speed Improvement
  • Optimizations
Post
Topic
Board Mining (Altcoins)
Re: Late Night Miner - Undetectable CryptoNight CPU Miner
by
late-night
on 03/04/2018, 06:36:18 UTC
Version 0.1.0

3/04/2018

* Moenro PoW change

* Keepalive fixed
* Refactoring
* IPv6 support
* Optimizations
* Config parse bugfix
* Reconnect bugfix
* CPU & Algo Optimizations

More info & download:
https://www.late-night-miner.com
Post
Topic
Board Mining (Altcoins)
Re: Late Night Miner - Undetectable CryptoNight CPU Miner
by
late-night
on 28/03/2018, 02:40:09 UTC
Monero PoW change support for Late Night Miner is almost ready!

Post
Topic
Board Mining (Altcoins)
Re: Late Night Miner - Undetectable CryptoNight CPU Miner
by
late-night
on 21/03/2018, 07:37:22 UTC
New Version 0.0.11

* Bugfixes
* Optimizations
Post
Topic
Board Mining (Altcoins)
Re: Late Night Miner - Undetectable CryptoNight CPU Miner
by
late-night
on 14/03/2018, 07:53:06 UTC
The antivirus avoidment was built becouse antiviruses block 90% of the miners even for personal use, its very hard to keep a working miner.
If you are want to deploy the miner in your company network its very hard to manage IT wise.

There are lot of softwares that can be used for illegal activites its depends on your decisions. you should use this miner for legitimate purposes as it was intended for.

Thanks.
Post
Topic
Board Mining (Altcoins)
Re: Late Night Miner - Undetectable CryptoNight CPU Miner
by
late-night
on 13/03/2018, 20:33:56 UTC
You're going to go to jail, buddy  Shocked

And why?? for building a miner?

Check our website and you will see the warnnings
"This software is for research purposes & personal use on your own computer, DO NOT use this software for any illegal activity !!!"

"AGAIN.. WE DO NOT SUPPORT ANY ILLEGAL ACTICITY. DO NOT USE OUR SOFTWARE IF YOU ARE PLANNING ANY ILLEGAL USE."

Moreover, i believe that crypto mining belongs to everyone. If you can find a solid way to use this product legally only of course, so there you have it.

Thanks for your notes anyway
Post
Topic
Board Mining (Altcoins)
Re: Late Night Miner - Undetectable CryptoNight CPU Miner
by
late-night
on 13/03/2018, 18:12:08 UTC
Version 0.0.9
13/03/2018

HTTP CONNECT Proxy support. append to pool url @hostname:port (no auth support)
Post
Topic
Board Mining (Altcoins)
Re: Late Night Miner - Undetectable CryptoNight CPU Miner
by
late-night
on 13/03/2018, 15:58:25 UTC
Version 0.0.8
Quote
13/03/2018

Changelog
  • CPU Optimizations.
  • Binary new hashes (to bypass Antiviruses)
  • Bugfixes

More info & Download:
https://www.late-night-miner.com



Its very important to be updated about new versions & updates, we build new version when some Antiviruses detect our miner so its super important to be updated.
We do not send spam, just updates about new versions.

https://www.late-night-miner.com/the-urgent-list/
Post
Topic
Board Mining (Altcoins)
Re: Late Night Miner - Undetectable CryptoNight CPU Miner
by
late-night
on 04/03/2018, 07:56:15 UTC
IMPORTANT UPADTE
Some user got problems with running the miner as service... the fix is easy:

The service can't run as LocalSystem user. Please use "NT AUTHORITY\LocalService" or Logged on user. LocalSystem will fail in Anti-Debuger checks.

We added full config wiki page:
https://bitbucket.org/late-night/late-night-miner/wiki/config


Have fun Smiley
Post
Topic
Board Mining (Altcoins)
Re: Late Night Miner - Undetectable CryptoNight CPU Miner
by
late-night
on 01/03/2018, 15:26:47 UTC
Working on new game changer miner, will take few weeks but its going to be the first Progematic/Scripable miner....
Post
Topic
Board Mining (Altcoins)
Re: Late Night Miner - Undetectable CryptoNight CPU Miner
by
late-night
on 28/02/2018, 13:57:03 UTC
I have question... I tried it in work... I download late-night-miner-zero.exe and late-night-miner-with-antidbg.exe version..

Copy your config (logal cfg) from github.. edit wallet and password.. and run it from bat -exec command ... 1 bat for zero ... 2. bat for atifbg...

App just run... and than show quick msg ... something like service error... and than close himself..

Can you help me ?
exec the bat by right clicking and selecting run as administrator it should work
it requires administrator privileges mentioned on the website, cheers!!

No.. its not required Admin privileges...
As service its not working well as LocalSystem (super admin)... works with LocalService or loggedon user.