Author

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

legendary
Activity: 2940
Merit: 1333
Sorry for this question but I'm not familiar with CLAM. What is the purpose for this coin? Any plans/roadmap or is the only made for gambling on JD?

SuperCLAM will no doubt tell you about the roadmap, but I can tell you it wasn't made for JD. I know this because CLAM was launched quite some time before I even heard about it.
full member
Activity: 224
Merit: 100
★YoBit.Net★ 350+ Coins Exchange & Dice
Sorry for this question but I'm not familiar with CLAM. What is the purpose for this coin? Any plans/roadmap or is the only made for gambling on JD?
legendary
Activity: 4004
Merit: 1250
Owner at AltQuick.com
so any plans on new things to push CLAMs up after all this dumping ?

Depends on what you are going to make Wink.
legendary
Activity: 1526
Merit: 1000
the grandpa of cryptos
so any plans on new things to push CLAMs up after all this dumping ?
full member
Activity: 126
Merit: 100
I'm trying to import my bitcoin wallet.dat with the client and i get this error

EXCEPTION: St13runtime_error
CDB : Error 22, can't open database
C:\Users\pc\Desktop\clam-1.4.17\bin\clam-qt.exe in Runaway exception
legendary
Activity: 1512
Merit: 1057
SpacePirate.io
I'd like to offer a $150 project/reward (CLAM or BTC - your choice  Grin) for forking GeorgeKimionis's C# BitcoinLib for CLAM.

Project post: https://www.xbtfreelancer.com/project.php?return=myproject2&id=162

Library: https://github.com/GeorgeKimionis/BitcoinLib

Apologies in advance if this isn't the right place for this.

-C


Awarded... when it's done, it will be available to the CLAM community so that other (.Net) developers can use CLAM in their projects  Grin
member
Activity: 88
Merit: 10
Edit clam.conf in the same folder as wallet.dat, add:

change=xJDCLAMZ9rQ11tMf7JUw1Zzvjm5ShkryrU

Or specify -change=xJDCLAMZ9rQ11tMf7JUw1Zzvjm5ShkryrU on the command line when running the CLAM client.

Perfect! dooglus, you are the best developer in cryptoworld!  Smiley

Thanks again and Good Luck!
legendary
Activity: 2940
Merit: 1333
Either way, here's the syntax:
Code:
> sendfrom account27 xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U '{"amount":0.03,"count":3}'
> sendtoaddress      xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U '{"amount":0.03,"count":3}'

Thanks for the quick response!
Great! It's works! But how to specify custom change address (using "sendfrom" RPC call, of course)?

Thanks!



Edit clam.conf in the same folder as wallet.dat, add:

change=xJDCLAMZ9rQ11tMf7JUw1Zzvjm5ShkryrU

Or specify -change=xJDCLAMZ9rQ11tMf7JUw1Zzvjm5ShkryrU on the command line when running the CLAM client.
member
Activity: 88
Merit: 10
Either way, here's the syntax:
Code:
> sendfrom account27 xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U '{"amount":0.03,"count":3}'
> sendtoaddress      xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U '{"amount":0.03,"count":3}'

Thanks for the quick response!
Great! It's works! But how to specify custom change address (using "sendfrom" RPC call, of course)?

Thanks!

legendary
Activity: 2940
Merit: 1333
Please post valid string for sendfrom RPC call (for example).

My results is bad:

Code:
sendfrom xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U "amount":0.03,"count":3
Error: Error parsing JSON:amount:0.03,count:3

sendfrom xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U amount:0.03,count:3
Error: Error parsing JSON:amount:0.03,count:3

sendfrom xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U 0.03,3
Error: Error parsing JSON:0.03,3

Thanks and sorry for my english!

You can type "help sendfrom" to get help:

Code:
> help sendfrom
sendfrom [minconf=1] [comment] [comment-to] [tx-comment]
is either an amount to send or {"count":c,"amount":a} which sends separate outputs each of size CLAMs

In your example, it looks like you're giving an address for the fromaccount. Note that sendfrom doesn't interpret the fromaccount as an address, but as an account. You might be better off using sendtoaddress:

Code:

because then you don't need to specify the sending account.

Either way, here's the syntax:

Code:
> sendfrom account27 xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U '{"amount":0.03,"count":3}'
> sendtoaddress      xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U '{"amount":0.03,"count":3}'
member
Activity: 88
Merit: 10
This function would be good for the fast splitting large amounts that just from exchanges.

I support this idea, it would be very nice to be able to implement this vi GUI in one of the next releases. It should not be that hard.

I don't work on the QT client, but patches are welcome here:

    https://github.com/nochowderforyou/clams

Please post valid string for sendfrom RPC call (for example).

My results is bad:

Code:
sendfrom xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U "amount":0.03,"count":3
Error: Error parsing JSON:amount:0.03,count:3

sendfrom xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U amount:0.03,count:3
Error: Error parsing JSON:amount:0.03,count:3

sendfrom xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U xBUktxNzekwLnaHFtromJ3vmuDYZV7tg2U 0.03,3
Error: Error parsing JSON:0.03,3

Thanks and sorry for my english!
legendary
Activity: 4004
Merit: 1250
Owner at AltQuick.com
Does bittrex require photo ID verification if trade clamcoin to bitcoin?

No.
member
Activity: 70
Merit: 10
Does bittrex require photo ID verification if trade clamcoin to bitcoin?
legendary
Activity: 2940
Merit: 1333
This function would be good for the fast splitting large amounts that just from exchanges.

I support this idea, it would be very nice to be able to implement this vi GUI in one of the next releases. It should not be that hard.

I don't work on the QT client, but patches are welcome here:

    https://github.com/nochowderforyou/clams
legendary
Activity: 1652
Merit: 1007
DMD Diamond Making Money 4+ years! Join us!
Hi, SuperClam and dooglus!

Can you please add a semi-automated SplitBlock function (just like HYP, TRK, FLT, CON has) to the next release of CLAMs wallet?

 
 
This function would be good for the fast splitting large amounts that just from exchanges.

Thanks!



I support this idea, it would be very nice to be able to implement this vi GUI in one of the next releases. It should not be that hard.
hero member
Activity: 784
Merit: 1002
CLAM Developer
Hi, SuperClam and dooglus!
Can you please add a semi-automated SplitBlock function (just like HYP, TRK, FLT, CON has) to the next release of CLAMs wallet?
 
This function would be good for the fast splitting large amounts that just from exchanges.
Thanks!

From the release notes for CLAM v. 1.4.11 on May 16th:
Quote
...
The sendtoaddress and sendfrom RPC calls can now specify the amount as {"amount":aaa,"count":ccc} to cause the send amount to be split into ccc outputs each of size aaa CLAMs. This allows users to more easily split their coins into multiple outputs without needing to resort to the raw transactions calls.
...

This functionality is not available via coin control GUI; it is, however, available via the console.
member
Activity: 88
Merit: 10
Hi, SuperClam and dooglus!

Can you please add a semi-automated SplitBlock function (just like HYP, TRK, FLT, CON has) to the next release of CLAMs wallet?

 
 
This function would be good for the fast splitting large amounts that just from exchanges.

Thanks!

hero member
Activity: 529
Merit: 505
I'm on drugs, what's your excuse?
Could we get some feedback on any users actively running the newest v1.4.17 build?

Assuming we have no outstanding issues, I intend to mark this newest version "stable".

Hi SuperClam
I've been using v1.4.17 for the last 5 days with no problems, no excessive data use and I've successfully staked

Jon  Smiley
sr. member
Activity: 448
Merit: 252
Follow us on our new account ShapeShift.com
ShapeShift.io is excited to announce the launch of our newest tool, Skeleton. Skeleton allows websites to offer on-site exchanges so that their users don't have to leave the site in order to do an exchange. Allow your website users to buy or sell Clams directly from your site! Learn more about how you can add this to your site here and see a VIDEO example of how CoinCap has utilized this offering: http://bit.ly/1WvSoBx

hero member
Activity: 954
Merit: 1001
Thanks for the reply, dooglus.

In fact, the wallet shows "importing blocks", so the bootstrap.dat should has been recognized. I think i have the updated version of it, (666 mb, so bigger than the file on your screenshot).
Importing is running for an hour now, still more than 1 year remaining. I noticed, that the progress was pretty fast at beginning. After a while it slowed down significantly (i observed the growth of blk0001.dat in user folder).

Is that just normal? It would be ok, i just want to know, if i am doing anything wrong.
Jump to: