Author

Topic: [pandacoin] The Panda Coin ♥ Scrypt Adaptive-N w/Kimotos Gravity Well ★ - page 147. (Read 398951 times)

legendary
Activity: 1260
Merit: 1001
GUYS

HAVE THIS UPDATE IN YOUR FACE

5GHASH NET HASH REACHED! ON ADAPTIVE N.... SAY WHA!?

Network Info
Difficulty   148.65416139
Est Next Difficulty   172.75279131 (Change in 1 Blocks)

+1!

Any update on Big Vern and Cryptsy getting their act together and list this coin?  Huh
full member
Activity: 196
Merit: 100
GUYS

HAVE THIS UPDATE IN YOUR FACE

5GHASH NET HASH REACHED! ON ADAPTIVE N.... SAY WHA!?

Network Info
Difficulty   148.65416139
Est Next Difficulty   172.75279131 (Change in 1 Blocks)
legendary
Activity: 1260
Merit: 1001
Any update on Big Vern and Cryptsy getting their act together and list this coin?  Huh
full member
Activity: 177
Merit: 100
some guy named pandafund is claiming to be working for wulong and buying up the PND in exchange for either PAND or btc .

is this guy for real or a scammer?
there are many of us that got confused and mined other pandas, this guy seem to offer a good service but everyone is scamming and wants to be sent coins first then keeping it. dunno what is real or not anymore.

I can tell you that ive heard nothing about it other than seeing his posts here

just another scammer, we agreed on a price and he said send him money and wulong will send btc directly
don't fall for it
sr. member
Activity: 339
Merit: 250
full member
Activity: 322
Merit: 101
newbie
Activity: 55
Merit: 0
50k giveaway at 100mhash! We currently have 40mhash, which is +100% in 10 hours!

full member
Activity: 196
Merit: 100
some guy named pandafund is claiming to be working for wulong and buying up the PND in exchange for either PAND or btc .

is this guy for real or a scammer?
there are many of us that got confused and mined other pandas, this guy seem to offer a good service but everyone is scamming and wants to be sent coins first then keeping it. dunno what is real or not anymore.

I can tell you that ive heard nothing about it other than seeing his posts here
full member
Activity: 177
Merit: 100
some guy named pandafund is claiming to be working for wulong and buying up the PND in exchange for either PAND or btc .

is this guy for real or a scammer?
there are many of us that got confused and mined other pandas, this guy seem to offer a good service but everyone is scamming and wants to be sent coins first then keeping it. dunno what is real or not anymore.
member
Activity: 84
Merit: 10
i also got a node up

http://bk-eu.cloudapp.net:8169

feel free to join :-)
--

member
Activity: 90
Merit: 10
*p2pool


Here is a patch to get a public thepandacoin p2pool node,  this patch applies to the original vertcoin p2pool code (git clone git://github.com/donSchoe/p2pool-vtc).

You may setup your own p2pool node. You will get a low latency, low dead on arrival stratum server, and no fees....


p2pool

diff -r -u /dosr/src/p2pool-vtccoins-20140217/p2pool/bitcoin/networks.py p2pool-vtccoins-20140217/p2pool/bitcoin/networks.py
--- /dosr/src/p2pool-vtccoins-20140127/p2pool/bitcoin/networks.py   2014-02-15 15:45:28.000000000 +0100
+++ p2pool-vtccoins-20140127/p2pool/bitcoin/networks.py   2014-02-17 19:02:53.000000000 +0100
@@ -252,6 +252,29 @@
         DUMB_SCRYPT_DIFF=2**16,
         DUST_THRESHOLD=0.03e8,
     ),
+
+    thepandacoin=math.Object(
+        P2P_PREFIX='fabfb5da'.decode('hex'),
+        P2P_PORT=8889,
+        ADDRESS_VERSION=56,
+        RPC_PORT=5888,
+        RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
+            'thepandacoinaddress' in (yield bitcoind.rpc_help()) and
+            not (yield bitcoind.rpc_getinfo())['testnet']
+        )),
+        SUBSIDY_FUNC=lambda height: 50*100000000 >> (height + 1)//840000,
+        POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('vtc_scrypt').getPoWHash(data)),
+        BLOCK_PERIOD=150, # s
+        SYMBOL='PANDA',
+        CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'Thepandacoin') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/Thepandacoin/') if platform.system() == 'Darwin' else os.path.expanduser('~/.thepandacoin'), 'thepandacoin.conf'),
+        BLOCK_EXPLORER_URL_PREFIX='http://explorer.thepandacoin.org/block/',
+        ADDRESS_EXPLORER_URL_PREFIX='http://explorer.thepandacoin.org/address/',
+        TX_EXPLORER_URL_PREFIX='http://explorer.thepandacoin.org/tx/',
+        SANE_TARGET_RANGE=(2**256//1000000000 - 1, 2**256//1000 - 1),
+        DUMB_SCRYPT_DIFF=2**16,
+        DUST_THRESHOLD=0.03e8,
+    ),
+
 )
 for net_name, net in nets.iteritems():
     net.NAME = net_name
diff -r -u /dosr/src/p2pool-vtccoins-20140127/p2pool/networks.py p2pool-vtccoins-20140127/p2pool/networks.py
--- /dosr/src/p2pool-vtccoins-20140127/p2pool/networks.py   2014-02-16 11:28:40.000000000 +0100
+++ p2pool-vtccoins-20140127/p2pool/networks.py   2014-02-17 19:06:12.000000000 +0100
@@ -160,6 +160,26 @@
         ANNOUNCE_CHANNEL='#cachecoin-bots',
         VERSION_CHECK=lambda v: True,
     ),
+
+    thepandacoin=math.Object(
+        PARENT=networks.nets['thepandacoin'],
+        SHARE_PERIOD=15, # seconds
+        CHAIN_LENGTH=1*60*60//10, # shares
+        REAL_CHAIN_LENGTH=1*60*60//10, # shares
+        TARGET_LOOKBEHIND=200, # shares
+        SPREAD=12, # blocks
+        IDENTIFIER='a06a81c827ca8129'.decode('hex'),
+        PREFIX='7c3614a6bcdc4192'.decode('hex'),
+        P2P_PORT=18187,
+        MIN_TARGET=4,
+        MAX_TARGET=2**256//2**20 - 1,
+        PERSIST=False,
+        WORKER_PORT=8169,
+        BOOTSTRAP_ADDRS='rock.awiki.org wolf.awiki.org'.split(' '),
+        ANNOUNCE_CHANNEL='#p2pool-vtc',
+        VERSION_CHECK=lambda v: True,
+    ),
+
 )
 for net_name, net in nets.iteritems():
     net.NAME = net_name


Good, I switch to p2pool, as soon as my config is operational.
newbie
Activity: 28
Merit: 0
This is Panda

Ok, thank you...
How do I get rid of these PND-coins I have then ?
Cause I was told this (PND) was the 3rd PandaCoin... and therefore the real one...

It is the real one. This one, PANDA, is a premined scamcoin, which can be dumped any minute, because most of it is controlled by a small group of people.

I don't know the panda coin that is called PANDA on the exchanges seems the most logical choice to me  Tongue
newbie
Activity: 7
Merit: 0
What's so good about this coin? It's just a shitty clone of Vertcoin, which actually has some very intelligent, experienced developers behind it, and a great, eager community. Pandacoin is just a premined joke by some rich Chinese investor who is trying to get even richer.

Why play into this game?
member
Activity: 64
Merit: 10
This is Panda

Ok, thank you...
How do I get rid of these PND-coins I have then ?
Cause I was told this (PND) was the 3rd PandaCoin... and therefore the real one...

What you want is PANDA, this one can only be mined with vertminer and here are a couple pools that you can use:

https://panda.united-miners.com

http://panda.dedicatedpool.com/

PND and PAND are not going to carry any real value, you want PANDA
full member
Activity: 126
Merit: 100
This is Panda

Ok, thank you...
How do I get rid of these PND-coins I have then ?
Cause I was told this (PND) was the 3rd PandaCoin... and therefore the real one...

It is the real one. This one, PANDA, is a premined scamcoin, which can be dumped any minute, because most of it is controlled by a small group of people.
full member
Activity: 196
Merit: 100
This is Panda

Ok, thank you...
How do I get rid of these PND-coins I have then ?
Cause I was told this (PND) was the 3rd PandaCoin... and therefore the real one...

yeah that was to try to muscle in on this release in order to discredit us for whatever reason :/
member
Activity: 95
Merit: 10
This is Panda

Ok, thank you...
How do I get rid of these PND-coins I have then ?
Cause I was told this (PND) was the 3rd PandaCoin... and therefore the real one...
full member
Activity: 196
Merit: 100
I'm pretty much f*cked over with all these Panda's roaming...

Is this the PND PandaCoin? or ...

This is Pandacoin

the one that is actually successful Smiley

Is it so hard to get a normal answer around here?
There are 3 PandaCoins around now, 1 is PANDA, 1 is PND, 1 = FuckPan or whatever...
How do I tell wich one is wich ...


This is Panda

member
Activity: 95
Merit: 10
I'm pretty much f*cked over with all these Panda's roaming...

Is this the PND PandaCoin? or ...

This is Pandacoin

the one that is actually successful Smiley

Is it so hard to get a normal answer around here?
There are 3 PandaCoins around now, 1 is PANDA, 1 is PND, 1 = FuckPan or whatever...
How do I tell wich one is wich ...
full member
Activity: 196
Merit: 100
I'm pretty much f*cked over with all these Panda's roaming...

Is this the PND PandaCoin? or ...

This is Pandacoin

the one that is actually successful Smiley
Jump to: