Pages:
Author

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

newbie
Activity: 39
Merit: 0
Hi, I'm looking for someone who can create a new coin in Cryptonote for me; willing to pay of course.

If anyone knows anyone, I'm looking to get this done in the next couple of days for a site I'm launching.

Thanks!

Rick
slb
hero member
Activity: 598
Merit: 501
I copied the file in the wallet in folder Forknote 2.0.1 .
I restored the coin, how to connect the wallet file to the pool, go to the payment?
Can you join freenode - #forknote , so we can figure out what is going on faster?
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
I copied the file in the wallet in folder Forknote 2.0.1 .
I restored the coin, how to connect the wallet file to the pool, go to the payment?
slb
hero member
Activity: 598
Merit: 501
I removed the old blockchain, run the client Forknote 1.0.11, and original xcicoin simplewallet, there wallet file with a large amount, can I recover?

UP.
forknote 1.0.11 launched, that's what gives:
Code:
2017-Feb-11 18:07:21.531154 ERROR   knownBlockIds doesn't end with genesis block hash: 0000000000000000000000000000000000000000000000000000000000000000


That's an odd error. Do you use the correct config file?
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
 I removed the old blockchain, run the client Forknote 1.0.11, and original xcicoin simplewallet, there wallet file with a large amount, can I recover?

UP.
forknote 1.0.11 launched, that's what gives:
Code:
2017-Feb-11 18:07:21.531154 ERROR   knownBlockIds doesn't end with genesis block hash: 0000000000000000000000000000000000000000000000000000000000000000
slb
hero member
Activity: 598
Merit: 501
XCIcoin will be fork.
Forknote v2.0.1 is released ready for fork?
xci is not forking. It just moves to newer bytecoin version code with less bugs.
PS: forknote v2.0.1 is ready
Thank you!

UPdate.
No shows blockchain in the new version, added string:
Code:
rpc-bind-ip=0.0.0.0                                                                                                                                                                                                                                                           
enable-blockchain-indexes=1                                                                                                                                                                                                                                                   
enable-cors=1

I used a demon forknote, simplewallet and the original wallet xcicoin, wallet file simplewallet, but no coins on it.
It is possible to recover the money?

Hi mate,

There are some minor changes.

You no longer need this line:
Code:
enable-blockchain-indexes=1

This line is now is now actual domain. You can have multiple values
Old:
Code:
enable-cors=1
New:
Code:
enable-cors=http://democats.org
enable-cors=http://api.democats.org

To have an open node:
Code:
enable-cors=*

Basically, every line adds Access-Control-Allow-Origin.

You can export the keys using the 'export' command in simplewallet. 
To use the simplewallet import, you must have both your secret spend and view keys. To import just open simplewallet and press 'i'. Then follow the dialog.


Also, be aware of this bug:
https://github.com/forknote/forknote/issues/7
Restart the daemon after you sync
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
Quote
* simplewallet import from private keys option added
How to do it?
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
XCIcoin will be fork.
Forknote v2.0.1 is released ready for fork?
xci is not forking. It just moves to newer bytecoin version code with less bugs.
PS: forknote v2.0.1 is ready
Thank you!

UPdate.
No shows blockchain in the new version, added string:
Code:
rpc-bind-ip=0.0.0.0                                                                                                                                                                                                                                                          
enable-blockchain-indexes=1                                                                                                                                                                                                                                                  
enable-cors=1

I used a demon forknote, simplewallet and the original wallet xcicoin, wallet file simplewallet, but no coins on it.
It is possible to recover the money?
slb
hero member
Activity: 598
Merit: 501
XCIcoin will be fork.
Forknote v2.0.1 is released ready for fork?
xci is not forking. It just moves to newer bytecoin version code with less bugs.
PS: forknote v2.0.1 is ready
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
XCIcoin will be fork.
Forknote v2.0.1 is released ready for fork?
eeX
hero member
Activity: 961
Merit: 500
Soldo.IN [SLD]
My shame, yes, I'm tryed to mine on the P2P port, instead of the RPC port.

You are genius as usual, thanks!
slb
hero member
Activity: 598
Merit: 501
Probably MINER need a --config-file parameter, but didn't take it Sad

Sorry if I offended you. It's kind of impossible to understand user's level from 1-2 posts.

You don't need --config-file for 'miner'.
A possible explanation for the 'Levin signature mismatch' WARNING is you are trying to mine on the P2P port, instead of the RPC port

Here is the actual setup I use to mine a few test blocks on BitCoal (I use it as testnet usually, because it has small blockchain, stable hashrate and the hashrate is low). It's on macOS,  FN v2.0.1:

Terminal 1:
Code:
./forknoted --config-file configs/bitcoal.conf

Terminal 2:
Code:
./miner --daemon-address localhost:7701 --address CiSgoXqH8s1MbgW5uH84hNNmkBNnu2ZaPRSvjE1o4yBcedrv7LPmgg2HL3vvjAQKoPCNiL4MCAFnKc3rvxnGzfYpRc8A3AK

If you share your actual setup + commands it will be easier to replicate and debug
eeX
hero member
Activity: 961
Merit: 500
Soldo.IN [SLD]
Probably MINER need a --config-file parameter, but didn't take it Sad
eeX
hero member
Activity: 961
Merit: 500
Soldo.IN [SLD]
Why do you thiknk I'm SO stupid???

Yes, I'm, but not SO Smiley

Anyway, I tried all standard methods and tricks while attempted.

I used both --daemon-address and --address as well as --threads params.

Miner sucessfully connected to daemon, but immediately after that stopped with log below:

2017-Jan-30 15:54:17.442694 DEBUG   [MinerManager] starting
2017-Jan-30 15:54:17.442694 INFO    [MinerManager] requesting mining parameters
2017-Jan-30 15:54:17.473894 WARNING [MinerManager] Couldn't get block template:The stream is ended
Fatal: The stream is ended

Just within this connection attempt I got error in daemon.

2017-Jan-30 15:54:17.458293 WARNING [10.10.77.77:62595 INC] Exception in connectionHandler: Levin signature mismatch

Look at the time!!!

I'm trying to tell you where are something wrong with miner (or probably daemon).
slb
hero member
Activity: 598
Merit: 501
Smiley I tried.

Miner stopped immediately with log -

2017-Jan-30 15:54:17.442694 DEBUG   [MinerManager] starting
2017-Jan-30 15:54:17.442694 INFO    [MinerManager] requesting mining parameters
2017-Jan-30 15:54:17.473894 WARNING [MinerManager] Couldn't get block template:The stream is ended
Fatal: The stream is ended

And got errors in daemon -
2017-Jan-30 15:53:41.983532 WARNING [10.10.77.77:62587 INC] Exception in connectionHandler: Levin signature mismatch
2017-Jan-30 15:54:17.458293 WARNING [10.10.77.77:62595 INC] Exception in connectionHandler: Levin signature mismatch

Hey Smiley
'miner' has some required parameters - 'address' and 'daemon-address'
Here is an example how to use it for Dashcoin at if you run daemon at localhost:
Code:
./miner --daemon-address localhost:29081 --address D8yFneNkLn617zawXhdruwVQf8GWVdtgz4K3UnjqVXWH34hB4VMFU4U7QYzqvXbQUNDpSc4NmdHmT1Rc78wmPwV7VU2VNyF

For more details you can see the help:
Code:
./miner --help

On the daemon question - "Levin signature mismatch" just means someone with wrong network_id is connected to the network. Nothing to worry about
eeX
hero member
Activity: 961
Merit: 500
Soldo.IN [SLD]
Smiley I tried.

Miner stopped immediately with log -

2017-Jan-30 15:54:17.442694 DEBUG   [MinerManager] starting
2017-Jan-30 15:54:17.442694 INFO    [MinerManager] requesting mining parameters
2017-Jan-30 15:54:17.473894 WARNING [MinerManager] Couldn't get block template:The stream is ended
Fatal: The stream is ended

And got errors in daemon -
2017-Jan-30 15:53:41.983532 WARNING [10.10.77.77:62587 INC] Exception in connectionHandler: Levin signature mismatch
2017-Jan-30 15:54:17.458293 WARNING [10.10.77.77:62595 INC] Exception in connectionHandler: Levin signature mismatch
slb
hero member
Activity: 598
Merit: 501
Hello slb!

Could you tell me please, is it possible to solo mine in last Forknote release?

I tried both forknote and bcn and failed Sad

Any suggestions?

Yes. The miner is not in the daemon anymore. You need to use 'miner' included in the binaries.
eeX
hero member
Activity: 961
Merit: 500
Soldo.IN [SLD]
I mean forknote v2.0.1.1221
eeX
hero member
Activity: 961
Merit: 500
Soldo.IN [SLD]
Hello slb!

Could you tell me please, is it possible to solo mine in last Forknote release?

I tried both forknote and bcn and failed Sad

Any suggestions?
slb
hero member
Activity: 598
Merit: 501
This is a required update?
And if I use daemon forknote and simplewallet from the original, so it is possible, reset should be done?

The update is not required, but it's comparable to the LMDB update of Monero (if you are familiar with it).
You will get much mess ram usage and a lot faster network sync. It can sync to the Bytecoin network from 0 for less than 3 hours, and most of the smaller networks take just a few minutes to sync
Pages:
Jump to: