Abbott_Car
Newbie
Offline
Activity: 28
Merit: 0
|
|
March 04, 2015, 12:55:26 PM |
|
Are fees necessary for clam? If staking is same and not ending over the time ?
|
|
|
|
BayAreaCoins
Legendary
Offline
Activity: 4046
Merit: 1250
Owner at AltQuick.com
|
|
March 04, 2015, 12:55:39 PM |
|
does anybody know how to validate a CLAM address with PHP?
I'll ask the JD troll box for you. Give me a minute. EDIT: I think you are SOL atm from my end. Sry!
|
|
|
|
BayAreaCoins
Legendary
Offline
Activity: 4046
Merit: 1250
Owner at AltQuick.com
|
|
March 04, 2015, 12:58:05 PM |
|
Are fees necessary for clam? If staking is same and not ending over the time ?
As CLAM grows I believe the block reward can be removed entirely due to high number of transactions with fees + low energy costs. That's going to be a up hill fight to get the block reward removed and honestly I like the block reward + fees.
|
|
|
|
Nixsy
|
|
March 04, 2015, 01:02:20 PM |
|
does anybody know how to validate a CLAM address with PHP?
This is the regex to find/check an address ^[x][a-km-zA-HJ-NP-Z0-9]{26,33}$ I mainly use javascript so I am not sure how to apply in php, its a step forward though.
|
|
|
|
AdamWhite
|
|
March 04, 2015, 01:03:21 PM |
|
Are fees necessary for clam? If staking is same and not ending over the time ?
Staking is 1 coin per block plus fees, 1440 coins per day. Forever! No block halvings or other nonsense.
|
|
|
|
BayAreaCoins
Legendary
Offline
Activity: 4046
Merit: 1250
Owner at AltQuick.com
|
|
March 04, 2015, 01:08:15 PM |
|
Are fees necessary for clam? If staking is same and not ending over the time ?
Staking is 1 coin per block, 1440 coins per day. Forever! No block halvings or other nonsense. This can change though. I imagine the block reward will be reduced in the next 2 years or so.
|
|
|
|
AdamWhite
|
|
March 04, 2015, 01:13:27 PM |
|
Are fees necessary for clam? If staking is same and not ending over the time ?
Staking is 1 coin per block, 1440 coins per day. Forever! No block halvings or other nonsense. This can change though. I imagine the block reward will be reduced in the next 2 years or so. Why's that? One of the things that sold me on CLAM was the linear distribution curve
|
|
|
|
cloverme
Legendary
Offline
Activity: 1512
Merit: 1057
SpacePirate.io
|
|
March 04, 2015, 01:21:55 PM |
|
does anybody know how to validate a CLAM address with PHP?
This works... using the regex from Nixsy: $regex = "/^[x][a-km-zA-HJ-NP-Z0-9]{26,33}$/"; if (preg_match($regex, "xWEWfhF9hDvKksvWgFj6kmseLYShZG9Kx8")) { // match success echo "Found a match!"; } else { // If preg_match() returns false, then the regex does not // match the string echo "The regex pattern does not match. :("; }
|
|
|
|
BayAreaCoins
Legendary
Offline
Activity: 4046
Merit: 1250
Owner at AltQuick.com
|
|
March 04, 2015, 01:24:32 PM |
|
does anybody know how to validate a CLAM address with PHP?
This works... using the regex from Nixsy: $regex = "/^[x][a-km-zA-HJ-NP-Z0-9]{26,33}$/"; if (preg_match($regex, "xWEWfhF9hDvKksvWgFj6kmseLYShZG9Kx8")) { // match success echo "Found a match!"; } else { // If preg_match() returns false, then the regex does not // match the string echo "The regex pattern does not match. :("; }
Nice
|
|
|
|
Nixsy
|
|
March 04, 2015, 01:26:00 PM |
|
does anybody know how to validate a CLAM address with PHP?
This works... using the regex from Nixsy: $regex = "/^[x][a-km-zA-HJ-NP-Z0-9]{26,33}$/"; if (preg_match($regex, "xWEWfhF9hDvKksvWgFj6kmseLYShZG9Kx8")) { // match success echo "Found a match!"; } else { // If preg_match() returns false, then the regex does not // match the string echo "The regex pattern does not match. :("; }
I Have saved this to my snippets folder, Thanks dude.
|
|
|
|
BayAreaCoins
Legendary
Offline
Activity: 4046
Merit: 1250
Owner at AltQuick.com
|
|
March 04, 2015, 01:36:16 PM |
|
New page reminder that I think these are good threads to keep bumped! We need ppl to see CLAM and dig their CLAMS... even if that means they are selling them!
|
|
|
|
chilly2k
Legendary
Offline
Activity: 1007
Merit: 1000
|
|
March 04, 2015, 02:02:34 PM |
|
Are fees necessary for clam? If staking is same and not ending over the time ?
Staking is 1 coin per block, 1440 coins per day. Forever! No block halvings or other nonsense. This can change though. I imagine the block reward will be reduced in the next 2 years or so. Why's that? One of the things that sold me on CLAM was the linear distribution curve I wouldn't get to nervous about this. That's one Man's opinion, note the use of the word "imagine". To keep a POS coin network alive you need to have lot's of nodes moving the block chain along. The people running the nodes need to be compensated for there time and resources. At present, the transaction fees are increasing, but don't amount to much. In the last 6 stakes I've made .0014 from the fees. hardly enough incentive to keep a node running. BTC generates a 25 coin per block reward for the miners. They try to average 6 blocks per hour. So that's 150 BTC per hour Vs. Clams 60 clams per hour. And the CLAMS block chain is 10X faster then BTC. When BTC halves the block reward to 12.5 they will still be generating more coins then CLAMS, and the blockchian will still be 10X slower. There may come a day when the volume of Clam transactions, and thus the transaction fee's, are high enough to sustain a network. If or when that will happen is anyone's guess... That's just my opinion.
|
|
|
|
BayAreaCoins
Legendary
Offline
Activity: 4046
Merit: 1250
Owner at AltQuick.com
|
|
March 04, 2015, 02:07:36 PM |
|
I wouldn't get to nervous about this. That's one Man's opinion, note the use of the word "imagine".
Ya I'm totally just rambling No worries.
|
|
|
|
rocoro
Legendary
Offline
Activity: 938
Merit: 1000
|
|
March 04, 2015, 02:48:49 PM Last edit: March 04, 2015, 03:27:46 PM by rocoro |
|
Mac fag checking in. Running 1.4.10 and smooth sailing so far. Staking and all. Curious behaviour as the staking icon goes red more than I've ever seen but I can't see a problem.
Does it go red for long periods at a time? Long enough that you can hover the mouse over it and tell me what pops up when it's red? If you put: debug=stake in the clam.conf file in the same folder as your wallet.dat and restart, it will write stake-related stuff to debug.log in the same folder as it stakes. You could "tail -f debug.log" in that folder and see whether anything looks different when it's red. Staking basically consists of hashing each of your staking outputs every 16 seconds and comparing the result with a target based on the network difficulty. If the output hashes lower than the target, you get to stake a block. "debug=stake" will cause these hashes that are being compared to be logged. I couldn't find an existing one, so I created a clam.conf and added debug=stake. I'm hoping I did it correctly. I added a screengrab of data flow. http://imgur.com/Gmcfbf8 When I hover the cursor over the red icon, it sometimes says 0 weight. And then other times it says not staking because I don't have mature coins. But then I stake at least once a day. Hope this helps. Thanks for everything! /s/ Same thing was happening to me on a previous version (1.4.7 i think) and the 0 weight was also showing. I haven't seen it happen to me again yet on this latest version.. but I'll watch for it. It can stay red for up to one minute, i've seen it myself. When you hover over it says 'Not staking because you don't have mature coins' It doesn't appear to affect staking in the long run, i always just put it down to new blocks being generated and that it was a normal thing. I have the debug switch on at the moment so i'll try and upload the debug.log next time i see it happen. I think I caught a red patch in the debug log. This is the point where it was red and then normalized: ERROR: AcceptToMemoryPool : ConnectInputs failed 275b33ea6daf21907648b93235e33942d63c759c139efe8135f9e88a02aec89f ERROR: ConnectInputs() : afa49bad29ccfd608c5aefb44d407fabfea69fa15d3ea1f5c256d783b10daf6e prev tx already used at (nFile=1, nBlockPos=319403622, nTxPos=319404329) ERROR: AcceptToMemoryPool : ConnectInputs failed afa49bad29ccfd608c5aefb44d407fabfea69fa15d3ea1f5c256d783b10daf6e ERROR: ConnectInputs() : 58c3a3c1186b5c89c3ac5772eced46233bff83cee7de7c8efc6fe1f3b96029a7 prev tx already used at (nFile=1, nBlockPos=342165995, nTxPos=342168405) ERROR: AcceptToMemoryPool : ConnectInputs failed 58c3a3c1186b5c89c3ac5772eced46233bff83cee7de7c8efc6fe1f3b96029a7 ERROR: ConnectInputs() : 9236ca795d0acf1016cfaa99887c75e79465376f9d64dfa6f7c02fcbffd2ec62 prev tx already used at (nFile=1, nBlockPos=342323040, nTxPos=342323537) ERROR: AcceptToMemoryPool : ConnectInputs failed 9236ca795d0acf1016cfaa99887c75e79465376f9d64dfa6f7c02fcbffd2ec62 ERROR: ConnectInputs() : 0b675b9287c686a297de540dbc6909342dcd494164ee73fc7a14484b53e436a1 prev tx already used at (nFile=1, nBlockPos=342592588, nTxPos=342593400) ERROR: AcceptToMemoryPool : ConnectInputs failed 0b675b9287c686a297de540dbc6909342dcd494164ee73fc7a14484b53e436a1 stake took 0s stake took 0s stake took 0s stake took 0s SetBestChain: new best=c4f00cb1bd10f1465095c98ace135a9cde9beff8f28f92469835487faf060c35 height=360756 trust=16799287784950803720 blocktrust=156701501658267 date=03/01/15 04:48:48 ProcessBlock: ACCEPTED stake took 0s SetBestChain: new best=8e2c754fd4bcadb59b715244d7f885f2059120b7d862f0b0e29f1c01e929a9c7 height=360757 trust=16799443607527302960 blocktrust=155822576499240 date=03/01/15 04:49:20 ProcessBlock: ACCEPTED stake took 0s SetBestChain: new best=8aec101da5519366c1b71c094f9ddf4d213860433299fd918f89ef03b83a62d6 height=360758 trust=16799598557078531095 blocktrust=154949551228135 date=03/01/15 04:49:36 ProcessBlock: ACCEPTED Any update on why this happens ? Mine seemed to stay red longer this morning Edit: also seems to be happening more frequently (icon turning red) Edit #2: Restarted wallet and symptom seems to have mysteriously disappeared (for now?)
|
|
|
|
chriswen
|
|
March 04, 2015, 03:59:00 PM |
|
I don't see anything wrong with a linear distribution curve.
With the combination of more people digging up clams and the increase of clams from POS rewards the inflation will decrease over time.
|
|
|
|
TwinWinNerD
Legendary
Offline
Activity: 1680
Merit: 1001
CEO Bitpanda.com
|
|
March 04, 2015, 04:00:28 PM |
|
Announcement:Coinimal is happy to announce that it has added its first additional altcoin: CLAMStarting from today, customers can instantly buy CLAM with: SOFORT Giropay/EPS OBT Skrill SEPA Bank TransferCustomers need to be verified, but will receive a 5€ voucher as compensation. Website: https://www.coinimal.com/Regards, Paul CEO Coinimal GmbH
|
|
|
|
gilangIDR
Legendary
Offline
Activity: 1526
Merit: 1001
|
|
March 04, 2015, 04:11:16 PM |
|
Announcement:Coinimal is happy to announce that it has added its first additional altcoin: CLAMStarting from today, customers can instantly buy CLAM with: SOFORT Giropay/EPS OBT Skrill SEPA Bank TransferCustomers need to be verified, but will receive a 5€ voucher as compensation. Website: https://www.coinimal.com/Regards, Paul CEO Coinimal GmbH good news for all , i like Clam , maybe next week i buy in coinimal , now i dont have money , very very sad , good luck
|
|
|
|
Jbanna
|
|
March 04, 2015, 04:16:27 PM |
|
Announcement:Coinimal is happy to announce that it has added its first additional altcoin: CLAMStarting from today, customers can instantly buy CLAM with: SOFORT Giropay/EPS OBT Skrill SEPA Bank TransferCustomers need to be verified, but will receive a 5€ voucher as compensation. Website: https://www.coinimal.com/Regards, Paul CEO Coinimal GmbH AWESOME. thank you kind sir
|
|
|
|
starblocks
|
|
March 04, 2015, 04:22:57 PM Last edit: March 06, 2015, 06:50:44 AM by starblocks |
|
Announcement:Coinimal is happy to announce that it has added its first additional altcoin: CLAMStarting from today, customers can instantly buy CLAM with: SOFORT Giropay/EPS OBT Skrill SEPA Bank TransferCustomers need to be verified, but will receive a 5€ voucher as compensation. Website: https://www.coinimal.com/Regards, Paul CEO Coinimal GmbH You sold me on POP ages ago but this is excellent
|
|
|
|
AdamWhite
|
|
March 04, 2015, 04:49:30 PM |
|
Seems Coinimal is very selective with their coins, they only offer BTC LTC NXT and CLAM Cool
|
|
|
|
|