Pages:
Author

Topic: [ANN] [CFN] ConfessionCoin | Secrets are better shared | NEW WALLET NOVEMBER 6 - page 6. (Read 37619 times)

newbie
Activity: 37
Merit: 0
add it to bittrex

Hrm, so my last post was deleted by the mod for saying "+1", which of course meant that I agree that this coin should be added to Bittrex.

I hope that's ok to say.
full member
Activity: 167
Merit: 100
full member
Activity: 130
Merit: 100
Secrets are better shared
New wallet available in github.  We're still trying to resolve the Windows wallet issue as previously described, so it may be delayed before it's an official new wallet release, but if you're an early adopter, it's compatible and testing is always appreciated.
full member
Activity: 130
Merit: 100
Secrets are better shared
Is anyone out there good at compiling Windows wallets?

The problem here is that our main dev made some changes to the wallet that uses some web based code to better integrate the site with the wallet, but it requires QtWebKit.  The Windows wallet builder does a cross a compile from Linux to Windows to generate the .exe ... but apparently the method they're using is NOT compatible with the QtWebKit changes due to a static linking requirement (and QtWebKit can't be statically linked).  We think that if someone has a setup to natively build Windows wallets on Windows, it should be just fine to be linked against that DLL, although it may have to also be distributed in the release zip.

Anyway, we're willing to pay a bounty for this if anyone is interested.  Also, if you're familiar with building the installer program, that would be great too.

Short of that, we may push the new features and have an OS X wallet out as well as the source for Linux.  We would still release a windows wallet (which of course is compatible), but it may not have some of the new features that the other wallets should have.

PM us if interested!
full member
Activity: 130
Merit: 100
Secrets are better shared
I assumed that unlike bitcoin cfn will need people to have the entire blockchain downloaded ?
A spv client wound't make too much sense since the most important data is what's encrypted in the chain , right?

You should make a more detailed explanation about how the coin works to avoid poeple getting the wrong idea like i have probably.

Fair enough.  We have a brief description on the site, but basically here's the flow:

- A user enters a confession on confessioncoin.com and presses confess
- The user is displayed a CFN address and a penance amount
- The site monitors this address and determines when the penance has arrived
- If the penance doesn't arrive in 48 hours, the confession is deleted and never displayed
- If the penance arrives, the confession is:
  1) inserted into the blockchain via a new transaction made, and
  2) displayed on the site with a link to the block that the transaction is stored in

The reason we chose this model is because we are trying to add value with the site, although it introduces centralization.  We're not big fans of centralization, but this isn't life or death here, it's a virtual confessional :-)

The penance discourages users entering spam since it costs CFN (but can't eliminate spam if that's what people choose to spend their CFN on).  The site however can filter as needed.

If you perform a transaction manually, a user can insert any message/confession into the blockchain, however it won't be displayed on our site because it did not use the penance system required to be displayed.  Part of the value add of being displayed is that others can 'like', 'sympathize' (via the 'me too' link) or tip the author (grant absolution).

So in short, there's no need to have the entire blockchain and SPV clients would work just fine.  Does this help clear things up?

So in reality, your site is not parsing the chain to display the confessions... it is capturing them to a database and just submitting them to the chain as an afterwards... does the site even have a check that the confession exists in the chain before it can be displayed, or can one be made on the site and it will show regardless of if you submit it to the chain as a transaction?

Partially incorrect!  The first version parsed everything from the chain, which was vetoed due to the noise issues.  The current version issues the transaction to the blockchain and records the transaction ID, which is linked from every confession (have you seen the site?)

But since the site is the one automatically issuing the transactions upon penance arrival, it only 'displays' the confessions from the transactions that it issues.

It wouldn't surprise us if someone wrote a new site that shows all confessions, or even does something similar to what we're doing on the same blockchain.
hero member
Activity: 630
Merit: 500
I assumed that unlike bitcoin cfn will need people to have the entire blockchain downloaded ?
A spv client wound't make too much sense since the most important data is what's encrypted in the chain , right?

You should make a more detailed explanation about how the coin works to avoid poeple getting the wrong idea like i have probably.

Fair enough.  We have a brief description on the site, but basically here's the flow:

- A user enters a confession on confessioncoin.com and presses confess
- The user is displayed a CFN address and a penance amount
- The site monitors this address and determines when the penance has arrived
- If the penance doesn't arrive in 48 hours, the confession is deleted and never displayed
- If the penance arrives, the confession is:
  1) inserted into the blockchain via a new transaction made, and
  2) displayed on the site with a link to the block that the transaction is stored in

The reason we chose this model is because we are trying to add value with the site, although it introduces centralization.  We're not big fans of centralization, but this isn't life or death here, it's a virtual confessional :-)

The penance discourages users entering spam since it costs CFN (but can't eliminate spam if that's what people choose to spend their CFN on).  The site however can filter as needed.

If you perform a transaction manually, a user can insert any message/confession into the blockchain, however it won't be displayed on our site because it did not use the penance system required to be displayed.  Part of the value add of being displayed is that others can 'like', 'sympathize' (via the 'me too' link) or tip the author (grant absolution).

So in short, there's no need to have the entire blockchain and SPV clients would work just fine.  Does this help clear things up?

So in reality, your site is not parsing the chain to display the confessions... it is capturing them to a database and just submitting them to the chain as an afterwards... does the site even have a check that the confession exists in the chain before it can be displayed, or can one be made on the site and it will show regardless of if you submit it to the chain as a transaction?
full member
Activity: 130
Merit: 100
Secrets are better shared
I assumed that unlike bitcoin cfn will need people to have the entire blockchain downloaded ?
A spv client wound't make too much sense since the most important data is what's encrypted in the chain , right?

You should make a more detailed explanation about how the coin works to avoid poeple getting the wrong idea like i have probably.

Fair enough.  We have a brief description on the site, but basically here's the flow:

- A user enters a confession on confessioncoin.com and presses confess
- The user is displayed a CFN address and a penance amount
- The site monitors this address and determines when the penance has arrived
- If the penance doesn't arrive in 48 hours, the confession is deleted and never displayed
- If the penance arrives, the confession is:
  1) inserted into the blockchain via a new transaction made, and
  2) displayed on the site with a link to the block that the transaction is stored in

The reason we chose this model is because we are trying to add value with the site, although it introduces centralization.  We're not big fans of centralization, but this isn't life or death here, it's a virtual confessional :-)

The penance discourages users entering spam since it costs CFN (but can't eliminate spam if that's what people choose to spend their CFN on).  The site however can filter as needed.

If you perform a transaction manually, a user can insert any message/confession into the blockchain, however it won't be displayed on our site because it did not use the penance system required to be displayed.  Part of the value add of being displayed is that others can 'like', 'sympathize' (via the 'me too' link) or tip the author (grant absolution).

So in short, there's no need to have the entire blockchain and SPV clients would work just fine.  Does this help clear things up?
legendary
Activity: 2912
Merit: 6403
Blackjack.fun
Are there technical limitations to the amount of data you can store in the blockchain?  I see you set the character limit at 256, but could you put, say, an image in that field if you wanted to?  I imagine the blockchain would get pretty large and unweildy if you were to store the Harry Potter series in 1080p on there, but there could be some room for interesting applications.

Just curious -- where did you get the 256 character limit from?  That's not correct, it's actually 500 bytes (technically 512, but we truncate confessions at 500).  And no, an image wouldn't make it intact (or any binary data) based on how we're passing and storing data.

But yes, storing arbitrary data (that can be arbitrarily large) in the blockchain is something to be explored, although disk space may need to be cheaper, as it could discourage people from running full nodes if the blockchain is Terabytes in size ...

It also gets into legal questions, e.g. is it legal to run a full node if the Harry Potter movie is a part of the blockchain (regardless of if you ever plan to watch it)?

The bitcoin blockchain is already to big for some users and many complain about it.
Bitcoin has a solution at hand , truncate the blockchain , but what will confession coin do?

The same , truncating old confessions? This is not a solution...

Waiting to see how thing unfold

We will wait for people to complain :-)

We also don't think the bitcoin blockchain is very large, but could anticipate how it could become large and unwieldy at some point in the future.   Personally, I have the entire bitcoin blockchain on an SSD on a lightweight laptop (that's more or less a netbook).  I can understand this is too big for some users, but frankly, if it really is too big for them (considering the advantages it's providing by participating in the system), then those users are free to use more centralized solutions (such as blockchain.info).

For CFN, we are considering offering a centralized online wallet for people to use easily, perhaps built into confessioncoin.com.

I assumed that unlike bitcoin cfn will need people to have the entire blockchain downloaded ?
A spv client wound't make too much sense since the most important data is what's encrypted in the chain , right?

You should make a more detailed explanation about how the coin works to avoid poeple getting the wrong idea like i have probably.

full member
Activity: 130
Merit: 100
Secrets are better shared
Are there technical limitations to the amount of data you can store in the blockchain?  I see you set the character limit at 256, but could you put, say, an image in that field if you wanted to?  I imagine the blockchain would get pretty large and unweildy if you were to store the Harry Potter series in 1080p on there, but there could be some room for interesting applications.

Just curious -- where did you get the 256 character limit from?  That's not correct, it's actually 500 bytes (technically 512, but we truncate confessions at 500).  And no, an image wouldn't make it intact (or any binary data) based on how we're passing and storing data.

But yes, storing arbitrary data (that can be arbitrarily large) in the blockchain is something to be explored, although disk space may need to be cheaper, as it could discourage people from running full nodes if the blockchain is Terabytes in size ...

It also gets into legal questions, e.g. is it legal to run a full node if the Harry Potter movie is a part of the blockchain (regardless of if you ever plan to watch it)?

The bitcoin blockchain is already to big for some users and many complain about it.
Bitcoin has a solution at hand , truncate the blockchain , but what will confession coin do?

The same , truncating old confessions? This is not a solution...

Waiting to see how thing unfold

We will wait for people to complain :-)

We also don't think the bitcoin blockchain is very large, but could anticipate how it could become large and unwieldy at some point in the future.   Personally, I have the entire bitcoin blockchain on an SSD on a lightweight laptop (that's more or less a netbook).  I can understand this is too big for some users, but frankly, if it really is too big for them (considering the advantages it's providing by participating in the system), then those users are free to use more centralized solutions (such as blockchain.info).

For CFN, we are considering offering a centralized online wallet for people to use easily, perhaps built into confessioncoin.com.
legendary
Activity: 2912
Merit: 6403
Blackjack.fun
Are there technical limitations to the amount of data you can store in the blockchain?  I see you set the character limit at 256, but could you put, say, an image in that field if you wanted to?  I imagine the blockchain would get pretty large and unweildy if you were to store the Harry Potter series in 1080p on there, but there could be some room for interesting applications.

Just curious -- where did you get the 256 character limit from?  That's not correct, it's actually 500 bytes (technically 512, but we truncate confessions at 500).  And no, an image wouldn't make it intact (or any binary data) based on how we're passing and storing data.

But yes, storing arbitrary data (that can be arbitrarily large) in the blockchain is something to be explored, although disk space may need to be cheaper, as it could discourage people from running full nodes if the blockchain is Terabytes in size ...

It also gets into legal questions, e.g. is it legal to run a full node if the Harry Potter movie is a part of the blockchain (regardless of if you ever plan to watch it)?

The bitcoin blockchain is already to big for some users and many complain about it.
Bitcoin has a solution at hand , truncate the blockchain , but what will confession coin do?

The same , truncating old confessions? This is not a solution...

Waiting to see how thing unfold
full member
Activity: 130
Merit: 100
Secrets are better shared
dev ,did you contact bittrex.com,when they will add this coin?


We did contact them, but we don't know when they'll add it.  Please contact them and ask, it might help!
sr. member
Activity: 365
Merit: 250
dev ,did you contact bittrex.com,when they will add this coin?
full member
Activity: 130
Merit: 100
Secrets are better shared
full member
Activity: 150
Merit: 100
full member
Activity: 130
Merit: 100
Secrets are better shared
Check out the new video! let us know what you think!

https://vidd.me/yHb
full member
Activity: 130
Merit: 100
Secrets are better shared
Hey We want to gauge if there is interest in a web wallet?

Would you use it? Why or why not? should we implement? Thoughts?

You need to promote the strengths of your coin:  Innovative use of blockchain storage, website tie-in, perfect launch, active/responsive devs, possible forks/other great dares?


Very useful feedback -- keep it coming!

Also, know anyone that can help with the promo (as a potential team member)?
sr. member
Activity: 826
Merit: 263
Hey We want to gauge if there is interest in a web wallet?

Would you use it? Why or why not? should we implement? Thoughts?

You need to promote the strengths of your coin:  Innovative use of blockchain storage, website tie-in, perfect launch, active/responsive devs, possible forks/other great dares?

full member
Activity: 130
Merit: 100
Secrets are better shared
Hey We want to gauge if there is interest in a web wallet?

Would you use it? Why or why not? should we implement? Thoughts?
full member
Activity: 130
Merit: 100
Secrets are better shared
full member
Activity: 178
Merit: 100
allcoin.ca
Pages:
Jump to: