UniMining.net

European Mining Pool for Alt

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
    • The team
  • FAQ
  • Login
  • Home Board index Mining
  • Search

[AMD & nVidia] How to mine Desire (DSR) ?

Mining of alt coins on mining pools and solo mining.
Post Reply
  • Print view
Advanced search
7 posts • Page 1 of 1
phm87
Posts: 174
Joined: Sun Oct 01, 2017 9:09 pm
Location: Belgium
Contact:
Contact phm87
Website
[AMD & nVidia] How to mine Desire (DSR) ?
  • Quote

Post by phm87 » Fri Oct 27, 2017 5:21 pm

What is Desire?

Desire coin uses both mining pools and masternodes. Masternode reward is 20% and 80% for mining pools distributed to miners.
DESIRE is a new P2P digital currency designed to unite all not indifferent people for earnings, exchange and transfer of money to any point of the world, bypassing centralized
payment systems. Instant transactions, anonymity is an undeniable advantage of this currency. To ensure your anonymity uses the mixing technology, which makes it impossible to track the sending and receiving destinations.
[...]
Release date: 15/10/2017 / Premine ~ 4%
ASIC resistance
NeoScrypt hashing algorithm
Difficulty retargets using Dark Gravity Wave
CPU/GPU/ mining
Block reward is controlled by: 2222222/(((Difficulty+2600)/9)^2)
Mastenode reward: 20%
Block generation: 2.5 minutes
InstantSend confirmation: ~5 seconds
Est. ~22M Max Coins
Decentralized Masternode Network
Superior Transaction Anonymity using PrivateSend
https://bitcointalk.org/index.php?topic=2272607.0


How to mine Desire on a mining pool ?

1. Create a wallet address
You'll need a wallet address to receive the Desire coins mined. It is better to download the wallet according to your Operating System. There is another crappy quick & dirty method that we don't recommend: create a wallet address on an exchange but some exchange diagree and may lost some coins.

Please refer to the Download section of the official bitcointalk thread:
https://bitcointalk.org/index.php?topic=2272607.0


[nVidia] 2. Miner for nVidia cards (neoscrypt)
For nVidia cards, we suggest you to use  CCminer 2.2.2 : https://github.com/tpruvot/ccminer/releases
For GTX 1080/1080 Ti, ccminer will work but hashrate may be increased with https://github.com/alexis78/ccminer

For AMD cards, see here below.

Remark: some anti-virus and anti-malware may detect the miner as a virus. It is due to the fact that miners were integrated in malwares and virusses so some anti-virus detect the miner as a potentially dangerous component. We use these binaries since years: we've never encounter problems because we avoid to download any binaries and always use the offial binary release on bitcointalk or github.

[nVidia] 3. Configure ccminer batch file and launch it
3.1 Create a new launch file ("mine DESIRE on unimining.bat" using notepad or notepad++ under windows) and paste the following command into it:
ccminer-x64 -a neoscrypt -o stratum+tcp://neoscrypt.eu1.unimining.net:4234 -u DArwrg22fEod5vKDizWBtsFs2fq6LYXzg6 -p c=DSR --cpu-priority=3
Please note the following arguments to the miner ccminer (64 bits version for my OS):
-a neoscrypt : set the algorithm
-o stratum+tcp://neoscrypt.eu1.unimining.net:4234 : set the mining pool URL and stratum port (please use port 4234 dedicated to DSR)
-u DArwrg22fEod5vKDizWBtsFs2fq6LYXzg6 : wallet address used as username. Please remove this example address and write your own address created at step 1
-p c=DSR : optional (password) parameters. -p is used to give the password related to the username. As mining is anonymous, the password is used to pass optional arguments. c=DSR is used to force YiiMP to mine Desire (DSR is the symbol defined on the pool for Desire) : YiiMP should detect the crypto-currency mined according to the wallet address but as coins are forks of other coins (and some don't adapt address' code), it doesn't always work as expected. So we recommand to always set the coin with at least the optional parameter c (ex: c=DSR).. stats is used to perform a benchmark of your GPU (first GPU on multi-GPU) on the 50st share. To add several parameter, seperate them by commas, e.g. -p c=DSR,stats to set the coin as Desire and perform benchmark
--cpu-priority=3 : parameter used to set the cpu priority.
3.2 Launch the *.bat file and check wallets' page after 5 to 10 minutes.


[AMD] 2. Miner for AMD cards (neoscrypt)
For AMD cards, you can download Gateless Gate according to your Operating System:
Gateless Gate: https://github.com/zawawawa/gatelessgate/releases/
Only windows binaries are provided, you can download the source code and compile it if your OS is not Windows.

I also updated my AMD graphic cards drivers to "Crimson ReLive Edition 17.10.1 10/10/2017" but I didn't install the ReLive part.


[AMD] 3. Configure Gateless Gate config and batch files and launch it
3.1 Create a new launch file ("mine DESIRE on unimining.bat" using notepad or notepad++ under windows) and paste the following command into it:
@echo off
set GPU_FORCE_64BIT_PTR 1
set GPU_MAX_HEAP_SIZE 100
set GPU_USE_SYNC_OBJECTS 1
set GPU_MAX_ALLOC_PERCENT 100
set GPU_SINGLE_ALLOC_PERCENT 100
gatelessgate.exe --gpu-platform 1 --default-config gatelessgate-DESIRE.conf
pause
3.2 Create a new conf file ("gatelessgate-DESIRE.conf" using notepad or notepad++ under windows) and paste the following command into it:
{
"algorithm": "neoscrypt",
"intensity": "13",
"worksize": "256",
"gpu-threads": "1",
"load-balance": true,

"auto-fan": true,
"temp-cutoff": "90",
"temp-overheat": "85",
"temp-target": "75",

"pools": [
{
"name": "MAIN",
"user": "DArwrg22fEod5vKDizWBtsFs2fq6LYXzg6",
"pass": "c=DSR",
"quota": "99;stratum+tcp://neoscrypt.eu1.unimining.net:4234"
},
{
"__comment": "Please keep this entry. Otherwise, I won't be able to continue open-source development. - zawawa",
"name":"DEVFEE",
"user": "zawawa.gatelessgate",
"pass": "x",
"quota": "1;s1.theblocksfactory.com:3333"
}
]
}
Please note the following parameters in the conf file:
"algorithm": "neoscrypt" : set the algorithm
"quota": "99;stratum+tcp://neoscrypt.eu1.unimining.net:4234" : set the mining pool URL and stratum port (please use port 4234 dedicated to DSR)
"user": "DArwrg22fEod5vKDizWBtsFs2fq6LYXzg6" : wallet address used as username. Please remove this example address and write your own address created at step 1
"pass": "c=DSR" : optional (password) parameters. -p is used to give the password related to the username. As mining is anonymous, the password is used to pass optional arguments. c=DSR is used to force YiiMP to mine Desire (DSR is the symbol defined on the pool for Desire) : YiiMP should detect the crypto-currency mined according to the wallet address but as coins are forks of other coins (and some don't adapt address' code), it doesn't always work as expected. So we recommand to always set the coin with at least the optional parameter c (ex: c=DSR).. stats is used to perform a benchmark of your GPU (first GPU on multi-GPU) on the 50st share. To add several parameter, seperate them by commas, e.g. -p c=DSR,stats to set the coin as Desire and perform benchmark (remark: stats should work with yiimp but I didn't test it with Gatelessgate).

Remark: Both files should be inside the directory of Gatelessgate.

3.3. Launch the *.bat file and check wallets' page after 5 to 10 minutes.
Top

PickleRickle
Posts: 1
Joined: Sat Dec 02, 2017 7:48 am
Re: [AMD & nVidia] How to mine Desire (DESIRE / DSR) ?
  • Quote

Post by PickleRickle » Sat Dec 02, 2017 8:02 am

hi there, mining with nvidia on ccminer 2.2.2 copy and pasted from the ANN page for Desire, unfortunately i am getting a message that says "stratum authentication failed" ive tried what i think is everything, can someone please help?
Top

d4v
Posts: 90
Joined: Wed Oct 11, 2017 8:18 pm
Re: [AMD & nVidia] How to mine Desire (DSR) ?
  • Quote

Post by d4v » Sun Dec 17, 2017 7:59 pm

PickleRickle wrote: ↑
Sat Dec 02, 2017 8:02 am
hi there, mining with nvidia on ccminer 2.2.2 copy and pasted from the ANN page for Desire, unfortunately i am getting a message that says "stratum authentication failed" ive tried what i think is everything, can someone please help?
Hi,

We have opened the dedicated port 4234 for mining Desire (DSR). You can find more information on the thread : Dedicated Port 4234 (Desire)

Can you try using this configuration :

Code: Select all

ccminer-x64 -a neoscrypt -o stratum+tcp://neoscrypt.eu1.unimining.net:4234 -u DArwrg22fEod5vKDizWBtsFs2fq6LYXzg6 -p c=DSR
Can I also advise you to try CCMiner 8.15 (KlausT), You should get better hashate.
Top

NewbieMiner
Posts: 18
Joined: Thu Dec 28, 2017 11:32 am
Re: [AMD & nVidia] How to mine Desire (DSR) ?
  • Quote

Post by NewbieMiner » Thu Dec 28, 2017 11:39 am

Thank you for this info very informative...
I have used wallet address from exchange site and mine for an hour, there is no earnings added, tried to switch to address from the main wallet app and it shows my earnings....
Top

d4v
Posts: 90
Joined: Wed Oct 11, 2017 8:18 pm
Re: [AMD & nVidia] How to mine Desire (DSR) ?
  • Quote

Post by d4v » Thu Dec 28, 2017 11:32 pm

NewbieMiner wrote: ↑
Thu Dec 28, 2017 11:39 am
Thank you for this info very informative...
I have used wallet address from exchange site and mine for an hour, there is no earnings added, tried to switch to address from the main wallet app and it shows my earnings....
It's strongly recommended to mine only to your own wallet and not to an exchange! Have a nice mining ;)
Top

JoBobJim
Posts: 3
Joined: Fri Jan 19, 2018 7:16 pm
Re: [AMD & nVidia] How to mine Desire (DSR) ?
  • Quote

Post by JoBobJim » Fri Jan 19, 2018 7:17 pm

WHY is there so many GH mining this crap coin? You can't sell it except at stocks.exchange which is NOT where you want your money.
Top

sofiabovino
Posts: 2
Joined: Thu Feb 08, 2018 9:37 am
Contact:
Contact sofiabovino
Website
Re: [AMD & nVidia] How to mine Desire (DSR) ?
  • Quote

Post by sofiabovino » Thu Feb 08, 2018 12:05 pm

How about that mature desire which are not making it without having those effects Steroids Australia
Top


Post Reply
  • Print view

7 posts • Page 1 of 1

Return to “Mining”

Jump to
  • General Discussions
  • Mining
  • Local
  • ↳   Français
  • Request
  • Support
  • FAQ
  • Home Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

cron