Перейти к содержанию

apecoin

Пользователи
  • Постов

    23
  • Зарегистрирован

  • Посещение

1 Подписчик

Посетители профиля

1 455 просмотров профиля

Достижения apecoin

Новичок

Новичок (1/3)

5

Репутация

  1. There is hope, actually. Our friends in the East (China) are working very hard on this at the moment and seem to be a matter of days from finally cracking open that nut. What they need from us is to increase the hashrate for the network as soon as possible.
  2. I'm trying as best as I'm able, hopefully soon. This sub-reddit could use some attention: http://www.reddit.com/r/CoinedUp/comments/1ujd33/please_add_apecoin_ape/
  3. There apparently was a bug in the Linux wallet which caused some clients to stop syncing at block :38171 (pendalf2008 described it here: https://forum.bits.media/index.php?/topic/3985-apecoin/page-44&do=findComment&comment=87608) It's finally fixed now. The Linux zip also now contains all referenced libraries, a compiled version of apecoind and a "run_apecoin.sh" batch script for setting paths and launching the wallet. Windows & Mac wallets have been updated with this fix, though they had not been affected the bug. http://www.apecoin.org
  4. if a wallet won't synchronize, the only thing to fo is delete ( or rename) blkindex. dat & block0001.dat, then resync from the beginning.
  5. Info here, the bottom: www.litecoinpool.org/pools The network speed is estimated over many hours of data, pools estimate speed over a few minutes.
  6. Ok, am I understanding this correctly: poolversion.com works but 62.76.47.187.... does not work? Which data is incorrect? I'll try my best to fix it or provide better documentation. The wallet hasn't changed in more than a week, it shouldn't be causing new problems now.
  7. I'm sorry for this hassle. The client really couldn't have remained the way it was--the currency would have seemed worthless without a limit. (It wouldn't have been worthless, since the supply of electricity would limit it...but it would have SEEMED that way.) I had to put a limit. The "sinusoidal" choice...was a gimmick, I admit. But a gimmick designed to make the coin seem a little different from every other coin. When the block reward starts going back up, that's something happening--like winter turning to spring. Probably nobody would care, but who knows?! Again, I'm sorry for this annoyance. "Growing pains." P.S. The MAC wallet is also updated (http://www.apecoin.org) as well as the Github source. I'm having hardware difficulties with my Linux box, so I haven't been able to compile that wallet yet. If you're using it, either re-compile from the source...or wait for an update.
  8. Great! This pool is now linked to from the wallet's "Breaking News" box.
  9. Ok, the first block is probably correct, as it's all p2pool code. The "P2P_PORT" I've changed from 9333 to the apecoin default of 21546, but you may be overriding that in your apecoin.conf, so double-check. The second block was way off, see below. (The changes are in red.) Let me know if this doesn't fix it or if there's anything else you need. --------------------------------------- apecoin=math.Object( PARENT=networks.nets['apecoin'], SHARE_PERIOD=10, # seconds CHAIN_LENGTH=24*60*60//10, # shares REAL_CHAIN_LENGTH=24*60*60//10, # shares TARGET_LOOKBEHIND=200, # shares SPREAD=12, # blocks IDENTIFIER='e037d5b8c6923412'.decode('hex'), PREFIX='7208c1a53ef629b2'.decode('hex'), P2P_PORT=21546, MIN_TARGET=0, MAX_TARGET=2**256//2**20 - 1, PERSIST=True, WORKER_PORT=9327, BOOTSTRAP_ADDRS='24.186.150.212'.split(' '), ANNOUNCE_CHANNEL='#p2pool-alt', VERSION_CHECK=lambda v: True, ), apecoin=math.Object( P2P_PREFIX='fcd9b7dd'.decode('hex'), P2P_PORT=21546, ADDRESS_VERSION=9, RPC_PORT=9332, RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue( 'apecoinaddress' in (yield bitcoind.rpc_help()) and not (yield bitcoind.rpc_getinfo())['testnet'] )), SUBSIDY_FUNC=lambda height: 10000*100000000 if (height < 30000) else int(math.floor(10000 - 10000/3 * math.sin(2.0 * 3.14159265359 * (1 / (60.0 * 24.0 * 90.0)) * (height - 30000))) * math.exp(-1 * (height - 30000) / (60 * 24 * 30 * 14.0))) *100000000, POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data)), BLOCK_PERIOD=60, # s SYMBOL='APE', CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'Apecoin') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/Apecoin/') if platform.system() == 'Darwin' else os.path.expanduser('~/.apecoin'), 'apecoin.conf'), SANE_TARGET_RANGE=(2**256//1000000000 - 1, 2**256//1000 - 1), DUMB_SCRYPT_DIFF=2**16, DUST_THRESHOLD=0.03e8, ),
  10. I see ApeCoin mentioned in the top post, but it's not on the site. Can I help with configuration?
  11. "This error means and only means that QtQuick as separate module (which is main for the keyword ‘quick’ is not available in your Qt build). You may reinstall Qt with QtQuick enabled (look at configure —help)." http://qt-project.org/forums/viewthread/35775
  12. https://github.com/apecoin/build is now working again and does have the latest sources, for all platforms. I compiled the Linux version with Qt 5.2.0 installed, but it compiles on Windows & Mac with 5.1.1, so...it's not heavily dependent on a specific version. Did you build Qt yourself or install it pre-built?
  13. The source code is still there, but my account got "locked" today...they think I'm a bot. I've emailed them to unlock it...no response yet.
  14. Well, he speaks Russian a little better than I do, but...I can see the resemblance.
  • Последние посетители   0 пользователей онлайн

    • Ни одного зарегистрированного пользователя не просматривает данную страницу
×
×
  • Создать...