BreakingBAD
Member
Offline
Activity: 93
Merit: 10
|
|
May 14, 2014, 04:12:14 PM |
|
another clonecoin launched without a GUI
what real work have they contributed anyway?
this is just silly
All alternative cryptocoins are clonecoins, aren't it?
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
May 14, 2014, 05:03:33 PM |
|
another clonecoin launched without a GUI
what real work have they contributed anyway?
this is just silly
All alternative cryptocoins are clonecoins, aren't it? Bytecoin (BCN, note BTE) is not a clone of anything as far as I know. Brand new code. The other cryptonote coins are all clones of bytecoin.
|
|
|
|
c789
|
|
May 15, 2014, 08:04:31 AM Last edit: May 15, 2014, 08:25:17 AM by c789 |
|
I'm trying to MM Fantomcoin with Bytecoin but can't get it to work. I've downloaded both blockchains and generated addresses for each. Are these the steps I need to take in order to MM (in Ubuntu 14.04)? - ./launch bytecoind
- In a separate terminal: ./launch fantomcoind
- In a separate terminal: open Fantomcoin's simplewallet
- In a separate terminal: ./minerc --node1=127.0.0.1:8081 --node2=127.0.0.1:24081 --wallet1=my_BCN_address --wallet2=my_FCN_address
I did all of this, and in the last terminal, after I run the minerc command, I got row after row of " Failed to get block1" What am I doing wrong?
|
|
|
|
amphibian (OP)
Member
Offline
Activity: 210
Merit: 10
|
|
May 15, 2014, 01:53:51 PM |
|
I'm trying to MM Fantomcoin with Bytecoin but can't get it to work. I've downloaded both blockchains and generated addresses for each. Are these the steps I need to take in order to MM (in Ubuntu 14.04)? - ./launch bytecoind
- In a separate terminal: ./launch fantomcoind
- In a separate terminal: open Fantomcoin's simplewallet
- In a separate terminal: ./minerc --node1=127.0.0.1:8081 --node2=127.0.0.1:24081 --wallet1=my_BCN_address --wallet2=my_FCN_address
I did all of this, and in the last terminal, after I run the minerc command, I got row after row of " Failed to get block1" What am I doing wrong? Hello, Researching this problem ATM, was not able to reproduce it on Ubuntu13. I assume both daemons are fully synced since you were able to create a wallet.
|
|
|
|
|
amphibian (OP)
Member
Offline
Activity: 210
Merit: 10
|
|
May 15, 2014, 03:27:09 PM |
|
I'm trying to MM Fantomcoin with Bytecoin but can't get it to work. I've downloaded both blockchains and generated addresses for each. Are these the steps I need to take in order to MM (in Ubuntu 14.04)? - ./launch bytecoind
- In a separate terminal: ./launch fantomcoind
- In a separate terminal: open Fantomcoin's simplewallet
- In a separate terminal: ./minerc --node1=127.0.0.1:8081 --node2=127.0.0.1:24081 --wallet1=my_BCN_address --wallet2=my_FCN_address
I did all of this, and in the last terminal, after I run the minerc command, I got row after row of " Failed to get block1" What am I doing wrong? Hello, Researching this problem ATM, was not able to reproduce it on Ubuntu13. I assume both daemons are fully synced since you were able to create a wallet. I was able to reproduce this problem with a wrong BCN address, make sure you're using the correct one. Going to change the error's text soon.
|
|
|
|
c789
|
|
May 15, 2014, 03:38:22 PM Last edit: May 15, 2014, 03:52:20 PM by c789 |
|
Thanks for looking into this, I really appreciate it! The addresses for both were correctly copy and pasted. Here are the last parts of the log files from each of the simplewallets (both addresses shortened for posting). These were produced after both blockchains had been downloaded, saved, and were still running. /home/ME/bytecoin/simplewallet.log2014-May-15 04:08:11.290575 bytecoin wallet v0.8.7.64(dd9f09e) 2014-May-15 04:08:11.723808 Loaded wallet keys file, with public address: 2...3 2014-May-15 04:08:11.745054 Opened wallet: 2...3 2014-May-15 04:08:11.745617 Starting refresh... 2014-May-15 04:08:11.746499 ERROR /var/lib/jenkins/jobs/Linux/workspace/ARCH/x86-64 -msse4/src/wallet/wallet2.cpp:231 res.status == CORE_RPC_STATUS_BUSY. THROW EXCEPTION: error::daemon_busy 2014-May-15 04:08:11.746521 /var/lib/jenkins/jobs/Linux/workspace/ARCH/x86-64 -msse4/src/wallet/wallet2.cpp:231:N5tools5error11daemon_busyE: daemon is busy, request = getblocks.bin 2014-May-15 04:08:11.746605 Another try pull_blocks (try_count=0)... 2014-May-15 04:08:11.823965 ERROR /var/lib/jenkins/jobs/Linux/workspace/ARCH/x86-64 -msse4/src/wallet/wallet2.cpp:231 res.status == CORE_RPC_STATUS_BUSY. THROW EXCEPTION: error::daemon_busy 2014-May-15 04:08:11.824044 /var/lib/jenkins/jobs/Linux/workspace/ARCH/x86-64 -msse4/src/wallet/wallet2.cpp:231:N5tools5error11daemon_busyE: daemon is busy, request = getblocks.bin 2014-May-15 04:08:11.824143 Another try pull_blocks (try_count=1)... 2014-May-15 04:08:11.903951 ERROR /var/lib/jenkins/jobs/Linux/workspace/ARCH/x86-64 -msse4/src/wallet/wallet2.cpp:231 res.status == CORE_RPC_STATUS_BUSY. THROW EXCEPTION: error::daemon_busy 2014-May-15 04:08:11.904030 /var/lib/jenkins/jobs/Linux/workspace/ARCH/x86-64 -msse4/src/wallet/wallet2.cpp:231:N5tools5error11daemon_busyE: daemon is busy, request = getblocks.bin 2014-May-15 04:08:11.904128 Another try pull_blocks (try_count=2)... 2014-May-15 04:08:11.983960 ERROR /var/lib/jenkins/jobs/Linux/workspace/ARCH/x86-64 -msse4/src/wallet/wallet2.cpp:231 res.status == CORE_RPC_STATUS_BUSY. THROW EXCEPTION: error::daemon_busy 2014-May-15 04:08:11.984039 /var/lib/jenkins/jobs/Linux/workspace/ARCH/x86-64 -msse4/src/wallet/wallet2.cpp:231:N5tools5error11daemon_busyE: daemon is busy, request = getblocks.bin 2014-May-15 04:08:11.984137 ERROR /var/lib/jenkins/jobs/Linux/workspace/ARCH/x86-64 -msse4/src/wallet/wallet2.cpp:309 pull_blocks failed, try_count=3 2014-May-15 04:08:11.984208 Error: refresh failed: daemon is busy. Please try later. Blocks received: 0 /home/ME/fantomcoin/simplewallet.log2014-May-15 04:10:48.337272 fantomcoin wallet v0.8.6.295() 2014-May-15 04:10:48.766159 Loaded wallet keys file, with public address: 6...4 2014-May-15 04:10:48.767550 Opened wallet: 6...4 2014-May-15 04:10:48.768115 Starting refresh... 2014-May-15 04:10:48.769141 ERROR /root/fantomcoin/src/wallet/wallet2.cpp:231 res.status == CORE_RPC_STATUS_BUSY. THROW EXCEPTION: error::daemon_busy 2014-May-15 04:10:48.769165 /root/fantomcoin/src/wallet/wallet2.cpp:231:N5tools5error11daemon_busyE: daemon is busy, request = getblocks.bin 2014-May-15 04:10:48.769253 Another try pull_blocks (try_count=0)... 2014-May-15 04:10:48.847970 ERROR /root/fantomcoin/src/wallet/wallet2.cpp:231 res.status == CORE_RPC_STATUS_BUSY. THROW EXCEPTION: error::daemon_busy 2014-May-15 04:10:48.848060 /root/fantomcoin/src/wallet/wallet2.cpp:231:N5tools5error11daemon_busyE: daemon is busy, request = getblocks.bin 2014-May-15 04:10:48.848159 Another try pull_blocks (try_count=1)... 2014-May-15 04:10:48.927956 ERROR /root/fantomcoin/src/wallet/wallet2.cpp:231 res.status == CORE_RPC_STATUS_BUSY. THROW EXCEPTION: error::daemon_busy 2014-May-15 04:10:48.928049 /root/fantomcoin/src/wallet/wallet2.cpp:231:N5tools5error11daemon_busyE: daemon is busy, request = getblocks.bin 2014-May-15 04:10:48.928147 Another try pull_blocks (try_count=2)... 2014-May-15 04:10:49.007953 ERROR /root/fantomcoin/src/wallet/wallet2.cpp:231 res.status == CORE_RPC_STATUS_BUSY. THROW EXCEPTION: error::daemon_busy 2014-May-15 04:10:49.008043 /root/fantomcoin/src/wallet/wallet2.cpp:231:N5tools5error11daemon_busyE: daemon is busy, request = getblocks.bin 2014-May-15 04:10:49.008141 ERROR /root/fantomcoin/src/wallet/wallet2.cpp:309 pull_blocks failed, try_count=3 2014-May-15 04:10:49.008223 Error: refresh failed: daemon is busy. Please try later. Blocks received: 0 As stated, the blockchains for both were downloaded, saved, and wallets were generated, but for the sake of thoroughness, here are other errors. Only a few of these were interspersed in these log files: /home/ME/bytecoin/bytecoind.log2014-May-15 01:51:29.352234 [P2P3]ERROR /var/lib/jenkins/jobs/Linux/workspace/ARCH/x86-64 -msse4/src/p2p/net_node.inl:781 check_trust failed to check time conditions, last_stat_request_time=1400133084, proof_time=1400133079 /home/ME/fantomcoin/fantomciond.log2014-May-15 03:44:09.685122 [P2P0]ERROR /root/fantomcoin/contrib/epee/include/net/abstract_tcp_server2.inl:729 [sock -1] Failed to start connection, connections_count = 8
|
|
|
|
amphibian (OP)
Member
Offline
Activity: 210
Merit: 10
|
|
May 15, 2014, 04:36:50 PM |
|
Thanks for looking into this, I really appreciate it! The addresses for both were correctly copy and pasted. Here are the last parts of the log files from each of the simplewallets (both addresses shortened for posting). These were produced after both blockchains had been downloaded, saved, and were still running. /home/ME/bytecoin/simplewallet.log2014-May-15 04:08:11.290575 bytecoin wallet v0.8.7.64(dd9f09e) 2014-May-15 04:08:11.723808 Loaded wallet keys file, with public address: 2...3 2014-May-15 04:08:11.745054 Opened wallet: 2...3 2014-May-15 04:08:11.745617 Starting refresh... 2014-May-15 04:08:11.746499 ERROR /var/lib/jenkins/jobs/Linux/workspace/ARCH/x86-64 -msse4/src/wallet/wallet2.cpp:231 res.status == CORE_RPC_STATUS_BUSY. THROW EXCEPTION: error::daemon_busy 2014-May-15 04:08:11.746521 /var/lib/jenkins/jobs/Linux/workspace/ARCH/x86-64 -msse4/src/wallet/wallet2.cpp:231:N5tools5error11daemon_busyE: daemon is busy, request = getblocks.bin 2014-May-15 04:08:11.746605 Another try pull_blocks (try_count=0)... 2014-May-15 04:08:11.823965 ERROR /var/lib/jenkins/jobs/Linux/workspace/ARCH/x86-64 -msse4/src/wallet/wallet2.cpp:231 res.status == CORE_RPC_STATUS_BUSY. THROW EXCEPTION: error::daemon_busy 2014-May-15 04:08:11.824044 /var/lib/jenkins/jobs/Linux/workspace/ARCH/x86-64 -msse4/src/wallet/wallet2.cpp:231:N5tools5error11daemon_busyE: daemon is busy, request = getblocks.bin 2014-May-15 04:08:11.824143 Another try pull_blocks (try_count=1)... 2014-May-15 04:08:11.903951 ERROR /var/lib/jenkins/jobs/Linux/workspace/ARCH/x86-64 -msse4/src/wallet/wallet2.cpp:231 res.status == CORE_RPC_STATUS_BUSY. THROW EXCEPTION: error::daemon_busy 2014-May-15 04:08:11.904030 /var/lib/jenkins/jobs/Linux/workspace/ARCH/x86-64 -msse4/src/wallet/wallet2.cpp:231:N5tools5error11daemon_busyE: daemon is busy, request = getblocks.bin 2014-May-15 04:08:11.904128 Another try pull_blocks (try_count=2)... 2014-May-15 04:08:11.983960 ERROR /var/lib/jenkins/jobs/Linux/workspace/ARCH/x86-64 -msse4/src/wallet/wallet2.cpp:231 res.status == CORE_RPC_STATUS_BUSY. THROW EXCEPTION: error::daemon_busy 2014-May-15 04:08:11.984039 /var/lib/jenkins/jobs/Linux/workspace/ARCH/x86-64 -msse4/src/wallet/wallet2.cpp:231:N5tools5error11daemon_busyE: daemon is busy, request = getblocks.bin 2014-May-15 04:08:11.984137 ERROR /var/lib/jenkins/jobs/Linux/workspace/ARCH/x86-64 -msse4/src/wallet/wallet2.cpp:309 pull_blocks failed, try_count=3 2014-May-15 04:08:11.984208 Error: refresh failed: daemon is busy. Please try later. Blocks received: 0 /home/ME/fantomcoin/simplewallet.log2014-May-15 04:10:48.337272 fantomcoin wallet v0.8.6.295() 2014-May-15 04:10:48.766159 Loaded wallet keys file, with public address: 6...4 2014-May-15 04:10:48.767550 Opened wallet: 6...4 2014-May-15 04:10:48.768115 Starting refresh... 2014-May-15 04:10:48.769141 ERROR /root/fantomcoin/src/wallet/wallet2.cpp:231 res.status == CORE_RPC_STATUS_BUSY. THROW EXCEPTION: error::daemon_busy 2014-May-15 04:10:48.769165 /root/fantomcoin/src/wallet/wallet2.cpp:231:N5tools5error11daemon_busyE: daemon is busy, request = getblocks.bin 2014-May-15 04:10:48.769253 Another try pull_blocks (try_count=0)... 2014-May-15 04:10:48.847970 ERROR /root/fantomcoin/src/wallet/wallet2.cpp:231 res.status == CORE_RPC_STATUS_BUSY. THROW EXCEPTION: error::daemon_busy 2014-May-15 04:10:48.848060 /root/fantomcoin/src/wallet/wallet2.cpp:231:N5tools5error11daemon_busyE: daemon is busy, request = getblocks.bin 2014-May-15 04:10:48.848159 Another try pull_blocks (try_count=1)... 2014-May-15 04:10:48.927956 ERROR /root/fantomcoin/src/wallet/wallet2.cpp:231 res.status == CORE_RPC_STATUS_BUSY. THROW EXCEPTION: error::daemon_busy 2014-May-15 04:10:48.928049 /root/fantomcoin/src/wallet/wallet2.cpp:231:N5tools5error11daemon_busyE: daemon is busy, request = getblocks.bin 2014-May-15 04:10:48.928147 Another try pull_blocks (try_count=2)... 2014-May-15 04:10:49.007953 ERROR /root/fantomcoin/src/wallet/wallet2.cpp:231 res.status == CORE_RPC_STATUS_BUSY. THROW EXCEPTION: error::daemon_busy 2014-May-15 04:10:49.008043 /root/fantomcoin/src/wallet/wallet2.cpp:231:N5tools5error11daemon_busyE: daemon is busy, request = getblocks.bin 2014-May-15 04:10:49.008141 ERROR /root/fantomcoin/src/wallet/wallet2.cpp:309 pull_blocks failed, try_count=3 2014-May-15 04:10:49.008223 Error: refresh failed: daemon is busy. Please try later. Blocks received: 0 As stated, the blockchains for both were downloaded, saved, and wallets were generated, but for the sake of thoroughness, here are other errors. Only a few of these were interspersed in these log files: /home/ME/bytecoin/bytecoind.log2014-May-15 01:51:29.352234 [P2P3]ERROR /var/lib/jenkins/jobs/Linux/workspace/ARCH/x86-64 -msse4/src/p2p/net_node.inl:781 check_trust failed to check time conditions, last_stat_request_time=1400133084, proof_time=1400133079 /home/ME/fantomcoin/fantomciond.log2014-May-15 03:44:09.685122 [P2P0]ERROR /root/fantomcoin/contrib/epee/include/net/abstract_tcp_server2.inl:729 [sock -1] Failed to start connection, connections_count = 8 Thank you for providing logs, try to enter "save" in both deamons and start mining. Let me know if problem persists.
|
|
|
|
Lyomon86
Member
Offline
Activity: 96
Merit: 10
|
|
May 15, 2014, 05:28:13 PM |
|
When GUI miner will be available?
|
|
|
|
amphibian (OP)
Member
Offline
Activity: 210
Merit: 10
|
|
May 15, 2014, 06:02:51 PM |
|
Hey guys, There was a lot of problems with the last GUI miner version so I decided to build a new one. Main point of it is this: I declined the concept of 4gb_memory_blockchain - all you have to do now is enter your BCN/MRO/QCN and FCN wallet address and connect to one of the nodes directly. It will solve the issue with the “eternal_BCN_sync”. You can find new miner here: http://solominer.org/ currently it is in beta so please don’t hesitate to submit bugs or suggestions. Also, BMR/MRO and QCN developers can contact me through PM to talk about the direct nodes for miners. That’s pretty much all for now - post here in case of any questions. Cheers.
|
|
|
|
c789
|
|
May 16, 2014, 01:42:22 AM |
|
Thank you for providing logs, try to enter "save" in both deamons and start mining. Let me know if problem persists.
Thank you. Evidently I didn't have all of the BTE blockchain, as you suspected. I was almost sure I had saved it before exiting, but since I'm new to the BTE and FCN, I probably messed it up. Anyway, the good news is that I'm hashing away. Thanks again! I think FCN has a lot to offer and I appreciate your work on making this a coin with valid purposes.
|
|
|
|
amphibian (OP)
Member
Offline
Activity: 210
Merit: 10
|
|
May 16, 2014, 09:42:18 AM |
|
Hey guys, Created a separate topic for SoloMiner - decided to keep this topic clean. SoloMiner discussion topic: https://bitcointalk.org/index.php?topic=611121.0Also, would like to start a bounty for the OP translation and post: 20 FCN for each post. PM me as soon as you create a post and I'll send you the reward. Have a good day. Cheers.
|
|
|
|
giveBTCpls
|
|
May 16, 2014, 12:02:21 PM |
|
What are teh differences between this coin and FantomCoin?
|
|
|
|
amphibian (OP)
Member
Offline
Activity: 210
Merit: 10
|
|
May 16, 2014, 12:15:41 PM |
|
What are teh differences between this coin and FantomCoin? Ehm... What? Can you elaborate on this? I didn't really understand your question.
|
|
|
|
giveBTCpls
|
|
May 16, 2014, 12:19:00 PM |
|
What are teh differences between this coin and FantomCoin? Ehm... What? Can you elaborate on this? I didn't really understand your question. Lol, I meant QuazarCoin. I fear there are a million alt cryptonote coins without big reasons to exist and it becomes another joke like Bitcoin and all the alts.
|
|
|
|
amphibian (OP)
Member
Offline
Activity: 210
Merit: 10
|
|
May 16, 2014, 12:22:20 PM |
|
What are teh differences between this coin and FantomCoin? Ehm... What? Can you elaborate on this? I didn't really understand your question. Lol, I meant QuazarCoin. I fear there are a million alt cryptonote coins without big reasons to exist and it becomes another joke like Bitcoin and all the alts. Fantomcoin is the only one with a Merged Mining support - meaning is - you can mine BCN/MRO/QCN and FCN simultaneously.
|
|
|
|
giveBTCpls
|
|
May 16, 2014, 12:53:30 PM |
|
What are teh differences between this coin and FantomCoin? Ehm... What? Can you elaborate on this? I didn't really understand your question. Lol, I meant QuazarCoin. I fear there are a million alt cryptonote coins without big reasons to exist and it becomes another joke like Bitcoin and all the alts. Fantomcoin is the only one with a Merged Mining support - meaning is - you can mine BCN/MRO/QCN and FCN simultaneously. Will it expand to future cryptonote coins? who invented merge mining? also, how does it work, you split your hashing power or same hashing power? wouldn't that stress the CPU a lot?
|
|
|
|
Hexah
|
|
May 16, 2014, 01:33:15 PM |
|
What are teh differences between this coin and FantomCoin? Ehm... What? Can you elaborate on this? I didn't really understand your question. Lol, I meant QuazarCoin. I fear there are a million alt cryptonote coins without big reasons to exist and it becomes another joke like Bitcoin and all the alts. Fantomcoin is the only one with a Merged Mining support - meaning is - you can mine BCN/MRO/QCN and FCN simultaneously. Will it expand to future cryptonote coins? who invented merge mining? also, how does it work, you split your hashing power or same hashing power? wouldn't that stress the CPU a lot? amphibian developed cryptonote coins merged mining himself. But as far as I know merged mining was implemented to Namecoin-Bitcoin pair first time. Merged mining uses hashpower from one blockchain in other blockchain. "Donor" blockchain knows nothing about MM while "merge mining" blockchain is able to accept PoW from "donor" blockchain. Several "merge mining" blockchains can use work from "donor" blockchain at the same time (on same mining machine). So you mine with the same hashing power but as a result you are rewarded with two (or more) types of coins, not one as while usual mining.
|
|
|
|
policymaker
Full Member
Offline
Activity: 210
Merit: 100
Crypto Currency Supporter
|
|
May 16, 2014, 10:44:03 PM |
|
Hello, im pretty much new to this, I want to clear things: there is no gui wallet, like monero? dont you have to sync with ur network? with merged mining, I mine for both fantom and monero in a monero pool? Sry for being a noob, but seems interesting nonetheless
|
|
|
|
ShitHappens
Member
Offline
Activity: 74
Merit: 10
“Everyone Is A Bank”
|
|
May 17, 2014, 04:45:58 AM |
|
Hello, im pretty much new to this, I want to clear things: there is no gui wallet, like monero? dont you have to sync with ur network? with merged mining, I mine for both fantom and monero in a monero pool? Sry for being a noob, but seems interesting nonetheless
As far as I know there is no gui wallet, unfortunately. WIth MM I'll mine both coins
|
|
|
|
|