Bitcoin Forum
May 27, 2024, 04:15:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 »  All
  Print  
Author Topic: 111111  (Read 3494 times)
PhaseshiftUK
Full Member
***
Offline Offline

Activity: 345
Merit: 100


View Profile
November 08, 2017, 08:29:43 PM
Last edit: November 08, 2017, 09:01:43 PM by PhaseshiftUK
 #41

Hi dev. I see exchange https://coinsmarkets.com/trade-BTC-PTG.htm.
Is this exchange of coin PTG PlatiGold

I think its the same as I can see the logo matching, but still no one to sell there.

No-one is selling because no-one, other than the Dev, has any Platigold coins...

Sign up for Revolut, the mobile banking revolution!
Multiple Fiat currencies and buy/sell of Cryptocurrencies supported. Exchange EUR or USD to your local currency at low inter-bank rates.
dma88
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
November 08, 2017, 11:36:15 PM
 #42

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



the premine on block 1 was 200k

POW from blocks 2-100 were 0.01 each

 POS from 101 on with a more reasonable block reward

i'm asking about the transactions adding up to much more than 200k.. were more than 200k coins generated?  or is the 200k being moved around?  if so, for what?

Make passive income here.. don't let the name fool you, do your own research and find out for yourself.  it's called exitscam, but it's actually legit.  Looks similar to a ponzi, but it's not.  And it's perfectly legal, not a registered security, as the "dividends" are payouts, not actual dividends.  Check it out at http://exitscam.me/luminium
dma88
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
November 08, 2017, 11:39:39 PM
 #43

also I can't sync the wallet.  I added the 2 nodes, and I'm connected to 1.  yesterday it got stuck at 5 hours, today it's stuck at 2 hrs.  I can see up to block 174 in the block explorer, yesterday it just went to 100.  is anyone else having issues syncing?

Make passive income here.. don't let the name fool you, do your own research and find out for yourself.  it's called exitscam, but it's actually legit.  Looks similar to a ponzi, but it's not.  And it's perfectly legal, not a registered security, as the "dividends" are payouts, not actual dividends.  Check it out at http://exitscam.me/luminium
2bfree
Sr. Member
****
Offline Offline

Activity: 686
Merit: 251


I'm investigating Crypto Projects


View Profile WWW
November 08, 2017, 11:46:38 PM
 #44

It looks like the purpose of these copy paste coins is to get some people to part with their BTC then they print the next and on we go.

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
>>FREE SEO AUDIT/WHITE LABEL MAKE MONEY!<<
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
dulongkiem
Member
**
Offline Offline

Activity: 177
Merit: 10


View Profile
November 09, 2017, 05:46:09 AM
 #45

6000 sts / 1 PTG. too expensive
maninmusic
Member
**
Offline Offline

Activity: 98
Merit: 10

Create your own dreams


View Profile
November 09, 2017, 09:55:13 AM
 #46

No Coin
How to get to POS?

Ethereum Next is a brand-new cryptocurrency
 Twitter      ⟹ Ethereum Next  ⟸     telegram
experteas2014
Member
**
Offline Offline

Activity: 121
Merit: 12

Be Positive Always!


View Profile WWW
November 09, 2017, 10:40:44 AM
 #47

How did you arrive at this price of 6000 Sats per unit for crowdsale? You have no airdrop active right now and no working bounty programs or offers. You need to lay down first a concrete path as to how this project will work from now till it is fully implemented and then proper strategic plans for next 2-3 years atleast. Just saying 2 masternodes now and then a few later on doesnt reflect a serious attitude towards this project. You need to work out the load statistics on this system and then work on a proper goal for masternodes. It cannot be like as and when required. That way the system structure will always be under stress and liable to failure or delays in transaction processing.

Much more needs to come out which can support your offer price of 6000 sats per unit for crowdsale.

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
DAOX: Create & Manage Fundraising DAOs / Bounty & Airdrop / ANN THREAD / TELEGRAM
alonseider007
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
November 09, 2017, 12:29:38 PM
 #48

I do not sync the wallet, it puts me 9 hours and it stays, addnode please
alonseider007
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
November 09, 2017, 06:36:28 PM
 #49

go steal, sell your coins and after you activate the wallet, I still put 9 hours to synchronize, seriously you think you cheat someone alone and a person selling, I have 1000 coins in my wallet, but since it does not synchronize na na Angry addnode ya
Technical
Member
**
Offline Offline

Activity: 64
Merit: 10


View Profile
November 09, 2017, 06:54:30 PM
 #50

the premine on block 1 was 200k

POW from blocks 2-100 were 0.01 each

 POS from 101 on with a more reasonable block reward

i'm asking about the transactions adding up to much more than 200k.. were more than 200k coins generated?  or is the 200k being moved around?  if so, for what?

Total money supply (while writing this) as on block 175 right now shows 203750.99

Let's do some basic maths here:

Block 1 : 20000
Block 2-100 : 0.99 @ 0.01 per block
Block 101-175 : 3750 @ 50 per block

Total adds up to 203750.99

Everything seems fine.

"In Math We Trust"


alonseider007
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
November 09, 2017, 07:19:53 PM
 #51

how will it be all right if the portfolio does not synchronize only sell your currencies the dev, this one I bought some in the exchange, to see if it falls in a dive, this in my town is called a scam, and sure there will be someone who buys it at that price too expensive
Ggaudou
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
November 09, 2017, 07:34:44 PM
 #52

Great project to watch!
alonseider007
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
November 09, 2017, 07:36:42 PM
 #53

Great project to watch!

what a great project if you are selling your coins, when you sell them, you can sell yours, that is not fair in the market, 3 btc for you and you to scratch and if you buy at that price and do not sell more expensive you lose
Technical
Member
**
Offline Offline

Activity: 64
Merit: 10


View Profile
November 14, 2017, 03:36:10 PM
 #54

Good to see it working. Hope to get bounties and airdrops soon.   Cool

duongtien86vn
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
November 16, 2017, 03:37:23 PM
 #55

when open bounty dev, or airdrop?

i want reserve Vietnamese translation if you need?

I like it, nice project with the great idea.

Technical
Member
**
Offline Offline

Activity: 64
Merit: 10


View Profile
November 16, 2017, 05:28:46 PM
 #56

I want some free PTG. Give me soon dev  Grin

MPE Project
Member
**
Offline Offline

Activity: 122
Merit: 10


View Profile
November 16, 2017, 06:31:34 PM
 #57

i also maybe would like to get some,but i dont wanna buy from that exchange.

alonseider007
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
November 16, 2017, 06:32:16 PM
 #58

addnode ? no sincronizing
miner32342
Full Member
***
Offline Offline

Activity: 599
Merit: 100


PointPay.io


View Profile WWW
November 20, 2017, 08:55:28 PM
 #59

Bounty ?

🏦 PointPay 🏦 - Welcome to the future of the BLOCKCHAIN-BASED BANKING
█  ROUND 1 LIVE
ANN    Whitepaper    Ecosystem    Medium    Twitter    Telegram    Facebook
fengyun88
Member
**
Offline Offline

Activity: 242
Merit: 10


View Profile
November 21, 2017, 04:27:21 AM
 #60

Block Explorers: http://ptg.unyun.cn/
Pages: « 1 2 [3] 4 »  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!