Pages:
Author

Topic: [ANN] Forknote - create your own Cryptonote network - page 5. (Read 36697 times)

member
Activity: 98
Merit: 11
Here is what I am going to try, I am going to install Ubuntu 14.4 alongside whatever version I have now, then I will do this again on that.
http://releases.ubuntu.com/14.04/
member
Activity: 98
Merit: 11
This thread talks about exactly where I am at in the process, and the people in this thread did not solve it. I tried what they said and it didn't fix anything.
https://bitcointalksearch.org/topic/basic-codedaemon-help-required-cryptonote-005btc-bounty-for-success-1609157
member
Activity: 98
Merit: 11
I am attempting to create a Forknote, but keep running into Errors. So at first I did not realize that the Blockchain and Seednode tutorials existed, as I started with the Cryptonote guides, then started using the Forknote Generator, but now I have found those guides.

I used this as the main guide
https://cryptonotestarter.org/inner.html

I used this to start the Compiling, but could not get the Coin to compile, and had to start creating swap space and everything.
https://cryptonotestarter.org/kb/build-environment-setup.html

Then I found the generator, which made the Forknote Create page make a lot more sense.
http://forknote.net/create/
https://github.com/forknote/cryptonote-generator

I used the Generator about 20 times, and created coins that would just sit looking for peers for eternity, before I realized these guides existed
http://forknote.net/guides/setup-private-blockchain/
http://forknote.net/guides/starting-seed-node/

And apparently from what I can find, Ubuntu does not use Upstart anymore, but I followed a guide to install upstart, and it didn't change anything.


Here is my Config file (at this point this is kind of just a test coin, this is not the name of the coin I planned on launching, so if someone here uses this config file to make a coin for people here, I will still share it, and that is fine. I just want to know how to make a Config file that looks like this, work properly as a coin that can then go through the GUI Wallet Guide on the Cryptonote Foundation website.

Code:
{
    "base_coin": {
        "name": "bytecoin",
        "git": "https://github.com/amjuarez/bytecoin.git"
    },
    "core": {
        "SEED_NODES": [
            "165.227.186.14:39132",
            "165.227.211.241:39132"
        ],
        "EMISSION_SPEED_FACTOR": 18,
        "DIFFICULTY_TARGET": 600,
        "CRYPTONOTE_DISPLAY_DECIMAL_POINT": 12,
        "MONEY_SUPPLY": "18446744073709551615",
        "GENESIS_BLOCK_REWARD": "0",
        "DEFAULT_DUST_THRESHOLD": 1000000,
        "MINIMUM_FEE": 1000000,
        "CRYPTONOTE_MINED_MONEY_UNLOCK_WINDOW": 2,
        "CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE": 100000,
        "MAX_TRANSACTION_SIZE_LIMIT": 100000,
        "CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX": 86,
        "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": 144,
        "DIFFICULTY_WINDOW_V2": 144,
        "DIFFICULTY_WINDOW": 17,
        "ZAWY_DIFFICULTY_V3": 1,
        "ZAWY_DIFFICULTY_DIFFICULTY_BLOCK_VERSION": 3,
        "P2P_DEFAULT_PORT": 39132,
        "RPC_DEFAULT_PORT": 39133,
        "BYTECOIN_NETWORK": "1d9a7ba6-3f3f-ada6-779a-7495a8ad87bf",
        "CRYPTONOTE_NAME": "Plata",
        "DAEMON_NAME": "Platad",
        "GENESIS_COINBASE_TX_HEX": "010a01ff0001ffffffffffff0f029b2e4c0281c0b02e7c53291a94d1d0cbff8883f8024f5142ee494ffbbd0880712101a054a9eebc4dda548c3da61cb25de8bfd7f8e8e75e53413352b000bb6c17429a",
        "CHECKPOINTS": "",
        "MAX_BLOCK_SIZE_INITIAL": 100000
    },
    "extensions": [
        "core/bytecoin.json",
        "print-genesis-tx.json"
    ]
}
member
Activity: 98
Merit: 11
Here is my Config.json file, what could possibly being causing this not to let me create a wallet in the final compile? And I have the Daemon running on 2 computers, but I am waiting a few hours just to see if they ever find each other.

Code:
{
    "base_coin": {
        "name": "bytecoin",
        "git": "https://github.com/amjuarez/bytecoin.git"
    },
    "core": {
        "SEED_NODES": [
            "165.227.xxx.xxx:47145",
            "165.227.xxx.xxx:47145"
        ],
        "EMISSION_SPEED_FACTOR": 18,
        "DIFFICULTY_TARGET": 120,
        "CRYPTONOTE_DISPLAY_DECIMAL_POINT": 12,
        "MONEY_SUPPLY": "18446744073709551615",
        "GENESIS_BLOCK_REWARD": "0",
        "DEFAULT_DUST_THRESHOLD": 1000000,
        "MINIMUM_FEE": 1000000,
        "CRYPTONOTE_MINED_MONEY_UNLOCK_WINDOW": 10,
        "CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE": 100000,
        "MAX_TRANSACTION_SIZE_LIMIT": 100000,
        "CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX": 86,
        "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": 720,
        "DIFFICULTY_WINDOW_V2": 720,
        "DIFFICULTY_WINDOW": 17,
        "ZAWY_DIFFICULTY_V3": 1,
        "ZAWY_DIFFICULTY_DIFFICULTY_BLOCK_VERSION": 3,
        "P2P_DEFAULT_PORT": 13200,
        "RPC_DEFAULT_PORT": 13171,
        "BYTECOIN_NETWORK": "9714f3c1-b06f-16e9-adce-3e6723dbfcd1",
        "CRYPTONOTE_NAME": "xxxxCoin",
        "DAEMON_NAME": "xxxxCoind",
        "GENESIS_COINBASE_TX_HEX": "010a01ff0001ffffffffffff0f029b2e4c0281c0b02e7c53291a94d1d0cbff8883f8024f5142ee494ffbbd0880712101b8fa97bd629d191fd8e1ce348de0b27abc5182cce772c27d37cac2d63bd10745",
        "CHECKPOINTS": "0, 010a01ff0001ffffffffffff0f029b2e4c0281c0b02e7c53291a94d1d0cbff8883f8024f5142ee494ffbbd0880712101b8fa97bd629d191fd8e1ce348de0b27abc5182cce772c27d37cac2d63bd10745",
        "MAX_BLOCK_SIZE_INITIAL": 100000
    },
    "extensions": [
        "core/bytecoin.json",
        "print-genesis-tx.json"
    ]
newbie
Activity: 9
Merit: 0
I'm trying to setup a node but keep getting this:

Code:
INFO    Binding on 0.0.0.0:2533
INFO    Net service binded on 0.0.0.0:2533
INFO    Attempting to add IGD port mapping.
INFO    No IGD was found.
INFO    P2p server initialized OK
INFO    Starting core rpc server on address 127.0.0.1:2534
INFO    Core rpc server started ok
INFO    Starting p2p net loop...
INFO    Starting node_server
ERROR   Failed to connect to any of seed peers, continuing without seeds

I have the config file setup with seed nodes and I've removed the "seed-node=127.0.0.1:xxxxx" line. Any ideas on what it could be? Thanks
full member
Activity: 251
Merit: 134
B2B Coin
Guys, we still have the 50000 DSH (~1500$ at post time) bounty for a Forknote GUI. Here are the requirements:

* Bytecoin Wallet clone (https://github.com/amjuarez/bytecoin-gui)
* Ability to add/edit/delete Forknote configs
* Ability to run multiple Forknote configs simultaneously
* Ability to do everything Bytecoin Wallet is able to do for every Forknote config
* Clear visibility of what networks are available and what networks are running
* Opensource (that's obvious, because of the Bytecoin wallet license)

That's about it.


Hi slb,

We are working hard on the wallet you are looking for. One thing is not clear to me.
When getting the Spend keys from the walletd for a specific address and importing them in simplewallet no balance is shown and the address created by the wallet is different as well.

I'm a little stuck here, would like to offer people to create a paper wallet somehow, but if this doesn't work, we can not offer that functionality.

Can you please explain how the import works and why the balance of my imported address is not in the new created 'imported' wallet.

Kr,
Olivier @ b2bcoin.xyz


Do you have any success in your GUI wallet?

Hi pokerdog99,

We are first creating the multi web wallet, after that we will integrate it in the GUI wallet, no it's under test periode for b2b coin :-)
We will keep you guys posted, you will here from us again.

Kr,
Olivier @ b2bcoin.xyz

member
Activity: 75
Merit: 10
Guys, we still have the 50000 DSH (~1500$ at post time) bounty for a Forknote GUI. Here are the requirements:

* Bytecoin Wallet clone (https://github.com/amjuarez/bytecoin-gui)
* Ability to add/edit/delete Forknote configs
* Ability to run multiple Forknote configs simultaneously
* Ability to do everything Bytecoin Wallet is able to do for every Forknote config
* Clear visibility of what networks are available and what networks are running
* Opensource (that's obvious, because of the Bytecoin wallet license)

That's about it.


Hi slb,

We are working hard on the wallet you are looking for. One thing is not clear to me.
When getting the Spend keys from the walletd for a specific address and importing them in simplewallet no balance is shown and the address created by the wallet is different as well.

I'm a little stuck here, would like to offer people to create a paper wallet somehow, but if this doesn't work, we can not offer that functionality.

Can you please explain how the import works and why the balance of my imported address is not in the new created 'imported' wallet.

Kr,
Olivier @ b2bcoin.xyz


Do you have any success in your GUI wallet?
full member
Activity: 251
Merit: 134
B2B Coin
I am noob here.  While reading the config file i noticed the portion "Checkpoint" and it has something that looks like a UUID.  Can someone explain what it is for?

It's the hash that is linked to that block. So checkpoint=50000:rfqer5f4rer65e4qv5qe453er41qv31qer2vqeqerv1r3v2q13
Meaning block 50000 has hash rfqer5f4rer65e4qv5qe453er41qv31qer2vqeqerv1r3v2q13. It shoudl make the synchronisation faster but I don't see the performance gain.
full member
Activity: 251
Merit: 134
B2B Coin
Guys, we still have the 50000 DSH (~1500$ at post time) bounty for a Forknote GUI. Here are the requirements:

* Bytecoin Wallet clone (https://github.com/amjuarez/bytecoin-gui)
* Ability to add/edit/delete Forknote configs
* Ability to run multiple Forknote configs simultaneously
* Ability to do everything Bytecoin Wallet is able to do for every Forknote config
* Clear visibility of what networks are available and what networks are running
* Opensource (that's obvious, because of the Bytecoin wallet license)

That's about it.


Hi slb,

We are working hard on the wallet you are looking for. One thing is not clear to me.
When getting the Spend keys from the walletd for a specific address and importing them in simplewallet no balance is shown and the address created by the wallet is different as well.

I'm a little stuck here, would like to offer people to create a paper wallet somehow, but if this doesn't work, we can not offer that functionality.

Can you please explain how the import works and why the balance of my imported address is not in the new created 'imported' wallet.

Kr,
Olivier @ b2bcoin.xyz
member
Activity: 75
Merit: 10
I am noob here.  While reading the config file i noticed the portion "Checkpoint" and it has something that looks like a UUID.  Can someone explain what it is for?
slb
hero member
Activity: 598
Merit: 501
Guys, we still have the 50000 DSH (~1500$ at post time) bounty for a Forknote GUI. Here are the requirements:

* Bytecoin Wallet clone (https://github.com/amjuarez/bytecoin-gui)
* Ability to add/edit/delete Forknote configs
* Ability to run multiple Forknote configs simultaneously
* Ability to do everything Bytecoin Wallet is able to do for every Forknote config
* Clear visibility of what networks are available and what networks are running
* Opensource (that's obvious, because of the Bytecoin wallet license)

That's about it.
newbie
Activity: 33
Merit: 0
simplewallet hangs and freezes  Huh
what am i not getting with this junk?
Use github issues to describe and submit issue
The only simplewallet hang in the moment should be if no block is found on the blockchain.
Sorry slb, my mistake in config, got it going okay now. working on pools now, using https://github.com/forknote/forknote-pool
slb
hero member
Activity: 598
Merit: 501
simplewallet hangs and freezes  Huh
what am i not getting with this junk?
Use github issues to describe and submit issue
The only simplewallet hang in the moment should be if no block is found on the blockchain.
newbie
Activity: 33
Merit: 0
simplewallet hangs and freezes  Huh
what am i not getting with this junk?
newbie
Activity: 33
Merit: 0
Need help connecting using this forknote and keep geting error
Block reward mismatch for block...Expected reward: 190635606741, got reward: 14992222743513202
HELP ME
slb
hero member
Activity: 598
Merit: 501
Hi guys,

There is a big issue with one of the essential parameters (UPGRADE_HEIGHT_V2) for coins launched with v2.1.1. The issues is easily fixable with small change in the config file of your coin and migrating to v2.1.2. If some of you have production coin affected by this issue, please send me a private message.

Also, creating a premined forknote coin takes literally 2 minutes and launching a pool + block explorer takes literally 5 minutes, if done by hand. If you want to put any money on Forknote based ICOs do it on your own risk.
sr. member
Activity: 322
Merit: 250
Hi!
On bitcointalk forum there is one scammer named Murzibia. He has many fake accounts and scam projects. Last project is "Forknote coin"
https://bitcointalksearch.org/topic/annfrk-forknote-coin-cryptonote-2272023
He is uses logo and info from your project site for scam people.
Can you confirm, that he is not your team member?
His thread is self-moderated and locked, but i had created thread with information.
https://bitcointalksearch.org/topic/unmoderated-forknote-coin-scam-and-many-others-2275377
If you can do it, you will help many people.
Regards

P.S. Sorry for bad english
slb
hero member
Activity: 598
Merit: 501
New Forknote release, based on Bytecoin 2.1.2:

https://github.com/forknote/forknote/releases/tag/2.1.2

Changes in this version:

* Core changed to Bytecoin 2.1.2
* simplewallet issues fixed
* daemon sync issue fixed for some coins
* minor bug fixes
newbie
Activity: 14
Merit: 0
Hello, i'm currently starting to create my own crypto currency based on cryptonote.
 
i've follwed theses tutorials in this order:
- https://github.com/forknote/cryptonote-generator (I've generated TX HEX directly with the generator on this page : http://forknote.net/create/#/ because it doesnt work with '--print-genesis-tx'

After that i've followed this tuto to create my wallet  : http://forknote.net/guides/setup-private-blockchain/ (premine coin method's)

I've configured seed nodes on my Ubuntu server's whith this tutorial: http://forknote.net/guides/starting-seed-node/
 
But i've got some issues
In this tutorial : http://forknote.net/guides/setup-private-blockchain/#creating-configuration-file
When I try to create my config file in "fornote" folder's (cat >configs/fakecoin.conf) I havent config folder's with a file like mycoin.conf, every config files i've found wasnt in .conf but in .json
http://prntscr.com/gu6kkv

So i cant create this file et I cant verify my configuration with this command :
./forknoted --config-file configs/fakecoin.conf
 
And when I launch my wallet (simplewallet), i've got an error like "unable to connect to localhost:41048'
But im my config.json I've put my nodes :
http://prntscr.com/gu6mwt
 
Someone can help me ?
Have a nice day.

(Sorry, english is not my native language)

Someone can help me?
slb
hero member
Activity: 598
Merit: 501
We need some videos showing how to create premined and no-premined networks.
I am willing to give 1000 DSH for the first 3 videos in both categories.
Does offer still stand?
I created step-by-step training videos on private blockchain creation using forknote for chains with and without pre-mine.
Yes, PM me if you made one
Pages:
Jump to: