Author

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

full member
Activity: 192
Merit: 100
Just an average guy with an average job!
i guess so, gonna pack my allcrypt bags and head on down to minty's

Good call Smiley we have a lot more volume there anyway

[Arbitrage Intensifies...]
sr. member
Activity: 294
Merit: 250
i guess so, gonna pack my allcrypt bags and head on down to minty's

Good call Smiley we have a lot more volume there anyway
full member
Activity: 185
Merit: 100
@bleeprepeat
i guess so, gonna pack my allcrypt bags and head on down to minty's
legendary
Activity: 1190
Merit: 1000
Look ARROUND!
^ I agree



4 satoshi's at AllCrypt Grin

that was me, can someone plse sell me more at 3 satosh  Grin

Awesome!


buy some in mintpal, they're 3 sats
sr. member
Activity: 294
Merit: 250
^ I agree



4 satoshi's at AllCrypt Grin

that was me, can someone plse sell me more at 3 satosh  Grin

You might have more luck on mintpal then!
full member
Activity: 185
Merit: 100
@bleeprepeat
^ I agree



4 satoshi's at AllCrypt Grin

that was me, can someone plse sell me more at 3 satosh  Grin
full member
Activity: 192
Merit: 100
Just an average guy with an average job!
Anyone know why/where the rich list went on the blockchain explorer?

It's coming back, the server died when the price of PND shot up. Rebuilding the server and almost done, rich list and various other links are slowly being restored. The explorer for the most part is up but it's ugly looking and backup explorers are on their way to mitigate such disasters in the future Shocked

newbie
Activity: 11
Merit: 0
Im getting tired. Gonna go lay down. Ill be back up in the AM for lots more. Good night all.

<3 Love PND <3
newbie
Activity: 4
Merit: 0
Love PND not to be confused with PANDA Huh
sr. member
Activity: 294
Merit: 250


Rethinking Digital Currency

Bitcoin, the world’s first decentralized digital currency, was launched in 2009. It was the prototype that introduced and demonstrated to the world the potential benefits and usages of a decentralized digital currency. However, digital currencies are still in their infant stages and have yet to see widespread mainstream adoption and usage as a unit of exchange both online and offline. There is a need to rethink the current approach to the design and marketing of digital currencies in order to achieve a global mass appeal.


August 30th

On the 30th of August the Pandacoin (PND) development team will unveil and release the highly anticipated set of major development updates to Pandacoin. The founders, developers, and architects of Pandacoin (PND) endeavor to redefine the current space with this set of major development updates, and be positioned to become the future digital currency of choice for the masses.


Stay Tuned
Pandacoin (PND) Development Team


newbie
Activity: 11
Merit: 0
Code:
#! /usr/bin/python2
# mintpal api coin converter
#
import json
import urllib2
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)
args = parser.parse_args()

class MintPal():
def __init__(self):
self.version = 0.1
self.author = "STumbles"
def to_ltc(self):
self.url = "https://api.mintpal.com/v1/market/stats/%s/ltc" % (args.base)
self.data = json.loads(urllib2.urlopen(self.url).read())
self.coin_name = self.data[0]['coin']
self.coin_value = self.data[0]['last_price']
self.user_coin_total_worth = float(self.coin_value) * float(args.quantity)
print "%d %s is worth %s LiteCoins (LTC)" % (args.quantity, self.coin_name, str(self.user_coin_total_worth))

def main():
mp = MintPal()
mp.to_ltc()

if __name__ == "__main__":
main()




http://dpaste.com/12CMH2D this one uses mintpal (my other used cryptonator.) the API's are slightly different and i havent added in any coin_conversion yet. but this current build will allow quick command_line checking of PND -> LTC [doesnt have to be pnd. can be any mintpal/ltc coin(also easily editable for mintpal/btc markets)]


USAGE : python2 mintpal.py quantity coinabbreviation

EXAMPLE : python2 mintpal.py 15000 pnd
RESULT : 15000 PandaCoin (PND) is worth 0.04065 LiteCoins (LTC)

IN THE FUTURE
support for USD
converting to other coins rather than ltc/btc

i had this down easily and simply with the last API. results were not accurate though
sr. member
Activity: 458
Merit: 500
Where can I check exchange rates? How hard will be mining?

The coin seems to be gaining popularity..

Mining is done, so you will need to throw some btc towards the coin, I think it will rise in value until the 30th if you want to make some quick money but make sure you out around the 28th/29th

Just a tip
newbie
Activity: 59
Merit: 0
Where can I check exchange rates? How hard will be mining?

The coin seems to be gaining popularity..
sr. member
Activity: 458
Merit: 500
Anyone know why/where the rich list went on the blockchain explorer?

It's amazing that pandacoin is getting approval from the Apple Store on the 30th Aug when Vertcoin has been trying to get approval for there iOS wallet for the last month.

*Popcorn*
full member
Activity: 126
Merit: 100
Anyone know why/where the rich list went on the blockchain explorer?
member
Activity: 72
Merit: 10
[07:58] <+Ozzke> we have several features coming out the 30th
[07:58] <+Ozzke> and we are looking far beyond
[07:58] <+Ozzke> we, the devs, are not in it for the quick money, otherwise we would've given up months ago
[07:59] <+Ozzke> we don't get paid for it
[07:59] <+Ozzke> we do want to make a coin that will appeal to everyone, that everyone can use in everyday life
[07:59] <+Ozzke> it's a long journey but we're just getting started
[08:00] <+Ozzke> we are looking a lot further than the 30th, we prefer not to set goals in value of the coin
[08:00] <+Ozzke> because that's not really relevant
[08:00] <+Ozzke> we set goal at the amount of users
[08:00] <+Ozzke> if the amount users go up
[08:00] <+Ozzke> the value goes up as well

One of my better speeches Tongue

Its true! pandacoin will only grow Cheesy
sr. member
Activity: 294
Merit: 250
[07:58] <+Ozzke> we have several features coming out the 30th
[07:58] <+Ozzke> and we are looking far beyond
[07:58] <+Ozzke> we, the devs, are not in it for the quick money, otherwise we would've given up months ago
[07:59] <+Ozzke> we don't get paid for it
[07:59] <+Ozzke> we do want to make a coin that will appeal to everyone, that everyone can use in everyday life
[07:59] <+Ozzke> it's a long journey but we're just getting started
[08:00] <+Ozzke> we are looking a lot further than the 30th, we prefer not to set goals in value of the coin
[08:00] <+Ozzke> because that's not really relevant
[08:00] <+Ozzke> we set goal at the amount of users
[08:00] <+Ozzke> if the amount users go up
[08:00] <+Ozzke> the value goes up as well

One of my better speeches Tongue
sr. member
Activity: 294
Merit: 250
10 more days to go!

Excitement building; let us see what happens August 30th.


we also see our difficulty and net weight stake vastly improved! Everything's looking good!

Probably most secure network out there Wink which is another extra feature of the coin
member
Activity: 72
Merit: 10
legendary
Activity: 1190
Merit: 1000
Look ARROUND!
^ I agree



4 satoshi's at AllCrypt Grin
Jump to: