forknote / cryptonote-generator

Generate Cryptonote coin with 1 command
104 stars 211 forks source link

Seed nodes not syncing after generated #46

Closed ciphs closed 6 years ago

ciphs commented 6 years ago

Hi. I have succesfully used cryptonote generator on the project ive been working on. This coin (https is from original cryptonote repo. However, it seems there is issue as mention below:

  1. Blockchain not synchronize and node not seeing other node server. Even when started with --rpc and so. It seem these server not locating each other. i check netstat --ntlp the port and ip is open and fully config, however foreign address is empty.
  2. Simpleminer login halfway, where it stuck at "block will synchoronize in few minutes" dialog. However rpc is working (think so)
  3. The pool is not working anymore using cryptonote universal pool. It was working before. Now it prompt coin busy.

This is the config used to generate updated coin. { "base_coin": { "name": "bytecoin", "git": "https://github.com/amjuarez/bytecoin.git" }, "core": { "SEED_NODES": [ "45.76.59.48:18080", "45.77.7.102:18080" ], "EMISSION_SPEED_FACTOR": 20, "DIFFICULTY_TARGET": 240, "CRYPTONOTE_DISPLAY_DECIMAL_POINT": 8, "CRYPTONOTE_COIN_VERSION": 1, "MONEY_SUPPLY": "860519296101000000", "DEFAULT_DUST_THRESHOLD": 100000, "MINIMUM_FEE": 100000, "CRYPTONOTE_MINED_MONEY_UNLOCK_WINDOW": 100, "CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE": 100000, "MAX_TRANSACTION_SIZE_LIMIT": 1000000000, "CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX": 201181141, "DIFFICULTY_CUT_V1": 60, "DIFFICULTY_CUT_V2": 60, "DIFFICULTY_CUT": 0, "DIFFICULTY_LAG_V1": 15, "DIFFICULTY_LAG_V2": 15, "DIFFICULTY_LAG": 0, "DIFFICULTY_WINDOW_V1": 360, "DIFFICULTY_WINDOW_V2": 360, "DIFFICULTY_WINDOW": 17, "ZAWY_DIFFICULTY_V3": 1, "ZAWY_DIFFICULTY_DIFFICULTY_BLOCK_VERSION": 3, "UPGRADE_HEIGHT_V2": 3000, "P2P_DEFAULT_PORT": 18080, "RPC_DEFAULT_PORT": 18081, "BYTECOIN_NETWORK": "f698e4a9-c9fa-72de-88b2-61a26fc339af", "CRYPTONOTE_NAME": "ciphs", "DAEMON_NAME": "ciphsd", "GENESIS_COINBASE_TX_HEX": "010a01ff0001e7b2ef96f117029b2e4c0281c0b02e7c53291a94d1d0cbff8883f8024f5142ee494ffbbd08807121018e2905aaa1e1ec59b43dcb423531a89eecdb895a9e6c4bd7cb16c2513d615b3a", "CHECKPOINTS": "", "MAX_BLOCK_SIZE_INITIAL": 100000 }, "extensions": [ "core/bytecoin.json", "bug-fixes.json", "print-genesis-tx.json", "blockchain-explorer.json" ] }

Hope this help. This is the link to the project https://github.com/ciphscodex/ciphs/blob/master/src/CryptoNoteConfig.h (the original code before the update)

ciphs commented 6 years ago

migrating to other blockchain. case close.