Bitcoin Forum
May 22, 2024, 05:58:09 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 [144] 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 ... 290 »
  Print  
Author Topic: [pandacoin] The Panda Coin ♥ Scrypt Adaptive-N w/Kimotos Gravity Well ★  (Read 398891 times)
justover
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
February 17, 2014, 09:26:50 PM
 #2861

*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.
derbrause
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
February 17, 2014, 09:28:29 PM
Last edit: February 17, 2014, 10:03:15 PM by derbrause
 #2862

i also got a node up

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

feel free to join :-)
--


EMC2: ESnKiK1Bbd1qt8h2bUNPvymy4aFPoAuQRo
Join the Einsteinium - Community! - Einsteinium.org - bitcointalk.org/index.php?topic=494708
sterlingcapital
Full Member
***
Offline Offline

Activity: 177
Merit: 100


View Profile
February 17, 2014, 10:04:42 PM
 #2863

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.
sevoque (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
February 17, 2014, 10:05:18 PM
 #2864

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
CtrlAltDefeat
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
February 17, 2014, 10:06:42 PM
 #2865

50k giveaway at 100mhash! We currently have 40mhash, which is +100% in 10 hours!

paniczklos
Full Member
***
Offline Offline

Activity: 322
Merit: 101


View Profile
February 17, 2014, 10:10:01 PM
 #2866

any public p2pool nodes ?

http://bk-eu.cloudapp.net:8169/static/ seems to be down ;/
faraway
Sr. Member
****
Offline Offline

Activity: 339
Merit: 250


View Profile
February 17, 2014, 10:17:49 PM
 #2867

any public p2pool nodes ?

http://bk-eu.cloudapp.net:8169/static/ seems to be down ;/

You may use this one: http://blok.afraid.org:8169/static, This server will stay operational.

sterlingcapital
Full Member
***
Offline Offline

Activity: 177
Merit: 100


View Profile
February 17, 2014, 10:18:57 PM
 #2868

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
BitcoinCharlie
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001



View Profile WWW
February 17, 2014, 10:21:55 PM
 #2869

Any update on Big Vern and Cryptsy getting their act together and list this coin?  Huh

Unobtanium - The crypto commodity you keep! |
Hate Inflation? You'll love $UNO
sevoque (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
February 17, 2014, 10:23:35 PM
 #2870

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)
BitcoinCharlie
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001



View Profile WWW
February 17, 2014, 10:31:24 PM
 #2871

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

Unobtanium - The crypto commodity you keep! |
Hate Inflation? You'll love $UNO
Jherek
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250



View Profile
February 17, 2014, 10:35:13 PM
 #2872

Any update on Big Vern and Cryptsy getting their act together and list this coin?  Huh

They won't so soon. The problem is, that wolong has premined too much and holds 3% either in BTC or PANDA. This is a huge for one guy and it means, that he can easily move the market where ever he wants to. You can trust him, but I wont. I wouldn't trust anyone who literaly writes "TRUST IN ME" on their coin. But then there have been enough fools spilling 250BTC in his pocket without him doing anything.

Remember when Stablecoin-Dev had to publically destroy his whole premine, because no one wated his coin? Well back then there been guys on the market, that been a bit more careful of where to invest in. Today it seems normal to have big premines, no one cares anymore, and the market is flooded with scam. Today, after Doge's success, it seems this is filled with teenagers who spill out their hard earned money into the first swashbuckler who promises fast profit.

BigVern is quite serious about his business and doesnt want to load dynamite into his exchange. It would take wolong only 1 click to crash the whole thing. That's more than fishy---
Albert-Louis
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
February 17, 2014, 10:37:23 PM
 #2873

THE PANDA has been a serious bifurcation speed. Please go to sell, all the exchanges are ready to stand! In 24 hours! Angry Angry
binaryclock
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile WWW
February 17, 2014, 10:37:47 PM
 #2874

Gentlemen. Join the largest and most profitable PANDA POOL.



PANDA.DEDICATEDPOOL.COM

Benefits of Mining on DEDICATEDPOOL.COM

  • THREE Stratum servers.  Amsterdam, US East, US West, and Japan (coming soon)
  • Backups every 30 minutes of the databases and wallets to protect your mining endeavours.
  • Full 24/7 support available at admin@dedicatedpool.com
  • Mine uninterrupted - dedicated servers w/redundancy, DDoS protection.
  • Trustworthy admins who care about your experience and mining.

Mining Information

  • Custom stratum/mpos environment
  • Vardiff enabled
  • PPNLS payout system
  • Everything is transparent - blocks, donations, fees.

Server Infrastructure

  • SIX(6) SERVERS IN CLUSTER
  • DDoS level 7 cloudflare, 5 and 3 stratum, and level at 1 switch level
  • 8 Core servers, 256GB DDR3 RAM, RAID 10 SSD
  • Ramdisks, memcaches, to make things go extremely quick

DEDICATEDPOOL.COM
feomat
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
February 17, 2014, 10:41:15 PM
 #2875

Any update on Big Vern and Cryptsy getting their act together and list this coin?  Huh

They won't so soon. The problem is, that wolong has premined too much and holds 3% either in BTC or PANDA. This is a huge for one guy and it means, that he can easily move the market where ever he wants to. You can trust him, but I wont. I wouldn't trust anyone who literaly writes "TRUST IN ME" on their coin. But then there have been enough fools spilling 250BTC in his pocket without him doing anything.

Remember when Stablecoin-Dev had to publically destroy his whole premine, because no one wated his coin? Well back then there been guys on the market, that been a bit more careful of where to invest in. Today it seems normal to have big premines, no one cares anymore, and the market is flooded with scam. Today, after Doge's success, it seems this is filled with teenagers who spill out their hard earned money into the first swashbuckler who promises fast profit.

BigVern is quite serious about his business and doesnt want to load dynamite into his exchange. It would take wolong only 1 click to crash the whole thing. That's more than fishy---
+1

SackofBits
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
February 17, 2014, 10:49:08 PM
 #2876

Any update on Big Vern and Cryptsy getting their act together and list this coin?  Huh

They won't so soon. The problem is, that wolong has premined too much and holds 3% either in BTC or PANDA. This is a huge for one guy and it means, that he can easily move the market where ever he wants to. You can trust him, but I wont. I wouldn't trust anyone who literaly writes "TRUST IN ME" on their coin. But then there have been enough fools spilling 250BTC in his pocket without him doing anything.

Remember when Stablecoin-Dev had to publically destroy his whole premine, because no one wated his coin? Well back then there been guys on the market, that been a bit more careful of where to invest in. Today it seems normal to have big premines, no one cares anymore, and the market is flooded with scam. Today, after Doge's success, it seems this is filled with teenagers who spill out their hard earned money into the first swashbuckler who promises fast profit.

BigVern is quite serious about his business and doesnt want to load dynamite into his exchange. It would take wolong only 1 click to crash the whole thing. That's more than fishy---
+1

your loss

BadgerCoin: BCE5ABarPLdenidMRSr4vJK1z2u7VWzoDo
https://www.youtube.com/watch?v=EIyixC9NsLI
Jherek
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250



View Profile
February 17, 2014, 10:52:37 PM
 #2877

Any update on Big Vern and Cryptsy getting their act together and list this coin?  Huh

They won't so soon. The problem is, that wolong has premined too much and holds 3% either in BTC or PANDA. This is a huge for one guy and it means, that he can easily move the market where ever he wants to. You can trust him, but I wont. I wouldn't trust anyone who literaly writes "TRUST IN ME" on their coin. But then there have been enough fools spilling 250BTC in his pocket without him doing anything.

Remember when Stablecoin-Dev had to publically destroy his whole premine, because no one wated his coin? Well back then there been guys on the market, that been a bit more careful of where to invest in. Today it seems normal to have big premines, no one cares anymore, and the market is flooded with scam. Today, after Doge's success, it seems this is filled with teenagers who spill out their hard earned money into the first swashbuckler who promises fast profit.

BigVern is quite serious about his business and doesnt want to load dynamite into his exchange. It would take wolong only 1 click to crash the whole thing. That's more than fishy---
+1

your loss

The bigger the letters the greater your argument?
Are you even trying to make a point? Come on prove me wrong why this scam should be anyhow safe. Show me a reason why the biggest altcoin-market still hesitates to take that coin in. You can't.
SackofBits
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
February 17, 2014, 10:58:37 PM
 #2878

Any update on Big Vern and Cryptsy getting their act together and list this coin?  Huh

They won't so soon. The problem is, that wolong has premined too much and holds 3% either in BTC or PANDA. This is a huge for one guy and it means, that he can easily move the market where ever he wants to. You can trust him, but I wont. I wouldn't trust anyone who literaly writes "TRUST IN ME" on their coin. But then there have been enough fools spilling 250BTC in his pocket without him doing anything.

Remember when Stablecoin-Dev had to publically destroy his whole premine, because no one wated his coin? Well back then there been guys on the market, that been a bit more careful of where to invest in. Today it seems normal to have big premines, no one cares anymore, and the market is flooded with scam. Today, after Doge's success, it seems this is filled with teenagers who spill out their hard earned money into the first swashbuckler who promises fast profit.

BigVern is quite serious about his business and doesnt want to load dynamite into his exchange. It would take wolong only 1 click to crash the whole thing. That's more than fishy---
+1

your loss

The bigger the letters the greater your argument?
Are you even trying to make a point? Come on prove me wrong why this scam should be anyhow safe. Show me a reason why the biggest altcoin-market still hesitates to take that coin in. You can't.


why bother even posting on a coins thread that you don't support?

BadgerCoin: BCE5ABarPLdenidMRSr4vJK1z2u7VWzoDo
https://www.youtube.com/watch?v=EIyixC9NsLI
PDcologne
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile WWW
February 17, 2014, 11:02:47 PM
 #2879

this coin has had me confused all day... first i mined the wrong one, then bought the wrong one...

to many bloody panda pnd pand coins....

 Shocked

BTC now accepted @ www.pcandmining.de Gridseed Re-seller in Germany, custom rig builds, and accessories.
BTC -  1MsgzuVnshJGLpUcjja6U8UsjCTjk8QzyK
BC   - B5xG6yYStDn92MT16RXHsL4bPdZd1DChJq
LTC  -  LfarCLG5sap2o31sAujxV1iorkwk4V8Ggk
MysticDOGE
Full Member
***
Offline Offline

Activity: 126
Merit: 100

KlondikeCoin - Get Real Gold !


View Profile
February 17, 2014, 11:02:59 PM
 #2880

Argument: supply/demand.

Since many are mining this and because of the controverse, this attracks lots of interest and potential investors. It has reached 5ghash with n-factor (= +/-50% normal hashrate) within couple of days and growing. Marketing/exposure will be huge.

Deny all you want. Call Wolong a manipulator/scammer all you want. Your loss.

My Coins of Choice // Donations accepted 24 hours, 7 days a week \\
DOGE: DBdnFUqigpJ3gjWPNmC8T9rHo9Q7M16mKu - KlondikeCoin: LGsd3mnFdJZTXek2VumBTajE96ur2AAWrv  - Follow me: Twitter.com/MineCrypto
KlondikeCoin - KDC - Join the Gold rush! NO PREMINE
Pages: « 1 ... 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 [144] 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 ... 290 »
  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!