Bitcoin Forum
June 30, 2024, 12:41:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Scrypt Coin clone - Technical Questions  (Read 661 times)
First.Bitcoins (OP)
Legendary
*
Offline Offline

Activity: 1156
Merit: 1000


View Profile WWW
February 26, 2014, 05:44:23 PM
 #1

I have cloned dogecoin (for testing), everything works so far, coins are mining on two virtual servers. I compiled the testcoin-qt wallet, no problems, but when the wallet starts to sync, it says it is at 1300 out of 106000 total blocks. Since there are only 1300 blocks today, where is the 106000 number coming from? Was it somewhere in the dogecoin code, when I cloned it? How can it be fixed? This is making the syncing process take several days.

Founding Dev of ArtByte, the crypto supporting the arts, started in NYC - May 1, 2014 ArtByte.me
KaozTiposta
Full Member
***
Offline Offline

Activity: 244
Merit: 101


View Profile
February 26, 2014, 05:45:49 PM
 #2

I have cloned dogecoin (for testing), everything works so far, coins are mining on two virtual servers. I compiled the testcoin-qt wallet, no problems, but when the wallet starts to sync, it says it is at 1300 out of 106000 total blocks. Since there are only 1300 blocks today, where is the 106000 number coming from? Was it somewhere in the dogecoin code, when I cloned it? How can it be fixed? This is making the syncing process take several days.

Did you change the magic numbers? Maybe this is the reason.
First.Bitcoins (OP)
Legendary
*
Offline Offline

Activity: 1156
Merit: 1000


View Profile WWW
February 26, 2014, 07:52:23 PM
 #3

I did generate a new merkelhash, genesisblock, nNonce, etc and entered them. What other "magical numbers" did I need to change? When I run getinfo, it only shows the 1300 blocks.

Founding Dev of ArtByte, the crypto supporting the arts, started in NYC - May 1, 2014 ArtByte.me
amarian12
Hero Member
*****
Offline Offline

Activity: 619
Merit: 501


https://www.massict.com/


View Profile WWW
February 26, 2014, 09:00:30 PM
 #4

did you remove the checkpoints from code?







Imagine a future where IT infrastructures monitor themselves, are able to predict and respond to future business needs and can protect and heal themselves automatically.
First.Bitcoins (OP)
Legendary
*
Offline Offline

Activity: 1156
Merit: 1000


View Profile WWW
February 27, 2014, 03:49:55 PM
 #5

Thanks amarian12, that fixed it!

Now onto the next problem, I am trying to compile the qt file on mac and get this error:
-----------------
Undefined symbols for architecture x86_64:
  "boost::atomics::detail::lockpool::get_lock_for(void const volatile*)", referenced from:
      boost::thread_detail::enter_once_region(boost::once_flag&) in libboost_thread-mt.a(once.o)
      boost::thread_detail::commit_once_region(boost::once_flag&) in libboost_thread-mt.a(once.o)
      boost::thread_detail::rollback_once_region(boost::once_flag&) in libboost_thread-mt.a(once.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
-------------------
-v shows: This program built for i386-apple-darwin11.3.0
I am on

Any idea how to fix? I am on osx 10.7.5

Founding Dev of ArtByte, the crypto supporting the arts, started in NYC - May 1, 2014 ArtByte.me
amarian12
Hero Member
*****
Offline Offline

Activity: 619
Merit: 501


https://www.massict.com/


View Profile WWW
February 27, 2014, 07:58:01 PM
 #6

https://github.com/bitcoin/bitcoin/blob/master/doc/build-osx.md

check this ... i did not try compile on mac

Imagine a future where IT infrastructures monitor themselves, are able to predict and respond to future business needs and can protect and heal themselves automatically.
First.Bitcoins (OP)
Legendary
*
Offline Offline

Activity: 1156
Merit: 1000


View Profile WWW
March 01, 2014, 04:15:35 PM
 #7

For those who might have the same problem compiling any altcoin on mac, I fixed it by uninstalling and reinstalling boost (using macports) with the universal flag:

%% sudo port uninstall boost
%% sudo port install boost +universal

Founding Dev of ArtByte, the crypto supporting the arts, started in NYC - May 1, 2014 ArtByte.me
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!