Pages:
Author

Topic: 111111 - page 3. (Read 3514 times)

member
Activity: 64
Merit: 10
November 08, 2017, 08:37:43 AM
#34
looking thru the block explorer, block 1 has a 200k transaction:

Quote
1   11b7910a91e5beef…   0.00   2017-Nov-05 11:33:16   1 · 200000.00

what's this for, the premine/crowdsale?

then block 22...

Quote
22   48fcb0cff4b66bf0…   0.00   2017-Nov-05 16:03:11   2 · 200000.01

block 32..

Quote
32   a25943ca8614826d…   0.00   2017-Nov-07 13:00:38   2 · 190000.01

44..

Quote
44   bab63a2e07a7d199…   0.00   2017-Nov-07 13:26:27   2 · 10001.01

and that's all before ANY pos difficulty.  this is more coins than the premine..  what's the deal here??



Code:
// coin base reward
int64_t GetProofOfWorkReward(int nHeight, int64_t nFees)
{
    int64_t nSubsidy = 0 * COIN;

    if (nHeight == 1)
{
        nSubsidy = 200000 * COIN;
    }
else if (nHeight > 1 && nHeight <= 100)
{
nSubsidy = 0.01 * COIN;
}
    return nSubsidy + nFees;

}

// coin stake reward
int64_t GetProofOfStakeReward(const CBlockIndex* pindexPrev, int64_t nCoinAge, int64_t nFees)
{
    int64_t nSubsidy = 5 * COIN;
if (pindexBest->nHeight+1 > 100 && pindexBest->nHeight+1 <= 5000)
{
nSubsidy = 50 * COIN;
}
else if (pindexBest->nHeight+1 > 5000 && pindexBest->nHeight+1 <= 20000)
{
nSubsidy = 25 * COIN;
}
else if (pindexBest->nHeight+1 > 20000 && pindexBest->nHeight+1 <= 50000)
{
nSubsidy = 20 * COIN;
}
else if (pindexBest->nHeight+1 > 50000 && pindexBest->nHeight+1 <= 100000)
{
nSubsidy = 15 * COIN;
}
else if (pindexBest->nHeight+1 > 100000 && pindexBest->nHeight+1 <= 200000)
{
nSubsidy = 10 * COIN;
}
else if (pindexBest->nHeight+1 > 200000)
{
nSubsidy = 5 * COIN;
}
    return nSubsidy + nFees;
}

Hope this helps



If you do not understand the code, then for your benefit all explanation is provided by dev in simple terms in the announcement. Just read it. After all, not everyone is "Technical".
member
Activity: 177
Merit: 10
November 08, 2017, 07:20:01 AM
#33
when crowd sale?
member
Activity: 64
Merit: 10
November 08, 2017, 05:50:48 AM
#32
I think this coin has good potential due to the low premine. I have seen decent coins with 10% premine. But it depends on the coin developer.
Well your website looks cool. You should look forward to listing in exchanges and start the bounty.
I will be watching this.
full member
Activity: 148
Merit: 100
November 08, 2017, 03:19:53 AM
#31
Very little amount for bounty campaign .. 5000 = 0.01% for all bounty .. why not distributed with airdrop system?
 
full member
Activity: 175
Merit: 100
CLOUT media.decentralised
November 07, 2017, 11:02:06 PM
#30
I still believe that be an active dev is the key to success.
full member
Activity: 361
Merit: 111
November 07, 2017, 10:05:53 PM
#29
watch algo use this coin?
member
Activity: 117
Merit: 10
November 07, 2017, 08:08:27 PM
#28
looking thru the block explorer, block 1 has a 200k transaction:

Quote
1   11b7910a91e5beef…   0.00   2017-Nov-05 11:33:16   1 · 200000.00

what's this for, the premine/crowdsale?

then block 22...

Quote
22   48fcb0cff4b66bf0…   0.00   2017-Nov-05 16:03:11   2 · 200000.01

block 32..

Quote
32   a25943ca8614826d…   0.00   2017-Nov-07 13:00:38   2 · 190000.01

44..

Quote
44   bab63a2e07a7d199…   0.00   2017-Nov-07 13:26:27   2 · 10001.01

and that's all before ANY pos difficulty.  this is more coins than the premine..  what's the deal here??
member
Activity: 84
Merit: 10
November 07, 2017, 06:58:51 PM
#27
I really like your deep analyzing problems now happen and your project may change this situation for a better!
hero member
Activity: 868
Merit: 501
Chainjoes.com
November 07, 2017, 06:16:26 PM
#26
when open bounty dev
i want reserve indonesian translation if you need
full member
Activity: 198
Merit: 101
November 07, 2017, 04:28:06 PM
#25

How can I buy Master Nodes?
member
Activity: 308
Merit: 10
November 07, 2017, 03:04:52 PM
#24
Absolutely SCAM-shitcoin. Dev just dump his "premine" and go away.



The author has zero post history.  I'm inclined to believe this - do you have evidence?
premine 0.5%. Why do you think it is scam?
member
Activity: 308
Merit: 10
November 07, 2017, 03:02:54 PM
#23
There is 1 place to chat. tele. discord, or slack, i want to know it. thank you
newbie
Activity: 8
Merit: 0
November 07, 2017, 02:40:45 PM
#22
Absolutely SCAM-shitcoin. Dev just dump his "premine" and go away.



The author has zero post history.  I'm inclined to believe this - do you have evidence?
member
Activity: 82
Merit: 10
November 07, 2017, 01:54:35 PM
#21
Do you have program airdrop, bounty, signature
newbie
Activity: 10
Merit: 0
November 07, 2017, 01:51:21 PM
#20
besides that shell scripts are not executable and secp256k1 build returns compilation errors too? (when replaced by original one it works)
Quote
src/bignum.h: In function ‘bool operator>=(const CBigNum&, const CBigNum&)’:                                                                        
src/bignum.h:718:83: error: cannot convert ‘const CBigNum*’ to ‘const BIGNUM* {aka const bignum_st*}’ for argument ‘1’ to ‘int BN_cmp(const BI NUM*,  const BIGNUM*)’                                                                                                                                      
 inline bool operator>=(const CBigNum& a, const CBigNum& b) { return (BN_cmp(&a, &b) >= 0); }                                                      
                                                                                                                                             ^            
full member
Activity: 322
Merit: 100
November 07, 2017, 01:50:37 PM
#19
Absolutely SCAM-shitcoin. Dev just dump his "premine" and go away.

full member
Activity: 599
Merit: 100
PointPay.io
November 07, 2017, 01:49:58 PM
#18
PLATIGOLD








Introduction

PlatiGold is a privacy-focused cryptocurrency with lightning fast payment confirmations. It is going to take the lead in cryptocurrency progress and diversity, because it is easy to use and it has the most secure and developing program.


Specification



Full PoS --- No PoW
Total Supply: 50,000,000
Premine: 0.4%
Block Target: 60 seconds
Transaction Fee: 0.00001
Confirmation: 10
Block Maturity: 20
PoS Stake: 40% PTG
Masternode: 60% PTG
Masternode Collateral: 10,000 PTG
Min stake age: 5 hours
P2P Port: 11784;
RPCPort: 11785;
Address Start Letter: Q


addnode=95.85.18.35
addnode=178.62.75.47




Exchange


COMING SOON




Wallets





Source Code






Block Explorer






PoS Block Rewards



100 to 5000   50 PTG
5001 to 20000   25 PTG
20001 to 50000   20 PTG
50001 to 100000   15 PTG
100001 to 200000   10 PTG
200001 and above   5 PTG



Premine distribution


125,000 crowdsale
2 masternode (for running the network initially) = 20,000
Reserved (for development, improvements and future network supports) = 50,000
Bounty = 5000




Bounty


Bounty: Total 5000

Twitter : 1200
Facebook : 1000
Forum : 300
Translation : 500
Articles : 1000
Block Explorers : 500
Exchange : 500


BOUNTY LINK COMING SOON



Whitepapers




Bitcoin White Paper -- https://bitcoin.org/bitcoin.pdf
Peercoin White Paper -- https://peercoin.net/assets/paper/peercoin-paper.pdf
Blackcoin PoS 2.0 White Paper -- http://blackcoin.co/blackcoin-pos-protocol-v2-whitepaper.pdf
Blackcoin PoS 3.0 White Paper -- https://www.dropbox.com/s/jojqo5rmaxy45ex/Blackcoin%20POS%203.pdf






Features


Masternode: Masternodes are computers that run a PlatiGold wallet and make decisions, such as locking transactions with InstantSend, coordinate mixing of coins, and voting on budget funding. Masternodes are required to have 10,000 PTG collateral, a dedicated IP address, and be able to run 24 hours a day without a more than a 1 hr connection loss. Masternodes get paid 50% of the block reward on every block, which is distributed to masternodes one at a time. Masternodes are trust-less, in the sense that they cannot steal user coins, and the combination of multiple Masternodes ensures that no single node has full knowledge of both inputs and outputs in the transaction process. To avoid a “bad actor” scenario, in which many Masternodes are operated by an adversary who wants to de-anonymize transactions, a deterrent has been put in place in which 10,000 PTG are required to own and operate a Masternode. As an incentive for operating a Masternode, chosen nodes currently earn 50% of the mining rewards.


Advanced Proof of Stake: The  current  Proof  of  Stake  protocol  has  several potential  security  issues:  coin  age  can  be  abused  by  malicious nodes to gain significant network weight to perform a successful double  spend.  Additionally,  due  to  coin  age,  honest  nodes  can abuse  the  system  by  staking  only  on  a  periodical  basis.  This does  not  secure  the  network.  Lastly:  in  the  current  system  all components  of  a  stake  of  proof  are  predictable  enough  to  allow pre-computation of future proof-of-stakes. In this coin PlatiGold; we have used a system that solve the above said  issues.

DarkSend: DarkSend is a function that makes anonymous a part of your coins. The parts, once anonymized will then be available only on DarkSend networks and can be exchanged anonymously between wallets. The anonymization of the currency involves a variable cost depending on the volume to be processed and take a long time.

Coin Mixing: Coin Mixing is performed by Masternodes, servers operating on a decentralized volunteer network which have the responsibility of signing the transactions.  Random Masternodes are then selected to perform the coin mixing.

Obfuscation: Obfuscation cryptography protocol allow you to generate a public key that you can provide to multiple parties, and the parties can pay you but can’t see funds you receive from the other parties.







translating to Russian language https://bitcointalk.org/index.php?topic=2372143.new#new

I can not send a private message with the address, I'll write the address here, please do not block.

wallet QR1m8iXYBFVTAGrL3cCXMYQyTPMbq1r1vy
full member
Activity: 145
Merit: 100
November 07, 2017, 01:40:04 PM
#17
Pow  no.

How to get coin: bounty, AirDrop, air exchanger ?  When will it be available ?
newbie
Activity: 10
Merit: 0
November 07, 2017, 01:19:20 PM
#16
Why would you publish something if even the source cannot be build (unix)
full member
Activity: 599
Merit: 100
PointPay.io
November 07, 2017, 01:17:24 PM
#15
where can I get coins? ready to keep masternodes
Pages:
Jump to: