Bitcoin Forum
August 07, 2024, 06:58:25 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Mining (Altcoins) / Stratum proxy SHA256D on: March 09, 2018, 01:27:37 PM
Stratum proxy for algo SHA256D

Installation:

    Install nodejs
    Download and unzip the proxy
    Go to the Stratum-proxy-SHA256-1.1.0 folder
    Set dependencies npm i ./src/Proxy/
    Run node ./src/Proxy/

Or use the win32 assembly

Dev fee 1%

https://github.com/JerryWm/Stratum-proxy-SHA256


Code:
The default web is on the 8000 port. 
Miners connect to 4444 port.

Proxy limits difficyly.
Changes (removes) extranonce1 and extranonce2_size

Recovers the compatibility of the miner with nicehash and p2pool
2  Local / Альтернативные криптовалюты / Re: Stratum proxy sha256d on: March 09, 2018, 01:18:31 PM
Up!
Добавлю что прокси востанавливает совместимость старых майнеров с найсхешем/п2пулом и другими.
Например битфури48.
3  Local / Альтернативные криптовалюты / Stratum proxy sha256d on: February 19, 2018, 09:19:49 AM
Stratum proxy SHA256D

[RU] Полное описание тут

Позволяет
  • Устанавливать минимальную и максимальную сложность майнеру
  • Уменьшать размер extranonce1(вплоть до 0), уменьшать размер extranonce2_size
При extranonce1_size = 0 и extranonce2_size = 3 обеспечивает совместимость с найсхешем майнерам без поддержки метода mining.set_extranonce(при у словии что майнер поддерживает extranonce1 нулевого размера).

Есть веб панель.

  • Dev fee: 1%

Исходники
Портативные win32 сборки:
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: Stratum Proxy for cryptonight on: January 22, 2018, 07:55:39 AM

- can this cope with 800-1000 miners?
I don't know exactly. Must.

- does it work with miningrigrentals.com?
In proxy mode, 1 to 1 will work everywhere.

- does it work with miningrigrentals.com?
Yes it works. Set in the config miner (nicehash_nonce = true), in the proxy settings (Emu nicehash = false, Max workers = 1). There will be a 1 to 1 proxy mode.

- does it support SSL for miners (server) and pool (client)?
Yes. Full support (read the description).

- do you charge a fee by default? (I know it's open source)
There is no commission. Perhaps in the next version I will add (but this is not accurate).

Also, I'm on headless machines so no access to web gui. Care to share a full example and/or spec of the config file so I can run it in command line?
Configure pools only through the Web panel. (You can manually in the config)
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CPU-XMR] JerryMiner on: January 15, 2018, 04:55:27 AM
Okay...  i stopped the test-run... was over 30Min long Sad
maybe this miner will not run on my system. I'am going back to XMR-STAK
Thanks for your help...
OK. But on your system, it definitely should work.
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CPU-XMR] JerryMiner on: January 15, 2018, 04:50:32 AM
Code:
Number of sockets		1
Number of threads 8
Specification Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
Instructions sets MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, EM64T, VT-x, AES, AVX, AVX2, FMA3, TSX
L3 cache 8 MBytes, 16-way set associative, 64-byte line size
Windows Version Microsoft Windows 10 (10.0) Professional 64-bit   (Build 16299)
Strange ...
I do not know what's the matter.

Wait for the test result, and you can also copy the miner's console to me (after a couple of minutes of the test) or the file "__last-console.txt" after the whole test.
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CPU-XMR] JerryMiner on: January 15, 2018, 04:24:47 AM
i will try a test-run...
You exactly i7-6700k and os x64 ?
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CPU-XMR] JerryMiner on: January 15, 2018, 04:08:31 AM
(and more documentation are welcome... like command-line param.)
Advantages of my miner:
  • Automatically selects the fastest option for your system. Including there are optimized versions no-aes
  • It is possible to accumulate the miners together with my proxy on the pool nicehash. This does not allow not one other miner / proxy, since the nicehash himself is a proxy.
  • There is a large-memory server. When you run the miner when the system starts, it grabs memory for all threads. Then, when the miner is restarted, it requests it from a previously running daemon. While other miners are losing their long pages, since it is impossible to find continuous memory, it is already fragmented.
9  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CPU-XMR] JerryMiner on: January 15, 2018, 03:54:14 AM
(and more documentation are welcome... like command-line param.)

Here is an example of a config "user.json"
Code:
{
"pools": [
{
"pool_address": "127.0.0.1:8888",
"pool_password": "{{STRING_RANDOM_8}}.my_mail@email.com",
"wallet_address": "my_wallet_addr"
}
],

"overload": {
"process_priority": "NORMAL_PRIORITY_CLASS",
"thread_priority": "THREAD_PRIORITY_NORMAL"
}
}
It is obvious.
10  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CPU-XMR] JerryMiner on: January 15, 2018, 03:49:47 AM
it frezze up my system during testing.
I had to make a cold start Sad

i7-6700k
testing run about 15 Min. ... and then killing my System

(and more documentation are welecome)

The condition for testing is the closure of all possible programs.

At the end of the test, the optimal number of threads is selected.
If you are disabled (Hyper-Threading ) or the (number of threads) < (L3 cache / 2mb), then the number of threads can be equal the number of logical processes in the system.
In this case (all processes - 1) put priority in real time, and the latter - in the normal.
It should not hang if all other and background applications are closed.

But I know your processor. Here is the config. Save it to the file "system.json"  https://pastebin.com/f7LCJMxM
11  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CPU-XMR] JerryMiner on: January 15, 2018, 03:10:18 AM
Click on ur site https://jerrywm.github.io/xmr/ My norton firewall blocked attack immediately.

https://jerrywm.github.io/xmr/index.html
Many antiviruses block miners. This is normal.

Ur tool also 4% def fee, too high.
Well, suddenly a hashrate will be more than 4% ?
12  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CPU-XMR] JerryMiner on: January 15, 2018, 02:30:46 AM
... UP
I am again sure that at the moment this is the fastest implementation of cryptonight
13  Alternate cryptocurrencies / Mining (Altcoins) / Re: Stratum Proxy for cryptonight on: January 15, 2018, 02:24:59 AM
Interesting project, i am looking for solomining cryptonight coins.
Is it possible with your app ?
This is for the pool. You are connecting to a proxy, the proxy is connected to the pool.
14  Alternate cryptocurrencies / Mining (Altcoins) / Re: Stratum Proxy for cryptonight on: January 02, 2018, 10:11:48 PM
i'm not sure and i have to ask: it will just bypass share and jobs and count miners activity, or reduce dificullty according to miners? if not i'm not sure if i can use it on nicehash , i have 4 rigs of 15kh/s total, nicehash wil give me 800k diff and that is not acceptable
On nicehash only works 1 to 1. nicehash itself is a proxy.
I already responded to similar you can see here https://github.com/JerryWm/Stratum-Proxy-XMR/issues/2
If you dig on any other pool other than Nicehash then the proxy will collect up to 256 marquees in a single worker pool
15  Alternate cryptocurrencies / Mining (Altcoins) / Re: Stratum Proxy for cryptonight on: January 02, 2018, 10:08:02 PM
How to run this on ubuntu. Huh
What specifically does not work out?
I think something like this is necessary (although I do not have Linux).

Code:
sudo apt-get update
sudo apt-get install nodejs
sudo apt-get install npm

npm i -g socketio

 Download the sources with https://github.com/JerryWm/Stratum-Proxy-XMR (there is a green button Clone or download)
 Create a sh file in the src folder
Code:
node ./app/

Code:
module.js:557
    throw err;
    ^

Error: Cannot find module './paths'
    at Function.Module._resolveFilename (module.js:555:15)
    at Function.Module._load (module.js:482:25)
    at Module.require (module.js:604:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/home/ubuntu/Stratum-Proxy-XMR-master/src/app/main.js:4:15)
    at Module._compile (module.js:660:30)
    at Object.Module._extensions..js (module.js:671:10)
    at Module.load (module.js:573:32)
    at tryModuleLoad (module.js:513:12)
    at Function.Module._load (module.js:505:3)

i get this error..
i will try in dif linux os

OK. In the app/main.js file, modify
Code:
const Paths = require('./paths');
on
Code:
const Paths = require('./Paths');

16  Alternate cryptocurrencies / Mining (Altcoins) / Re: Stratum Proxy for cryptonight on: January 02, 2018, 09:40:34 PM
How to run this on ubuntu. Huh
What specifically does not work out?
I think something like this is necessary (although I do not have Linux).

Code:
sudo apt-get update
sudo apt-get install nodejs
sudo apt-get install npm

npm i -g socketio

 Download the sources with https://github.com/JerryWm/Stratum-Proxy-XMR (there is a green button Clone or download)
 Create a sh file in the src folder
Code:
node ./app/
17  Alternate cryptocurrencies / Mining (Altcoins) / Re: Stratum Proxy for cryptonight on: January 01, 2018, 11:22:57 AM
Can any one explain, what is benefit of using it.
If you have tens, hundreds or thousands of miners then point them at a proxy so you can just update the proxy's config to change pool instead of manually for every individual miner.

Got it Smiley  I am just small miner so never needed such software. It is useful software for numerous miners.

Even if you have 1 miner (for example, a cpu), changing the pool is more convenient on the web panel. Cpu miners lose [a large page of memory] during a reboot due to the inability to find non-interruptible physical memory (memory is already fragmented).
18  Alternate cryptocurrencies / Mining (Altcoins) / Re: Stratum Proxy for cryptonight on: January 01, 2018, 11:15:08 AM
Can any one explain, what is benefit of using it.
The proxy shows the actual level of hashrate of each miner (miners can deceive on this), the total number of shares / hashes and the hashrate of the entire system (you can check the dashboard pool).
It is also convenient to change the settings of the pool in 1-2 clicks.
19  Alternate cryptocurrencies / Mining (Altcoins) / Re: Stratum Proxy for cryptonight on: December 31, 2017, 10:26:25 AM
simplify
?
20  Alternate cryptocurrencies / Mining (Altcoins) / Re: Stratum Proxy for cryptonight on: December 30, 2017, 08:23:00 AM
Added a simplified description.
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!