Search content
Sort by

Showing 20 of 58 results by vitimers
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CRT] Certurium || a digital asset engineered for the ages
by
vitimers
on 15/11/2020, 11:37:51 UTC
Hey Vitimers, thank you for your patience. unfortunately, I still dont get it... the berkeley DB I install with the following commands:

It is from this tutorial: https://hackernoon.com/a-complete-beginners-guide-to-installing-a-bitcoin-full-node-on-linux-2018-edition-cb8e384479ea
Code:
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 ../..;

But then I get this error again:
Code:
checking for ::_wsystem... no
checking whether to build Bitcoin Core GUI... no
checking for Berkeley DB C++ headers... no
configure: error: libdb_cxx headers missing, Bitcoin Core requires this library for wallet functionality (--disable-wallet to disable wallet functionality)

Where am I dumbass failing??

Maybe try installing a different version of berkeley DB and set the --with-incompatible-bdb flag. I remember having the same problem as you when I first installed it, but using a different version of Berkeley DB solved it for me. Just remember that wallet compatibility with full nodes using other version of berkeley db is not given.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CRT] Certurium || a digital asset engineered for the ages
by
vitimers
on 08/11/2020, 07:49:14 UTC
hey, thanks for taking the time. unfortunately I get stuck at the "make" step.
 it says:
make: *** No targets specified and no makefile found. Stop.

Seems like the configure command doesn't do what it should do, see below. How can I fix?

satoshi@nakamoto:~/certurium$ ./configure --disable-shared --with-incompatible-bdb
checking for gcc... gcc
.
.
.

checking for Berkeley DB C++ headers... no
configure: error: libdb_cxx headers missing, Bitcoin Core requires this library for wallet functionality (--disable-wallet to disable wallet functionality)
satoshi@nakamoto:~/certurium$ make
make: *** No targets specified and no makefile found.  Stop.

Hey,
the problem lies in the last line:

Quote
configure: error: libdb_cxx headers missing, Bitcoin Core requires this library for wallet functionality
Berkeley db has not been correctly installed. You had it installed two months ago when you first reported you needed help. I don't know what you did different this time, but try to install it just the way you installed it last time.

All the best,
Vitimers Wink
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CRT] Certurium || a digital asset engineered for the ages
by
vitimers
on 25/10/2020, 17:30:35 UTC
No help?  Embarrassed

Hi,
Sorry for the belated answer, we were very busy in recent times and forgot to check bitcointalk. Do you still need help or have you figured it out by now?  Wink


Hi there, I still need help, I am a noob and it is the first time I use Linux and want to set up a CRT Node. Can you maybe write me a noob-proof step-by-step guide to set up the node and generate addresses myself? :-D

Can do Smiley

1. You have to install dependencies that Certurium needs

Open your terminal and copy paste the following commands

Code:
sudo apt-get install build-essential libtool autotools-dev automake pkg-config bsdmainutils python3

and

Code:
sudo apt-get install libssl-dev libevent-dev libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev

2. Next, you have to clone the certurium code into any folder you want, usually where you save your other programs, by typing

Code:
git clone https://github.com/Certurium/certurium.git

3. cd into your certurium folder

If you want wallet capabilites, refer to this part of the docs on how to install berkeley-db

https://github.com/Certurium/certurium/blob/master/doc/build-unix.md#berkeley-db

4. Last thing you have to do, is run these commands one after another.

Code:
./autogen.sh
./configure --disable-shared
make
make install

If you did everything right, you can finally run certurium by typing
Code:
certuriumd
in the terminal.

Use the certurium daemon, as some people have had issues with the certurium-qt.
By the way, the reason things didn't work for you with version v0.18 is because it's actually running on a different chain, as we have gone through a hard fork since.

Hope this helps. If you get stuck somewhere, let me know  Wink

P.S. If you have problems with berkeley DB, as I've had in the past, you can install a different version of berkeley DB like so:

Code:
sudo apt-get install libdb-dev++
(may not work for all distros)

and then you have to specify

Code:
./configure --disable-shared --with-incompatible-bdb
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CRT] Certurium || a digital asset engineered for the ages
by
vitimers
on 25/10/2020, 09:09:34 UTC

WARNING
This is not the official Certurium github repository, this is a scam.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CRT] Certurium || a digital asset engineered for the ages
by
vitimers
on 25/10/2020, 09:06:00 UTC
No help?  Embarrassed

Hi,
Sorry for the belated answer, we were very busy in recent times and forgot to check bitcointalk. Do you still need help or have you figured it out by now?  Wink
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CRT] Certurium || a digital asset engineered for the ages
by
vitimers
on 24/08/2020, 13:59:24 UTC
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.

Smiley all the best
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CRT] Certurium || a digital asset engineered for the ages
by
vitimers
on 27/04/2020, 20:21:28 UTC

Trading continues as usual Smiley



and when will the wallets update on exchanges?
p2pb2b
stex

??

Hi,

Sorry for the long wait. CRT has finally been listed on both Stex and p2pb2b! Coins have already been airdropped on Stex and are soon to be airdropped on p2pb2b Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CRT] Certurium || a digital asset engineered for the ages
by
vitimers
on 22/02/2020, 17:41:09 UTC
Certurium


Dear Argentum NT Community,
Argentum NT has been rebranded to Certurium. You will have to install the newest version of the full node, because a soft fork has taken place which incorporates various improvements and recalibrations to the protocol at https://github.com/Certurium/certurium/releases/tag/v0.18.0.5
You will be able to find the website at Certuriumcoin.com.
Trading continues as usual Smiley


Post
Topic
Board Announcements (Altcoins)
Re: [ANN][AGNT] Argentum NT || a digital asset engineered for the ages
by
vitimers
on 26/08/2019, 09:45:22 UTC
So you basically premined more than 10 000 000 coin, which is close to 50% of total supply on a 6 years old coin.......
And you even added staking on top of that............................
Total scam

Every coin that has been premined will go into development and support of Argentum NT. The foundation that I have mentioned will be completely transparent about any movement in funds. Regarding staking, I don't know why you would assume that we've added any staking functionality. The blockchain consensus is reached by proof of work

Dude stop bs 50% haha.

There is already enough cryptocurrencies.

I agree.
In fact there are too many cryptocurrencies, many of them abandoned projects.
We are planning ahead and setting aside enough funds to develop our vision. These funds - that belong to the foundation, not to the developers - will benefit every holder of Argentum NT. Anybody who realizes how much of a difference a strong development backbone makes, is not going to mind a high premine.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][AGNT] Argentum NT || a digital asset engineered for the ages
by
vitimers
on 25/08/2019, 19:41:22 UTC
So you basically premined more than 10 000 000 coin, which is close to 50% of total supply on a 6 years old coin.......
And you even added staking on top of that............................
Total scam

Every coin that has been premined will go into development and support of Argentum NT. The foundation that I have mentioned will be completely transparent about any movement in funds. Regarding staking, I don't know why you would assume that we've added any staking functionality. The blockchain consensus is reached by proof of work
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][AGNT] Argentum NT || a digital asset engineered for the ages
by
vitimers
on 20/08/2019, 16:11:46 UTC
Dev, why are you modestly silent about the size of the premine? Say no shy. Well, how much is 2-5 million or more? Grin
Maybe then we will believe in the value of your coin. And we will understand why the reward to miners is only 0.1AGNT

22'222'222 coins were generated in the AGNT genesis block
https://chainz.cryptoid.info/agnt/block.dws?0.htm
Every ARG was then credited in a 1:1 ratio on the new blockchain. The rest is to be given to a foundation to ensure the long term development and support of the coin.
If you've got any other question, just let me know  Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][AGNT] Argentum NT || a digital asset engineered for the ages
by
vitimers
on 11/08/2019, 12:24:31 UTC
Hi,

Can anyone compile a windows wallet please?

or help me compile on Ubuntu 16.04... i am a complete linux novice, and cannot get it to compile, it says something like recompile with -fPIC, and thet us/bin/ld erros
No idea

Common mistake with ubuntu compilation is that one forgets to pass --disable-shared to ./configure. Let me know if that works and else you can send me details to your problem via dm
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][AGNT] Argentum NT || a digital asset engineered for the ages
by
vitimers
on 11/08/2019, 12:21:38 UTC
Is this a new ARG (Argentum) / SWAP or not?

This a Argentum hard fork. The old chain is still live and tradeable
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][AGNT] Argentum NT || a digital asset engineered for the ages
by
vitimers
on 26/07/2019, 08:20:04 UTC
RPCPORT HuhHuh

Please google bitcoin.conf Smiley

Why ? ThaT's Argentum-NT, not bitcoin.

RPCPORT of Bitcoin is already used ..... by BITCOIN ! ....

The file name is the same, you can set it up like so:  ~/.argentumntcoin/bitcoin.conf
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][AGNT] Argentum NT || a digital asset engineered for the ages
by
vitimers
on 26/07/2019, 08:16:26 UTC
The listing has finally happened and you can find the market on NovaExchange at https://novaexchange.com/market/BTC_AGNT/  Cheesy
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][AGNT] Argentum NT || a digital asset engineered for the ages
by
vitimers
on 26/07/2019, 07:09:37 UTC
OP should be updated with details on the Argentum's specifications: block rewards, block structure, and block reward halving points. They are basics for investors and stakers/ miners.

Thanks for the input Smiley I updated block reward, mining time and halving points under the tab Optimizations over Bitcoin.
Also, you can now see the blockchain explorer all the way at the bottom

It's still on these exchanges that you could add to the OP.

https://www.coinexchange.io/market/ARG/BTC

https://novaexchange.com/market/BTC_ARG/

The markets that you are referring to are not trading Argentum NT but Argentum. Agnt is a fork of Argentum Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][AGNT] Argentum NT || a digital asset engineered for the ages
by
vitimers
on 24/07/2019, 07:27:10 UTC
OP should be updated with details on the Argentum's specifications: block rewards, block structure, and block reward halving points. They are basics for investors and stakers/ miners.

Thanks for the input Smiley I updated block reward, mining time and halving points under the tab Optimizations over Bitcoin.
Also, you can now see the blockchain explorer all the way at the bottom
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][AGNT] Argentum NT || a digital asset engineered for the ages
by
vitimers
on 23/07/2019, 13:43:48 UTC
What happened to the coins on cryptsy? The receiver gave some coins back to the devs if he couldn't sell them. Did he give the cryptsy Argentum back to a dev?
Maybe he gave coins to one of the earlier devs, but I wouldn't know
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][AGNT] Argentum NT || a digital asset engineered for the ages
by
vitimers
on 23/07/2019, 13:38:21 UTC
RPCPORT HuhHuh

Please google bitcoin.conf Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][AGNT] Argentum NT || a digital asset engineered for the ages
by
vitimers
on 22/07/2019, 14:08:25 UTC
i compiled and is a btc wallet that created a .bitcoinv folder in Home the question is for to add the node what is the conf file name ? ... "bitcoinv.conf" ?

ok, done.! i find the way.  Grin

great Smiley If you need help with anything else, just let us know!
It is quite funny seeing in the github as various coin variables and even executive names are being changed from platinum and bitcoin to argentum 2 weeks after launch. Shouldn’t it done before?

We were focusing on technical changes and wanted to get the fork out. At first, cosmetic changes - which have no effect on functionality - were supposed to be left alone so that we could quickly incorporate new BIPs ontop of our own technically differing system. We now changed some cosmetics to facilitate integration for block explorers and exchange listing Smiley