Bitcoin Forum
April 20, 2024, 01:37:24 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 [4]  All
  Print  
Author Topic: SWAP* 🌍WCC🌍 POS|MASTERNODES|ANONYMOUS|FAST|TOR WorldCurrencyCoin *SWAP  (Read 2034 times)
Bitcoin-Pool (OP)
Full Member
***
Offline Offline

Activity: 425
Merit: 131



View Profile
March 24, 2018, 09:02:00 AM
 #61

hey we updated our sourcecode and made some fixes pls update it https://github.com/PXLFuSSeL/WorldCurrencyCoin
windows Wallet: https://github.com/PXLFuSSeL/WorldCurrencyCoin/releases
1713577044
Hero Member
*
Offline Offline

Posts: 1713577044

View Profile Personal Message (Offline)

Ignore
1713577044
Reply with quote  #2

1713577044
Report to moderator
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713577044
Hero Member
*
Offline Offline

Posts: 1713577044

View Profile Personal Message (Offline)

Ignore
1713577044
Reply with quote  #2

1713577044
Report to moderator
KevinMiles
Copper Member
Jr. Member
*
Offline Offline

Activity: 110
Merit: 1


View Profile
March 24, 2018, 12:36:32 PM
 #62


hello community, as we still do not have 0.7 BTC for listening to cryptobridge, we decided to auction 7 more masterternodes, the auction will start in the evening in our DISCORD and last 24 hours, each auction contains 50,000WCC and starts at 0.1 BTC. further information will follow during the day!

Discord Here https://discord.gg/ZsSUb5F


Great idea. This cool coin needs an exchange.
Bitcoin-Pool (OP)
Full Member
***
Offline Offline

Activity: 425
Merit: 131



View Profile
March 26, 2018, 10:00:29 PM
 #63



WorldCurrencyCoin is a globalized and transparent peer-to-peer Internet currency for everyone and that enables instant, near-zero cost payments to anyone in the world! We plan a Bonus Reward System (BRS) for our MiningPool, each user gets for his transferred hashrate in the pool, a certain amount WCC as a bonus for the mining with us. This bonus is automatically paid out to the user or credited to the account after completing the BRS and its implementation in the pool.
Masternodes Done!




Masternode release ( Block size up to 50MB and Transactions fee set to 0.00000002! For fast and cheap Transactions end of 02.18/Early 03.18 ***DONE***

Listening to Masternodes.pro / Masternodes.online and other websites like this Early/Middle 03.18 ***Masternodes.pro DONE***

Listening to more exchanges like yobit, Coinexchange etc. Middle 03.18

Start Working on BRS ( Bonus reward System) 04.18

Setup our Backup Pool 10.18

First Beta Tests of BRS in a Backup Pool 11.18

Fixing issues in our BRS 12.18

Second and Final Test of BRS end of 12.18

LAUNCH BRS in our normal Pool 01.19




◆  Name: WorldCurrencyCoin
◆  Ticker: WCC
◆  Algorithm: Scrypt
◆  Block Time: 64 Sec
◆  Reward POS: Staking 5% every year
◆  Reward POW: 109WCC (Mining over)
◆  Reward MN: 60% from all Rewards
◆  Block Confirms for Mined Blocks:25
◆  Instant send: ~5 seconds
◆  Transaction anonymity: Private send Implementation
◆  WCC 9% premine 
◆  MAX Supply: 50.307.692 WCC
◆  Transaction Confirmations 4 Blocks
◆  RPC Port: 22938
◆  P2P Port: 22937
◆  50.000 WCC needed for a Masternode
















Code:
Creating masternodes for any crypto currency is a great way to make easy money, especially if the crypto is new like WorldCurrencyCoin. To start off you need to download the windows or mac WorldCurrencyCoin wallet, and get it synced with the network.
Win Wallet  (link)
Mac Wallet  (link)

Now you need 50.000 WCC coins for your new masternode.


Now that you have the masternode amount, withdraw it to your windows/mac wallet. Once you receive the funds in your windows/mac wallet, you can now get started.

1. Go to Help/Debug/Console type the following and hit Enter:
masternode genkey

2. Copy the result and place that in the worldcurrencycoin.conf file below:
(c:\ Users -> username -> AppData -> Roaming -> WorldCurrencyCoin)
rpcallowip=127.0.0.1
rpcuser=YourUserName
rpcpassword=YourRPCPassword
rpcport=22938
server=1
daemon=1
listen=1
staking=0
port=22937
masternodeaddr=YOUR_IP:22937
masternode=1
masternodeprivkey=KEY GENERATED BY COMMAND masternode genkey

3. Port 22937 must be open.

4. Restart your wallet

5. Go back to Help/Debug/ConsoleType the following and hit enter:
masternode start

6. Give your Masternode a few minutes, and check if it's up in the Masternode list

7. Do not use your local IP address, use your external IP address. If you do not know what it is Type "what is my IP" in google search and you will see it. Better is a VPS with Static IP, otherwise you must change it all time !!!

That's it your done :smile




Code:
This guide will show you how to compile an WorldCurrencyCoin Masternode Deamon on an Ubuntu 16.04 Linux VPS. I will assume that you already have a local wallet and your VPS. I have used this exact process to set up several WorldCurrencyCoin masternodes myself.

We will be compiling the daemon for use in setting up a hot/cold system. Meaning, your coins will be stored on a local machine, like your laptop, and the masternode will be on the VPS.

Ok, lets get started!

Log into your VPS. I recommend you have a user account and that you don't do this as root.

Once logged in, follow these steps.


sudo apt-get update
sudo apt-get install software-properties-common python-software-properties ufw
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev
sudo apt-get install libdb4.8++-dev
sudo apt-get install build-essential libssl-dev libboost-all-dev libqrencode-dev libminiupnpc-dev autoconf git-core
git clone (xxxxxxxxxxxxxxxxxxx link after realease xxxxxxxxxxxxxxxxxxxxx)
cd WorldCurrencyCoin
git clone https://github.com/bitcoin/secp256k1.git
cd secp256k1
git checkout a1d5ae1
./autogen.sh
./configure
make
sudo make install
sudo ldconfig
cd ../src
mkdir obj/crypto
make -f makefile.unix USE_UPNP=-



Config file Example
Code:
rpcuser=4b6vuuzb646b7b6z4in67in
rpcpassword=b57b47fb65e47eb48r6jv8
rpcport=22938
rpcthreads=8
rpcallowip=127.0.0.1
listen=1
daemon=1
server=1
staking=0
port=22937
masternodeaddr=your ip:22937
masternode=1
masternodeprivkey=


That's it! You now have built the WorldCurrencyCoin deamon and are set to run it.
Please feel free to reach out to me with any questions.





OFFICIAL FACEBOOK PAGE:

https://www.facebook.com/WorldCurrencyCoin/


OFFICIAL TWITTER:

https://twitter.com/WorldCurrencyC


OFFICIAL TELEGRAM GROUP:

https://t.me/joinchat/Gdfvjw1YWj-CO6-MoM4A9A


WEBSITE:
http://bitcoin-pool.de/worldcurrencycoin/


Listed on Masternodes.Pro

https://masternodes.pro/


Here is Our Discord Channel !



◆  Youtube Video about WorldCurrencycoin 250WCC
◆  Facebook|Twitter|Instagram Post about WorldCurrencycoin 50WCC (max 2 post`s per day)
[/size]

duke944
Sr. Member
****
Offline Offline

Activity: 546
Merit: 253



View Profile
March 30, 2018, 06:57:31 PM
 #64

WorldCurrencyCoin (WCC) is lists Masternodes.pro

https://twitter.com/MasterNodesPro/status/979726704552812544

https://news.masternodes.pro/worldcurrencycoin-wcc-stats-live/

Congratulation !

Wish you very happy trading !
bennie4
Member
**
Offline Offline

Activity: 224
Merit: 21


View Profile
March 30, 2018, 07:07:52 PM
 #65

Today WorldCurrencyCoin (WCC) stats have gone live for all to view.

WorldCurrencyCoin is a globalized and transparent peer-to-peer Internet currency for everyone and that enables instant, near-zero cost payments to anyone in the world! They plan a Bonus Reward System (BRS) for their MiningPool, where each user gets for his transferred hashrate in the pool, a certain amount WCC as a bonus for mining. This bonus is automatically paid out to the user or credited to the account after completing the BRS and its implementation in the pool.

We're happy to welcome WorldCurrencyCoin into our community!

https://news.masternodes.pro/worldcurrencycoin-wcc-stats-live/
Bitcoin-Pool (OP)
Full Member
***
Offline Offline

Activity: 425
Merit: 131



View Profile
April 03, 2018, 04:38:16 PM
 #66

 Dear community, we have some updates for you:

Our DEV team has grown by a DEV, we are now 4 people in the team.

Since many of the community with our old use case were not so convinced, we have some thoughts and made a new use case,
we will rename the coin in ARENON and launch a Gaming Platform for PVP games.

We launch a gaming platform where you can play for coins in Player versus Player games,
these coins will be distributed to the winner and must be placed before the game.
Each player must use the same amount as a starting fee.
there will be games like: agario, Connect Four, Rock–paper–scissors, Tic-tac-toe, some 8bit games, global strike, the settlers an many more.

There will be a new website, a completely new design and a new logo.

There will be a new Bitcointalk topic.

There will be a detailed white paper.


King Regards WorldCurrencyCoin and ARENON Dev`s

Bitcoin-Pool (OP)
Full Member
***
Offline Offline

Activity: 425
Merit: 131



View Profile
May 18, 2018, 08:31:33 PM
 #67

Some good news! Yesterday night (German time Wink we started the final version of the blockchain for our coin.
We are now testing und fixing until the chain works perfectly and after that we will prepare the swap from the old chain to the new one.

Complete Swap Instructions will follow soon here, in all other old/new Topics and on Discord to make
sure Everyone who hold our Coin has the Chance to Swap his hard mined/staked Coins !
Coins on Coinsmarkets we will Swap too if we get a Screenshoot !



Discord Here: https://discord.gg/XTwSf2c
NewTopic / Whitepaper / Website Here: https://bitcointalk.org/index.php?topic=3250789.0
Bitcoin-Pool (OP)
Full Member
***
Offline Offline

Activity: 425
Merit: 131



View Profile
May 24, 2018, 11:07:18 AM
Last edit: May 24, 2018, 05:49:12 PM by Bitcoin-Pool
 #68

Lets get the SWAP started  Smiley

pls use only this link for swap ! other links are Scam !
https://goo.gl/hJa8uM

New Bitcointalk: https://bitcointalk.org/index.php?topic=3250789.0
Discord: https://discord.gg/ZsSUb5F

Bitcoin-Pool (OP)
Full Member
***
Offline Offline

Activity: 425
Merit: 131



View Profile
May 26, 2018, 10:31:54 PM
 #69

Do not forget to swap your coins!

pls use only this link for swap ! other links are Scam !
https://goo.gl/hJa8uM

all Coins where not swaped until 30.07.2018 will be burned !!

New Bitcointalk: https://bitcointalk.org/index.php?topic=3250789.0
Discord Here: https://discord.gg/XTwSf2c
Bitcoin-Pool (OP)
Full Member
***
Offline Offline

Activity: 425
Merit: 131



View Profile
June 06, 2018, 03:37:36 PM
 #70

To Swap WCC Coins on CoinsMarkets into NEW ARENON Coins send me DPR|Bitcoin-Pool.de|Arenon.co.in#6673 on Discord a full Screenshoot Including your username, WCC amount, date and time.
after that send me your new ARENON address.

all Coins where not swaped until 30.07.2018 will be burned !!


Discord Here: https://discord.gg/XTwSf2c

NEW Wallets for download here:  
Windows / Linux Wallets: https://github.com/PXLFuSSeL/ArenonMainWallet/releases/tag/1.0.0.2
Source Code: https://github.com/PXLFuSSeL/ArenonMainWallet

Screenshot like this



Do not forget to swap your coins!

pls use only this link for swap ! other links are Scam !
https://goo.gl/hJa8uM

all Coins where not swaped until 30.07.2018 will be burned !!

New Bitcointalk: https://bitcointalk.org/index.php?topic=3250789.0
Discord Here: https://discord.gg/XTwSf2c
Pages: « 1 2 3 [4]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!