Pages:
Author

Topic: [ANN] [SH]Shilling-The Digital Currency Tailored in Africa for Africa - page 20. (Read 39827 times)

member
Activity: 188
Merit: 10
Shillingcoin core v1.16.4
the wallet is fully functional and safe to use in windows. it may raise flags but poses no risk on your system or your money.
 
Note that; each antivirus vender targets a specific aspect and per-to-per linkage signatures(eg BitCoinMiner) are a common flag various antivirus detect.
If it suits you, currently am working on version 1.0.0.2 of our wallet. it will solve most of this issues but i wunt guarantee it will not raise the same flags because, pulling out some of this core codes exposes the wallet to previous risks faced faced by bitcoin back in 2011 like keylogger viruses.
member
Activity: 188
Merit: 10
Shillingcoin core v1.16.4
the signatures seem to cycle in and out of various AV vendor's system... It's caused by core code that can't be removed

did you take your time to analyse the flags around the notorious signatures?

AegisLab   Troj.Bitcoinminer.Loaz!c   20160827
Avira (no cloud)   TR/BitCoinMiner.loaz   20160827
ESET-NOD32   a variant of Win32/BitCoinMiner.BJ potentially unsafe   20160827
Fortinet   Riskware/BitCoinMiner   20160827
Ikarus   Trojan.BitCoinMiner   20160827
Sophos   Bitcoin Miner (PUA)   20160827

hero member
Activity: 635
Merit: 500
Quote
That's interesting!!  DEV??

What's interesting? Bitcoinminer virus? Are you really legendary member or bought account?
legendary
Activity: 2702
Merit: 1030
Yes I am a pirate, 300 years too late!
member
Activity: 188
Merit: 10
Shillingcoin core v1.16.4
we are hitting some major highs in network difficulty and gH/s
too high diff

putting the difficulty where it is is purely beneficial to your devices and the pool.
Please note, setting the difficulty low for your hardware risks causing floods of bandwidth problems for both the miner and the pool operators.  Setting the difficulty high for your hardware causes no potential for communication problems, but the higher the difficulty, the more variance your payouts will see (i.e. your pay will fluctuate more) but it will average out to the same pay over time.
hero member
Activity: 868
Merit: 1000
we are hitting some major highs in network difficulty and gH/s
too high diff
member
Activity: 188
Merit: 10
Shillingcoin core v1.16.4
we are hitting some major highs in network difficulty and gH/s
member
Activity: 188
Merit: 10
Shillingcoin core v1.16.4
hero member
Activity: 868
Merit: 1000
Thats were we currently at, been waiting for a response since sunday
which one?
member
Activity: 188
Merit: 10
Shillingcoin core v1.16.4
Thats were we currently at, been waiting for a response since sunday
hero member
Activity: 490
Merit: 504
Collecting views...
if you had a wish list of an exchange you would love Shilling to be in, which one could it be???
1- bittrex 2- c-cex 3- yobit 4- poloniex (impossible Grin)
the easy exchange to list in is yobit, cost 0.1BTC or 0.5BTC for fast adding.
member
Activity: 188
Merit: 10
Shillingcoin core v1.16.4
Collecting views...
if you had a wish list of an exchange you would love Shilling to be in, which one could it be???
hero member
Activity: 490
Merit: 504
we are going long term.
check out our official Block Explorer https://www.blockexperts.com/sh
good to heart that.
member
Activity: 188
Merit: 10
Shillingcoin core v1.16.4
we are going long term.
check out our official Block Explorer https://www.blockexperts.com/sh
member
Activity: 188
Merit: 10
Shillingcoin core v1.16.4
hero member
Activity: 490
Merit: 504

do you have a Logo for shillingcoin to request add it to coinmarketcap.com
hero member
Activity: 490
Merit: 504


Love the wallet look. Any pools out there that havent had issues? would like a good pool to mine this at.

http://ypool.ga/sh
http://sh.gcpool.eu/
hero member
Activity: 994
Merit: 500


Love the wallet look. Any pools out there that havent had issues? would like a good pool to mine this at.
member
Activity: 188
Merit: 10
Shillingcoin core v1.16.4
member
Activity: 188
Merit: 10
Shillingcoin core v1.16.4
over the weekend, our node went off and we had problems with our pools. it was not an issue with the code. just the downtime.
To solve this problem, we have to set up more nodes to keep the network always up and running.
Am adding up a extra node but i need more.

Help keep the network up, set up your own node https://github.com/yavwa/Shilling/wiki/Setting-up-a-Shilling-Node



How to set up a node


This guide will assist you in compiling a headless client (the daemon) in Ubuntu Linux. This is a necessary step if you wish to set up a node of your altcoin. It is assumed that you are starting on a fresh Ubuntu (14.04 x64) installation.

Remember to use sudo in front of all commands if you’re not logged in as root.

It is case sensitive.

Set up a swapfile if your system has less than 1.5GB of memory:
fallocate -l 2G
/swapfile chown root:root
/swapfile chmod 0600
/swapfile mkswap
/swapfile swapon /swapfile


If fallocate doesn’t work, you can use

dd if=/dev/zero of=/swapfile bs=1024 count=1024288


Initialize swapfile automatically on boot nano /etc/fstab
Add this at the bottom: /swapfile none swap sw 0 0

Install all required dependencies:

apt-get update && apt-get upgrade
apt-get install ntp unzip git build-essential libssl-dev libdb-dev
apt-get install libdb++-dev libboost-all-dev libqrencode-dev
aptitude install miniupnpc libminiupnpc-dev

Pull the source code from github, or upload it yourself:

git clone https://github.com/yavwa/Shilling

Compile leveldb:

cd /Shilling-master/src/leveldb make libleveldb.a libmemenv.a

Return to source directory, and compile the daemon:

cd /Shilling-master/src make -f makefile.unix USE_UPNP=1 USE_QRCODE=1 USE_UPNP=1

Strip the file to make it smaller, then relocate it:
strip Shillingd
cp Shillingd /usr/bin

Now run the daemon:

Shillingd

It will return an error, telling you to set up config file in a directory. Now we’ll set up the config file. Note that this is case sensitive.

nano ~/.Shilling/Shilling.conf

Add the following, save and exit:
daemon=1
server=1
rpcuser=(username)
rpcpassword=(strong password)


Run Shillingd once more and if you did everything correctly, your daemon is now online!

Type Shillingd help for a full list of commands available.
Pages:
Jump to: