Author

Topic: [PND]Pandacoin | First Hybrid Wallet | 5000% Faster Blockchain Download | Instant Sync - page 318. (Read 1358974 times)

legendary
Activity: 1190
Merit: 1000
Look ARROUND!
PUBLIC SERVICE ANNOUNCEMENT: Wolong's Scamcoin PANDA is being killed with fire.

Conversation log down below!!!


[13:56] [19:54] WTF i was thinking i just bought 900K of the fake Panda damn
[13:57] and this is not the first time that has happened
[13:57] people wanting to buy PND, get confused and buy that scamcoin PANDA :s
[13:57] I don't get why that old scamcoin is still active on mintpal, it confuses some of our new members
[13:58] Seconded, this is a problem and it needs to be taken care of as soon as possible.
[13:59] <@moolah> MintPal-Jason, MintPal-Jay - Kill PANDA.
[13:59] Please do the above.
[13:59] <@moolah> Wait. There's a PND and a PANDA.
[13:59] Yes
[13:59] <@moolah> PND has 106 LTC volume.
[13:59] <@MintPal-Jason> Yes
[13:59] <@moolah> PANDA has... fuck all.
[13:59] Exactly
[13:59] <@moolah> 1.665.
[13:59] so PANDA needs to go
[13:59] <@MintPal-Jason> <3 PANDA Sad
[13:59] <@moolah> Which is the -wolong- crapcoin?
[13:59] PANDA
[13:59] PANDA
[13:59] is the wolong crapcoin
[13:59] <@moolah> Yeah. MintPal-Jason - kill it with fire.
[13:59] Thank you moolah.
[13:59] and that order was from our member
[13:59] <@moolah> Preferably liquid fire.
[13:59] Much appreciated.
[13:59] thanks
[14:00] yes, really thank you moolah Smiley

Interesting conversation there. Let us see what happens.

That's some great news!
newbie
Activity: 19
Merit: 0
How long does it take to remove a coin from mintpal?
full member
Activity: 210
Merit: 100
y no one excite for the screens? big change for pnd! Cheesy

lots excite on QQ!!

Yes, I was wondering that, I think Pandacoin can be huge in China, how many followers do we have there?
What do they think about the leaked screenshot?
sr. member
Activity: 350
Merit: 250
Super Smash Bros. Ultimate Available Now!
Code:
#! /usr/bin/python2
# cryptonator API
# Written for Linux with Python2
# Author STumbles

import urllib2
import json
import argparse

parser = argparse.ArgumentParser()
parser.add_argument("quantity", help="How many coins to convert", type=int)
parser.add_argument("base", help="Coin to start with", type=str)
parser.add_argument("target", help="Currency to convert to", type=str)
args = parser.parse_args()

class CoinConvert():
def __init__(self):
self.url = "https://www.cryptonator.com/api/ticker/%s-%s" % (args.base, args.target)
self.data = urllib2.urlopen(self.url).read()
self.json_data = json.loads(self.data)
try:
self.price = self.json_data['ticker']['price']
except:
print "error gathering a major key\nerror handling will be taken care of later\nfor now just report the problem to\n\nSTumbles @ freenode/pandacoinpnd"
try:
self.price = float(self.price)
except:
print "error converting result to float\nerror handling will be taken care of later\nfor now just report the problem to\n\nSTumbles @ freenode/pandacoinpnd"
self.answer = self.price * args.quantity
print self.answer

def main():
cc = CoinConvert()

if __name__ == "__main__":
main()


syntax: python2 coinconversion.py quantity base target

example: python2 coinconversion.py 10000 pnd ltc
example: python2 coinconversion.py 10000 pnd usd
example: python2 coinconversion.py 300 usd pnd



There wasnt much time put in to this, so i wouldnt ask for much if anything.
but if you want me to keep me motivated to write neat scripts for you guys
PUvHB2P7rBWq39skFYTW6Q3TzhQsN6BvdU - this will go directly towards beer and pizza to fuel me

Thanks for the code STumbles! Appreciate it!
newbie
Activity: 11
Merit: 0
Code:
#! /usr/bin/python2
# cryptonator API
# Written for Linux with Python2
# Author STumbles

import urllib2
import json
import argparse

parser = argparse.ArgumentParser()
parser.add_argument("quantity", help="How many coins to convert", type=int)
parser.add_argument("base", help="Coin to start with", type=str)
parser.add_argument("target", help="Currency to convert to", type=str)
args = parser.parse_args()

class CoinConvert():
def __init__(self):
self.url = "https://www.cryptonator.com/api/ticker/%s-%s" % (args.base, args.target)
self.data = urllib2.urlopen(self.url).read()
self.json_data = json.loads(self.data)
try:
self.price = self.json_data['ticker']['price']
except:
print "error gathering a major key\nerror handling will be taken care of later\nfor now just report the problem to\n\nSTumbles @ freenode/pandacoinpnd"
try:
self.price = float(self.price)
except:
print "error converting result to float\nerror handling will be taken care of later\nfor now just report the problem to\n\nSTumbles @ freenode/pandacoinpnd"
self.answer = self.price * args.quantity
print self.answer

def main():
cc = CoinConvert()

if __name__ == "__main__":
main()


syntax: python2 coinconversion.py quantity base target

example: python2 coinconversion.py 10000 pnd ltc
example: python2 coinconversion.py 10000 pnd usd
example: python2 coinconversion.py 300 usd pnd



There wasnt much time put in to this, so i wouldnt ask for much if anything.
but if you want me to keep me motivated to write neat scripts for you guys
PUvHB2P7rBWq39skFYTW6Q3TzhQsN6BvdU - this will go directly towards beer and pizza to fuel me
full member
Activity: 220
Merit: 100
PND IS LOVE PND IS LIFE
sr. member
Activity: 454
Merit: 250
THE TIME HAS COME...
cant wait for the android wallet!
sr. member
Activity: 350
Merit: 250
Super Smash Bros. Ultimate Available Now!


We're getting constant volume every day!
i8
full member
Activity: 224
Merit: 100
Great news all around guys! can't wait to finally nip PANDA! End of an old chapter, beginning of a new one!
member
Activity: 75
Merit: 10
y no one excite for the screens? big change for pnd! Cheesy

lots excite on QQ!!
hero member
Activity: 2268
Merit: 507
member
Activity: 75
Merit: 10
china community very exciting with news Cheesy qq channel was very alive and happy seeing the work

Nice, what are they saying in general? Here's hoping for PND to get on some Chinese exchanges (but not BTER after their NXT fiasco) so they don't have to use english based exchanges.

we happy with what we saw. it good if we get chinese tranlation for all development and we can trade chinese exchange !

not BTER, they lost reputation with nxt.
sr. member
Activity: 350
Merit: 250
Super Smash Bros. Ultimate Available Now!
12 more days! just a little less than 2 weeks left to go! Can't wait for the big opening~
full member
Activity: 157
Merit: 100
Bohemian Crypto Guardian
Official Statement from the Pandacoin (PND) Development Team

This announcement is to address the screenshot and associated information that had been posted within the last 24 hours. We do not confirm or deny the rumors that had surfaced.

We want to assure the community that the August 30th development(s) release date remains unchanged, and Pandacoin (PND) will become the world’s first decentralized digital currency that will focus all future developments and marketing efforts, that is specifically designed for mainstream mass usage and adoption globally.

Rethinking Digital Currency,

The Pandacoin (PND) Development Team



Ah...good response. Keep at it PND devs Smiley

The community is behind you guys all the way. From reading up on recent post and responses, most of the Pandas here are starting to get your vision and understand the current problems that is preventing average Joe's and Larry's from getting involved with the exciting world of cryptos!

Imagine you spend a day conducting a survey towards the average Joe's and Larry's out there, and asking them to name all the decentralized digital currencies that they know of. How many of them would you think could name more than just Bitcoin and/or perhaps Dogecoin? Most would react to the question with "decentralized-wha?".

The market segment that I've highlighted in my above example would have no clue about any of the 1000's of cryptos, or any of the 'cool features' that they will have no idea or will care about how it works. They will either know nothing about cryptos, or have only heard of Bitcoin or Dogecoin.

We should focus on getting a solid foundation and setting up Pandacoin so that it's easily accessible and understood for those that barely know about cryptos. Once the foundation is set up, then devs can concentrate on adding the bells and whistles that the average folks actually care about.

"World’s first decentralized digital currency that will focus all future developments and marketing efforts, that is specifically designed for mainstream mass usage and adoption globally." <<<< I like, and am now wondering why the heck are no other alt coins doing this?
sr. member
Activity: 350
Merit: 250
Super Smash Bros. Ultimate Available Now!
PUBLIC SERVICE ANNOUNCEMENT: Wolong's Scamcoin PANDA is being killed with fire.

Conversation log down below!!!


[13:56] [19:54] WTF i was thinking i just bought 900K of the fake Panda damn
[13:57] and this is not the first time that has happened
[13:57] people wanting to buy PND, get confused and buy that scamcoin PANDA :s
[13:57] I don't get why that old scamcoin is still active on mintpal, it confuses some of our new members
[13:58] Seconded, this is a problem and it needs to be taken care of as soon as possible.
[13:59] <@moolah> MintPal-Jason, MintPal-Jay - Kill PANDA.
[13:59] Please do the above.
[13:59] <@moolah> Wait. There's a PND and a PANDA.
[13:59] Yes
[13:59] <@moolah> PND has 106 LTC volume.
[13:59] <@MintPal-Jason> Yes
[13:59] <@moolah> PANDA has... fuck all.
[13:59] Exactly
[13:59] <@moolah> 1.665.
[13:59] so PANDA needs to go
[13:59] <@MintPal-Jason> <3 PANDA Sad
[13:59] <@moolah> Which is the -wolong- crapcoin?
[13:59] PANDA
[13:59] PANDA
[13:59] is the wolong crapcoin
[13:59] <@moolah> Yeah. MintPal-Jason - kill it with fire.
[13:59] Thank you moolah.
[13:59] and that order was from our member
[13:59] <@moolah> Preferably liquid fire.
[13:59] Much appreciated.
[13:59] thanks
[14:00] yes, really thank you moolah Smiley

I love this  Cool


oh god!! KILL IT WITH FIRE!!
full member
Activity: 157
Merit: 100
Bohemian Crypto Guardian
Official response from the dev team regarding these screenshots -
https://bitcointalksearch.org/topic/m.8397546

Official Statement from the Pandacoin (PND) Development Team

This announcement is to address the screenshot and associated information that had been posted within the last 24 hours. We do not confirm or deny the rumors that had surfaced.

We want to assure the community that the August 30th development(s) release date remains unchanged, and Pandacoin (PND) will become the world’s first decentralized digital currency that will focus all future developments and marketing efforts, that is specifically designed for mainstream mass usage and adoption globally.

Rethinking Digital Currency,

The Pandacoin (PND) Development Team


sr. member
Activity: 322
Merit: 250
Pandacoin (PND) development team member
Chance to win 10 million PNDs once every 24 hours!


We have implemented a Pandacoin (PND) IRC Lotto Faucet system, where you can type the following commands on our irc channel every 24 hours for a chance to win up to 10 million every 24 hours Pandacoins (PND): !lotto !panda or !gimme

It works by a lotto system, where you get one try every 24 hours:

Normal payouts = 300-500 PND
1/10 chance = 1,000 PND
1/100 chance = 10,000 PND
1/1,000 chance = 100,000 PND
1/10,000 chance = 1 million PND
1/100,000 chance = 10 million PND

So join us on #PandacoinPND at freenode.net to try out the Lotto-Faucet commands !lotto !panda !gimme, have a chance of winning up to 10 million Pandacoins (PND) and chat with the other Pandas from this awesome community!
full member
Activity: 196
Merit: 100
Pandacoin (PND) development team member
full member
Activity: 122
Merit: 100
hero member
Activity: 574
Merit: 500
Growcoin Chief
PUBLIC SERVICE ANNOUNCEMENT: Wolong's Scamcoin PANDA is being killed with fire.

Conversation log down below!!!


[13:56] [19:54] WTF i was thinking i just bought 900K of the fake Panda damn
[13:57] and this is not the first time that has happened
[13:57] people wanting to buy PND, get confused and buy that scamcoin PANDA :s
[13:57] I don't get why that old scamcoin is still active on mintpal, it confuses some of our new members
[13:58] Seconded, this is a problem and it needs to be taken care of as soon as possible.
[13:59] <@moolah> MintPal-Jason, MintPal-Jay - Kill PANDA.
[13:59] Please do the above.
[13:59] <@moolah> Wait. There's a PND and a PANDA.
[13:59] Yes
[13:59] <@moolah> PND has 106 LTC volume.
[13:59] <@MintPal-Jason> Yes
[13:59] <@moolah> PANDA has... fuck all.
[13:59] Exactly
[13:59] <@moolah> 1.665.
[13:59] so PANDA needs to go
[13:59] <@MintPal-Jason> <3 PANDA Sad
[13:59] <@moolah> Which is the -wolong- crapcoin?
[13:59] PANDA
[13:59] PANDA
[13:59] is the wolong crapcoin
[13:59] <@moolah> Yeah. MintPal-Jason - kill it with fire.
[13:59] Thank you moolah.
[13:59] and that order was from our member
[13:59] <@moolah> Preferably liquid fire.
[13:59] Much appreciated.
[13:59] thanks
[14:00] yes, really thank you moolah Smiley

I love this  Cool
Jump to: