Painful Truth
|
|
March 31, 2014, 06:00:07 PM |
|
Looks like this coin is going to be saved, great!
+1
|
|
|
|
pandacoin-official
|
|
March 31, 2014, 06:18:22 PM |
|
Looks like we're good now.
@sakr Please try restarting the client.
|
|
|
|
sakr
|
|
March 31, 2014, 06:28:15 PM |
|
I get this error after upgrading to the latest version:
"errors" : "Warning: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade."
Any clue?
After the fork happened there have been two pools ( http://panda-mine.us and http://panda.moonishere.com) keeping the wrong fork alive which causes disagreement between the clients. I've already messaged them about it. As long as they keep building the wrong blockchain, it will probably stay like that. Edit: I've pushed an update ( https://github.com/pandacoin-official/pandacoin/commit/ba144ba7) for the wallet. If you're running the client from the command line you can just add -disablesafemode in order to do transactions. Looks like we're good now.
@sakr Please try restarting the client.
Thanks, that fixed my issue!
|
|
|
|
dzonikg28
|
|
March 31, 2014, 06:41:14 PM |
|
i am totaly confused..i load that new wallet..everything the same like last just says 1.5.4..then i send some pnd to mintpal..i checked still stay same adress on mintpal and nothing has come there ..
|
|
|
|
pandacoin-official
|
|
March 31, 2014, 06:50:14 PM |
|
i am totaly confused..i load that new wallet..everything the same like last just says 1.5.4..then i send some pnd to mintpal..i checked still stay same adress on mintpal and nothing has come there ..
It appears as if mintpal is still stuck in safe mode, or they are on the wrong fork. I've contacted them about the update 2 days ago so I'm assuming that their wallets should be fine.
|
|
|
|
dzonikg28
|
|
March 31, 2014, 06:58:30 PM |
|
i am totaly confused..i load that new wallet..everything the same like last just says 1.5.4..then i send some pnd to mintpal..i checked still stay same adress on mintpal and nothing has come there ..
It appears as if mintpal is still stuck in safe mode, or they are on the wrong fork. I've contacted them about the update 2 days ago so I'm assuming that their wallets should be fine. i restarted wallet and now it says "warning displayed transaction may not be correct!.." and down sunhronising with network but is "0 hours behind" and not moving at all
|
|
|
|
pandacoin-official
|
|
March 31, 2014, 07:00:03 PM |
|
i am totaly confused..i load that new wallet..everything the same like last just says 1.5.4..then i send some pnd to mintpal..i checked still stay same adress on mintpal and nothing has come there ..
It appears as if mintpal is still stuck in safe mode, or they are on the wrong fork. I've contacted them about the update 2 days ago so I'm assuming that their wallets should be fine. i restarted wallet and now it says "warning displayed transaction may not be correct!.." and down sunhronising with network but is "0 hours behind" and not moving at all First make sure you're using version 1.5.4. You can also try removing the old blockchain and use http://bamboohouse.info/pandacoin.conf as pandacoin.conf.
|
|
|
|
pandacoin-official
|
|
March 31, 2014, 07:05:33 PM |
|
Got a reply from mintpal. They are on the right chain.
|
|
|
|
ap3311
|
|
March 31, 2014, 11:52:36 PM |
|
Good to see some positive movement at long last, not just for PND but all the billioncoins that have been having such a tough time lately (KARM, PENG hell even PANDA).
The buy support seems to be stabilising too, not seeing the usual big dumps back down after every rise so it appears the multipool/fork is doing it's job!
|
|
|
|
ceslick
Full Member
Offline
Activity: 161
Merit: 100
digging in the bits... now ant powered!
|
|
April 01, 2014, 03:21:20 AM |
|
Finally got rid of the PND's...
|
|
|
|
Joori
Full Member
Offline
Activity: 192
Merit: 100
Just an average guy with an average job!
|
|
April 01, 2014, 03:55:08 PM |
|
We have one now, albeit my Photoshop skillz suck balls. The wallets themselves seem to be working so give it a shot and let me know if you have any issues. I'm open to any and all designs for the paper wallet. I was thinking of maybe offering a few choices the user could print off instead of just the one static image (which sucks btw - but does the job nonetheless). Anyway, the URL for the paper wallet is: http://pndaddress.org
|
|
|
|
clapper
|
|
April 01, 2014, 03:57:17 PM |
|
The price is raising now ! Multipool is great to keep the steady increase of PND price, Good job !
|
|
|
|
jommy99
|
|
April 01, 2014, 04:28:15 PM |
|
We have one now, albeit my Photoshop skillz suck balls. The wallets themselves seem to be working so give it a shot and let me know if you have any issues. I'm open to any and all designs for the paper wallet. I was thinking of maybe offering a few choices the user could print off instead of just the one static image (which sucks btw - but does the job nonetheless). Anyway, the URL for the paper wallet is: http://pndaddress.orgWow awesome! I think that link belongs on our page1 too
|
|
|
|
sawa
Legendary
Offline
Activity: 1308
Merit: 1011
|
|
April 01, 2014, 05:12:15 PM |
|
I created pandacoin p2pool on my home server. http://dr-nona.office-on-the.net:9444When I tried these sources: https://github.com/pandacoin-official/p2pool-ravI have found that they do not work. Changed it a little. Download sources: git clone https://github.com/pandacoin-official/p2pool-rav p2pool-pnd Then in ~/p2pool-pnd/p2pool/networks.py completely replace pandacoin description into this: pandacoin=math.Object( PARENT=networks.nets['pandacoin'], SHARE_PERIOD=10, # seconds target spacing CHAIN_LENGTH=20*60*60//10, # shares REAL_CHAIN_LENGTH=20*60*60//10, # shares TARGET_LOOKBEHIND=200, # shares coinbase maturity SPREAD=30, # blocks IDENTIFIER='e40ef614eeebb383'.decode('hex'), PREFIX='502f757a499bf601'.decode('hex'), P2P_PORT=8334, MIN_TARGET=0, MAX_TARGET=2**256//2**20 - 1, PERSIST=False, WORKER_PORT=9444, BOOTSTRAP_ADDRS='dr-nona.office-on-the.net'.split(' '), ANNOUNCE_CHANNEL='#p2pool-sawa', VERSION_CHECK=lambda v: True, ), and in ~/p2pool-pnd/p2pool/bitcoin/networks.py replace on this: pandacoin=math.Object( P2P_PREFIX='c0c0c0c0'.decode('hex'), P2P_PORT=22445, ADDRESS_VERSION=55, RPC_PORT=22444, RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue( 'pandacoinaddress' in (yield bitcoind.rpc_help()) and not (yield bitcoind.rpc_getinfo())['testnet'] )), SUBSIDY_FUNC=lambda height: 10000*100000000, POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data)), BLOCK_PERIOD=60, # s SYMBOL='PND', CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'PandaCoin') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/PandaCoin/') if platform.system() == 'Darwin' else os.path.expanduser('~/.pandacoin'), 'pandacoin.conf'), BLOCK_EXPLORER_URL_PREFIX='http://pnd.showed.us/block/', ADDRESS_EXPLORER_URL_PREFIX='http://pnd.showed.us/address/', TX_EXPLORER_URL_PREFIX='http://pnd.showed.us/tx/', SANE_TARGET_RANGE=(2**256//1000000000 - 1, 2**256//1000 - 1), DUMB_SCRYPT_DIFF=2**16, DUST_THRESHOLD=1e8, ), And it works, you can check out. The question is, what are the correct parameters to specify to connect my pool to others: IDENTIFIER = 'e40ef614eeebb383'. Decode ('hex'), PREFIX = '502f757a499bf601 '. Decode (' hex '), Parameters in the source on the github cause an error. Thanks. Everybody can mine in my pool http://dr-nona.office-on-the.net:9444 or connect your pool to my taking these settings. When it's hard to mine other coins I switch to my pool for mining pandacoin. I like this cute animal
|
|
|
|
Swag
|
|
April 01, 2014, 05:29:42 PM |
|
Ever since the launch of the multipool, pnd has been climbing up steadily. It was a great idea, thanks for reviving this coin guys
|
|
|
|
pandacoin-official
|
|
April 01, 2014, 05:33:35 PM |
|
I created pandacoin p2pool on my home server. http://dr-nona.office-on-the.net:9444When I tried these sources: https://github.com/pandacoin-official/p2pool-ravI have found that they do not work. Changed it a little. Download sources: git clone https://github.com/pandacoin-official/p2pool-rav p2pool-pnd Then in ~/p2pool-pnd/p2pool/networks.py completely replace pandacoin description into this: pandacoin=math.Object( PARENT=networks.nets['pandacoin'], SHARE_PERIOD=10, # seconds target spacing CHAIN_LENGTH=20*60*60//10, # shares REAL_CHAIN_LENGTH=20*60*60//10, # shares TARGET_LOOKBEHIND=200, # shares coinbase maturity SPREAD=30, # blocks IDENTIFIER='e40ef614eeebb383'.decode('hex'), PREFIX='502f757a499bf601'.decode('hex'), P2P_PORT=8334, MIN_TARGET=0, MAX_TARGET=2**256//2**20 - 1, PERSIST=False, WORKER_PORT=9444, BOOTSTRAP_ADDRS='dr-nona.office-on-the.net'.split(' '), ANNOUNCE_CHANNEL='#p2pool-sawa', VERSION_CHECK=lambda v: True, ), and in ~/p2pool-pnd/p2pool/bitcoin/networks.py replace on this: pandacoin=math.Object( P2P_PREFIX='c0c0c0c0'.decode('hex'), P2P_PORT=22445, ADDRESS_VERSION=55, RPC_PORT=22444, RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue( 'pandacoinaddress' in (yield bitcoind.rpc_help()) and not (yield bitcoind.rpc_getinfo())['testnet'] )), SUBSIDY_FUNC=lambda height: 10000*100000000, POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data)), BLOCK_PERIOD=60, # s SYMBOL='PND', CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'PandaCoin') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/PandaCoin/') if platform.system() == 'Darwin' else os.path.expanduser('~/.pandacoin'), 'pandacoin.conf'), BLOCK_EXPLORER_URL_PREFIX='http://pnd.showed.us/block/', ADDRESS_EXPLORER_URL_PREFIX='http://pnd.showed.us/address/', TX_EXPLORER_URL_PREFIX='http://pnd.showed.us/tx/', SANE_TARGET_RANGE=(2**256//1000000000 - 1, 2**256//1000 - 1), DUMB_SCRYPT_DIFF=2**16, DUST_THRESHOLD=1e8, ), And it works, you can check out. The question is, what are the correct parameters to specify to connect my pool to others: IDENTIFIER = 'e40ef614eeebb383'. Decode ('hex'), PREFIX = '502f757a499bf601 '. Decode (' hex '), Parameters in the source on the github cause an error. Thanks. Everybody can mine in my pool http://dr-nona.office-on-the.net:9444 or connect your pool to my taking these settings. When it's hard to mine other coins I switch to my pool for mining pandacoin. I like this cute animal Thank you. The repo was still in draft and I decided to stop committing to it because of the random block reward. Now that we have a static reward everything should be fine regarding p2pool. Also see https://github.com/Rav3nPL/p2pool-rav/pull/62. As for IDENTIFIER and PREFIX: They do not need to be the same, as long as the values are of 19 numbers converted into hex, p2pool will function correctly.
|
|
|
|
mikeroz
|
|
April 01, 2014, 08:38:07 PM |
|
The price is raising now ! Multipool is great to keep the steady increase of PND price, Good job !
things look really good for pnd, remember that multipool is doge friendly
|
|
|
|
Lowkek
|
|
April 01, 2014, 08:39:41 PM |
|
Any news on when the logo is getting changed?
|
|
|
|
Jherek
|
|
April 01, 2014, 08:41:18 PM |
|
The price is raising now ! Multipool is great to keep the steady increase of PND price, Good job !
things look really good for pnd, remember that multipool is doge friendly PND was always friendly towards Doge, as the Coin was originally made by true Shibes.
|
|
|
|
ap3311
|
|
April 01, 2014, 11:39:49 PM Last edit: April 01, 2014, 11:50:38 PM by ap3311 |
|
18 lit now and no more mine and dumpers to take us straight back down. Hopefully we'll soon be trading against BTC again! Edit: back down to 11. Guess I spoke too soon...
|
|
|
|
|