Bitcoin Forum
June 17, 2024, 02:35:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN][ICO]Adverx - The Cryptocurrency Based RTB |Advertising Revolution,Lending on: January 22, 2018, 10:30:04 PM
I recommend not purchasing email lists and sending out unsolicited email spam. Essentially it makes your coin look like a scam.
2  Alternate cryptocurrencies / Altcoin Discussion / Re: Can I import the whole blockchain from Bitcoin Core into Bitcoin ABC? on: October 27, 2017, 06:34:46 PM
I got it working in Bitcoin ABC as well. The steps I did:

  • Run Bitcoin ABC for the first time and stop it again.
  • Delete everything in directory Bitcoin\blocks.
  • Copy over all the rev*.dat and blk*.dat files from bitcoin core into Bitcoin\blocks (make sure Core is not running).
  • Delete all files which have a modification date after 31.07.2017. This is to make sure the chain is in pre-fork condition.
  • Now run Bitcoin ABC again. It will start to reindex the blocks. This can take a long time.
  • Once the blocks are re-indexed it will connect to the network and catch up with new blocks.

Also, I think it's not a good idea to have Bitcoin Core and Bitcoin ABC running at the same time on the same PC.

The bad news. The hard drive which had enough space for the chain is extremely slow. Re-indexing took me 4! days.

In the mean time I used Coinomi to sweep my forked BCH into it. Worked fast and flawless. I can recommend it.



Thanks. After moving all the dat files I had to run bitcoin-qt with -reindex otherwise I would get a "Assertion `hashPrevBlock == view.GetBestBlock()' failed. Aborted (core dumped)"
3  Bitcoin / Armory / Re: Cannot build AUR armory-goatpig-git on: July 07, 2017, 03:47:54 AM
When will the fix to TransactionBatch.h be committed?

I am now getting a new build issue:

make log: http://sprunge.us/KZWA and configure: http://sprunge.us/HIXN
4  Bitcoin / Armory / Re: Cannot build AUR armory-goatpig-git on: June 15, 2017, 11:27:55 PM
Uncle, a fix will be pushed that adds #include <functional> to cppForSwig/TransactionBatch.h, which fixes the build issue. Python 2 is also required I discovered, but your AUR package already passes PYTHON_VERSION=2.7, so that's ok. However, you must add qt5-libtools as a dependency, as it fails to build without it (otherwise you get a lrelease: command not found).
5  Bitcoin / Armory / Re: Cannot build AUR armory-goatpig-git on: June 14, 2017, 08:50:43 PM
I attempted to manually build it (after initing the submodules) and it didn't build with the same issue. Something with the arch environment, but I don't have the technical know-how to figure it out. Thanks Uncle for taking a look.
6  Bitcoin / Armory / Cannot build AUR armory-goatpig-git on: June 14, 2017, 12:44:37 AM
In building the armory-goatpig-git package (via pacaur and makepkg), it fails to build:

Code:
libtool: compile:  g++ -std=c++11 -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -O2 -std=c++11 -Ilmdb -Icryptopp -I/usr/include/python2.7 -D__STDC_LIMIT_MACROS -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -O2 -MT libCppBlockUtils_la-Wallets.lo -MD -MP -MF .deps/libCppBlockUtils_la-Wallets.Tpo -c Wallets.cpp -o libCppBlockUtils_la-Wallets.o >/dev/null 2>&1             
mv -f .deps/libCppBlockUtils_la-EncryptionUtils.Tpo .deps/libCppBlockUtils_la-EncryptionUtils.Plo               
mv -f .deps/libCppBlockUtils_la-SwigClient.Tpo .deps/libCppBlockUtils_la-SwigClient.Plo                         
mv -f .deps/ArmoryDB-BDM_Server.Tpo .deps/ArmoryDB-BDM_Server.Po                                                 
mv -f .deps/ArmoryDB-BDM_supportClasses.Tpo .deps/ArmoryDB-BDM_supportClasses.Po                                 
mv -f .deps/libCppBlockUtils_la-WalletManager.Tpo .deps/libCppBlockUtils_la-WalletManager.Plo                   
mv -f .deps/libCppBlockUtils_la-Script.Tpo .deps/libCppBlockUtils_la-Script.Plo                                 
mv -f .deps/libCppBlockUtils_la-Wallets.Tpo .deps/libCppBlockUtils_la-Wallets.Plo                               
make[3]: Leaving directory '/home/firstman/Downloads/armory-goatpig-git/src/armory/cppForSwig'                   
make[2]: *** [Makefile:1445: all-recursive] Error 1     
make[2]: Leaving directory '/home/firstman/Downloads/armory-goatpig-git/src/armory/cppForSwig'                   
make[1]: *** [Makefile:429: all-recursive] Error 1     
make[1]: Leaving directory '/home/firstman/Downloads/armory-goatpig-git/src/armory'                               
make: *** [Makefile:361: all] Error 2                   
==> ERROR: A failure occurred in build().               
    Aborting... 

happens with clang and gcc. arch system updated.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!