Bitcoin Forum
June 16, 2024, 10:39:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 »  All
  Print  
Author Topic: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX  (Read 34915 times)
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
March 05, 2015, 11:39:10 AM
 #161

And where is new windows wallet?
adabau (OP)
Sr. Member
****
Offline Offline

Activity: 389
Merit: 250


View Profile
March 05, 2015, 11:42:01 AM
 #162

And where is new windows wallet?

sorry it comes in about 10-15 minutes, slow computer  Undecided
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
March 05, 2015, 11:44:44 AM
 #163

sorry it comes in about 10-15 minutes, slow computer  Undecided

Okay, I just woke up and didn't saw post time.
adabau (OP)
Sr. Member
****
Offline Offline

Activity: 389
Merit: 250


View Profile
March 05, 2015, 12:37:21 PM
 #164

sorry it comes in about 10-15 minutes, slow computer  Undecided

Okay, I just woke up and didn't saw post time.


Here we go

Windows wallet v0.11.1.253
https://github.com/wonko433/ecash/releases/download/v0.11.1.253/ecash-qt.zip
antonio8
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


View Profile
March 05, 2015, 12:46:07 PM
 #165

So what happens when we start the wallet as a masternode? Do we start getting a % of the blocks if our masternode is selected?

If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks Wink
adabau (OP)
Sr. Member
****
Offline Offline

Activity: 389
Merit: 250


View Profile
March 05, 2015, 12:49:22 PM
 #166

So what happens when we start the wallet as a masternode? Do we start getting a % of the blocks if our masternode is selected?

Yes you do, heres the code:

Code:
   if(nHeight > 17280)               ret += blockValue / 20; // 17280 - 25.0% - 2014-10-24
    if(nHeight > 17280+((576*30)* 1)) ret += blockValue / 20; // 34560 - 30.0% - 2014-11-25
    if(nHeight > 17280+((576*30)* 2)) ret += blockValue / 20; // 51840 - 35.0% - 2014-12-26
    if(nHeight > 17280+((576*30)* 3)) ret += blockValue / 40; // 69120 - 37.5% - 2015-01-26
    if(nHeight > 17280+((576*30)* 4)) ret += blockValue / 40; // 86400 - 40.0% - 2015-02-27
    if(nHeight > 17280+((576*30)* 5)) ret += blockValue / 40; // 103680 - 42.5% - 2015-03-30
    if(nHeight > 17280+((576*30)* 6)) ret += blockValue / 40; // 120960 - 45.0% - 2015-05-01
    if(nHeight > 17280+((576*30)* 7)) ret += blockValue / 40; // 138240 - 47.5% - 2015-06-01
    if(nHeight > 17280+((576*30)* 9)) ret += blockValue / 40; // 172800 - 50.0% - 2015-08-03
    if(nHeight > 17280+((576*30)*11)) ret += blockValue / 40; // 207360 - 52.5% - 2015-10-05
    if(nHeight > 17280+((576*30)*13)) ret += blockValue / 40; // 241920 - 55.0% - 2015-12-07
    if(nHeight > 17280+((576*30)*15)) ret += blockValue / 40; // 276480 - 57.5% - 2016-02-08
    if(nHeight > 17280+((576*30)*17)) ret += blockValue / 40; // 311040 - 60.0% - 2016-04-11
https://github.com/wonko433/ecash/blob/master/src/main.cpp#L1484
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
March 05, 2015, 12:55:15 PM
 #167

What block reward is now?
adabau (OP)
Sr. Member
****
Offline Offline

Activity: 389
Merit: 250


View Profile
March 05, 2015, 12:58:54 PM
 #168

What block reward is now?

250
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
March 05, 2015, 01:01:47 PM
 #169

250

Ok. Dev, this new nodes is masternodes?
adabau (OP)
Sr. Member
****
Offline Offline

Activity: 389
Merit: 250


View Profile
March 05, 2015, 01:04:54 PM
 #170

250

Ok. Dev, this new nodes is masternodes?

Yes, they are masternodes.  Tongue
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
March 05, 2015, 01:07:36 PM
 #171

250

Ok. Dev, this new nodes is masternodes?

Yes, they are masternodes.  Tongue

Good. But you may add sample conf at OP, when users can copypaste whole text and not type add in console

Code:
addnode=66.248.200.195
addnode=66.248.200.181
addnode=66.248.200.191
addnode=66.248.200.185
addnode=66.248.200.189
addnode=66.248.200.183
addnode=66.248.200.187
addnode=66.248.200.179
addnode=66.248.200.193
addnode=198.52.227.176
addnode=198.52.227.174
addnode=198.52.227.178
addnode=198.52.227.180
addnode=198.52.227.182
addnode=66.248.200.167
addnode=66.248.200.169
addnode=66.248.200.171
addnode=66.248.200.173
addnode=66.248.200.175
addnode=66.248.200.177
adabau (OP)
Sr. Member
****
Offline Offline

Activity: 389
Merit: 250


View Profile
March 05, 2015, 01:12:32 PM
 #172

250

Ok. Dev, this new nodes is masternodes?

Yes, they are masternodes.  Tongue

Good. But you may add sample conf at OP, when users can copypaste whole text and not type add in console

Code:
addnode=66.248.200.195
addnode=66.248.200.181
addnode=66.248.200.191
addnode=66.248.200.185
addnode=66.248.200.189
addnode=66.248.200.183
addnode=66.248.200.187
addnode=66.248.200.179
addnode=66.248.200.193
addnode=198.52.227.176
addnode=198.52.227.174
addnode=198.52.227.178
addnode=198.52.227.180
addnode=198.52.227.182
addnode=66.248.200.167
addnode=66.248.200.169
addnode=66.248.200.171
addnode=66.248.200.173
addnode=66.248.200.175
addnode=66.248.200.177

Thanks, added to op.
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
March 05, 2015, 02:21:03 PM
 #173

Now with nodes we have at least stable connections.
zmija
Hero Member
*****
Offline Offline

Activity: 676
Merit: 500



View Profile
March 05, 2015, 03:53:59 PM
 #174

This coin/Dev is a joke, i don't get u guys why r u still sticking with this coin it's clear that Dev is still learning c++ and doesn't have a first clue about the coins. If u want something out of it, u'll have help (code) the Dev  Cheesy. New name for the coin Ccash (community cash)  Tongue

         ▄███████████████▄
       ▄██▀             ▀██▄
    ▄▄██▀                 ▀██▄▄
█████▀▀       ▄▀▀▀▀▀▀▀▄▄    ▀▀█████
██          ▄▀ ▄▄▄▀▀▀▀▄▀█▄▄      ██
▐█▌       ▄▀ ▄▀ ▄▄▄▀▀▀▄▀▀▀███   ▐█▌
 ██      ▄▀▄▀▄▀▀▄▄▄▀▀▀▀▀█ ▄█▀   ██
 ▐█▌    █▄▀▄▀▄█▀▀▀ ▀█▀ ▄▀▄▀█   ▐█▌
  ██    █▄▀▄▀▄▄█▀ ▄▀ ▄▀▄▀▄▀█   ██
  ▐█▌ ▀▄█████▀▄▄▀▀▄▄▀▄▀▄▀▄▀█  ▐█▌
   ██▌▀████▀██▄▄▀▀▄▄▀▄▀▄▀▄█▀ ▐██
    ██▌▀█▀▀█▄▀▀▄▀▀▄▄▀▄█▄▄█▀ ▐██
     ██▌ ▀  ▀███▄▄▄█████▀  ▐██
      ██▄      ▀▀▀▀▀      ▄██
       ▀██▄             ▄██▀
         ▀██▄         ▄██▀
           ▀██▄     ▄██▀
             ▀███▄███▀
               ▀███▀
.DeepOnion.
★ ★ ★ ★ ★  .❱❱❱ JOIN AIRDROP NOW!.
TOR INTEGRATED & SECURED
★  Your Anonymity Guaranteed
★  Your Assets Secured by TOR
★  Guard Your Privacy!
|Bitcointalk
Reddit
Telegram
|                        ▄▄▀▄▄▀▄▄▀▄▀▀
                    ▄▄██▀█▀▄▀▀▀
                  ▄██▄█▄██▀
                ▄██████▀
              ▄██████▀
  ▄█▄▄▄▄▄▄▄▄▄██████▀
██████▀▀▀▀▀██████▀
 ▀█████  ▄███████
  ████████████▀██
  ██▀███████▀  ██
  ██ ▀████▀    ██
  ██   ▀▀      ██
  ▀█████████████▀
elite3000
Legendary
*
Offline Offline

Activity: 1073
Merit: 1000


View Profile
March 05, 2015, 04:01:59 PM
 #175

This is a clone Darkcoin ? is there any difference ?
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
March 05, 2015, 04:02:17 PM
 #176



 Roll Eyes Grin
adabau (OP)
Sr. Member
****
Offline Offline

Activity: 389
Merit: 250


View Profile
March 05, 2015, 04:24:07 PM
 #177

This is a clone Darkcoin ? is there any difference ?

Yes Ecash is a darkcoin clone. Right now the only difference is that ECash has 10x blockreward. But you need only 1,000 cash for a masternode as with darkcoin.
Propulsion
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


The Buck Stops Here.


View Profile
March 05, 2015, 05:05:02 PM
Last edit: March 05, 2015, 05:31:34 PM by Propulsion
 #178

This is a clone Darkcoin ? is there any difference ?

Yes Ecash is a darkcoin clone. Right now the only difference is that ECash has 10x blockreward. But you need only 1,000 cash for a masternode as with darkcoin.

Your MN's won't work without doing some more steps.

There is some serious differences between the original darkcoin and this too.

The original darkcoin developer is competent.

The original darkcoin currency will last longer than a week.

Just buy the real thing.
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
March 05, 2015, 06:47:11 PM
 #179

Dev, are you working on other 20 masternodes?
adabau (OP)
Sr. Member
****
Offline Offline

Activity: 389
Merit: 250


View Profile
March 05, 2015, 07:41:45 PM
 #180

Dev, are you working on other 20 masternodes?

I will try to put up 20 more tomorrow  Wink
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!