Author

Topic: Scrypt Coin clone - Technical Questions (Read 664 times)

legendary
Activity: 1156
Merit: 1000
March 01, 2014, 12: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
hero member
Activity: 619
Merit: 501
https://www.massict.com/
February 27, 2014, 03:58:01 PM
#6
https://github.com/bitcoin/bitcoin/blob/master/doc/build-osx.md

check this ... i did not try compile on mac
legendary
Activity: 1156
Merit: 1000
February 27, 2014, 11:49:55 AM
#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
hero member
Activity: 619
Merit: 501
https://www.massict.com/
February 26, 2014, 05:00:30 PM
#4
did you remove the checkpoints from code?






legendary
Activity: 1156
Merit: 1000
February 26, 2014, 03: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.
full member
Activity: 244
Merit: 101
February 26, 2014, 01: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.
legendary
Activity: 1156
Merit: 1000
February 26, 2014, 01: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.
Jump to: