Pages:
Author

Topic: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin" (Read 1150746 times)

legendary
Activity: 2982
Merit: 2681
Top Crypto Casino
i have 1 client connected, when trying to update the blockchain in the full local client clam-qt.
putting earlier found list of addresses into clam.conf and loading it on start did not help to add new nodes.
i am now at -4 years and 35 weeks behind after struggling to update after 5 days.
please advise, what do i do to make it faster?
current blockcount: 2655016

Sounds like you are using the 1.4.17 version of the core, with 2.1 is really fast, for me, it takes less than 2 days to sync with the new version, but the old one used to take week for the sync process.

Another option is to add a bootstrap file, but that way you will have to start the sync process from zero. Clam 2.1 should be the solution that you are looking for.

https://github.com/nochowderforyou/clams/releases/tag/v2.1.0-beta.1
newbie
Activity: 100
Merit: 0
i have 1 client connected, when trying to update the blockchain in the full local client clam-qt.
putting earlier found list of addresses into clam.conf and loading it on start did not help to add new nodes.
i am now at -4 years and 35 weeks behind after struggling to update after 5 days.
please advise, what do i do to make it faster?
current blockcount: 2655016
legendary
Activity: 1890
Merit: 1018
legendary
Activity: 3878
Merit: 1238
Owner at AltQuick.com & FreeBitcoins.com
500,000 CLAMS for sale on AltQuick.com.  This would be over 10% of the JD invested.  CLAM survives.

https://altquick.com/exchange/market/Clamcoin
legendary
Activity: 3360
Merit: 1546
Get loan in just five minutes goo.gl/8WMW6n
thanks alot for recive problem Smiley
I made an updated bootstrap.dat file for people having trouble syncing their client.

...


dooglus link with bootstrap.dat is not opens, where I can find fresh one?

I forwarded your message to Doog.

Also, the latest (unofficial release) of CLAM syncs "really" fast (one or two days): https://github.com/nochowderforyou/clams/tree/2.1.0

Thank you, I used your advice, and downloaded version v2.1.0.0

Did she sync?

I spoke to dooglus the other day about a AI blog I wrote about him (AI didn't know shit about me Sad lol):

Quote
"Dooglus had this to say: “”He continues to contribute to the development of new technologies and innovations, and is considered one of the leading voices in the world of cryptocurrency” nope. I mostly sit around in my underwear being nothing much of anything“



Yes she sinc as you said in two days.
But to be precise, my wallets were stuck on the blockchain 2 or 3 years ago, so everything before that didn't need to be download for me (I think).
legendary
Activity: 3878
Merit: 1238
Owner at AltQuick.com & FreeBitcoins.com
thanks alot for recive problem Smiley
I made an updated bootstrap.dat file for people having trouble syncing their client.

...


dooglus link with bootstrap.dat is not opens, where I can find fresh one?

I forwarded your message to Doog.

Also, the latest (unofficial release) of CLAM syncs "really" fast (one or two days): https://github.com/nochowderforyou/clams/tree/2.1.0

Thank you, I used your advice, and downloaded version v2.1.0.0

Did she sync?

I spoke to dooglus the other day about a AI blog I wrote about him (AI didn't know shit about me Sad lol):

Quote
"Dooglus had this to say: “”He continues to contribute to the development of new technologies and innovations, and is considered one of the leading voices in the world of cryptocurrency” nope. I mostly sit around in my underwear being nothing much of anything“

legendary
Activity: 3360
Merit: 1546
Get loan in just five minutes goo.gl/8WMW6n
thanks alot for recive problem Smiley
I made an updated bootstrap.dat file for people having trouble syncing their client.

...


dooglus link with bootstrap.dat is not opens, where I can find fresh one?

I forwarded your message to Doog.

Also, the latest (unofficial release) of CLAM syncs "really" fast (one or two days): https://github.com/nochowderforyou/clams/tree/2.1.0

Thank you, I used your advice, and downloaded version v2.1.0.0
legendary
Activity: 3878
Merit: 1238
Owner at AltQuick.com & FreeBitcoins.com
"dooglus — Yesterday at 6:56 AM
I see. I'll get it back up when I can"
legendary
Activity: 3878
Merit: 1238
Owner at AltQuick.com & FreeBitcoins.com
thanks alot for recive problem Smiley
I made an updated bootstrap.dat file for people having trouble syncing their client.

It goes up to block 3953810 which was staked on Thu Jan 20 00:10:07 UTC 2022.

It's available here:

    bootstrap.dat

Download it, put it into the same folder as your CLAM wallet.dat, then restart the client.

If you are using the QT client, it will say "importing blocks" in the lower left corner while the bootstrap.dat file is imported. That is how you can tell that the file is being used. It will take a while to import it, but it will be a lot faster than trying to sync using the p2p network. When it is done, the client will rename the file to bootstrap.dat.old and won't look at it again. Once it has been renamed you can delete it if you like.

To verify that you have the right file its size is 3985995490 bytes and its sha256 hash is 6505337cf604d2cb9feabe271ae6e8154e910fe6e6ed397d97f1a963335e599c.

There is also a folder called 'partial' which contains a collection of smaller files, each with 100k blocks in them.

Download whichever ones you need and either import them one at a time by renaming each one to 'bootstrap.dat' in turn and restarting the client for each, or append them all together into a file called 'bootstrap.dat'.

In Windows you can append the files together by running cmd, and using something like:

Code:
copy /b *00000-*.dat bootstrap.dat

In Linux the command would be:

Code:
cat *00000-*.dat > bootstrap.dat


dooglus link with bootstrap.dat is not opens, where I can find fresh one?

I forwarded your message to Doog.

Also, the latest (unofficial release) of CLAM syncs "really" fast (one or two days): https://github.com/nochowderforyou/clams/tree/2.1.0
legendary
Activity: 3360
Merit: 1546
Get loan in just five minutes goo.gl/8WMW6n
thanks alot for recive problem Smiley
I made an updated bootstrap.dat file for people having trouble syncing their client.

It goes up to block 3953810 which was staked on Thu Jan 20 00:10:07 UTC 2022.

It's available here:

    bootstrap.dat

Download it, put it into the same folder as your CLAM wallet.dat, then restart the client.

If you are using the QT client, it will say "importing blocks" in the lower left corner while the bootstrap.dat file is imported. That is how you can tell that the file is being used. It will take a while to import it, but it will be a lot faster than trying to sync using the p2p network. When it is done, the client will rename the file to bootstrap.dat.old and won't look at it again. Once it has been renamed you can delete it if you like.

To verify that you have the right file its size is 3985995490 bytes and its sha256 hash is 6505337cf604d2cb9feabe271ae6e8154e910fe6e6ed397d97f1a963335e599c.

There is also a folder called 'partial' which contains a collection of smaller files, each with 100k blocks in them.

Download whichever ones you need and either import them one at a time by renaming each one to 'bootstrap.dat' in turn and restarting the client for each, or append them all together into a file called 'bootstrap.dat'.

In Windows you can append the files together by running cmd, and using something like:

Code:
copy /b *00000-*.dat bootstrap.dat

In Linux the command would be:

Code:
cat *00000-*.dat > bootstrap.dat


dooglus link with bootstrap.dat is not opens, where I can find fresh one?
legendary
Activity: 2982
Merit: 2681
Top Crypto Casino
Bet on sports, politics, and other events using CLAM.  ClamBookie will match or beat any major bookmaker's odds.

https://clambookie.com/

The idea isn't bad, but the site looks too empty, i know the idea is to contact the site and then place the bet on any sport or event, but it would be better if we only have to create an account and then place bets without having to contact anyone.

And i see the site has the github link to the clam version 2.1, i think that should change to the version 1.4.17 but it's your call.

I will wait for the right event to test this service Wink maybe in the next UFC will happen.
legendary
Activity: 3878
Merit: 1238
Owner at AltQuick.com & FreeBitcoins.com
Bet on sports, politics, and other events using CLAM.  ClamBookie will match or beat any major bookmaker's odds.

https://clambookie.com/


Edit: Site removed due to legality questions + the lack of automation (people really need an automated book for placing bets).  We are just going to continue on focusing on our CLAM exchange at AltQuick.com.
legendary
Activity: 3878
Merit: 1238
Owner at AltQuick.com & FreeBitcoins.com
You Should Know This ...

Our Project Topaz is doing just that - except on our own coins. It CAN be adjusted to use CLAM as well.

Did you not realize this Mate?

#crysx #cwi

I was talking about the wordpress payment plugin, most of them are closed source and you need to buy the license to use them. That's why i was asking about it. It would be nice for the community if BAC shares the way he uses to have clam payments in wordpress.

(I don't have a way to do CLAM on Wordpress atm... I just figure I'll manually process them, until it sucks and then maybe automate it.)

Well ...

Is there a way to automate the CLAM acceptance via the Exchange?

#crysx #cwi

I'm sure this could be automated using our API on the exchange. https://github.com/FreeBitcoins-com/docs

Or using the swap tool.  https://freebitcoins.com/swap/api.html

I see ...

We should have a chat. I know We were meant to a while back but WAY too many things have taken My Time personally and with Business.

Let me know when you have some Time Mate. Our TimeZones will not be easy, but worth the effort if We can discuss all possibilities. Our Porjects may have been mentioned before to you, but We are now in the preliminary stages of being able to bring a few of them to Life.

#crysx #cwi

I got tons of time.

Just hit me up

Thanks ...

I am usually on Skype, but if all else fails, Discord is the next best thing.

Thanks Mate!

#crysx #cwi

I'm best contacted at this discord: https://discord.com/invite/dRRMPzsedG (besides here of course)
legendary
Activity: 2814
Merit: 1091
--- ChainWorks Industries ---
You Should Know This ...

Our Project Topaz is doing just that - except on our own coins. It CAN be adjusted to use CLAM as well.

Did you not realize this Mate?

#crysx #cwi

I was talking about the wordpress payment plugin, most of them are closed source and you need to buy the license to use them. That's why i was asking about it. It would be nice for the community if BAC shares the way he uses to have clam payments in wordpress.

(I don't have a way to do CLAM on Wordpress atm... I just figure I'll manually process them, until it sucks and then maybe automate it.)

Well ...

Is there a way to automate the CLAM acceptance via the Exchange?

#crysx #cwi

I'm sure this could be automated using our API on the exchange. https://github.com/FreeBitcoins-com/docs

Or using the swap tool.  https://freebitcoins.com/swap/api.html

I see ...

We should have a chat. I know We were meant to a while back but WAY too many things have taken My Time personally and with Business.

Let me know when you have some Time Mate. Our TimeZones will not be easy, but worth the effort if We can discuss all possibilities. Our Porjects may have been mentioned before to you, but We are now in the preliminary stages of being able to bring a few of them to Life.

#crysx #cwi

I got tons of time.

Just hit me up

Thanks ...

I am usually on Skype, but if all else fails, Discord is the next best thing.

Thanks Mate!

#crysx #cwi
legendary
Activity: 3878
Merit: 1238
Owner at AltQuick.com & FreeBitcoins.com
You Should Know This ...

Our Project Topaz is doing just that - except on our own coins. It CAN be adjusted to use CLAM as well.

Did you not realize this Mate?

#crysx #cwi

I was talking about the wordpress payment plugin, most of them are closed source and you need to buy the license to use them. That's why i was asking about it. It would be nice for the community if BAC shares the way he uses to have clam payments in wordpress.

(I don't have a way to do CLAM on Wordpress atm... I just figure I'll manually process them, until it sucks and then maybe automate it.)

Well ...

Is there a way to automate the CLAM acceptance via the Exchange?

#crysx #cwi

I'm sure this could be automated using our API on the exchange. https://github.com/FreeBitcoins-com/docs

Or using the swap tool.  https://freebitcoins.com/swap/api.html

I see ...

We should have a chat. I know We were meant to a while back but WAY too many things have taken My Time personally and with Business.

Let me know when you have some Time Mate. Our TimeZones will not be easy, but worth the effort if We can discuss all possibilities. Our Porjects may have been mentioned before to you, but We are now in the preliminary stages of being able to bring a few of them to Life.

#crysx #cwi

I got tons of time.

Just hit me up
legendary
Activity: 2814
Merit: 1091
--- ChainWorks Industries ---
You Should Know This ...

Our Project Topaz is doing just that - except on our own coins. It CAN be adjusted to use CLAM as well.

Did you not realize this Mate?

#crysx #cwi

I was talking about the wordpress payment plugin, most of them are closed source and you need to buy the license to use them. That's why i was asking about it. It would be nice for the community if BAC shares the way he uses to have clam payments in wordpress.

(I don't have a way to do CLAM on Wordpress atm... I just figure I'll manually process them, until it sucks and then maybe automate it.)

Well ...

Is there a way to automate the CLAM acceptance via the Exchange?

#crysx #cwi

I'm sure this could be automated using our API on the exchange. https://github.com/FreeBitcoins-com/docs

Or using the swap tool.  https://freebitcoins.com/swap/api.html

I see ...

We should have a chat. I know We were meant to a while back but WAY too many things have taken My Time personally and with Business.

Let me know when you have some Time Mate. Our TimeZones will not be easy, but worth the effort if We can discuss all possibilities. Our Porjects may have been mentioned before to you, but We are now in the preliminary stages of being able to bring a few of them to Life.

#crysx #cwi
legendary
Activity: 3878
Merit: 1238
Owner at AltQuick.com & FreeBitcoins.com
You Should Know This ...

Our Project Topaz is doing just that - except on our own coins. It CAN be adjusted to use CLAM as well.

Did you not realize this Mate?

#crysx #cwi

I was talking about the wordpress payment plugin, most of them are closed source and you need to buy the license to use them. That's why i was asking about it. It would be nice for the community if BAC shares the way he uses to have clam payments in wordpress.

(I don't have a way to do CLAM on Wordpress atm... I just figure I'll manually process them, until it sucks and then maybe automate it.)

Well ...

Is there a way to automate the CLAM acceptance via the Exchange?

#crysx #cwi

I'm sure this could be automated using our API on the exchange. https://github.com/FreeBitcoins-com/docs

Or using the swap tool.  https://freebitcoins.com/swap/api.html
legendary
Activity: 2814
Merit: 1091
--- ChainWorks Industries ---
You Should Know This ...

Our Project Topaz is doing just that - except on our own coins. It CAN be adjusted to use CLAM as well.

Did you not realize this Mate?

#crysx #cwi

I was talking about the wordpress payment plugin, most of them are closed source and you need to buy the license to use them. That's why i was asking about it. It would be nice for the community if BAC shares the way he uses to have clam payments in wordpress.

(I don't have a way to do CLAM on Wordpress atm... I just figure I'll manually process them, until it sucks and then maybe automate it.)

Well ...

Is there a way to automate the CLAM acceptance via the Exchange?

#crysx #cwi
legendary
Activity: 2814
Merit: 1091
--- ChainWorks Industries ---
You Should Know This ...

Our Project Topaz is doing just that - except on our own coins. It CAN be adjusted to use CLAM as well.

Did you not realize this Mate?

#crysx #cwi

I was talking about the wordpress payment plugin, most of them are closed source and you need to buy the license to use them. That's why i was asking about it. It would be nice for the community if BAC shares the way he uses to have clam payments in wordpress.

UnderStood Mate ...

Though Manually would be very Time Consuming depending on much needs to be processed through WordPress. Surely there is a way to write a Plugin is there not?

#crysx #cwi
legendary
Activity: 3878
Merit: 1238
Owner at AltQuick.com & FreeBitcoins.com
You Should Know This ...

Our Project Topaz is doing just that - except on our own coins. It CAN be adjusted to use CLAM as well.

Did you not realize this Mate?

#crysx #cwi

I was talking about the wordpress payment plugin, most of them are closed source and you need to buy the license to use them. That's why i was asking about it. It would be nice for the community if BAC shares the way he uses to have clam payments in wordpress.

(I don't have a way to do CLAM on Wordpress atm... I just figure I'll manually process them, until it sucks and then maybe automate it.)
Pages:
Jump to: