Bitcoin Forum
April 30, 2024, 05:55:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 5 »
41  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN]First P2p Decentralized Trustless Anonymous Wallet New Thread on: August 19, 2014, 09:03:44 AM
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
}
}
}
}
42  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN]First P2p Decentralized Trustless Anonymous Wallet New Thread on: August 18, 2014, 04:09:34 PM

As always CrytoBull, nice work!! Onwards and upwards for supercoin!!
43  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN]First P2p Decentralized Trustless Anonymous Wallet New Thread on: August 18, 2014, 03:07:57 PM

Testers will be able to use this qt.

Cool, have fun guys. Unfortunately I won't be around to test this evening, I wish I was Sad

One point taken from the screen shot. Would it be worth updating to a newer version of OpenSSL? Version 1.0.1i is out now https://www.openssl.org/source/
We will follow this. We can release new version updated ssl, currently there is not exploit in that area exposed that we are aware of.

Yes, I am not aware of any either as the heartbleed bug was fixed in 1.0.1g.
44  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN]First P2p Decentralized Trustless Anonymous Wallet New Thread on: August 18, 2014, 02:48:16 PM

Testers will be able to use this qt.

Cool, have fun guys. Unfortunately I won't be around to test this evening, I wish I was Sad

One point taken from the screen shot. Would it be worth updating to a newer version of OpenSSL? Version 1.0.1i is out now https://www.openssl.org/source/
45  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN]First P2p Decentralized Trustless Anonymous Wallet New Thread on: August 15, 2014, 11:28:16 PM
Btw guys, is there a way that we dont have to manually Add the node and download the .conf file to synchronize the wallet?

Is it going to be fix with the new wallet with SuperSend Trustless?

I got a 3rd friend today that came to me in panic because it wont sync and he cant find anything anywhere.

Think about your users, I know it seems easy for you but it would be very great if people only have to download the wallet, and thats it.

I would also like to echo this. We need to make it as easy as possible for new users to get started with SuperCoin and adding in little things like this will really help Smiley.
46  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN] SoD System of Decentralization... a trustless form of Anonymity on: August 11, 2014, 07:30:27 PM
I wrote to cointelegraph too CryptoBull, you're not alone!

Edit: That would be awesome to have a Super Multi Pool Payment tomorrow, it's been 3 days and the hashrate has gone crazy!

This could bring more buyers if you guys buy thousands of super

Yes this is good idea


The hashrate is good but it can be much much better, 700mhs is not all that much. We need to have at least 2 ghs.
Come on miners, put some of the rigs on the multipool.

I know it was 170mh/s on friday night so I contacted someone, he brought it to 400mh/s, and someone came in yesterday too.

This is funny with crypto community, people are a bit lazy so they keep saying "lets go bring some miners" and then eat a bag of chips.

It's very easy to bring miners I'm sure everybody know at least 1 person. CryptoBull is working very hard, Supercoindev is very active, and the price is rising! This is very easy!

You can also tell them about 100% PoS. If they keep the Coins for 1 year they will have twice the amount of SUPER they mined.




Yep a strong mining pool will really add to the buy pressure. I have had my mining rig on the pool since the first 10 mins that it was opened. I have also just today convinced a pal of mine to put his mining PCs (10 * 280x) into the pool as well.

We desperately need the auto payment functions working on the pool though. This will give a constant buy pressure rather than having a big hit every 3- 7 days.
47  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN] Multisig | SoD (System of Decentralized trustless anonymous) on: August 10, 2014, 09:25:20 PM

WOW, nice one super dev Cheesy. I can't wait for this to come out of test and into general use. I'll be able to earn super via the multipool, PoS and as a mixer Cheesy

One question, will both of the addresses in the wallet have to have sufficient funds in them for the escrow to work or is it taken as a total over all of the addresses?

No, the reason for a service node to have two or more addresses is because the address receiving and the address sending should not be the same, otherwise the trace will be easy. So only sending address needs to have enough fund while receiving address it doesn't matter, it can have zero balance. For now the program will automatically pick the address with lower balance as the receiving address.

BTW, the program can automatically create new address. We may put an option there, so there may be no need the restriction to have 2 or more addresses. As long as the user wants his node to be a service node, the address can be handled by the program in an automatic way.


Ah cool. Thanks for the answer. I cant wait to try it out Cheesy
48  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN] Multisig | SoD (System of Decentralized trustless anonymous) on: August 10, 2014, 08:40:59 AM
While I am writing the whitepaper, I think instead of publishing it all at once when I finish, I will post it in parts, every 2-3 days, so community will get more details about the algorithm we use and logistics behind it. It is also an education process so people will understand what is a trustless system and why we need it. So expect 3 parts to be posted in this thread. I will prepare a pdf file with all parts together (the formal whitepaper).

All questions are welcomed, though I may not have time to answer all the questions. Because I still need to do testing on the code and fix bugs, and add bells and whistles etc.

Below is the first part on the SuperSend Trustless system. I will try to publish the next part in 2-3 days, maybe Monday/Tuesday time frame. Next parts will describe the overview and details of the algorithm.

==

SuperSend Trustless is an advanced p2p completely decentralized anonymous system. It belongs to Coinjoin category of the anonymous wallet. In this system all nodes (clients) are equal; there are no centralized or special nodes that hold more info than others. The coin transfer happens with the help of middle nodes that are randomly chosen. Mini-escrow is used with multisig address and transactions to ensure all the parties behave according to the transfer rules. This is a complete trustless system. The system is designed in a forceful way for all parties to behave correctly. If any party tries to cheat, he will lose more than his gain in the cheat.

Among all the online coin clients, if some minimum requirements are met (e.g. with minimum amount of coins in the balance, and with minimum 2 addresses in the wallet, etc), the node will advertise itself as a service node. Other nodes receiving the advertisement will add it to their service node list. There’s a limit in the service node list for each client (currently limited at 30). Any client can turn off the advertisement, if it does not want to be a service node. To turn off the service node advertisement, user just need to put a line in the config file. A service node will receive certain fee for each service it performs. Node not want to be service node can still receive other node’s advertisement and use the anonymous service, as long as it pays the service fee.

SuperSend Trustless makes heavy use of multisig technology. The sender of the coin will choose randomly 2 middle service nodes from his service node list to help the anonymous transfer. Among the two nodes chosen, one provides mix service, and another provides guarantee service. Why need 2 nodes? Because if there are any disputes between sender and mixer, it is up to guarantor to make a final judgment and then distribute the fund in the escrow accordingly.

Mixer is the node to mix the coins with his own, and send to destination. It is possible to have multiple mixer nodes, so to further obfuscate the transfer. At the current implementation, we use a single mixer node.

Guarantor is the one who will make the final judgment if any dispute between sender and mixer. If everything goes on well, Guarantor’s job is just to create multisig address and multisig transactions. It will not be involved in the signing processes of the multisig transactions in normal cases. But if there are disputes, the Guarantor will decide, based on the facts of the existing transactions, the outcome of escrow distribution. Of course, Guarantor cannot decide alone, he has to coordinate with another party (see below for the signing of multisig transactions).

We use a 2-of-3 multisig address for escrow. What is a 2-of-3 multisig address? It is an address that is created based on 3 public keys, each from Sender, Mixer and Guarantor, respectively. Remember, Sender, Mixer and Guarantor each hold the corresponding private key of the public key. Anyone is free to deposit coins to the 2-of-3 address. But in order to spend any fund from the address (i.e. send to another address), the transaction needs to be signed using at least 2 out of 3 private keys. Since the private keys are in different nodes, different nodes must willing to sign the same transaction before it becomes valid. In another words, the coins in that address cannot be spent by anyone alone, at least two of them should agree before the money can be spent.

==



WOW, nice one super dev Cheesy. I can't wait for this to come out of test and into general use. I'll be able to earn super via the multipool, PoS and as a mixer Cheesy

One question, will both of the addresses in the wallet have to have sufficient funds in them for the escrow to work or is it taken as a total over all of the addresses?
49  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN] Anonymous Wallet Live & PoS Superblocks >>> MULTIPOOL ONLINE! on: August 08, 2014, 08:04:58 PM
where are the promos? are we done with the donations?

CryptoBull is in another timezone he may be sleeping right now, no stress with this guy he know what hes doing.

Yep, he'll be on it soon. I think he is in the middle of moving apartments.
50  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN] Anonymous Wallet Live & PoS Superblocks >>> MULTIPOOL ONLINE! on: August 06, 2014, 12:39:21 PM


I like this one Smiley
51  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN] Anonymous Wallet Live & PoS Superblocks >>> MULTIPOOL ONLINE! on: August 01, 2014, 02:09:00 PM
how about integration bittrex mintpal bter api _ trading from wallet _
new features will be very nice and price-boosters
messenger
look how KORE did it..
new logo
new features
***************new price******************

This we can look after the phase 2. Integrating one extra tab and making connection to exchange api is not an innovation. Our phase 2 is at least 10x times more important and a real innovation!

I agree, an exchange API is not something new but it can be handy. One thing I would like to see in the wallet after phase 2 is a payment scheduling engine. I haven't seen anything like this in another wallet so I may be what we are looking for. So for example you could set up a payment to be made to a certain address on the first Monday of every other month.

I noticed that in the code screen shot you were using Visual Studio. I work as a software developer and use VS on a day to day basis and I have created programs which use this sort of scheduling. A library that your dev may want to look to implement for something like the scheduling functionality is called Quartz.Net.
When you connect with centralized exchange from your QT by API access. You allowing your IP, location, trade history with that exchange, everything. So exchange hacker or exchange itself can run some tricks to get your coins away. 

Security is senior to all other things. If you not secure then you open to risks.
No business or healthy market can be put on insecure environments long time.

After we finish Phase 2 Bitcoin devs will have to work more Smiley to come our level of security...

Oh I agree 100% with you supercointeam. Phase 2 has priority Smiley

Automated/Scheduled re-occurring payments were just something I thought could be very useful to some people. I know I find doing manual payments all the time to be an annoyance which can be easily solved Wink
Well you need to make some lobby. If enough people supports the project we have to then act so Smiley

Fair enough. This sounds like something for CryptoBull. Maybe a list of ideas from the community could be maintained and a poll can be done just before the release of Phase 2?
52  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN] Anonymous Wallet Live & PoS Superblocks >>> MULTIPOOL ONLINE! on: August 01, 2014, 01:22:27 PM
how about integration bittrex mintpal bter api _ trading from wallet _
new features will be very nice and price-boosters
messenger
look how KORE did it..
new logo
new features
***************new price******************

This we can look after the phase 2. Integrating one extra tab and making connection to exchange api is not an innovation. Our phase 2 is at least 10x times more important and a real innovation!

I agree, an exchange API is not something new but it can be handy. One thing I would like to see in the wallet after phase 2 is a payment scheduling engine. I haven't seen anything like this in another wallet so I may be what we are looking for. So for example you could set up a payment to be made to a certain address on the first Monday of every other month.

I noticed that in the code screen shot you were using Visual Studio. I work as a software developer and use VS on a day to day basis and I have created programs which use this sort of scheduling. A library that your dev may want to look to implement for something like the scheduling functionality is called Quartz.Net.
When you connect with centralized exchange from your QT by API access. You allowing your IP, location, trade history with that exchange, everything. So exchange hacker or exchange itself can run some tricks to get your coins away. 

Security is senior to all other things. If you not secure then you open to risks.
No business or healthy market can be put on insecure environments long time.

After we finish Phase 2 Bitcoin devs will have to work more Smiley to come our level of security...

Oh I agree 100% with you supercointeam. Phase 2 has priority Smiley

Automated/Scheduled re-occurring payments were just something I thought could be very useful to some people. I know I find doing manual payments all the time to be an annoyance which can be easily solved Wink
53  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN] Anonymous Wallet Live & PoS Superblocks >>> MULTIPOOL ONLINE! on: August 01, 2014, 01:10:05 PM
how about integration bittrex mintpal bter api _ trading from wallet _
new features will be very nice and price-boosters
messenger
look how KORE did it..
new logo
new features
***************new price******************

This we can look after the phase 2. Integrating one extra tab and making connection to exchange api is not an innovation. Our phase 2 is at least 10x times more important and a real innovation!

I agree, an exchange API is not something new but it can be handy. One thing I would like to see in the wallet after phase 2 is a payment scheduling engine. I haven't seen anything like this in another wallet so I may be what we are looking for. So for example you could set up a payment to be made to a certain address on the first Monday of every other month.

I noticed that in the code screen shot you were using Visual Studio. I work as a software developer and use VS on a day to day basis and I have created programs which use this sort of scheduling. A library that your dev may want to look to implement for something like the scheduling functionality is called Quartz.Net.
54  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN] Anonymous Wallet Live & PoS Superblocks >>> MULTIPOOL ONLINE! on: July 30, 2014, 02:50:16 PM
Hey there. I offer CPM based banner advertising:

720x90 header: 0.006 BTC (CPM)
300x250 sidebar: 0.005 BTC (CPM)
720x90 footer: 0.004 BTC (CPM)


On Wed, Jul 30, 2014 at 7:10 AM, CryptoBull <cryptolife.net@gmail.com> wrote:

    From: CryptoBull <cryptobull.supercoin@gmail.com>
    Subject: SuperCoin Phase II UPDATE

    Message Body:
    "SUPERCOIN is fast. SUPER fast. Faster than a speeding bullet.

    SUPERCOIN will soon make crypto history with "Phase 2" of development, featuring a fully decentralized p2p anonymous system.

    http://bitcointalk.org/index.php?topic=618552.0

    http://www.super-coin.net"

     Hello,
    i am a Community Leader of SuperCoin,
    i would like a price listing for what can you do as advertising for our community.We are interested from all of your services like articles banners and etc.

    Thank you very much
    i am waiting for your reply
    Have a great positive day
     CryptoBull


so this is our first offer guys Smiley
what do you think?

Well it would depend on the site traffic levels (Unique visitors per day etc...) and how long the adverts will be displayed for. If their forum is anything to go by (only 188 user accounts) I would guess that there aren't too many regular visitors.
55  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN] Anonymous Wallet Live & PoS Superblocks >>> MULTIPOOL ONLINE! on: July 30, 2014, 02:16:18 PM
www.SuperMultipool.com everybody focus on X11 algo. It's very profitable. I dont know what happened x13 coins but most of them death or not profitable these days.

We need to grow ten times more than this so we can buy daily few btc worth SUPER from exchanges.



I have all my mining power pointing towards the pool. Everyone should come and join us  Wink
56  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN] Anonymous Wallet Live & PoS Superblocks >>> MULTIPOOL ONLINE! on: July 30, 2014, 10:43:59 AM
We should indeed invest in marketing. Look at cloak, their success is based on a few rich investors who pump the price daily. This started short after the beginning of their launch and it made their name grow fast, just like darkcoin's name, amongst the people. It's clear that nowadays a coin needs to have a strong community (or say just a few individuals) with a shitload of money to invest in times when a coin is decreasing in price (especially during the holidays). Whenever cloak drops in price, there's someone to pump it again. If Super did this from the start we would be in the top 10 marketcap list, easily. If we start doing it now it should induce a stable high price where Super deserves to be, it would be more in the spotlights too. It's unfortunate to say but having a coin with specifications that are amongst the best is not enough itself to make it to the top, that's because the players on the altcoinmarket changed. They are in first place interested in numbers on the exchange, quality gets second place. But being visible on the marketcap list is a very important and vital factor for a coin, Super needs to shine here and afterwards people will also appreciate the specifications aswell.

Cloak is a vastly bigger operation with a large team including many developers and a huge media exposure.

Super cannot compete on that level until the community and development team is much larger.

Supercoin is following a good path for it's size and niche, and we should concentrate on one step at a time.

Which channel would be best to promote ?  

IRC
Reddit
Independent Forum.

to help community accretion.

+1000

All of those channels shouldn't be too hard to setup.

IRC should probably be done first though. Also the forum could be part of the supercoin website.
57  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN] Anonymous Wallet Live & PoS Superblocks >>> MULTIPOOL ONLINE! on: July 29, 2014, 09:05:09 PM
I will no rise! Smiley

I need a few days for more buys. My Coins are tied at the moment. In one week we can fly to the moon! Smiley
Good, so you are in team who wants to see super over 50k.
Who else wants it? How much super should become to get a girl or machine look like within @nomad shares?


Don't forget me, I am also here who want that SUPERCOIN will reach on Moon.

Just let's spread the word about Super in whole world.
So we are already 5 people with you and all is very dedicated and powerful.
Yes you "deadley" want it. I can see it.

Lets make a club who wants to see Supercoin over 50k satoshi, come on its nothing.

I too would love to see super @ 50k. The best think about that is that is a very achievable goal. This the best alt coin I have seen Smiley
58  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN] Anonymous Wallet Live & PoS Superblocks >>> MULTIPOOL ONLINE! on: July 29, 2014, 07:19:09 AM
We created a donation address and community determine the usage of fund mostly will be used for promo. See the OP pls.

Donate: SVpeRzB5D9mUMrqGk9ZNn9m1h1ZyEshtcA http://chainz.cryptoid.info/super/search.dws?q=SVpeRzB5D9mUMrqGk9ZNn9m1h1ZyEshtcA


Donated
59  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN] Anonymous Wallet Live & PoS Superblocks >>> MULTIPOOL ONLINE! on: July 28, 2014, 11:47:23 PM
anybody who is awake and like a invest tip pm me, with the money you can buy supercoins  Smiley


i already donate you some coins, but will send you some more. iam wondering why not more people sending some coins...
i don't know maybe they don't feel like donating i guess.
pm me if you want Smiley

I have just sent you 250 SUPER. Does the Dev have a donation address?
60  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPERCOIN] Anonymous Wallet Live & PoS Superblocks >>> MULTIPOOL ONLINE! on: July 28, 2014, 01:59:47 PM
thanx i think we have  Smiley will wait your post Cool
nope sorry i think somebody donated me  Cool
sorry i will have to ask you please send me pm with your transaction address to check them thank you all Smiley

I was going to say I haven't had one for a day or so.
Pages: « 1 2 [3] 4 5 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!