Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: theblueone on November 02, 2017, 08:21:16 PM



Title: Creating an Altcoin - Errorfix (Searching for a solution)
Post by: theblueone on November 02, 2017, 08:21:16 PM
Hello guys, I did like most of the stuff to create my altcoin. However, on the point where I wanted to connect the Testnet on my Virtual Machine where iMac is on with the Testnet on my Ubuntu VPS. Following happened: To connect, I used the command:
"./altcoind -testnet -connect=(myipadress in numbers) &"
after I did that, the following error was shown: "Altcoin: Error loading blkindex.dat"
As I researched, that file should be on the folder /Users/altcoin/Library/Aplication Support/altcoin/testnet
but the only similar file I found was: blk0001.dat and peers.dat

My second problem is, that I dont know which binaries I have to install to compile my sourcecode on an ubuntu server. I tried to install like the similar ones like on iMac but because it didnt work I dont know what to do.
-bash: ./altcoind: cannot execute binary file: Exec format error

Everywhere, where is altcoin standing in this text except the first sentence is actually the name of my cryptocurrency I am creating. I am like a beginner in C/C++ and iMac but have much experience with ubuntu/debian


Thanks for you help!