Author

Topic: [ANN][SLG] Sterlingcoin v1.6.1.1 | United Kindom | Cryptopia - page 115. (Read 464431 times)

legendary
Activity: 1512
Merit: 1000
We have just realised that ZDNET also hosts the Sterlingcoin files to download as they take download links from CNET. Currently they are outdated as CNET are yet to update their links to 1.4, however once CNET have updated, ZDNET will also update their links.

We thought we would let everyone know of this alternate download option, the more options and locations to download from helps the distribution and awareness of Sterlingcoin.
legendary
Activity: 1512
Merit: 1000
Here are more console commands for messaging (messaging in the Lite Edition is possible via the console):

smsgaddkey

smsgbuckets [stats|dump]
smsgdisable
smsgenable
smsggetpubkey

smsginbox [all|unread|clear]
smsglocalkeys [whitelist|all|wallet|recv <+/->
|anon <+/->
]
smsgoptions [list|set ]
smsgoutbox [all|clear]
smsgscanbuckets
smsgscanchain
smsgsend
smsgsendanon

As you can see you can send a message anonymously "smsgsendanon ", this removes your address from the message.

Remember anonymity is only obtained through a large number of users on the network.

As of now there are over 50000 Sterlingcoin addresses on the entire blockchain, which provides fair anonymity.
member
Activity: 98
Merit: 10
Transactions explorer is getting a update today.  Should have address search working.  Just in case you all are curious about what I am doing I have been writing a lot of code for the Sterlingcoin systems.  Everything you see is mostly done from scratch except existing libraries and the use of other components that are hacked apart.  The Sterlingcoin Transactions explorer is a made up of two parts. A backend, Bitcoin ABE (https://github.com/bitcoin-abe  Abe developers) and a frontend, the actual site (http://transactions.sterlingcoin.org.uk).  The frontend has been written in PHP and also has a few node js modules that carry data between the frontend and a few other services.  The backend which uses Bitcoin ABE has been modified to support X13 coins (credits will be here soon I lost the link) and I have also modified a few ways that it stores data. It has two options to use MySQL (Default for Bitcoin ABE backend) or also REDIS (still in the works).  The Richlist is a script that has been modified by me as well from RPC ACE (https://github.com/stolendata/rpc-ace/  Robin Leffmann).  Using his code I was able to set up a semi-live richlist for Sterlingcoin.  I am rewriting the code in node js and working on a more live version using blocknotify or RPC notify and implement a AJAX frontend to provide the updated data.
    This is just a few examples of what I have been doing for the community.  I have been very busy with many things and just want to let you all know I'm still here working hard to bring you all the goodies I can.  I work on a few other projects as well to help make some money to eat, so you may see me in other threads.  Check back in a few days and I will provide you all with details on a few other current projects that will be updated in the next few weeks.
Smiley

Great job! Smiley
Looking forward to what you have in store!
legendary
Activity: 1512
Merit: 1000
The messaging within the wallet does not allow you to send to just any address you wish to send a message to.

You MUST have the users compressed public key which only they can provide.

To get your compressed public key to send to a friend to be able to message you, simply do this:

Go to Help>Debug>Console and then in the 'Console' type: smsggetpubkey followed by your address i.e. smsggetpubkey SYwjqkna6EdLRjvNyarbNJ9hgNQA2Q9QXZ

legendary
Activity: 1512
Merit: 1000
how do i get the public key for an address if i want to send a message?

Go to console and type smsggetpubkey followed by the address and hit enter.

For example:

smsggetpubkey Sa5Yn2mGXLH9hES3DKMbUDHC5kyCneHqpG

thank you!

No problem. We will add a little guide to the website soon Cheesy
member
Activity: 76
Merit: 10
how do i get the public key for an address if i want to send a message?

Go to console and type smsggetpubkey followed by the address and hit enter.

For example:

smsggetpubkey Sa5Yn2mGXLH9hES3DKMbUDHC5kyCneHqpG

If any one wishes to direct message me they can:

Address: SYwjqkna6EdLRjvNyarbNJ9hgNQA2Q9QXZ
Compressed PubKey: u5TQAJs6nMM16SrMMFcaeS6Mo5yxckshG2j8V969cDRf
legendary
Activity: 1512
Merit: 1000
how do i get the public key for an address if i want to send a message?

Go to console and type smsggetpubkey followed by the address and hit enter.

For example:

smsggetpubkey Sa5Yn2mGXLH9hES3DKMbUDHC5kyCneHqpG
legendary
Activity: 1512
Merit: 1000
linux mint 16

Thought so.

Easiest option is to upgrade to Mint 17 or 17.1

Or follow this guide: http://tutorialforlinux.com/2014/03/28/how-to-install-qt5-sdk-on-linux-mint-16-petra-32-64bit-easy-visual-guide/

We recommend Ubuntu for ease of use and compatibility.
legendary
Activity: 1288
Merit: 1000
linux mint 16
legendary
Activity: 1512
Merit: 1000
I'm having trouble installing the new wallet, I get the following error when I go to install on my linux mint box: :-1: error: Unknown module(s) in QT: webkitwidgets webkit

How do I install the dependency?

sudo apt-get install make libqt5webkit5-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler build-essential libboost-dev libboost-all-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev libevent-dev libcurl4-openssl-dev git libpng-dev qrencode libqrencode-dev

Run that and it will cover every dependency.

This is all stated in the ReadMe and also within the support section of the website.

I tried those, but I get the following error: E: Unable to locate package libqt5core5a

Do I need to update my repositories to get the file?

Which Linux distribution are you running?
legendary
Activity: 1596
Merit: 1010
Just did a small new article about the client update, which can be found here.

Merry Xmas Smiley
full member
Activity: 212
Merit: 100


   Block REWARDS are being enabled on Sterlingcoin Official Pool.  Come mine with us now @ http://pool.sterlingcoin.org.uk

1 Sterlingcoin for Block Finder
0.005 Sterlingcoin for each user that has shares in that block
full member
Activity: 212
Merit: 100
Transactions explorer is getting a update today.  Should have address search working.  Just in case you all are curious about what I am doing I have been writing a lot of code for the Sterlingcoin systems.  Everything you see is mostly done from scratch except existing libraries and the use of other components that are hacked apart.  The Sterlingcoin Transactions explorer is a made up of two parts. A backend, Bitcoin ABE (https://github.com/bitcoin-abe  Abe developers) and a frontend, the actual site (http://transactions.sterlingcoin.org.uk).  The frontend has been written in PHP and also has a few node js modules that carry data between the frontend and a few other services.  The backend which uses Bitcoin ABE has been modified to support X13 coins (credits will be here soon I lost the link) and I have also modified a few ways that it stores data. It has two options to use MySQL (Default for Bitcoin ABE backend) or also REDIS (still in the works).  The Richlist is a script that has been modified by me as well from RPC ACE (https://github.com/stolendata/rpc-ace/  Robin Leffmann).  Using his code I was able to set up a semi-live richlist for Sterlingcoin.  I am rewriting the code in node js and working on a more live version using blocknotify or RPC notify and implement a AJAX frontend to provide the updated data.
    This is just a few examples of what I have been doing for the community.  I have been very busy with many things and just want to let you all know I'm still here working hard to bring you all the goodies I can.  I work on a few other projects as well to help make some money to eat, so you may see me in other threads.  Check back in a few days and I will provide you all with details on a few other current projects that will be updated in the next few weeks.
Smiley
legendary
Activity: 1288
Merit: 1000
I'm having trouble installing the new wallet, I get the following error when I go to install on my linux mint box: :-1: error: Unknown module(s) in QT: webkitwidgets webkit

How do I install the dependency?

sudo apt-get install make libqt5webkit5-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler build-essential libboost-dev libboost-all-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev libevent-dev libcurl4-openssl-dev git libpng-dev qrencode libqrencode-dev

Run that and it will cover every dependency.

This is all stated in the ReadMe and also within the support section of the website.

I tried those, but I get the following error: E: Unable to locate package libqt5core5a

Do I need to update my repositories to get the file?
legendary
Activity: 1512
Merit: 1000
full member
Activity: 212
Merit: 100
Transactions details for Sterlingcoin Transactions updated.  Display correct information now.

legendary
Activity: 1512
Merit: 1000
I'm having trouble installing the new wallet, I get the following error when I go to install on my linux mint box: :-1: error: Unknown module(s) in QT: webkitwidgets webkit

How do I install the dependency?

sudo apt-get install make libqt5webkit5-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler build-essential libboost-dev libboost-all-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev libevent-dev libcurl4-openssl-dev git libpng-dev qrencode libqrencode-dev

Run that and it will cover every dependency.

This is all stated in the ReadMe and also within the support section of the website.
sr. member
Activity: 582
Merit: 250
An Impressive Purely Anonymous Currency.
Something odd is going on as I can mine against my wallet but three pools are not connecting.

Never seen this problem before....Anyone got any ideas ?

Could you be on a fork?

We are not on a fork, that is for sure.

Services are just updating to 1.4 now so there will be some interruption with services, please bear with the pools, exchanges, payment portals, tipping bots etc.

1.4 will be available publicly on Monday 22nd/Midnight Sunday.

Block Height as of 23:52pm - 113946 on http://transactions.sterlingcoin.org.uk/

Sterlingcoin services such as the Seed Nodes, Mining Pool and Online Wallets (sterlingcoinapi.org.uk) are up to date.

It would have helped if there was a message on the pools. 

Thanks for the wallet and keep up the good work!
legendary
Activity: 1288
Merit: 1000
I'm having trouble installing the new wallet, I get the following error when I go to install on my linux mint box: :-1: error: Unknown module(s) in QT: webkitwidgets webkit

How do I install the dependency?
sr. member
Activity: 378
Merit: 250
Great work SLG team! The new wallet is looks amazing, and probably one of the best functioning wallets around.
Jump to: