well, shit
Can you help me where I fucked up? I'm not very techy. What I did is the following:
On Kubuntu:
sudo apt-get update;
sudo apt-get install git;
mkdir -p certurium-source && cd certurium-source
git clone https://github.com/certurium/certurium.git;
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3;
sudo apt-get install libboost-all-dev;
wget http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz;
echo '12edc0df75bf9abd7f82f821795bcee50f42cb2e5f76a6a281b85732798364ef db-4.8.30.NC.tar.gz' | sha256sum -c;
tar -xvf db-4.8.30.NC.tar.gz;
cd db-4.8.30.NC/build_unix;
mkdir -p build;
BDB_PREFIX=$(pwd)/build;
../dist/configure --disable-shared --enable-cxx --with-pic --prefix=$BDB_PREFIX;
sudo make install;
cd ../..;
sudo apt-get install libminiupnpc-dev;
sudo apt-get install libzmq3-dev;
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler;
sudo apt-get install libqrencode-dev;
cd certurium;
git checkout tags/v0.19.1.1;
./autogen.sh;
./configure CPPFLAGS="-I${BDB_PREFIX}/include/ -O2" LDFLAGS="-L${BDB_PREFIX}/lib/" --with-gui --disable-shared;
make;
sudo make install;
bitcoin-qt
Afterwards it starts syncing and finishes pretty fast (around 150MB), when I create a new receive address it generates addresses starting with PC1......
The bitcoin-qt information window shows Client version v0.19.1.1, User Agend /Certurium:0.19.1/, Berkeley DB 4.8.30. Also the current block number matches with the one on chainz.cryptoID.info/crt.
Soo... Why is it generating wrong addresses
Thanks
EDIT: just tried it with
git checkout tags/v0.18.0.5
as I saw your previous post from February. Now it generates an address starting with 3 but how can I be sure that it actually is able to receive CRT? Client version now shows v0.18.05, user agent Certurium:0.18.0
Also, it's correct that it says BTC and not CRT, right?
EDIT2: ah, shit, with v0.18.0.5 it stalls at block 392235 (May 28) which didn't happen with v0.19.1.1...
from debug.log (last few entries):
2020-08-24T18:56:54Z UpdateTip: new best=74945ae028634b8c3142ca7ec7e84de46d44360d1d7eac7c60197be0a56c5b4d height=392431 version=0x20000000 log2_work=53.46046 tx=394911 date='2020-05-28T21:06:53Z' progress=0.071564 cache=67.8MiB(496053txo)
2020-08-24T18:56:54Z UpdateTip: new best=b42c4f8132f7479c74f5a52211219cc6055da8564fc180a6eb3a71e5a82ce3c1 height=392432 version=0x20000000 log2_work=53.46046 tx=394912 date='2020-05-28T21:07:02Z' progress=0.071564 cache=67.8MiB(496054txo)
2020-08-24T18:56:54Z UpdateTip: new best=e878cab8097ebf11130dfd14ce288526110340e7acfcfbde67acdae1c3fbabcf height=392433 version=0x20000000 log2_work=53.46046 tx=394913 date='2020-05-28T21:09:51Z' progress=0.071565 cache=67.8MiB(496055txo)
2020-08-24T18:56:54Z UpdateTip: new best=1d5bc8ed5a0f9f58669ca25f5a1c4431ce2d7d828d2c75b0cde7f2dbdf2b393e height=392434 version=0x20000000 log2_work=53.46046 tx=394914 date='2020-05-28T21:10:02Z' progress=0.071565 cache=67.8MiB(496056txo)
2020-08-24T18:56:54Z UpdateTip: new best=8d96c1cef0f010e17363b2ca48b888902b8114dbb54d900a8cd265f41b0637c2 height=392435 version=0x20000000 log2_work=53.46046 tx=394915 date='2020-05-28T21:10:04Z' progress=0.071565 cache=67.8MiB(496057txo)
2020-08-24T18:56:54Z UpdateTip: new best=0301b90dd6abd2347e3cf1ce048dc6bd47f63cda66d5f5be7bbb7f9d051a04a6 height=392436 version=0x20000000 log2_work=53.46046 tx=394916 date='2020-05-28T21:10:08Z' progress=0.071565 cache=67.8MiB(496058txo)
2020-08-24T18:56:54Z UpdateTip: new best=2e51fa5aaf017a05b93e4da2b878ee8904455482e88727d8bdc0dfcafac6182b height=392437 version=0x20000000 log2_work=53.46046 tx=394917 date='2020-05-28T21:10:11Z' progress=0.071565 cache=67.8MiB(496059txo)
2020-08-24T18:56:54Z ERROR: AcceptBlock: bad-cb-payout, softfork consensus: 32RkqiLFR6UbhuULowSQUjWEy4jGfANRqH address needs to receive 99.000000% of coinbase reward. Current share is: 0%. (code 16)
2020-08-24T18:56:54Z ERROR: ProcessNewBlock: AcceptBlock FAILED (bad-cb-payout, softfork consensus: 32RkqiLFR6UbhuULowSQUjWEy4jGfANRqH address needs to receive 99.000000% of coinbase reward. Current share is: 0%. (code 16))
2020-08-24T18:56:54Z New outbound peer connected: version: 70015, blocks=392437, peer=6
2020-08-24T18:59:20Z ERROR: CheckSignature: verify signature failed
2020-08-24T18:59:20Z ERROR: CheckSignature: verify signature failed
2020-08-24T18:59:20Z ERROR: CheckSignature: verify signature failed
2020-08-24T18:59:20Z ERROR: AcceptBlockHeader: prev block not found
2020-08-24T18:59:20Z ERROR: CheckSignature: verify signature failed
2020-08-24T18:59:20Z ERROR: AcceptBlockHeader: prev block not found
2020-08-24T18:59:20Z ERROR: AcceptBlockHeader: prev block not found
2020-08-24T18:59:20Z ERROR: AcceptBlockHeader: prev block not found
2020-08-24T19:00:17Z Potential stale tip detected, will try using extra outbound peer (last tip update: 203 seconds ago)
2020-08-24T19:03:43Z ERROR: CheckSignature: verify signature failed
2020-08-24T19:03:43Z ERROR: CheckSignature: verify signature failed
2020-08-24T19:03:43Z ERROR: AcceptBlockHeader: prev block not found
2020-08-24T19:03:43Z ERROR: AcceptBlockHeader: prev block not found
2020-08-24T19:03:43Z ERROR: CheckSignature: verify signature failed
2020-08-24T19:03:43Z ERROR: AcceptBlockHeader: prev block not found
2020-08-24T19:03:43Z ERROR: CheckSignature: verify signature failed
2020-08-24T19:03:43Z ERROR: AcceptBlockHeader: prev block not found
2020-08-24T19:03:55Z ERROR: AcceptBlockHeader: prev block not found
2020-08-24T19:03:55Z ERROR: CheckSignature: verify signature failed
2020-08-24T19:03:55Z ERROR: CheckSignature: verify signature failed
2020-08-24T19:03:55Z ERROR: AcceptBlockHeader: prev block not found
2020-08-24T19:03:55Z ERROR: AcceptBlockHeader: prev block not found
2020-08-24T19:03:55Z ERROR: AcceptBlockHeader: prev block not found
2020-08-24T19:04:16Z ERROR: AcceptBlockHeader: prev block not found
2020-08-24T19:04:19Z New outbound peer connected: version: 70015, blocks=161251, peer=9
2020-08-24T19:04:19Z ERROR: CheckSignature: verify signature failed
2020-08-24T19:04:19Z ERROR: AcceptBlockHeader: prev block not found
2020-08-24T19:06:28Z ERROR: CheckSignature: verify signature failed
2020-08-24T19:06:50Z ERROR: CheckSignature: verify signature failed
2020-08-24T19:07:27Z ERROR: CheckSignature: verify signature failed
2020-08-24T19:07:33Z ERROR: CheckSignature: verify signature failed
2020-08-24T19:07:37Z ERROR: CheckSignature: verify signature failed
2020-08-24T19:07:43Z ERROR: CheckSignature: verify signature failed
2020-08-24T19:07:47Z ERROR: CheckSignature: verify signature failed
Is there an Electrum wallet avaiable for CRT?
I have finally (I guess) set up the node myself but I get an address starting with P, whereas other addresses according to the block explorer start with A or a 3. Is the P adress legit?
There is currently no electrum wallet for CRT. Also, addresses generated in the new CRT node will always be generated with a "3" prefix. The "A" addresses are addresses from before the hardfork. An address starting with a "P" can thus not be correct.
all the best