Bitcoin Forum
May 27, 2024, 02:33:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 »
181  Alternate cryptocurrencies / Announcements (Altcoins) / Re: |ANN|•YIC • YICOIN • X11 • MASTERNODE • NO ICO • NO PREMINE on: January 25, 2018, 11:43:43 AM
3 - HOW TO CREATE A YIC WALLET ON LINUX

Let's install all packages/libraries to install the wallet (packages described on GitHub):

Installing GitHub package:
Code:
sudo apt-get install -y git 

Installing Libs to support wallet:
Code:
sudo apt-get install build-essential automake libssl-dev libboost-all-dev libdb5.3++-dev libminiupnpc-dev screen


Creating specific folder for the wallet and wallet data.
The standard installation is on home folder (~/.yicoin)


================ Step 01 // Preparing the environment ================

First, let's create the folder
Code:
sudo mkdir /wallets

Giving permission for all (you can be more specific to be safety)
Code:
sudo chmod 777 /wallets

================ Step 02 // Getting the wallet ================

Let's download the Git Code:
Code:
cd /wallets;
git clone https://github.com/YiDeveloper/Yi.git yic

Compiling the code:
Code:
cd /wallets/yic/src/leveldb
chmod +x build_detect_platform
cd ..
sudo make -f makefile.unix

Copying the bin for /wallet (main folder)
Code:
mv -f /wallets/yic/src/YiCoind /wallets/yic/


================ Step 03 // Personalizing the DATA FOLDER ================

All data about the YIC will be saved here (wallet, conf, bootstrap, etc):
Code:
mkdir /wallets/yic/wallet


================ Step 04 // Creating CONFIG file to start the Wallet as Proof-of-Stake ================

Code:
cd /wallets/yic/wallet
vi YiCoin.conf

Copy and paste the code bellow:

Quote
rpcuser=<change-the-user>
rpcpassword=<change-the-pwd>
server=1
listen=1
staking=1
rpcallowip=127.0.0.1
rpcport=66470
port=66471
addnode=54.214.64.41:55486


================ Step 05 // STARTING the wallet in PoS mode ================
This step will take long time to syncing
Code:
/wallets/yic/YiCoind -datadir=/wallets/yic/wallet -daemon -server

You can monitor the sync update looking the LOG file:
PS: It will take long time running
Code:
tail -f /wallets/yic/wallet/debug.log


================ Step 06 // Creating alias ================

ALIAS will help us to reduce the code when you write it on the prompt.
Code:
alias yic="/wallets/yic/YiCoind -datadir=/wallets/yic/wallet"

Now, type only:
Code:
yic getinfo

instead of
Code:
/wallets/yic/YiCoind -datadir=/wallets/yic/wallet getinfo

Let's save the alias on the profile to be used any moment you are logged:
Code:
cd ~
vi .bash_profile

If the file exists, ignore this step! If not, add this on the begin of the file .bash_profile:
Quote
# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi

# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH

That's fine, let's add the ALIAS on the end of file:
Quote
alias yic="/wallets/yic/YiCoind -datadir=/wallets/yic/wallet"

Just save it and done.




================ Step 07 // Quick tips ================
Help:
Code:
yic -?

To know the balance and POW / POS / Block
Code:
yic getinfo

Get only balance
Code:
yic getbalance

List of lasts of transactions
Code:
yic listtransactions

Stop the wallet
Code:
yic stop

Get your Wallet Address
Code:
yic getaccountaddress MN01


I hope it can help you!
Do not forget to check HOW TO ENCRYPT YOUR WALLET and also HOW TO BACKUP THE WALLET.DAT in a safety place.



=======================================================
>> Donation

If this guide is really usefully, pay me a coffee!
YIC Address: YechFPuCc4wd8BLQpwjWsNKazRJa2qfJEF



Got error in step 02. Cannot compile
182  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Litkoin - First Authentic Indonesian Cryptocoin - NO ICO on: January 23, 2018, 02:27:51 AM
Avast blocked the wallet for windows i downloaded from Website. What to do ? I am not able to understand.

Any help ?
turn off avast or add the file and program to the safelist within avast, a lot of miner programs and wallets will be blocked by av, just make sure you download the correct one

Some code is against AV. If you trust LTK dev than you should put wallet QT in the whitelist / Safelist to avoid being deleted
183  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BCC] Bitconnect Coin - Decentralized Cryptocurrency on: January 23, 2018, 02:25:44 AM
BCC exchange prices are now very LOW!!!

Exchange was opened last night, price has changed to suit all outter exchanges. On the screenshot below you can see orders that i helped to get executed at high prices(220$-260$). Those are orders of my clients. I helped to exchange more than 800BCC already. People are so happy to get 45-65% back of their 'they thought lost' investment.



It is still possible to exchange at rates higher than 50-60$, with only exception - BCC's cannot be bought at exchange. The coins i can help you swap should only came from  active investment body(your BCC loan). Those that were exchanged at 363$ rate. Contact me. Contacts at starting message.


More details here !!!  

I wonder who's the stupid people that bought your share?
Just another scammer that try to dig more hole to those already lost
184  Economy / Exchanges / Re: Coinexchange.io - Reviews on: January 22, 2018, 01:20:34 AM
It's messed up that a single company (nic.io) can decide to arbitrarily suspend a domain name and effectively kill a business, but I'm still pretty nervous about logging into a completely different domain name, even if directed to by the official coinexchange Twitter account. Hmmmm.

Because they are the owners of IO domain. Its a country domain not a public such as dot com
It also apply to others country domain, so they may have control of theirs
185  Alternate cryptocurrencies / Service Discussion (Altcoins) / Re: Experiences with CoinsMarkets.com? on: January 20, 2018, 12:36:27 PM
Good bye coinsmarkets, good bye my coins in coinsmarkets.
my coin in coinsmarkets I have considered a donation to the coinsmarket staff, my coin in coinsmarkets equivalent $ 4500

Yeah, but if miracle did happen, i bet that you are the first one to withdraw your coin that already donated to CM. LOL
186  Economy / Exchanges / Re: Coinexchange.io - Reviews on: January 20, 2018, 11:59:26 AM

Hope they dont maintenance for long time.
187  Alternate cryptocurrencies / Service Discussion (Altcoins) / Re: Experiences with CoinsMarkets.com? on: January 18, 2018, 12:09:43 PM
I believe cm will come back in the end of January.

No, CM will be back for sure at Feb 29th
188  Alternate cryptocurrencies / Mining (Altcoins) / Re: Bitmain just announced the AntMiner A3 - 815GH/s Siacoin miner - Blake(2b) on: January 17, 2018, 04:35:04 PM
how many units of A3 was sold today anyone has figures?

Whats wrong with D3 mate ?

My nov batch of $1450 D3 still give me more than $20 a day and should have break even next month. Furthermore with $20 a day, I did sold all of them for $2800 EACH in my local market. I still profit anyway if I sold it for $1000, but the market here is good Wink

So thanks Bitmain, looking forward for A3 next batch Grin
what do you mine with d3?

Looks like about 5000 units were sold internationally, and 6000 units were sold in china, approx 11k units to hit the network.

At 815GH/s per unit, looking at approx 9000TH/s joining the network if one assumed all units start mining on receipt of the units.

Current network hashrate is 600TH/s approx. 15x increase in total hash rate. This would bring down the daily profits to approx 34$usd/day if all 11k units start hashing on the network.

I would assume that the first/2nd batch likely to have a great ROI, and then fall the fate of the D3's following that.

Good luck all

Where do the numbers come from?
Hash should not jump too high since some slow gpu miner will moving to other algo because cannot compete with ASIC
189  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SegWit2X] Together we will see a business through. on: January 17, 2018, 04:29:02 PM
SegWit2X Announces Bounty Campaigns With $120K Global Prize Fund

Oh dear...
Let me sum it up: you guys had no real dev team, did nothing since the fork, failed nearly every one of your promises to a community, and now you're looking for someone to do your job, who would accept a bunch of your worthless shitcoins as a reward Smiley

Lets the clever people working for smart one. LOL
190  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BCC] Bitconnect Coin - Decentralized Cryptocurrency on: January 17, 2018, 07:09:02 AM
I was very curious how long this will last ...lasted too long already in my opinion.

Thanks

Its last because of bitcoin price since majority deposit made by bitcoin and they also have control of bitconnect coin.
With the bitcoin price drive, the lending profit all come from capital gain of bitcoin.

The end of the game also predictable, whenever bitcoin price plump than the project will halt or finish.


Wrong again. They only paid in BCC tokens. The BCC went up at a higher rate than the lending rate (people who invest in the lending give up the growth of the BCC token as it's fixed in USD). Bitconnect have been massively profitable throughout due to the price and demand of their coin. They were effectively sharing the profits of the growth of the coin. The only problem now is they paid about 3 months interest to everyone in one go and everyone wants to cash out at the same time.

Your point is Why do the BCC Price drop, My point is Why does the Lending Program Fail to delivery promise.
191  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BCC] Bitconnect Coin - Decentralized Cryptocurrency on: January 17, 2018, 06:55:27 AM
I was very curious how long this will last ...lasted too long already in my opinion.

Thanks

Its last because of bitcoin price since majority deposit made by bitcoin and they also have control of bitconnect coin.
With the bitcoin price drive, the lending profit all come from capital gain of bitcoin.

The end of the game also predictable, whenever bitcoin price plump than the project will halt or finish.
192  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BCC] Bitconnect Coin - Decentralized Cryptocurrency on: January 17, 2018, 06:15:32 AM
Exit scam bitconeeeeeeeeeeeeeeect

Bitconnect Closes Virtually Its Entire Operation, BCC Token Drops 87%


Quote
Bitconnect has formally closed its lending platform and cryptocurrency exchange following warnings from Texas and North Carolina regulators. The Bitconnect Coin (BCC) digital currency is down 87% today and 93% from its December 29 high of $437. At press time, BCC is trading for just $30.

Buy the dip LOLOLOLOLOL

Buy the dip LOLOLOLOLOL

hahahahaha

Gleb where are you, waiting for some nice memes

he warned people not to invest in this scheme


Finally, the moneygame was ended.
With bitcoin price drop nearly 50% from the high, BCC cannot effort to give btc to their member anymore
193  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [UPDATE]PhilsCurrency[PHILS][SCRYPT][POW][MASTERNODE][INSTANTX][NO ICO] on: January 16, 2018, 04:05:07 PM
Phils, when you guys plan to list the currency on coinmarketcap? or you already did? as it´s very hard to find rational information regarding the real coins supply and so on, the price seems very expensive, before i buy i must fully understand what im getting involved into,
Any help would be warmly appreciated as this is for the benefit of us all.
Thanks


We have filled out the coinmarketcap request form multiple times, for some reason we haven't heard from them yet. please use masternode.online to view the statistics.

Afaik, to be listed in CMC nowadays, a coin need stable daily volume and min volume is $50.000
So, to achieve that, we need more exchange to create more stable volume
194  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ICO]-TOKENOMY | GLOBAL TOKEN PLATFORM | PRE ICO START 8TH JAN 2018 on: January 16, 2018, 12:16:29 PM
is there a bounty for tokenomy?  Grin
can anyone here gimme link to tokenomy's bounty?
thank you  Smiley

Here the link
https://bitcointalk.org/index.php?topic=2727885.0
195  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SegWit2X] Together we will see a business through. on: January 16, 2018, 12:14:56 PM
Is it erc20 ethereum based token? Why it doesn't have smart contract until now?

LOL...  Grin

Another joke around to keep overheat
196  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SegWit2X] Together we will see a business through. on: January 16, 2018, 05:59:06 AM
what is going on with miningpool.shop ?

why Wallet stopped?   All my b2x gone ?   also they will closed b2x pool....


Did they steal all of coins we mined then go away ??   shit,... Angry Angry Angry Angry Angry

 

afaik, the telegram bot wallet got compromise, and make several member take away the coin out of bot wallet.
One of those member claim that they have credited more than their earn, and they take it all, and now promise to return the excess coin to the pool

Pool admin plan to giving up all their b2x pool fee to compensate but its not enough so final decision likely is all bot account share the lose base of persentage of their balance to the loss amount that cannot recover anymore
197  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FedoraCoin (TiPS) - New Dev team: Fedoracoin Foundation on: January 16, 2018, 05:52:55 AM

Things is they irrevelant now. Especially if CM comes back to life.

But good news nevertheless
How is CM relevant to TIPS?

LOL, Maybe is that "irrelevant" mean.
CM comes back or not, nothing happen with TIPS.
198  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [UPDATE]PhilsCurrency[PHILS][SCRYPT][POW][MASTERNODE][INSTANTX][NO ICO] on: January 16, 2018, 05:44:54 AM
We need more exchange and liquid one. What a pity that CM is down until now.
199  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][POOL] granatgas-pool x11 and scrypt multipool on: January 16, 2018, 05:43:10 AM
Why u guys still mining in GRANAT if they didnt pay.. go to STARPOOL.biz

Starpool is down... (is stratum not the website)

So many pool have problem, dont know where should go to mine that more profitable than mine in DASH pool.
200  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SegWit2X] Together we will see a business through. on: January 15, 2018, 02:52:49 PM
So let's wrap it up, shall we?

1. deposits are not working
2. price went down from 1000 to 30$ in just 3 weeks (which is remarkable -3000%)
3. people lost their money and wasted 3 weeks of hashrate mining your shit.
4. the only working exchange scams users of their funds
5. and last but not least, the 6 000 000 premine... but you know what? you can keep it. nobody gives a fuck anymore.

Together we will see a business THROUGH MY ASS!


As long as dev havent DUMP their premine, than this project will keep alive.
Everyone hope this project will be success since so many D3 out there lost their value but those premine number is really hurt, BTG have done better with "private mining"

Just curious, usually premine coin use to pay exchanger to list a coin, but seem those HUGE premine have no value in exchanger eyes.
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!