Search content
Sort by

Showing 20 of 69 results by lummujaj
Post
Topic
Board Mining (Altcoins)
Re: SoliditySHA3Miner - All-in-one mixed multi-GPU (nVidia, AMD, Intel) & CPU miner
by
lummujaj
on 30/04/2020, 15:10:53 UTC
Tokens for mining SoliditySHA3Miner

Token              Contract

0xBTC              0xB6eD7644C69416d67B522e20bC294A9a9B405B31
LIRA                0x49AAa160506F7e07E6C3F6cD6316b6866025cDcB
CLM                 0xA38FcEdd23dE2191Dc27f9a0240ac170BE0A14fE
SEDO               0x0F00f1696218EaeFa2D2330Df3D6D1f94813b38f
PEPE                0xBC2AFc039d2BFa67d582aC181daB5BE17EC91f82
0xBCH              0xe5b9746dfCC2eF1054D47A451A77bb5f390c468d
0xCATE            0x8F7DbF90E71285552a687097220E1035C2e87639
0xLTC              0x33D99EFc0C3cC4F93dA6931EC2CCcF19Ca874b6D
0xGOLD            0x291DE53a16b76dfE28551Fd3335225F506dB8b82
ATA                 0xd72F60b2E7649bBC5835d25e30Ef917f04D9131c
KIWI                0x2BF91c18Cd4AE9C2f2858ef9FE518180F7B5096D
SKO                 0xb3Dc3C839a02134f9932CbD60f3566C231cc90CC
Post
Topic
Board Mining (Altcoins)
SoliditySHA3Miner - All-in-one mixed multi-GPU (nVidia, AMD, Intel) & CPU miner
by
lummujaj
on 30/04/2020, 10:47:32 UTC
SoliditySHA3Miner
All-in-one mixed multi-GPU (nVidia, AMD, Intel) & CPU miner solves proof of work to mine supported EIP918 tokens in a single instance (with API).

Runs on Windows x64, HiveOS, EthOS, and Ubuntu.

Built with .NET Core 2.2 SDK, VC++ 2017, gcc 4.8.5, nVidia CUDA SDK 10.0 64-bit, and AMD APP SDK v3.0.130.135 (OpenCL)

.NET Core 2.1 can be downloaded from [https://www.microsoft.com/net/download]

VC++ 2017 can be downloaded from [https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads]

CUDA 9.2 requires a minimum nVidia driver version of 396 [https://www.nvidia.com/drivers/beta]

Download
Windows: https://github.com/lwYeo/SoliditySHA3Miner/releases/download/2.2.2/SoliditySHA3Miner-2.2.2.zip
Linux: https://github.com/lwYeo/SoliditySHA3Miner/releases/download/2.2.2/SoliditySHA3Miner-2.2.2.tar.gz
Source: https://github.com/lwYeo/SoliditySHA3Miner

Usage: SoliditySHA3Miner [OPTIONS]
Options:

Code:
help                    Display this help text and exit

allowCPU                Allow to use CPU, may slow down system (default: false)

cpuAffinity             Comma separated list of CPU affinity ID to use (default: all odd number logical processors)

allowIntel              Allow to use Intel GPU (OpenCL) (default: true)

allowAMD                Allow to use AMD GPU (OpenCL) (default: true)

allowCUDA               Allow to use Nvidia GPU (CUDA) (default: true)

intelIntensity          GPU (Intel OpenCL) intensity (default: 17, decimals allowed)

listAmdDevices          List of all AMD (OpenCL) devices in this system and exit (device ID: GPU name)

amdDevice               Comma separated list of AMD (OpenCL) devices to use (default: all devices)

amdIntensity            GPU (AMD OpenCL) intensity (default: 24.056, decimals allowed)

listCudaDevices         List of all CUDA devices in this system (device ID: GPU name)

cudaDevice              Comma separated list of CUDA devices to use (default: all devices)

cudaIntensity           GPU (CUDA) intensity (default: auto, decimals allowed)

minerJsonAPI            'http://IP:port/' for the miner JSON-API (default: http://127.0.0.1:4078 [0 disabled])

minerCcminerAPI         'IP:port' for the ccminer-style API (default: 127.0.0.1:4068 [0 disabled])

overrideMaxTarget       (Pool only) Use maximum target and skips query from web3

customDifficulty        (Pool only) Set custom difficulity (check with your pool operator)

maxScanRetry            Number of retries to scan for new work (default: 3)

pauseOnFailedScans      Pauses mining after number of connection fails, including secondary and retries (default: 3)

submitStale             Submit stale jobs, may create more rejected shares (default: false)

abiFile                 Token abi in a file (default: '0xBTC.abi' in the same folder as this miner)

web3api                 User-defined web3 provider URL (default: Infura mainnet provider [dev account, for TESTING PURPOSE only])

contract                Token contract address (default: 0xbtc contract address)

hashrateUpdateInterval  Interval (miliseconds) for GPU hashrate logs (default: 30000)

networkUpdateInterval   Interval (miliseconds) to scan for new work (default: 15000)

masterMode              Enable Master mode that virtually acts as a \"pool\" for slave miners connecting to it (default: false [requires admin/sudo mode])

masterURL               Master instance IP:port, slave mode if 'masterMode' is false (default: none [if 'masterMode' is true, default: http://{localIP}:4080/])

slaveUpdateInterval     (Slave only)Interval (miliseconds) to scan for new work (default: 5000)

kingAddress             Add MiningKing address to nonce, only CPU mining supported (default: none)

address                 (Pool only) Miner's ethereum address (default: developer's address)

privateKey              (Solo only) Miner's private key

gasToMine               (Solo only) Gas price to mine in GWei (default: 3, decimals allowed; note: will override lower dynamic gas price)

gasLimit                (Solo only) Gas limit to submit proof of work (default: 1704624)

gasApiURL               (Solo only) Get dynamic gas price to mine from this JSON API URL (note: leave empty to disable)

gasApiPath              (Solo only) JSON path expression to retrieve dynamic gas price value from 'gasApiURL'

gasApiMultiplier        (Solo only) Multiplier to dynamic gas price value from 'gasApiURL' => 'gasApiPath' (note: use 0.1 for EthGasStation API)

gasApiOffset            (Solo only) Offset to dynamic gas price value from 'gasApiURL' => 'gasApiPath' (after 'gasApiMultiplier', decimals allowed)

gasApiMax               (Solo only) Maximum gas price to mine in GWei from API (default: 7, decimals allowed)

pool                    (Pool only) URL of pool mining server (default: http://mike.rs:8080)

secondaryPool           (Optional) URL of failover pool mining server

logFile                 Enables logging of console output to '{appPath}\\Log\\{yyyy-MM-dd}.log' (default: false)

devFee                  Set developer fee in percentage (default: 2.0%, minimum: 1.5%)

NOTES
For HiveOS, refer to GuideForHiveOS.txt on how to get started.

For EthOS, refer to GuideForEthOS.txt on how to get started.

Do refer to GuideForPoolMining.txt and GuideForSoloMining.txt on how to get started.

Configuration is based on CLI (similar to ccminer), except ".abi" files are required for new tokens (You can manually create one and copy from etherscan.com -> Contract -> Code -> Contract ABI).

Note that there is a configuration file "SoliditySHA3Miner.conf" that saves previous CLI parameters/settings, delete it prior to changing CLI parameters.

Sample CLI launch parameter can be found in the ".bat" and ".sh" file found together with this miner, please refer to it if you need help.

You will have to supply your own Ethereum address (or Private key if you solo mine). It is your own responsibility to mine to the correct address/account.

It is recommended to use your own web3api (e.g. Infura / Geth / Parity) if you solo mine, default value is for TESTING PURPOSE ONLY.

There is a default of 2.0% dev fee (Once every 50th nonce: starting from 11th if Pool mine, or starting from 50th if Solo mine).

You can set to the lowest 1.5% with "devFee=1.5" (the formula is "(nonce mod (100 / devFee)) = 0").

Dev fee in solo mining is by sending the current reward amount after the successful minted block, using the same gas fee as provided in 'gasToMine'.

In the case if the compute load for your GPU is not >= 99%, you can adjust the intensity via (amdIntensity/cudaIntensity/intelIntensity).
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [HNS] HandShake - peer-to-peer naming system [POW/New Algo/Exchanges]
by
lummujaj
on 06/04/2020, 14:30:43 UTC
Another coin destroyed by ASICS, enjoy the asic mining....  4.32 GH/s   550 W F1-Ultra


https://www.hashaltcoin.com/en/calculation

using GPU, you can also mine freely, albeit not as good as it was, but still
Post
Topic
Board Mining (Altcoins)
Re: rx 580 nitro+ power connection
by
lummujaj
on 03/05/2017, 23:37:57 UTC
You need to plug in both. They didnt waste a bunch of manufacturing costs adding a second plug just for looks.


do you have it or just assuming ...  ive some 480 n+ with only 6pin connector and they working fine for more than 5 months ...
i need someone who has them to confrim it ,, does the gpu works only with 6+2 connected

He's just assuming, I'm running a 7x RX 580 rig right now using ONLY the 6+2


can you post any photos pls
Post
Topic
Board Mining (Altcoins)
Re: rx 580 nitro+ power connection
by
lummujaj
on 03/05/2017, 23:18:08 UTC
You need to plug in both. They didnt waste a bunch of manufacturing costs adding a second plug just for looks.


do you have it or just assuming ...  ive some 480 n+ with only 6pin connector and they working fine for more than 5 months ...
i need someone who has them to confrim it ,, does the gpu works only with 6+2 connected
Post
Topic
Board Mining (Altcoins)
Topic OP
rx 580 nitro+ power connection
by
lummujaj
on 03/05/2017, 22:58:49 UTC
i need some information from soneone who already have a rig with rx 580 nitro+ ,,,
they vard have 6pin + 6+2 pin , do we have to give them both power or only we connect it via 6+2 pin ?
Post
Topic
Board Mining (Altcoins)
Re: Do we really need special motherboard?
by
lummujaj
on 14/03/2017, 10:13:58 UTC
Such as?

once upon time a go two smart man were drinking a beer at theirs local bar  (Larry Page and Sergei Brin ) , they did have a debate about something , and they needed some answer about it . So GOOGLE was created , to find every answer there . and if you go www.goog.com and type  "7 gpu mining rig" you will have plenty of information, even some have successfully buid 8 gpu mining rig , with spliters or m.2 to pcie etc , you dont have to be that smart like them , you just have to fellow theirs build . THATS ALL  , [END OF SARCASM - in case you didnt realize]
Post
Topic
Board Mining (Altcoins)
Topic OP
delete
by
lummujaj
on 18/02/2017, 20:33:06 UTC
-
Post
Topic
Board Mining (Altcoins)
Re: AMD Radeon 17.1.2
by
lummujaj
on 12/02/2017, 17:23:56 UTC
even the signature check is enabled, I tried it, but it failed


Ive 2x of my rigs with 480 moded bios eith the 17.1.2 driver and they are working fine , just patch the driver restart and youre ok , no yellow triangle

and results for mining? best or ?

+1
Since some time is needed to fix driver signature problem I hope that at least there is a mining performance improvement



Im mining eth and i dont see any improvment . Install the regular driver after finish get the patch.exe . Patch it restart pc than you will be ok
Post
Topic
Board Mining (Altcoins)
Re: AMD Radeon 17.1.2
by
lummujaj
on 12/02/2017, 09:49:05 UTC
even the signature check is enabled, I tried it, but it failed


Ive 2x of my rigs with 480 moded bios eith the 17.1.2 driver and they are working fine , just patch the driver restart and youre ok , no yellow triangle
Post
Topic
Board Mining (Altcoins)
Re: need some help , rx 470 sapphire ,
by
lummujaj
on 06/02/2017, 02:53:29 UTC
it wasnt driver issue , fixed , lock and delete ;
Post
Topic
Board Mining (Altcoins)
Re: need some help , rx 470 sapphire ,
by
lummujaj
on 06/02/2017, 02:20:57 UTC
edit : the gpu is fine , only gpu in the 1st slot of x16 doesnt work ? i have
Asrock a58 Pro btc mb , the 2nd x16 slot works fine ,
Post
Topic
Board Mining (Altcoins)
Topic OP
need some help , rx 470 sapphire ,
by
lummujaj
on 06/02/2017, 01:59:42 UTC


this one is good , and its working ,





idk about this one , flashed many rooms still stay the same , in device menager everything looks fine ?
Post
Topic
Board Computer hardware
Re: [WTS] - 10x Radeon graphics cards.....BEST OFFER
by
lummujaj
on 03/02/2017, 19:34:02 UTC
Bumping this.....come on people!  Make an offer!!

500$ - 5x - XFX reference R9 390 8 GB + sending to EU.


+50$ more , also shipping to Eu
Post
Topic
Board Computer hardware
Re: Selling 108 gpu
by
lummujaj
on 03/02/2017, 19:31:14 UTC
Any good reason ehy to buy 2.1k used something that i can buy 1500-1600euro new ?


To be more simple im saying prices are so HIGH , iver the moon !
Make me an offer for 4x 6gpu rig rx470 , shipping to Kosovo
Post
Topic
Board Computer hardware
Re: for sell good 6 cards mining set
by
lummujaj
on 03/02/2017, 13:44:29 UTC
also pm me the price (shipping to Austria))
Post
Topic
Board Mining (Altcoins)
Re: DRIVER Crimson ReLive Edition 17.1.2 Optional
by
lummujaj
on 02/02/2017, 22:39:51 UTC
if you use win10 , it will fail for sure Smiley the gpu will be yellow triangle

anyway let us know
Post
Topic
Board Computer hardware
Re: [WTS From Canada] R9 390/290 225$/205$ | 280x/285 130$ | Daily Reduction
by
lummujaj
on 31/01/2017, 00:59:13 UTC
https://www.newegg.com/Product/Product.aspx?Item=N82E16814131672


i see the same model ? why you post the model of 400 where there is another one 220$ NEW , SAME
Post
Topic
Board Computer hardware
Re: [WTB] 25 GPU , rx 470/480 4gb ! new/used , EU-Austria
by
lummujaj
on 30/01/2017, 23:47:48 UTC
he failed miserably , at least idk why he didnt took pictures from google images 2nd page Tongue , nobody search 2nd page hahaha\




ANYWAY STILL WANTING GPU-S , mb ,psu
Post
Topic
Board Computer hardware
Re: [WTB] 25 GPU , rx 470/480 4gb ! new/used , EU-Austria
by
lummujaj
on 30/01/2017, 23:20:47 UTC
https://bitcointalk.org/index.php?action=profile;u=926852

this guy is a scammer ! tried to sell me things which he didnt had , just took photos from google, pls give him negative feedback !
at the moment im processing my chat with him  to the lawyer of my company , and tomorrow ill do a crime report to UK police ,

ive his photo , and his number +447961072542 ...