Pages:
Author

Topic: [ANN] ECC - page 100. (Read 259347 times)

legendary
Activity: 1400
Merit: 1000
December 22, 2015, 12:18:56 PM
How do i install Supercoin wallet on linux?

replace apt-get with whatever package manager your system is using (yum is an example of another one)

use the following commands.

apt-get install git

once installed

git clone https://www.github.com/Greg-Griffith/SuperCoin

cd SuperCoin

cd src

make -f makefile.unix

and then it should be created. to run the wallet type:

./SuperCoind


if you want to watch the wallet, instead of the above command use this one:

./SuperCoind && watch -n 5 './SuperCoind getinfo'


as far as doing things, any wallet command should be available once you start the wallet.
if your computer gets stuck on ./SuperCoind and wont let you type anything after and the only way to get back to the command line is crtl C then use the following command instead

./SuperCoind&

any of the wallet functions should be available once it is running, (assumeing you are still in the SuperCoin/src folder since the commands wont work outside of this folder) with the format

./SuperCoind [command]

to a see a list of all commands type

./SuperCoind help
hero member
Activity: 2268
Merit: 507
December 22, 2015, 10:08:47 AM
How do i install Supercoin wallet on linux?
legendary
Activity: 1076
Merit: 1003
December 20, 2015, 06:31:43 AM
It looks like a bunch of giant companies have joined forces to follow the same direction that Griffith has taken when he decided to concentrate his work for the coins on an application that can do more then just being a coin.
link: http://uk.businessinsider.com/big-companies-build-free-blockchain-tech-2015-12

As I understand it "Cryptobank" will be an app that can merge blockchain applications into one program while using the coins (Super, ECC and MWC) as tokens to use the program.
legendary
Activity: 1400
Merit: 1000
December 20, 2015, 04:01:44 AM
cant send coins, size limitations failed. i must be reading the maximum size as too low of a number. it is probably finding NULL  instead of the actual value i need to be checking for ( for non computer people NULL = 0 in C++)

will post again once i fix the issue and sending coins is possible


currently have a hack fix in place, the wallet is able to send coins and is 100% fully functional now.

(its not really a hack fix, it is jsut based around the fact that blocks are 1MB maximum size, since no coin created to date breaks this rule. the fix is fine, however i will fix it back to the input value in the future once i rework the internal dictionary the coin specs for each coin is stored in)
hero member
Activity: 709
Merit: 500
Gridcoin Foundation
December 20, 2015, 02:59:58 AM
im doing preliminary testings for the next release right now.

Coins:
you can run more than one coin at once (previous release proved this)

Chains:
wallets chains properly. all tests work. they stay synced once started. with one minor problem (talked about in last section)

Addresses:
it reads addresses two different ways, if you have used the wallet you load before. everything will load. it will tell you the coin, the address, and the amount in the address.

if it is a new wallet. it wont show up with the previous method. so it defaults to a second backup method. it will tell you the coin, the address, and for the amount will say unknown. probably 0. however this will fix as soon as you send coins and the wallet will be detected by the first method.

which tells us two things. 1: it does both checks automatically. 2: receiving coins works.

Recieving coins:
it works. i sent a test 1k coins to myself on both coins currently added.

Sending coins:
still working on that part

Application Settings:
there is an application settings page. only a few things work on it. a lot of it just says reserved. i will probably make no attempt to fix it. it will just slowly be filled in as the application becomes more developed with more features and coins than what it currently has

Transactions:
it displays transactions for a given wallet. you can choose how many are put in the chart at a time in the settings the range is 0 to as high a number as you can think. putting in a -1 will mean that all transactions are shown. default is the last 100 transactions. there will be an option to hide orphan tx's but probably not in the next release. it will only show the transactions for 1 coin at a time, you change the coin being viewed by clicking a radio button. every time a radio button is clicked the chart will automatically update to show tx for the coin now selected. this does mean that every time you change the coin it will have to regenerate a new list to display. which also means that spam clicking on them can cause a high amount of cpu usage and possibly the program to crash (however this seriously has to be attempted for it to happen) so if you reallyyyy wanna try to make the wallet crash. it is probably possible but you might loose your coins so there you go.


release ETA:
idk.. another day assuming i dont have any problems sending coins. maybe a few hours. i have had ONE problem syncing MWC> it got stuck checking for a proof of stake check. i am doing a resync on that right now to double test to see if that was a one time thing or if there is something wrong with my X11 kernel. of cvourse it got stuck 10 blocks before full sync so i wont know until a full resync.

Thanks for the update Griffith. looking forward for more!

If there are people are here who would like actively help for Public relation /promotion /social media  etc.  Then please let  Griffith or me know via PM
legendary
Activity: 1400
Merit: 1000
December 20, 2015, 02:49:02 AM
im doing preliminary testings for the next release right now.

Coins:
you can run more than one coin at once (previous release proved this)

Chains:
wallets chains properly. all tests work. they stay synced once started. with one minor problem (talked about in last section)

Addresses:
it reads addresses two different ways, if you have used the wallet you load before. everything will load. it will tell you the coin, the address, and the amount in the address.

if it is a new wallet. it wont show up with the previous method. so it defaults to a second backup method. it will tell you the coin, the address, and for the amount will say unknown. probably 0. however this will fix as soon as you send coins and the wallet will be detected by the first method.

which tells us two things. 1: it does both checks automatically. 2: receiving coins works.

Recieving coins:
it works. i sent a test 1k coins to myself on both coins currently added.

Sending coins:
still working on that part

Application Settings:
there is an application settings page. only a few things work on it. a lot of it just says reserved. i will probably make no attempt to fix it. it will just slowly be filled in as the application becomes more developed with more features and coins than what it currently has

Transactions:
it displays transactions for a given wallet. you can choose how many are put in the chart at a time in the settings the range is 0 to as high a number as you can think. putting in a -1 will mean that all transactions are shown. default is the last 100 transactions. there will be an option to hide orphan tx's but probably not in the next release. it will only show the transactions for 1 coin at a time, you change the coin being viewed by clicking a radio button. every time a radio button is clicked the chart will automatically update to show tx for the coin now selected. this does mean that every time you change the coin it will have to regenerate a new list to display. which also means that spam clicking on them can cause a high amount of cpu usage and possibly the program to crash (however this seriously has to be attempted for it to happen) so if you reallyyyy wanna try to make the wallet crash. it is probably possible but you might loose your coins so there you go.


release ETA:
idk.. another day assuming i dont have any problems sending coins. maybe a few hours. i have had ONE problem syncing MWC> it got stuck checking for a proof of stake check. i am doing a resync on that right now to double test to see if that was a one time thing or if there is something wrong with my X11 kernel. of cvourse it got stuck 10 blocks before full sync so i wont know until a full resync.
legendary
Activity: 1400
Merit: 1000
December 19, 2015, 11:23:42 PM

Nice I remember the logo, this bring a lot of memories Wink

It's good to see you here, and I have to admit I had a little bit of trouble finding the thread for Supercoin again. I understand that a few cryptocurrencies are being advertised under the Trusted-Cryptos team, but I don't know maybe it's time to create a board for each cryptocurrency to highlight their strengths and entertain their respective community.

It's not necessarily a matter of BitcoinTalk.org, but it's also for the website, the social medias, etc. Everything seems to be advertised as one thing, "Trusted-Cryptos", when in fact the should be avertising their 3 assets, Supercoin, MultiWalletCoin and EcommerceCoin. But that's just my opinion. The last post on Facebook seems to be from June 2015 and the last Tweet from August 2015. That's also a problem if you are going to advertised them all under Trusted Cryptos.

With the hundreds of cryptocurrency around, it's going to be tough for SUPER, MWC and ECC to make their name if they are also branded as "Trusted-Cryptos". It's nothing against you guys, you are doing a good job on the technical aspects of your cryptocurrencies, but I think it's obvious they need more than that. One idea would be to relegate one person on your team to manage personally each cryptocurrency to always make sure they are being worked on and developped individually.

Unless you guys are thinking of merging the 3 cryptocurrencies into a new one, which could also be a good idea, it's going to be difficult to move forward under one name, with 3 crypto.

Also I don't understand how you guys still let harry_weener post here as he's only posting pictures of shit and stupid things to bash your name.

Keep up the good work, it's not all bad, but I will definitely be interested if things start changing a bit around here.

due to the immense amount of free time i will have since i am out of school for the next month+ i will be fixing a few of these issues.

also we cant outright ban him. only delete his posts as i see them pop up. contacted the admins many times about the issue but he actually isnt breaking any rules except being an asshole. which there is no actual rule against. there are no rules on bitcointalk about insults, graphic images or hate speech. the response i got was if he wants to make himself look like an idiot he can but we dont censor or ban people for any content except illegal activity (aka child porn and selling drugs and weapons), one he does one of those things he can be banned but until then i can do nothing
sr. member
Activity: 406
Merit: 250
December 19, 2015, 11:12:44 PM


Nice I remember the logo, this bring a lot of memories Wink

It's good to see you here, and I have to admit I had a little bit of trouble finding the thread for Supercoin again. I understand that a few cryptocurrencies are being advertised under the Trusted-Cryptos team, but I don't know maybe it's time to create a board for each cryptocurrency to highlight their strengths and entertain their respective community.

It's not necessarily a matter of BitcoinTalk.org, but it's also for the website, the social medias, etc. Everything seems to be advertised as one thing, "Trusted-Cryptos", when in fact the should be avertising their 3 assets, Supercoin, MultiWalletCoin and EcommerceCoin. But that's just my opinion. The last post on Facebook seems to be from June 2015 and the last Tweet from August 2015. That's also a problem if you are going to advertised them all under Trusted Cryptos.

With the hundreds of cryptocurrency around, it's going to be tough for SUPER, MWC and ECC to make their name if they are also branded as "Trusted-Cryptos". It's nothing against you guys, you are doing a good job on the technical aspects of your cryptocurrencies, but I think it's obvious they need more than that. One idea would be to relegate one person on your team to manage personally each cryptocurrency to always make sure they are being worked on and developped individually.

Unless you guys are thinking of merging the 3 cryptocurrencies into a new one, which could also be a good idea, it's going to be difficult to move forward under one name, with 3 crypto.

Also I don't understand how you guys still let harry_weener post here as he's only posting pictures of shit and stupid things to bash your name.

Keep up the good work, it's not all bad, but I will definitely be interested if things start changing a bit around here.

legendary
Activity: 966
Merit: 1000
December 19, 2015, 09:12:29 PM
Really if you have some problem with Griffith coins i am sure there are lots and lots of better ways than post pictures with shits, it is not mature
the forum is for read and write not for post shits
Embarrassed
legendary
Activity: 1400
Merit: 1000
December 19, 2015, 01:51:19 AM
Griffith, do you know if actually there are some p2p app for exchange btc to altcoins?

thanks


at the moment i dont believe there is one
sr. member
Activity: 255
Merit: 250
December 19, 2015, 12:26:13 AM
Shapeshift is probably the best 'app' exchanger but it's not really p2p as far as I know. And the spread is crazy high sometimes
legendary
Activity: 966
Merit: 1000
December 17, 2015, 08:54:51 PM
Griffith, do you know if actually there are some p2p app for exchange btc to altcoins?

thanks
legendary
Activity: 1400
Merit: 1000
December 17, 2015, 08:34:47 PM
Blockexperts show no new blocks since yesterday.  I still got my client connected and staking.

Seems to be working now, not that anyone seems to care anymore.

yeah crypto is a little quiet right now. holidays and end of school semester and such.  also the BEs get stuck sometimes for a few hours but they usually fix themselves

Are we wrapping up any updates until the new year then?

you ever have those times, where you know a date is approaching and your like. ahh i got time i got time. its like 2 weeks off. and then suddenly somehow it comes and is tomorrow and ur like shit, i thought i had more time. thats what happened to me for finals for school. but its okay. cuz im finally done with classes for the semester. i have until february off, so update pending some time this weekend hopefully.


Dude, I logged on to bct to forget about my academic obligations.  Are you my professor?  WHO PAID YOU TO DO THIS?  I get it, I'll finish studying....

last final tonight, wish me luck  Grin


i basically did a backflip coming out of my last final i was so happy. not an actual one. but i did jump off a chair
hero member
Activity: 532
Merit: 500
Offer escrow, receive negative trust
December 17, 2015, 02:39:43 PM
Blockexperts show no new blocks since yesterday.  I still got my client connected and staking.

Seems to be working now, not that anyone seems to care anymore.

yeah crypto is a little quiet right now. holidays and end of school semester and such.  also the BEs get stuck sometimes for a few hours but they usually fix themselves

Are we wrapping up any updates until the new year then?

you ever have those times, where you know a date is approaching and your like. ahh i got time i got time. its like 2 weeks off. and then suddenly somehow it comes and is tomorrow and ur like shit, i thought i had more time. thats what happened to me for finals for school. but its okay. cuz im finally done with classes for the semester. i have until february off, so update pending some time this weekend hopefully.


Dude, I logged on to bct to forget about my academic obligations.  Are you my professor?  WHO PAID YOU TO DO THIS?  I get it, I'll finish studying....

last final tonight, wish me luck  Grin
legendary
Activity: 1007
Merit: 1000
December 17, 2015, 02:31:28 PM
Very interesting, although ive just found this thread, Ill be keeping a very close eye. Might even pick up some coins in the near future (when my assets are more 'liquid')
sr. member
Activity: 255
Merit: 250
December 17, 2015, 02:24:28 PM
Besides the one d-bag lately, I'm sure we all understand. Enjoy the holidays
legendary
Activity: 1400
Merit: 1000
December 17, 2015, 04:01:26 AM
Blockexperts show no new blocks since yesterday.  I still got my client connected and staking.

Seems to be working now, not that anyone seems to care anymore.

yeah crypto is a little quiet right now. holidays and end of school semester and such.  also the BEs get stuck sometimes for a few hours but they usually fix themselves

Are we wrapping up any updates until the new year then?

you ever have those times, where you know a date is approaching and your like. ahh i got time i got time. its like 2 weeks off. and then suddenly somehow it comes and is tomorrow and ur like shit, i thought i had more time. thats what happened to me for finals for school. but its okay. cuz im finally done with classes for the semester. i have until february off, so update pending some time this weekend hopefully.

sr. member
Activity: 255
Merit: 250
December 15, 2015, 10:38:08 PM
Blockexperts show no new blocks since yesterday.  I still got my client connected and staking.

Seems to be working now, not that anyone seems to care anymore.

yeah crypto is a little quiet right now. holidays and end of school semester and such.  also the BEs get stuck sometimes for a few hours but they usually fix themselves

Are we wrapping up any updates until the new year then?
legendary
Activity: 1188
Merit: 1001
December 14, 2015, 05:36:40 AM
yeah crypto is quetly dismissing Cryptsy from the market , well no biggie
just some BTC lost ...

I have some Card collectibles that i may exchange for Super or other altcoin
i have an exchange site :
https://swapbot.tokenly.com/bot/1punch/spells-of-genesis-full-deck#choose

legendary
Activity: 1400
Merit: 1000
December 11, 2015, 03:09:12 PM
Blockexperts show no new blocks since yesterday.  I still got my client connected and staking.

Seems to be working now, not that anyone seems to care anymore.

yeah crypto is a little quiet right now. holidays and end of school semester and such.  also the BEs get stuck sometimes for a few hours but they usually fix themselves
Pages:
Jump to: