slb (OP)
|
|
June 16, 2017, 01:08:41 AM |
|
Broken file forknote-linux.tar.gz, downloaded several times, error while archiving /home/max/forknote-linux.tar.gz.2:396: warning [p 15, 5.0i]: can't break line /home/max/forknote-linux.tar.gz.2:397: warning [p 15, 5.2i]: can't break line /home/max/forknote-linux.tar.gz.2:398: normal or special character expected (got a space) /home/max/forknote-linux.tar.gz.2:398: normal or special character expected (got a backspace character) /home/max/forknote-linux.tar.gz.2:398: translation to \% ignored in this context /home/max/forknote-linux.tar.gz.2:398: warning: can't find character with input code 173 /home/max/forknote-linux.tar.gz.2:398: normal or special character expected (got a leader character) /home/max/forknote-linux.tar.gz.2:398: warning [p 15, 5.3i]: can't break line /home/max/forknote-linux.tar.gz.2:399: warning [p 15, 5.5i]: can't break line /home/max/forknote-linux.tar.gz.2:399: warning [p 15, 5.7i]: can't break line /home/max/forknote-linux.tar.gz.2:399: warning [p 15, 5.8i]: can't break line I deployed with the same archive on a couple of machines without problem. Can you confirm it's the same md5 sum? MD5 (forknote-linux.tar.gz) = d41524f3ba3658d74aec4c4324197dba
|
|
|
|
eeX
|
|
June 19, 2017, 08:16:21 PM |
|
slb,
how do you feel, is it possible to switch MCN [Moneta Verde] to forknote?
|
Soldo [SLD] @ Soldo.IN
|
|
|
|
slb (OP)
|
|
June 23, 2017, 02:20:34 AM |
|
slb,
how do you feel, is it possible to switch MCN [Moneta Verde] to forknote?
Adding merged mining to Forknote is a priority. Moneta Verde should run fine if we support merged mining You don't need to compile to create a network. You don't need to wonder how you will integrate security fixes, as long as they are fixed in Bytecoin/Forknote. Still nobody does this, but you can actually create on-demand blockchains fast and easy. Linking them will open a lot of possibilities. PS: We are experiencing some issues with v2.0.6. Use the prior version (v2.0.4) if you are experiencing some odd problems.
|
|
|
|
silverkamote
Newbie
Offline
Activity: 28
Merit: 0
|
|
June 23, 2017, 04:03:43 AM |
|
So basically once you release the updated Forknote based on the latest Bytecoin release, all Forknote currencies are already updated, right? The idea is quite nice from technology point of view. However, it is a central point-of-failure for a number of decentralized currencies (existing and potential). What happens if one day you decide to abandon this idea and stop updating Forknote?
|
|
|
|
cryptomaxsun
Legendary
Offline
Activity: 2800
Merit: 1387
Ukrainians will resist
|
|
June 23, 2017, 04:58:46 AM |
|
offtop. slb, pool dinastycoin democats what port API? Need for page Network.
|
❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘ ❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
|
|
|
slb (OP)
|
|
June 23, 2017, 06:23:26 AM |
|
So basically once you release the updated Forknote based on the latest Bytecoin release, all Forknote currencies are already updated, right? The idea is quite nice from technology point of view. However, it is a central point-of-failure for a number of decentralized currencies (existing and potential). What happens if one day you decide to abandon this idea and stop updating Forknote?
It's an open source project, anyone is welcome to contribute or fork. I guess if multiple currencies have $20mil combined marketcap (we have ~$2mil now) they will find a way to pay someone to merge the latest bytecoin or monero version. The more disturbing issue is the hashrate required, but i think we will be able to overcome this with merged mining (and POS eventually). offtop. slb, pool dinastycoin democats what port API? Need for page Network.
http://nodes1.democats.org:7650
|
|
|
|
sirandrei
Newbie
Offline
Activity: 41
Merit: 0
|
|
June 23, 2017, 02:13:52 PM |
|
Thanks for your previous and acurate answer. I have just created a testing coin. I guess I am at the last step - sync with network. When running ./forknoted --config-file configs/my.conf i get this:
Sync data returned unknown top block: 227650 -> 1294061 [1066411 blocks (1481 days) behind]
Why the sync is so behind for a new coin? Is there a faster way to sync?
|
|
|
|
slb (OP)
|
|
June 24, 2017, 05:14:07 AM |
|
Thanks for your previous and acurate answer. I have just created a testing coin. I guess I am at the last step - sync with network. When running ./forknoted --config-file configs/my.conf i get this:
Sync data returned unknown top block: 227650 -> 1294061 [1066411 blocks (1481 days) behind]
Why the sync is so behind for a new coin? Is there a faster way to sync?
You need to add your own nodes
|
|
|
|
sirandrei
Newbie
Offline
Activity: 41
Merit: 0
|
|
June 24, 2017, 12:04:11 PM |
|
slb thanks. I am willing to create a help (and youtube video tutorial) but first I have to figure out for myself So please, tell me: 1. Is mandatory to have 2 seeding nodes? If YES, the config file should contain both seeding nodes IPs? 2. Genesis coinbase transaction hex. When creating config file using the form from your website, I see that a genesis hex is generated. If I later run ./forknoted --config-file configs/imaginary_blockchain.conf --print-genesis-tx, a new genesis hex will be generated. Should I replace it in the config file? Or can I leave the genesis hex genereted before (by your website form) ? I wrote a small tutorial file with I belive is nedeed to create own coin. The tutorial is here https://pastebin.com/TRsDzy2uI am not sure if it is correct. Thanks!
|
|
|
|
slb (OP)
|
|
June 24, 2017, 02:46:52 PM |
|
slb thanks. I am willing to create a help (and youtube video tutorial) but first I have to figure out for myself So please, tell me: 1. Is mandatory to have 2 seeding nodes? If YES, the config file should contain both seeding nodes IPs? 2. Genesis coinbase transaction hex. When creating config file using the form from your website, I see that a genesis hex is generated. If I later run ./forknoted --config-file configs/imaginary_blockchain.conf --print-genesis-tx, a new genesis hex will be generated. Should I replace it in the config file? Or can I leave the genesis hex genereted before (by your website form) ? I wrote a small tutorial file with I belive is nedeed to create own coin. The tutorial is here https://pastebin.com/TRsDzy2uI am not sure if it is correct. Thanks! It seams correct. You need 2 nodes and both of them in the config file If you do not change parameters or premined address there is no need to change the genesis tx hex
|
|
|
|
sirandrei
Newbie
Offline
Activity: 41
Merit: 0
|
|
June 25, 2017, 12:24:27 AM Last edit: June 25, 2017, 12:41:44 AM by sirandrei |
|
I think I managed to create it. I have 2 seeding nodes. I run ./forknoted --config-file configs/one.conf on both of them This is the config file which is on both of the nodes seed-node=13.78.180.70:38584 seed-node=52.161.22.53:22241 EMISSION_SPEED_FACTOR=18 DIFFICULTY_TARGET=120 CRYPTONOTE_DISPLAY_DECIMAL_POINT=6 MONEY_SUPPLY=1844674407370955 GENESIS_BLOCK_REWARD=0 DEFAULT_DUST_THRESHOLD=100 MINIMUM_FEE=100 CRYPTONOTE_MINED_MONEY_UNLOCK_WINDOW=10 CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE=100000 CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX=55 p2p-bind-port=38584 rpc-bind-port=38585 BYTECOIN_NETWORK=0bf5a860-c4bb-97e1-2b5a-c29af5727377 CRYPTONOTE_NAME=one GENESIS_COINBASE_TX_HEX=010a01ff0001b1ddb89b1a029b2e4c0281c0b02e7c53291a94d1d0cbff8883f8024f5142ee494ffbbd088071210184a550f80905e24c3deea73f83aba94717846eff32973ca64e03ff79c6079789 MAX_BLOCK_SIZE_INITIAL=100000 UPGRADE_HEIGHT_V2=1 UPGRADE_HEIGHT_V3=2 This is the result https://i.imgur.com/VlnhNOg.pngIs it Ok so far? I created a wallet file https://i.imgur.com/iGjtleB.pngWhat is next? How do I start mining? I used this command but nothing is happen https://i.imgur.com/X3vdaP7.png
|
|
|
|
KittyCatTech
Newbie
Offline
Activity: 56
Merit: 0
|
|
July 17, 2017, 11:30:10 PM |
|
Is it possible to run two different Forknote coins on the same VPS?
If so, how do you recommend doing it?
Thanks!
|
|
|
|
slb (OP)
|
|
July 18, 2017, 04:46:28 AM |
|
Is it possible to run two different Forknote coins on the same VPS?
If so, how do you recommend doing it?
Thanks!
You can run as many as you like. You just must have different p2p and rpc ports on all configs
|
|
|
|
eeX
|
|
July 20, 2017, 06:08:05 AM |
|
non problems at all. just use different folders to keep different coins separated and use .bat file and settings file parameters to use one of them - like below:
--config-file C:\BIN\BIT\QCN\qcn.ini --data-dir B:\BLOCKS\QCN --log-file B:\BLOCKS\qcnd.log
and/or
log-file=B:\BLOCKS\qcnd.log
|
Soldo [SLD] @ Soldo.IN
|
|
|
crossini
Newbie
Offline
Activity: 22
Merit: 0
|
|
July 22, 2017, 06:51:21 AM |
|
i have create a new coin from forknote generator
2017-Jul-22 08:42:00.852658 WARNING Checkpoint block hash mismatch for block 655255584deceb8a1aa1be41b42c89bc891bbb5632b5abc43bfc4c8a197ae012 2017-Jul-22 08:42:04.932268 WARNING CHECKPOINT FAILED FOR HEIGHT 79000. EXPECTED HASH: cae33204e624faeb64938d80073bb7bbacc27017dc63f36c5c0f313cad455a02, FETCHED HASH: 265919798af0bc54175053aa632858dc009e7719c558a397bd34a35e51039224
Now after a few months I get this error. Can anyone help me solve it?
Thanks
|
|
|
|
slb (OP)
|
|
July 22, 2017, 12:56:13 PM |
|
i have create a new coin from forknote generator
2017-Jul-22 08:42:00.852658 WARNING Checkpoint block hash mismatch for block 655255584deceb8a1aa1be41b42c89bc891bbb5632b5abc43bfc4c8a197ae012 2017-Jul-22 08:42:04.932268 WARNING CHECKPOINT FAILED FOR HEIGHT 79000. EXPECTED HASH: cae33204e624faeb64938d80073bb7bbacc27017dc63f36c5c0f313cad455a02, FETCHED HASH: 265919798af0bc54175053aa632858dc009e7719c558a397bd34a35e51039224
Now after a few months I get this error. Can anyone help me solve it?
Thanks
Add a checkpoint
|
|
|
|
|
eeX
|
|
July 30, 2017, 09:13:58 AM |
|
Thanks for an update!
|
Soldo [SLD] @ Soldo.IN
|
|
|
belindat
Newbie
Offline
Activity: 5
Merit: 0
|
|
August 11, 2017, 03:39:41 PM |
|
How to get the first Genesis block reward? I have configured (Percentage of premined coins) 10% but when mining it was unsuccessful. I have tried many times and failed, please help me.
|
|
|
|
|