Bitcoin Forum
May 05, 2024, 05:07:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: HITBTC SCAM 29 BTC to PCOIN what is your stance on it? what should we do ?
Leave and go ahead
File Complaint with lawyers
Continue emails them
Start campaign against HITBTC
Qtum
Lisk

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 25 26 27 28 29 30 31 32 33 34 35 36 »
  Print  
Author Topic: [ANN ] PIONEER COIN (PCOIN) X11 SOCIAL COIN  (Read 30236 times)
Raymee
Full Member
***
Offline Offline

Activity: 394
Merit: 135


View Profile
October 04, 2017, 09:12:46 PM
 #21

LOL

- Total coins Supply will be 2.3 million

and Pre Mine 1 Mio ?


NO THANKS



23 million... Cheesy
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714928876
Hero Member
*
Offline Offline

Posts: 1714928876

View Profile Personal Message (Offline)

Ignore
1714928876
Reply with quote  #2

1714928876
Report to moderator
Glen123NEW
Member
**
Offline Offline

Activity: 139
Merit: 10


View Profile
October 04, 2017, 09:15:45 PM
 #22

aehm ,


Quick PCOIN Features:

- PCOIN is a Next Generation Social Currency
- Total coins Supply will be 2.3 million
- PCOIN is first Crypto Currency which have SELF Development Portal and Social media
- PCOIN Is first Crypto Currency which can trade locally and with 35 Crypto Currencies.
- PCOIN uses the X11 algorithm for mining

https://github.com/PCOIN/PIONEERCOIN/blob/master/src/main.cpp#L1066-L1086
TheKryptonian
Full Member
***
Offline Offline

Activity: 252
Merit: 100


View Profile
October 04, 2017, 09:18:17 PM
 #23

aehm ,


Quick PCOIN Features:

- PCOIN is a Next Generation Social Currency
- Total coins Supply will be 2.3 million
- PCOIN is first Crypto Currency which have SELF Development Portal and Social media
- PCOIN Is first Crypto Currency which can trade locally and with 35 Crypto Currencies.
- PCOIN uses the X11 algorithm for mining



Hmm well down at the bottom it says coin supply: 23000000.  I guess we should wait for source code.  If total supply is 2.3 million, then 1 million pre-mine = deadcoin.  But if supply is 23 million, it might be okay, especially if some of it is for rewards.  Let's wait to hear before we rush to judgment, but I'm also going to wait until it's confirmed and we have a pool before I decide to go big on hash.

   SEMUX   -   An innovative high-performance blockchain platform   
▬▬▬▬▬      Powered by Semux BFT consensus algorithm      ▬▬▬▬▬
Github    -    Discord    -    Twitter    -    Telegram    -    Get Free Airdrop Now!
anarchyx914
Sr. Member
****
Offline Offline

Activity: 338
Merit: 251


View Profile
October 04, 2017, 09:18:56 PM
 #24

Can we get some coin specs?  Blocktime?  Reward? Pre-mine?

Looking forward to working wallet links too  Smiley.

Roadmap and website are very professional-looking, I think that gives you a LOT of promise, but you must get wallets and pool available as soon as possible.

 SPECIFICATION ADDED, Wallets Links already there or you can visit on website, POOL will available shortly. our promise will full filled very soon.

You would have already had a pool if I had access to the source code. This is the whole reason I came to this thread. Was going to add the coin to my pool. But, the source code wasn't available. So there's not much I can do.

looks like src is here https://github.com/PCOIN/PIONEERCOIN

I hope he gets a wallet for win compiled so I can mine on your pool Cheesy
pcoinoffical (OP)
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
October 04, 2017, 09:19:43 PM
 #25

Can we get some coin specs?  Blocktime?  Reward? Pre-mine?

Looking forward to working wallet links too  Smiley.

Roadmap and website are very professional-looking, I think that gives you a LOT of promise, but you must get wallets and pool available as soon as possible.

 SPECIFICATION ADDED, Wallets Links already there or you can visit on website, POOL will available shortly. our promise will full filled very soon.

You would have already had a pool if I had access to the source code. This is the whole reason I came to this thread. Was going to add the coin to my pool. But, the source code wasn't available. So there's not much I can do.

Source code is available https://github.com/PCOIN/PIONEERCOIN
john_W
Full Member
***
Offline Offline

Activity: 230
Merit: 100


View Profile
October 04, 2017, 09:20:28 PM
 #26

aehm ,


Quick PCOIN Features:

- PCOIN is a Next Generation Social Currency
- Total coins Supply will be 2.3 million
- PCOIN is first Crypto Currency which have SELF Development Portal and Social media
- PCOIN Is first Crypto Currency which can trade locally and with 35 Crypto Currencies.
- PCOIN uses the X11 algorithm for mining



i think the 2.3 maybe a typo man

PIONEER COIN SPECIFICATIONS

Coin Type: PoW
Algorithm: X11
Block Time: 120 SEC
Block Reward: 22
Block Halving Rate: 500,000
Total Coins: 23000000
Difficulty Retargetting Algorithm : Dark Gravity Wave
1 Million Premine  reserve for Social media rewards.

OP needs to be fix
anarchyx914
Sr. Member
****
Offline Offline

Activity: 338
Merit: 251


View Profile
October 04, 2017, 09:23:29 PM
 #27

virustotal on the win wallet, alot of nasty stuff found... not sure how to tell if these r false positives so beware.

https://www.virustotal.com/#/file/4252437aa9120ddba91e00b51216ef120efb1fea58a73a01156edbafc284861a/detection
TheKryptonian
Full Member
***
Offline Offline

Activity: 252
Merit: 100


View Profile
October 04, 2017, 09:24:50 PM
 #28

Code:
int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = 22 * COIN;

if (nHeight == 1)
return 0 * COIN;

if (nHeight == 2)
return 1000000 * COIN;

    nSubsidy >>= (nHeight / 500000);

if (nHeight >500000*64)
return nFees;

    return nSubsidy + nFees;
}

Looks like pre-mine is 1,000,000 but I can't figure out the total supply.  Is it 500000*64 blocks?  Isn't that 32 million blocks?

   SEMUX   -   An innovative high-performance blockchain platform   
▬▬▬▬▬      Powered by Semux BFT consensus algorithm      ▬▬▬▬▬
Github    -    Discord    -    Twitter    -    Telegram    -    Get Free Airdrop Now!
lowercaseG
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
October 04, 2017, 09:28:13 PM
 #29

Interesting project, looking forward to seeing how the roadmap unfolds. Good luck guys!
pcoinoffical (OP)
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
October 04, 2017, 09:28:46 PM
 #30

virustotal on the win wallet, alot of nasty stuff found... not sure how to tell if these r false positives so beware.

https://www.virustotal.com/#/file/4252437aa9120ddba91e00b51216ef120efb1fea58a73a01156edbafc284861a/detection

Even litecoin has this problem, it's normal and unavoidable
https://www.virustotal.com/#/file/d3b1628f12050582480f13d232ffe5b62caae9d4d7ac42c1559b706a50884818/detection
CisColtz
Full Member
***
Offline Offline

Activity: 210
Merit: 100



View Profile
October 04, 2017, 09:30:29 PM
 #31

i'm glad that the x11 algo is still alive over this all years , stil la good one for mining so i might look more closely into this project but there are so many great project outhere , uh so hard to decide.
Raymee
Full Member
***
Offline Offline

Activity: 394
Merit: 135


View Profile
October 04, 2017, 09:32:07 PM
 #32

DEV rpc port??
AzCrTe
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
October 04, 2017, 09:35:25 PM
 #33

hehehe and here come the asics....

450MH/s and climbing...
pcoinoffical (OP)
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
October 04, 2017, 09:50:04 PM
 #34

hehehe and here come the asics....

450MH/s and climbing...

 We add request on COin exchange To List Our COin next will be nova and YO BIT. Stay tuned.
anarchyx914
Sr. Member
****
Offline Offline

Activity: 338
Merit: 251


View Profile
October 04, 2017, 09:53:29 PM
 #35

any pool yet?
AzCrTe
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
October 04, 2017, 09:54:33 PM
 #36

the asics are fully in control!!!   Shocked
onelink
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
October 04, 2017, 09:55:15 PM
 #37

Wow!! this is great, hope we can mine?
scorpio18
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


Admin of CoinMiners Pools


View Profile WWW
October 04, 2017, 10:02:58 PM
 #38

https://pcoin.coin-miners.info is up and running

P.S : You need to create an account on this pool

luksbit
Sr. Member
****
Offline Offline

Activity: 1204
Merit: 252



View Profile
October 04, 2017, 10:03:05 PM
 #39

I thought the pioneer was in the field of encryption Smiley. I hope you succeed in the project, do you already have miners for NVIDIA GPUs?
LycheeBit
Full Member
***
Offline Offline

Activity: 378
Merit: 105



View Profile WWW
October 04, 2017, 10:05:52 PM
 #40

Hello Smiley Here is a new mining pool for mining PioneerCoin.
It's based on YiiMP, no registration is needed :

  • Stratum  : lycheebit.com:3533
  • User     : YOUR_PCOIN_ADDRESS
  • Password : c=PCOIN


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

Happy mining Smiley

LycheeBit - Mining pool - https://www.lycheebit.com
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 25 26 27 28 29 30 31 32 33 34 35 36 »
  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!