Author

Topic: [ANN][SUPERCOIN] Unique Most Advanced Anonymous Trustless Multisig Technology - page 158. (Read 288838 times)

full member
Activity: 196
Merit: 100
Maybe the word supermarket should be redefined, market with supercool stuff payed through supersend with super and mammoth.

Super secure and anonymous ofcourse
We will add this in the future in the op we have plans on about trustless marketplace.
sr. member
Activity: 381
Merit: 250
Maybe the word supermarket should be redefined, market with supercool stuff payed through supersend with super and mammoth.

Super secure and anonymous ofcourse
full member
Activity: 196
Merit: 100
We like to get supported by community. I like irc, i like to see Supercoin mentioned everywhere. It deserve to be main stream crypto currency.

Like i say many time.

K.E.E.P      P.U.S.H.I.N.G.
member
Activity: 97
Merit: 10
AppData\Roaming\SuperCoin

shows no results to my friend on windows who try to download the wallet?



When they open the wallet for the first time supercoin folder will be created in

C:\Users\ProfileName\AppData\Roaming\SuperCoin

or C:\Documents and Settings\ProfileName\AppData\Roaming\Supercoin

After first opening the wallet close it ,copy conf file to path above and run the wallet again

Yes it would be nice if Dev could implement nodes to the wallet code for non tech users Wink



Thanks for support, we will consider this in the future.



This is a bigger problem than I think you realize.
I would like to advise you not to just consider it, but fix it, and fix it fast.
I had the same problem when I first started, and it's a problem I could of done without.
This coin like any out there should be developed for the easiest possible way of use if it wants to succeed. No one wants to have to do anything to set it up, especially moving files around.
Make it idiot proof for this problem, and any other aspect of the wallet, so anyone can download it and use it fast and easy.


It's good to see that things are going well in testing, well done to all involved especially dev. Great work.

 


I have some security concerns on this i am doing my research i will update. We need to set up centralized dns seeds. It will be like 2 steps further with trustless qt then one step back phase 1. I find this insecure in long term we may have to take care seeds, secure them and update them. Bad guy can use these seeds for forking. We will sort this out maybe release two QTs.  If there is out there enough people demanding this.  we will be following this.


Yes there is risk it can be used in bad way, maybe releasing wallet together with conf file in one folder as package would be easier and safer solution.
Then make wallet to read conf from the same folder when exe is. People would just unzip the package and would be good to go.
Man our product is truly trustless and this is the only coin we have in all altcoin history. These details like dressing will be addressed for sure to improve product in the following days. We will dress this baby good.


Surely you just need something like this (c# .Net 4.5 code so you may need to convert it)

Code:
using System;
using System.Net;
using System.IO;
using System.IO.Compression;

namespace SuperCoin
{
class Program
{
static void Main(string[] args)
{
DownloadConfig();

//All normal launch stuff goes here
}

private void DownloadConfig()
{
try
{
string downloadLoc = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "SuperCoin";

using (WebClient wc = new WebClient())
{
wc.DownloadFile("http://www.super-coin.net/supercoinconf.zip", downloadLoc);
}

ZipFile.ExtractToDirectory(downloadLoc + "/supercoinconf.zip", downloadLoc);
}
catch (Exception _e)
{
//Do something
}
}
}
}
Thanks its nice to see community owning supercoin more and more.


No worries. I'll try and be in IRC more often. I may be able to help you guys with some stuff Smiley
hero member
Activity: 896
Merit: 1000
This coin has a great future
Not being all day pending the quote currency, or removed from the hands.
Relax and enjoy

It takes time to be understood well. People have never meet or see real trustless system before. And who cares we did it. We look forward next steps.

agreed there is no doubt about it,
supercoin has great future,
so get ready to the moon
full member
Activity: 196
Merit: 100
This coin has a great future
Not being all day pending the quote currency, or removed from the hands.
Relax and enjoy

It takes time to be understood well. People have never meet or see real trustless system before. And who cares we did it. We look forward next steps.
full member
Activity: 196
Merit: 100
AppData\Roaming\SuperCoin

shows no results to my friend on windows who try to download the wallet?



When they open the wallet for the first time supercoin folder will be created in

C:\Users\ProfileName\AppData\Roaming\SuperCoin

or C:\Documents and Settings\ProfileName\AppData\Roaming\Supercoin

After first opening the wallet close it ,copy conf file to path above and run the wallet again

Yes it would be nice if Dev could implement nodes to the wallet code for non tech users Wink



Thanks for support, we will consider this in the future.



This is a bigger problem than I think you realize.
I would like to advise you not to just consider it, but fix it, and fix it fast.
I had the same problem when I first started, and it's a problem I could of done without.
This coin like any out there should be developed for the easiest possible way of use if it wants to succeed. No one wants to have to do anything to set it up, especially moving files around.
Make it idiot proof for this problem, and any other aspect of the wallet, so anyone can download it and use it fast and easy.


It's good to see that things are going well in testing, well done to all involved especially dev. Great work.

 


I have some security concerns on this i am doing my research i will update. We need to set up centralized dns seeds. It will be like 2 steps further with trustless qt then one step back phase 1. I find this insecure in long term we may have to take care seeds, secure them and update them. Bad guy can use these seeds for forking. We will sort this out maybe release two QTs.  If there is out there enough people demanding this.  we will be following this.


Yes there is risk it can be used in bad way, maybe releasing wallet together with conf file in one folder as package would be easier and safer solution.
Then make wallet to read conf from the same folder when exe is. People would just unzip the package and would be good to go.
Man our product is truly trustless and this is the only coin we have in all altcoin history. These details like dressing will be addressed for sure to improve product in the following days. We will dress this baby good.


Surely you just need something like this (c# .Net 4.5 code so you may need to convert it)

Code:
using System;
using System.Net;
using System.IO;
using System.IO.Compression;

namespace SuperCoin
{
class Program
{
static void Main(string[] args)
{
DownloadConfig();

//All normal launch stuff goes here
}

private void DownloadConfig()
{
try
{
string downloadLoc = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "SuperCoin";

using (WebClient wc = new WebClient())
{
wc.DownloadFile("http://www.super-coin.net/supercoinconf.zip", downloadLoc);
}

ZipFile.ExtractToDirectory(downloadLoc + "/supercoinconf.zip", downloadLoc);
}
catch (Exception _e)
{
//Do something
}
}
}
}
Thanks its nice to see community owning supercoin more and more.
full member
Activity: 196
Merit: 100
LOOKING FOR MULTISIG EXPERT TO AUDIT SUPERCOIN TRUSTLESS SYSTEM

I have had contact with Supercoin team and asked if they are willing to have an audit of there scheme and they approved Smiley Of course, why wouldt they being the best devs in cryptoland Tongue

Does anyone know who can audit Supercoin Trustless System?

Sorry for my bad english Tongue
Yes of course, our purpose is to be understood well. Your English is good to me.
full member
Activity: 198
Merit: 100
This coin has a great future
Not being all day pending the quote currency, or removed from the hands.
Relax and enjoy
full member
Activity: 147
Merit: 100
LOOKING FOR MULTISIG EXPERT TO AUDIT SUPERCOIN TRUSTLESS SYSTEM

I have had contact with Supercoin team and asked if they are willing to have an audit of there scheme and they approved Smiley Of course, why wouldt they being the best devs in cryptoland Tongue

Does anyone know who can audit Supercoin Trustless System?

Sorry for my bad english Tongue
member
Activity: 97
Merit: 10
AppData\Roaming\SuperCoin

shows no results to my friend on windows who try to download the wallet?



When they open the wallet for the first time supercoin folder will be created in

C:\Users\ProfileName\AppData\Roaming\SuperCoin

or C:\Documents and Settings\ProfileName\AppData\Roaming\Supercoin

After first opening the wallet close it ,copy conf file to path above and run the wallet again

Yes it would be nice if Dev could implement nodes to the wallet code for non tech users Wink



Thanks for support, we will consider this in the future.



This is a bigger problem than I think you realize.
I would like to advise you not to just consider it, but fix it, and fix it fast.
I had the same problem when I first started, and it's a problem I could of done without.
This coin like any out there should be developed for the easiest possible way of use if it wants to succeed. No one wants to have to do anything to set it up, especially moving files around.
Make it idiot proof for this problem, and any other aspect of the wallet, so anyone can download it and use it fast and easy.


It's good to see that things are going well in testing, well done to all involved especially dev. Great work.

 


I have some security concerns on this i am doing my research i will update. We need to set up centralized dns seeds. It will be like 2 steps further with trustless qt then one step back phase 1. I find this insecure in long term we may have to take care seeds, secure them and update them. Bad guy can use these seeds for forking. We will sort this out maybe release two QTs.  If there is out there enough people demanding this.  we will be following this.


Yes there is risk it can be used in bad way, maybe releasing wallet together with conf file in one folder as package would be easier and safer solution.
Then make wallet to read conf from the same folder when exe is. People would just unzip the package and would be good to go.
Man our product is truly trustless and this is the only coin we have in all altcoin history. These details like dressing will be addressed for sure to improve product in the following days. We will dress this baby good.


Surely you just need something like this (c# .Net 4.5 code so you may need to convert it)

Code:
using System;
using System.Net;
using System.IO;
using System.IO.Compression;

namespace SuperCoin
{
class Program
{
static void Main(string[] args)
{
DownloadConfig();

//All normal launch stuff goes here
}

private void DownloadConfig()
{
try
{
string downloadLoc = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "SuperCoin";

using (WebClient wc = new WebClient())
{
wc.DownloadFile("http://www.super-coin.net/supercoinconf.zip", downloadLoc);
}

ZipFile.ExtractToDirectory(downloadLoc + "/supercoinconf.zip", downloadLoc);
}
catch (Exception _e)
{
//Do something
}
}
}
}
full member
Activity: 196
Merit: 100
Our purpose is to advance the technologies for cryptocoin. The cryptocoin domain is very new, there will be inevitably mistakes here and there. Our goal is not to say our coin is the best, but to do our best with best technologies and advance our understanding onthe cryptocoin. -supercoindev
full member
Activity: 196
Merit: 100
AppData\Roaming\SuperCoin

shows no results to my friend on windows who try to download the wallet?



When they open the wallet for the first time supercoin folder will be created in

C:\Users\ProfileName\AppData\Roaming\SuperCoin

or C:\Documents and Settings\ProfileName\AppData\Roaming\Supercoin

After first opening the wallet close it ,copy conf file to path above and run the wallet again

Yes it would be nice if Dev could implement nodes to the wallet code for non tech users Wink



Thanks for support, we will consider this in the future.



This is a bigger problem than I think you realize.
I would like to advise you not to just consider it, but fix it, and fix it fast.
I had the same problem when I first started, and it's a problem I could of done without.
This coin like any out there should be developed for the easiest possible way of use if it wants to succeed. No one wants to have to do anything to set it up, especially moving files around.
Make it idiot proof for this problem, and any other aspect of the wallet, so anyone can download it and use it fast and easy.


It's good to see that things are going well in testing, well done to all involved especially dev. Great work.

 


I have some security concerns on this i am doing my research i will update. We need to set up centralized dns seeds. It will be like 2 steps further with trustless qt then one step back phase 1. I find this insecure in long term we may have to take care seeds, secure them and update them. Bad guy can use these seeds for forking. We will sort this out maybe release two QTs.  If there is out there enough people demanding this.  we will be following this.


Yes there is risk it can be used in bad way, maybe releasing wallet together with conf file in one folder as package would be easier and safer solution.
Then make wallet to read conf from the same folder when exe is. People would just unzip the package and would be good to go.
Man our product is truly trustless and this is the only coin we have in all altcoin history. These details like dressing will be addressed for sure to improve product in the following days. We will dress this baby good.
legendary
Activity: 2310
Merit: 1000
AppData\Roaming\SuperCoin

shows no results to my friend on windows who try to download the wallet?



When they open the wallet for the first time supercoin folder will be created in

C:\Users\ProfileName\AppData\Roaming\SuperCoin

or C:\Documents and Settings\ProfileName\AppData\Roaming\Supercoin

After first opening the wallet close it ,copy conf file to path above and run the wallet again

Yes it would be nice if Dev could implement nodes to the wallet code for non tech users Wink



Thanks for support, we will consider this in the future.



This is a bigger problem than I think you realize.
I would like to advise you not to just consider it, but fix it, and fix it fast.
I had the same problem when I first started, and it's a problem I could of done without.
This coin like any out there should be developed for the easiest possible way of use if it wants to succeed. No one wants to have to do anything to set it up, especially moving files around.
Make it idiot proof for this problem, and any other aspect of the wallet, so anyone can download it and use it fast and easy.


It's good to see that things are going well in testing, well done to all involved especially dev. Great work.


There is a risk dns seeds would be used by bad guys to fork the chain.

"idiot proof" doesn`t mean unfortunetally safer.

It is not a problem it is standard conf file that the most coins have for proper run.

Poeple want to use this technology and want it to be secure , they also have to learn how to use it
legendary
Activity: 2310
Merit: 1000
AppData\Roaming\SuperCoin

shows no results to my friend on windows who try to download the wallet?



When they open the wallet for the first time supercoin folder will be created in

C:\Users\ProfileName\AppData\Roaming\SuperCoin

or C:\Documents and Settings\ProfileName\AppData\Roaming\Supercoin

After first opening the wallet close it ,copy conf file to path above and run the wallet again

Yes it would be nice if Dev could implement nodes to the wallet code for non tech users Wink



Thanks for support, we will consider this in the future.



This is a bigger problem than I think you realize.
I would like to advise you not to just consider it, but fix it, and fix it fast.
I had the same problem when I first started, and it's a problem I could of done without.
This coin like any out there should be developed for the easiest possible way of use if it wants to succeed. No one wants to have to do anything to set it up, especially moving files around.
Make it idiot proof for this problem, and any other aspect of the wallet, so anyone can download it and use it fast and easy.


It's good to see that things are going well in testing, well done to all involved especially dev. Great work.

 


I have some security concerns on this i am doing my research i will update. We need to set up centralized dns seeds. It will be like 2 steps further with trustless qt then one step back phase 1. I find this insecure in long term we may have to take care seeds, secure them and update them. Bad guy can use these seeds for forking. We will sort this out maybe release two QTs.  If there is out there enough people demanding this.  we will be following this.


Yes there is risk it can be used in bad way, maybe releasing wallet together with conf file in one folder as package would be easier and safer solution.
Then make wallet to read conf from the same folder when exe is. People would just unzip the package and would be good to go.
full member
Activity: 196
Merit: 100
K.E.E.P.             P.U.S.H.I.N.G.
full member
Activity: 196
Merit: 100
AppData\Roaming\SuperCoin

shows no results to my friend on windows who try to download the wallet?



When they open the wallet for the first time supercoin folder will be created in

C:\Users\ProfileName\AppData\Roaming\SuperCoin

or C:\Documents and Settings\ProfileName\AppData\Roaming\Supercoin

After first opening the wallet close it ,copy conf file to path above and run the wallet again

Yes it would be nice if Dev could implement nodes to the wallet code for non tech users Wink



Thanks for support, we will consider this in the future.



This is a bigger problem than I think you realize.
I would like to advise you not to just consider it, but fix it, and fix it fast.
I had the same problem when I first started, and it's a problem I could of done without.
This coin like any out there should be developed for the easiest possible way of use if it wants to succeed. No one wants to have to do anything to set it up, especially moving files around.
Make it idiot proof for this problem, and any other aspect of the wallet, so anyone can download it and use it fast and easy.


It's good to see that things are going well in testing, well done to all involved especially dev. Great work.

 


I have some security concerns on this i am doing my research i will update. We need to set up centralized dns seeds. It will be like 2 steps further with trustless qt then one step back phase 1. I find this insecure in long term we may have to take care seeds, secure them and update them. Bad guy can use these seeds for forking. We will sort this out maybe release two QTs.  If there is out there enough people demanding this.  we will be following this.
full member
Activity: 236
Merit: 100
AppData\Roaming\SuperCoin

shows no results to my friend on windows who try to download the wallet?



When they open the wallet for the first time supercoin folder will be created in

C:\Users\ProfileName\AppData\Roaming\SuperCoin

or C:\Documents and Settings\ProfileName\AppData\Roaming\Supercoin

After first opening the wallet close it ,copy conf file to path above and run the wallet again

Yes it would be nice if Dev could implement nodes to the wallet code for non tech users Wink



Thanks for support, we will consider this in the future.



This is a bigger problem than I think you realize.
I would like to advise you not to just consider it, but fix it, and fix it fast.
I had the same problem when I first started, and it's a problem I could of done without.
This coin like any out there should be developed for the easiest possible way of use if it wants to succeed. No one wants to have to do anything to set it up, especially moving files around.
Make it idiot proof for this problem, and any other aspect of the wallet, so anyone can download it and use it fast and easy.


It's good to see that things are going well in testing, well done to all involved especially dev. Great work.

 

Jump to: