Author

Topic: public miner from a new coin (Read 89 times)

newbie
Activity: 5
Merit: 0
February 13, 2018, 12:24:41 PM
#1
hi guys,
I started my new cryptocurrency based on CryptoNote.
The daemon is running fine. But, I don't have seeds.
Wallet is ok. And, I can run miner in localhost.
But, when I try to miner remotly (from my pc)

>> Command I running in my blockchain:

mycurrencyd --allow-local-ip --seed-node 127.0.0.1:17236  --rpc-bind-ip 0.0.0.0

>> Command I running in my local pc:

./minerd -o my_ip:17236
[2018-02-13 13:22:04] Binding thread 0 to cpu 0
[2018-02-13 13:22:04] Binding thread 1 to cpu 1
[2018-02-13 13:22:04] Binding thread 2 to cpu 2
[2018-02-13 13:22:04] Binding thread 3 to cpu 3
[2018-02-13 13:22:04] Binding thread 4 to cpu 4
[2018-02-13 13:22:04] Binding thread 5 to cpu 5
[2018-02-13 13:22:04] Binding thread 6 to cpu 6
[2018-02-13 13:22:04] 8 miner threads started, using 'scrypt' algorithm.
[2018-02-13 13:22:04] Binding thread 7 to cpu 7
[2018-02-13 13:22:05] HTTP request failed: Recv failure: Connection reset by peer
[2018-02-13 13:22:05] json_rpc_call failed, retry after 30 seconds




Error receiveid in mymoneyd:
Exception in connectionHandler: Levin signature mismatch


Log when I started my moneyd:

11:21:51.856121 INFO Binding on 0.0.0.0:17236
11:21:51.856388 INFO Net service binded on 0.0.0.0:17236
11:21:51.856567 INFO Attempting to add IGD port mapping.
11:21:55.861582 INFO No IGD was found.
11:21:55.861778 INFO P2p server initialized OK
11:21:55.861928 INFO Initializing core...
11:21:55.862352 INFO Loading blockchain...
11:21:55.862584 WARNING No actual blockchain cache found, rebuilding internal structures...
11:21:55.862772 INFO Height 0 of 8
11:21:55.863421 INFO Rebuilding internal structures took: 0.000655607
11:21:55.863556 INFO Loading blockchain indices for BlockchainExplorer...
11:21:55.863729 WARNING No actual blockchain indices for BlockchainExplorer found, rebuilding...
11:21:55.863803 INFO Height 0 of 8
11:21:55.864093 INFO Rebuilding blockchain indices took: 0.000291316
11:21:55.864205 INFO Blockchain initialized. last block: 7, d0.h0.m48.s2 time ago, current difficulty: 5036
11:21:55.864271 INFO Core initialized OK
11:21:55.864480 INFO Starting core rpc server on address 0.0.0.0:18236
11:21:55.864660 INFO Core rpc server started ok
11:21:55.864774 INFO Starting p2p net loop...
11:21:55.864835 INFO Starting node_server
11:21:55.867140 INFO
11:21:55.867140 INFO **********************************************************************
11:21:55.867140 INFO You are now synchronized with the network. You may now start simplewallet.
11:21:55.867140 INFO
11:21:55.867140 INFO Please note, that the blockchain will be saved only after you quit the daemon with "exit" command or if you use "save" command.
11:21:55.867140 INFO Otherwise, you will possibly need to synchronize the blockchain again.
11:21:55.867140 INFO
11:21:55.867140 INFO Use "help" command to see the list of available commands.
11:21:55.867140 INFO **********************************************************************
11:21:55.868880 INFO
11:21:55.868880 INFO **********************************************************************
11:21:55.868880 INFO The daemon will start synchronizing with the network. It may take up to several hours.
11:21:55.868880 INFO
11:21:55.868880 INFO You can set the level of process detailization* through "set_log " command*, where is between 0 (no details) and 4 (very verbose).
11:21:55.868880 INFO
11:21:55.868880 INFO Use "help" command to see the list of available commands.
11:21:55.868880 INFO
11:21:55.868880 INFO Note: in case you need to interrupt the process, use "exit" command. Otherwise, the current progress won't be saved.
11:21:55.868880 INFO **********************************************************************
11:21:55.870415 WARNING [127.0.0.1:54697 INC] Exception in connectionHandler: TcpConnection::read




Jump to: