Bitcoin Forum
June 22, 2024, 02:19:33 AM *
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 »  All
  Print  
Author Topic: [ANN] [PLEB] Plebeian | *Mandatory Wallet Update* | X13 PoW + PoS | Mine Now!|  (Read 29585 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
karimdr2
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
August 09, 2014, 02:49:01 PM
 #41

Mac Wallet

http://www.mediafire.com/download/xp82o3jnxvfx7pb/Plebeian-Qt.zip

PLEB: AyvTN2EF8dMvLa44JeeR8ezyggX4PUsg5z
BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o

★ BitNet ★ New Darknet, better than TOR ! FREE VPN ! Free Distribution 14,000,000 VPNCOIN!!! Vg7NuuuJt2snso5N1EMPyPwSTHb2ByiHRo
BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
shimlbit
Legendary
*
Offline Offline

Activity: 1302
Merit: 1001



View Profile
August 09, 2014, 03:05:42 PM
 #42

wts 2600coins pm me
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
August 09, 2014, 03:19:41 PM
Last edit: August 09, 2014, 04:52:38 PM by ocminer
 #43

There is currently still the issue with the Coin Reward issue at 0 coins since Block 476.


i've changed my daemon's main.cpp file from this:

Code:
    int64_t nSubsidy = 100 * COIN;
if(pindexBest->nHeight < 1)
    {
        nSubsidy = 462586 * COIN;
    }
else if(pindexBest->nHeight < 420)
    {
nSubsidy = 4200 * COIN;
    }
else if(pindexBest->nHeight < 476)
    {
nSubsidy = 4200 * COIN;
    }
else if(pindexBest->nHeight < 5400)
{
nSubsidy = 0 * COIN;
}

to this:

Code:
            int64_t nSubsidy = 100 * COIN;
        if(pindexBest->nHeight == 1)
    {
        nSubsidy = 462586 * COIN;
    }
                else if(pindexBest->nHeight > 1 && pindexBest->nHeight <= 5400)
    {
                nSubsidy = 4200 * COIN;
    }


Which should fix the issue.


Hopefully the devs fix the problem soon, your wallets at home (and the mac version) wont accept the blocks with higher values above 476 until the Devs fix their code, don't panic, it will as soon as the Dev's fix it.



EDIT: Works as expected

https://i.imgur.com/GPV0T29.png

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
najzenmajsen
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500



View Profile
August 09, 2014, 03:25:06 PM
 #44

There is currently still the issue with the Coin Reward issue at 0 coins since Block 476.


i've changed my daemon's main.cpp file from this:

Code:
    int64_t nSubsidy = 100 * COIN;
if(pindexBest->nHeight < 1)
    {
        nSubsidy = 462586 * COIN;
    }
else if(pindexBest->nHeight < 420)
    {
nSubsidy = 4200 * COIN;
    }
else if(pindexBest->nHeight < 476)
    {
nSubsidy = 4200 * COIN;
    }
else if(pindexBest->nHeight < 5400)
{
nSubsidy = 0 * COIN;
}

to this:

Code:
        if(pindexBest->nHeight < 1)
    {
        nSubsidy = 462586 * COIN;
    }
                else if(pindexBest->nHeight >= 2 && pindexBest->nHeight <= 5400)
    {
                nSubsidy = 4200 * COIN;
    }


Which should fix the issue.


Hopefully the devs fix the problem soon, your wallets at home (and the mac version) wont accept the blocks with higher values above 476 until the Devs fix their code, don't panic, it will as soon as the Dev's fix it.



EDIT: Works as expected

https://i.imgur.com/GPV0T29.png

so , is it safe to mine now ?
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
August 09, 2014, 03:29:18 PM
 #45

There is currently still the issue with the Coin Reward issue at 0 coins since Block 476.


i've changed my daemon's main.cpp file from this:

Code:
    int64_t nSubsidy = 100 * COIN;
if(pindexBest->nHeight < 1)
    {
        nSubsidy = 462586 * COIN;
    }
else if(pindexBest->nHeight < 420)
    {
nSubsidy = 4200 * COIN;
    }
else if(pindexBest->nHeight < 476)
    {
nSubsidy = 4200 * COIN;
    }
else if(pindexBest->nHeight < 5400)
{
nSubsidy = 0 * COIN;
}

to this:

Code:
        if(pindexBest->nHeight < 1)
    {
        nSubsidy = 462586 * COIN;
    }
                else if(pindexBest->nHeight >= 2 && pindexBest->nHeight <= 5400)
    {
                nSubsidy = 4200 * COIN;
    }


Which should fix the issue.


Hopefully the devs fix the problem soon, your wallets at home (and the mac version) wont accept the blocks with higher values above 476 until the Devs fix their code, don't panic, it will as soon as the Dev's fix it.



EDIT: Works as expected

https://i.imgur.com/GPV0T29.png

so , is it safe to mine now ?

The issue is fixed, but the dev's have not commited the fix to their source now..

If you look at the Specs for the coin, it SHOULD be safe now, as I've simply corrected their error in the code but maybe they have something different on their mind..

I cannot say for 100% as I'm not the dev :-(

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
cryptoangel
Sr. Member
****
Offline Offline

Activity: 700
Merit: 250



View Profile
August 09, 2014, 03:36:57 PM
 #46

Looking at the code you would think the 0 reward was normal.

I am questioning the developer skills now.

▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█                         █
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄        █
           ▄▄███████▄▄   █
    ▄▄▄▄▄▄█████████████  █
         ████▀     ▀████
         ████       ████
         ████▄     ▄████
    ▀▀▀▀▀▀█████████████  █
           ▀▀███████▀▀   █
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀        █
█                         █
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀
ROLLBIT●  Instant Deposits & Withdrawals
●  Rakeback & Level Up Bonuses
●  Live Customer Support
█▀▀▀▀▀











█▄▄▄▄▄
.
PLAY NOW
▀▀▀▀▀█











▄▄▄▄▄█
najzenmajsen
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500



View Profile
August 09, 2014, 03:41:33 PM
 #47

Looking at the code you would think the 0 reward was normal.

I am questioning the developer skills now.
this dev , seems strange
the wallet seems very awesome , i like the integrated block explorer , statstics , but
1. the 0 reward as you mentioned
2. they didnt even register the IRC
*-*
cryptoangel
Sr. Member
****
Offline Offline

Activity: 700
Merit: 250



View Profile
August 09, 2014, 03:45:45 PM
 #48

Looking at the code you would think the 0 reward was normal.

I am questioning the developer skills now.
this dev , seems strange
the wallet seems very awesome , i like the integrated block explorer , statstics , but
1. the 0 reward as you mentioned
2. they didnt even register the IRC
*-*

Nice hashrate on Novapool Roll Eyes

▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█                         █
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄        █
           ▄▄███████▄▄   █
    ▄▄▄▄▄▄█████████████  █
         ████▀     ▀████
         ████       ████
         ████▄     ▄████
    ▀▀▀▀▀▀█████████████  █
           ▀▀███████▀▀   █
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀        █
█                         █
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀
ROLLBIT●  Instant Deposits & Withdrawals
●  Rakeback & Level Up Bonuses
●  Live Customer Support
█▀▀▀▀▀











█▄▄▄▄▄
.
PLAY NOW
▀▀▀▀▀█











▄▄▄▄▄█
najzenmajsen
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500



View Profile
August 09, 2014, 03:46:45 PM
 #49

Looking at the code you would think the 0 reward was normal.

I am questioning the developer skills now.
this dev , seems strange
the wallet seems very awesome , i like the integrated block explorer , statstics , but
1. the 0 reward as you mentioned
2. they didnt even register the IRC
*-*

Nice hashrate on Novapool Roll Eyes
Thanks , im doing a gamble i guess ^^
martibg
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
August 09, 2014, 03:49:21 PM
 #50

HOW DO I SOLO MINE THIS  Huh

Wink   Wink
cryptoangel
Sr. Member
****
Offline Offline

Activity: 700
Merit: 250



View Profile
August 09, 2014, 03:50:26 PM
 #51

Looking at the code you would think the 0 reward was normal.

I am questioning the developer skills now.
this dev , seems strange
the wallet seems very awesome , i like the integrated block explorer , statstics , but
1. the 0 reward as you mentioned
2. they didnt even register the IRC
*-*

Nice hashrate on Novapool Roll Eyes
Thanks , im doing a gamble i guess ^^

Yeah 50/50 on this one, They can accept the changes + the mistake or change it completely.

This is the best time to be in it with all the other pools mining 0 block rewards.

▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█                         █
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄        █
           ▄▄███████▄▄   █
    ▄▄▄▄▄▄█████████████  █
         ████▀     ▀████
         ████       ████
         ████▄     ▄████
    ▀▀▀▀▀▀█████████████  █
           ▀▀███████▀▀   █
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀        █
█                         █
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀
ROLLBIT●  Instant Deposits & Withdrawals
●  Rakeback & Level Up Bonuses
●  Live Customer Support
█▀▀▀▀▀











█▄▄▄▄▄
.
PLAY NOW
▀▀▀▀▀█











▄▄▄▄▄█
najzenmajsen
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500



View Profile
August 09, 2014, 03:54:51 PM
 #52

dev should be online in 2-5 hours
najzenmajsen
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500



View Profile
August 09, 2014, 04:03:40 PM
 #53

There is currently still the issue with the Coin Reward issue at 0 coins since Block 476.


i've changed my daemon's main.cpp file from this:

Code:
    int64_t nSubsidy = 100 * COIN;
if(pindexBest->nHeight < 1)
    {
        nSubsidy = 462586 * COIN;
    }
else if(pindexBest->nHeight < 420)
    {
nSubsidy = 4200 * COIN;
    }
else if(pindexBest->nHeight < 476)
    {
nSubsidy = 4200 * COIN;
    }
else if(pindexBest->nHeight < 5400)
{
nSubsidy = 0 * COIN;
}

to this:

Code:
        if(pindexBest->nHeight < 1)
    {
        nSubsidy = 462586 * COIN;
    }
                else if(pindexBest->nHeight >= 2 && pindexBest->nHeight <= 5400)
    {
                nSubsidy = 4200 * COIN;
    }


Which should fix the issue.


Hopefully the devs fix the problem soon, your wallets at home (and the mac version) wont accept the blocks with higher values above 476 until the Devs fix their code, don't panic, it will as soon as the Dev's fix it.



EDIT: Works as expected

https://i.imgur.com/GPV0T29.png

so , is it safe to mine now ?

The issue is fixed, but the dev's have not commited the fix to their source now..

If you look at the Specs for the coin, it SHOULD be safe now, as I've simply corrected their error in the code but maybe they have something different on their mind..

I cannot say for 100% as I'm not the dev :-(
When it says FINDER : unknown what does it mean ? and why does it do that ? Sad
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
August 09, 2014, 04:17:35 PM
 #54

There is currently still the issue with the Coin Reward issue at 0 coins since Block 476.


i've changed my daemon's main.cpp file from this:

Code:
    int64_t nSubsidy = 100 * COIN;
if(pindexBest->nHeight < 1)
    {
        nSubsidy = 462586 * COIN;
    }
else if(pindexBest->nHeight < 420)
    {
nSubsidy = 4200 * COIN;
    }
else if(pindexBest->nHeight < 476)
    {
nSubsidy = 4200 * COIN;
    }
else if(pindexBest->nHeight < 5400)
{
nSubsidy = 0 * COIN;
}

to this:

Code:
        if(pindexBest->nHeight < 1)
    {
        nSubsidy = 462586 * COIN;
    }
                else if(pindexBest->nHeight >= 2 && pindexBest->nHeight <= 5400)
    {
                nSubsidy = 4200 * COIN;
    }


Which should fix the issue.


Hopefully the devs fix the problem soon, your wallets at home (and the mac version) wont accept the blocks with higher values above 476 until the Devs fix their code, don't panic, it will as soon as the Dev's fix it.



EDIT: Works as expected

https://i.imgur.com/GPV0T29.png

so , is it safe to mine now ?

The issue is fixed, but the dev's have not commited the fix to their source now..

If you look at the Specs for the coin, it SHOULD be safe now, as I've simply corrected their error in the code but maybe they have something different on their mind..

I cannot say for 100% as I'm not the dev :-(
When it says FINDER : unknown what does it mean ? and why does it do that ? Sad

Database has to catch up.. Give it a few mins

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
najzenmajsen
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500



View Profile
August 09, 2014, 04:31:33 PM
 #55

Where is the other 4g's comming from , i thought supernova was on own fork ^_^
uray
Hero Member
*****
Offline Offline

Activity: 1400
Merit: 505


View Profile
August 09, 2014, 04:40:12 PM
 #56

Mac Wallet

http://www.mediafire.com/download/xp82o3jnxvfx7pb/Plebeian-Qt.zip

PLEB: AyvTN2EF8dMvLa44JeeR8ezyggX4PUsg5z
BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o

confirmed working and synced on osx 10.9.4
uray
Hero Member
*****
Offline Offline

Activity: 1400
Merit: 505


View Profile
August 09, 2014, 04:42:39 PM
 #57

guys why suprnova is 20 blocks longer than current block on wallet ?
cryptoangel
Sr. Member
****
Offline Offline

Activity: 700
Merit: 250



View Profile
August 09, 2014, 04:45:58 PM
 #58

guys why suprnova is 20 blocks longer than current block on wallet ?


The source code has block rewards set at 0, OCminer (Suprnova) noticed this and changed it to the correct block reward.

Look at the pools, only suprnova is mining correct block sizes but the other are mining blocks at zero 0 reward.

I am not sure on the end outcome, just need to wait for the plebs.

▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█                         █
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄        █
           ▄▄███████▄▄   █
    ▄▄▄▄▄▄█████████████  █
         ████▀     ▀████
         ████       ████
         ████▄     ▄████
    ▀▀▀▀▀▀█████████████  █
           ▀▀███████▀▀   █
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀        █
█                         █
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀
ROLLBIT●  Instant Deposits & Withdrawals
●  Rakeback & Level Up Bonuses
●  Live Customer Support
█▀▀▀▀▀











█▄▄▄▄▄
.
PLAY NOW
▀▀▀▀▀█











▄▄▄▄▄█
uray
Hero Member
*****
Offline Offline

Activity: 1400
Merit: 505


View Profile
August 09, 2014, 04:47:14 PM
 #59

guys why suprnova is 20 blocks longer than current block on wallet ?


The source code has block rewards set at 0, OCminer (Suprnova) noticed this and changed it to the correct block reward.

Look at the pools, only suprnova is mining correct block sizes but the other are mining blocks at zero 0 reward.

I am not sure on the end outcome, just need to wait for the plebs.

so the other pools are stupid? and we are on the wrong chain ?
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
August 09, 2014, 04:53:22 PM
 #60

I made a small mistake with the code, the correct new code is:



Code:
     if(pindexBest->nHeight == 1)
    {
        nSubsidy = 462586 * COIN;
    }
                else if(pindexBest->nHeight > 1 && pindexBest->nHeight <= 5400)
    {
                nSubsidy = 4200 * COIN;
    }

(Notice the == instead of <)

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 »  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!