Pages:
Author

Topic: |ANN| DESIRE - coin of your dreams! - page 5. (Read 11560 times)

newbie
Activity: 17
Merit: 0
September 26, 2017, 12:21:22 AM
We will keep this community informed over the next weeks.
hero member
Activity: 2366
Merit: 838
September 25, 2017, 11:40:30 PM
High award of mining to block ~ 4500. Further reward will be regulated by DGW! Connect, do not miss the chance.

Hi,

Please tell me how to mine the coin.
I downloaded the tool in the following here, config the start.bat file but it stopped almost immediately after running. What is the problem here? How to fix that? Thanks.

Link for download tool
http://cryptomining-blog.com/tag/x11-gpu-miner/

My code in config file looks like this
sgminer.exe -a x11 -o stratum+tcp://pool.bilbotel.fr:3533 -u DFrG6ks4SsZaC5UjgebVQexh8LrzyUGADi -p c=DESIRE, stats
full member
Activity: 271
Merit: 100
September 25, 2017, 10:21:33 PM
High award of mining to block ~ 4500. Further reward will be regulated by DGW! Connect, do not miss the chance.
sr. member
Activity: 338
Merit: 251
September 25, 2017, 09:20:40 PM
since this is a dash fork, do the masternodes require sentinel to keep them alive?

if so, do you have a git pull for sentinel configured for this coin?
hero member
Activity: 785
Merit: 502
September 25, 2017, 08:41:59 PM
Dev check here I believe it will help lead to the answer but I could be wrong it's been a long time for me.
https://github.com/dashpay/dash/blob/master/src/chainparams.cpp
full member
Activity: 271
Merit: 100
September 25, 2017, 08:27:25 PM
So masternodes don't get a payment until block 158000? Is this correct, dev? Or am i wrong?

Could be their first attempt with dash source (it's not an easy source so excusable). Probably just need src update to put masternode block start to current block height. Release updated wallet and do mandatory update to fix.

yes indeed, I'll check it out.




getblocktemplate




{
  "capabilities": [
    "proposal"
  ],
  "version": 536870912,
  "previousblockhash": "000000000000d9efa376b4774bbca19fa0f095c730719b70a036c1522dc37550",
  "transactions": [
  ],
  "coinbaseaux": {
    "flags": ""
  },
  "coinbasevalue": 50000000000,
  "longpollid": "000000000000d9efa376b4774bbca19fa0f095c730719b70a036c1522dc3755018",
  "target": "0000000000034974000000000000000000000000000000000000000000000000",
  "mintime": 1506388553,
  "mutable": [
    "time",
    "transactions",
    "prevblock"
  ],
  "noncerange": "00000000ffffffff",
  "sigoplimit": 20000,
  "sizelimit": 1000000,
  "curtime": 1506388932,
  "bits": "1b034974",
  "height": 1984,
  "masternode": {
  },
 "masternode_payments_started": true,
  "masternode_payments_enforced": true,

  "superblock": [
  ],
  "superblocks_started": false,
  "superblocks_enabled": false
}

Payments to the masternodes are included, but in fact they do not arrive. I'm looking for a problem.
hero member
Activity: 785
Merit: 502
September 25, 2017, 08:25:03 PM
So masternodes don't get a payment until block 158000? Is this correct, dev? Or am i wrong?

Could be their first attempt with dash source (it's not an easy source so excusable). Probably just need src update to put masternode block start to current block height. Release updated wallet and do mandatory update to fix.

yes indeed, I'll check it out.

Sounds good just grab some booze and code and do the good Lord's work. I'll throw some rigs on it.
full member
Activity: 271
Merit: 100
September 25, 2017, 08:17:24 PM
So masternodes don't get a payment until block 158000? Is this correct, dev? Or am i wrong?

Could be their first attempt with dash source (it's not an easy source so excusable). Probably just need src update to put masternode block start to current block height. Release updated wallet and do mandatory update to fix.

yes indeed, I'll check it out.
hero member
Activity: 785
Merit: 502
September 25, 2017, 08:05:19 PM
So masternodes don't get a payment until block 158000? Is this correct, dev? Or am i wrong?

Could be their first attempt with dash source (it's not an easy source so excusable). Probably just need src update to put masternode block start to current block height. Release updated wallet and do mandatory update to fix.
full member
Activity: 394
Merit: 100
i like Phore
September 25, 2017, 07:08:13 PM
i made my masternode.
How many Desire masternode reward??
full member
Activity: 148
Merit: 100
September 25, 2017, 06:32:21 PM
Ahhh it's you !!

Set your password to : c=DESIRE

yourminer.exe -a x11 -o stratum+tcp://pool.bilbotel.fr:3533 -u WALLET -p c=DESIRE,stats

Don't forget the "-p c=DESIRE,stats"

Else a random coin will be selected in the x11 algo coins.
member
Activity: 109
Merit: 10
enjoy this world
September 25, 2017, 06:04:30 PM
i dont undestund i have dolwond the windows wallet i am mining it !!!! but the strange thing on the pool the address is For DAS not desire ? anyone can explain that Huh?
newbie
Activity: 6
Merit: 0
September 25, 2017, 04:47:09 PM
anyone else having problems building the wallet?

I successfully built it, but when trying to run desired in ubuntu it just hangs and doesnt want to run.

I also tried running desire-cli with a conf file, but it says server not found, no dice.
Run directly ../Desire/src/qt/wallet-qt It work without the desired, but first add the nodes posted by @ov3r45

I dont have any files I can run in the /qt/ directory, only in the src directory I have ./desired, ./desire-cli, and ./desire-tx

You built the daemon, not the gui wallet.

do you have instructions for building the gui wallet? I only found the basic instructions for building the daemon (./configure, make, make install)

here you have the instructions: https://github.com/lazyboozer/Desire/blob/master/doc/build-unix.md
sr. member
Activity: 338
Merit: 251
September 25, 2017, 04:19:02 PM
anyone else having problems building the wallet?

I successfully built it, but when trying to run desired in ubuntu it just hangs and doesnt want to run.

I also tried running desire-cli with a conf file, but it says server not found, no dice.
Run directly ../Desire/src/qt/wallet-qt It work without the desired, but first add the nodes posted by @ov3r45

I dont have any files I can run in the /qt/ directory, only in the src directory I have ./desired, ./desire-cli, and ./desire-tx

You built the daemon, not the gui wallet.

do you have instructions for building the gui wallet? I only found the basic instructions for building the daemon (./configure, make, make install)
member
Activity: 98
Merit: 10
September 25, 2017, 04:15:30 PM
Captain we need more hash!!!!!

http://thecryptopool.com

-a x11 -o stratum+tcp://thecryptopool.com:3533 -u -p c=DESIRE
sr. member
Activity: 328
Merit: 252
September 25, 2017, 04:13:29 PM
after how many blocks are mined rewards considered mature?
full member
Activity: 756
Merit: 103
September 25, 2017, 04:02:38 PM
anyone else having problems building the wallet?

I successfully built it, but when trying to run desired in ubuntu it just hangs and doesnt want to run.

I also tried running desire-cli with a conf file, but it says server not found, no dice.
Run directly ../Desire/src/qt/wallet-qt It work without the desired, but first add the nodes posted by @ov3r45

I dont have any files I can run in the /qt/ directory, only in the src directory I have ./desired, ./desire-cli, and ./desire-tx

You built the daemon, not the gui wallet.
full member
Activity: 378
Merit: 105
September 25, 2017, 03:55:07 PM
Hello Smiley Here is a new mining pool for mining Desire.
It's based on YiiMP, no registration is needed :

  • Stratum  : lycheebit.com:3533
  • User     : YOUR_DSR_ADDRESS
  • Password : c=DSR


Exemple of CCMiner command line :
Code:
ccminer.exe -a x11 -o stratum+tcp://lycheebit.com:3533 -u DCgyv8YdnT59M2kR7uEb6FUmgkMvG7GaSv -p c=DSR

Happy mining Smiley
sr. member
Activity: 338
Merit: 251
September 25, 2017, 03:46:33 PM
anyone else having problems building the wallet?

I successfully built it, but when trying to run desired in ubuntu it just hangs and doesnt want to run.

I also tried running desire-cli with a conf file, but it says server not found, no dice.
Run directly ../Desire/src/qt/wallet-qt It work without the desired, but first add the nodes posted by @ov3r45

I dont have any files I can run in the /qt/ directory, only in the src directory I have ./desired, ./desire-cli, and ./desire-tx
full member
Activity: 162
Merit: 100
September 25, 2017, 03:31:57 PM
How can i make a masternode?


Mine on my pool with 0% fees, get enough coins (1000) and setup one. I'm waiting for you Cheesy

Gpu:

Code:
-a x11 -o stratum+tcp://beardedpool.fr:3533 -u YOUR_WALLET_ADDRESS -p c=DESIRE 


Asics or Nicehash:

Code:
-a x11 -o stratum+tcp://beardedpool.fr:3534 -u YOUR_WALLET_ADDRESS -p c=DESIRE 

allready have 1k coins, but dont know how to make masternode lol)))))
Pages:
Jump to: