Bitcoin Forum
June 17, 2024, 06:24:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 »
21  Local / Альтернативные криптовалюты / Re: [ANN]❁ KORECoin- Tor Service Nodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay on: August 26, 2017, 02:55:09 PM
На OS Бета 10.13 не синхронизируется валлет - 0 активных соединений. Как решается этот момент?
Валлет v2.2.1.0

Hi there, Please join the discord channel, there is lots of support there for these kind of problems. This is only on the old wallet. The new wallet is currently being developed

https://discordapp.com/channels/278721879697522688/278721879697522688

Apologies, you will have to google translate this if you dont speak english

Kind Regards

JB
22  Local / Criptomoedas Alternativas / Re: [ANN]❁ KORECoin- Tor Service Nodes, Browser, VoIP, Aether OS, KOREPhone, KOREb on: August 26, 2017, 02:50:23 PM
ola
23  Local / 山寨币 / Re: [ANN]❁ KORECoin- Tor Service Nodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay on: August 26, 2017, 02:49:44 PM
need pool

Hi, FYI - this is a POS coin now
24  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]❁ KORECoin- Tor Service Nodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay on: August 23, 2017, 06:26:18 PM
Good work clutch, widening the audience to millions more users
25  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] æternity blockchain ∞ GET AE TOKEN ∞ [PoS x PoW | Smart Contracts] on: August 22, 2017, 10:55:39 PM
Where can I buy this token?
26  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [NEW XBY ANN] XTRABYTES - INTEGRATIVE MODULAR BLOCKCHAIN INNOVATIONS on: August 22, 2017, 09:11:47 PM
Fantastic platform being developed here with great potential
27  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bitcloud 2.0 - BTDX - PoS3 - Newest Masternode Core 12.2 - Quark on: August 22, 2017, 11:34:57 AM
I will offer a 4000 btdx bounty for anyone who can write a step by step process of how to set up a masternode on the new BTDX wallet

Ubuntu Masternode Wallet Setup - Hot MN

Quote
Start Ubuntu 14.04 Image connect via Putty
----------------
apt-get update

apt-get dist-upgrade


Setup Swapfile
----------------
dd if=/dev/zero of=/mnt/myswap.swap bs=1M count=1000

mkswap /mnt/myswap.swap

swapon /mnt/myswap.swap

Install Addons :
----------------
apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev

apt-get install libboost-all-dev git npm nodejs nodejs-legacy libminiupnpc-dev redis-server

add-apt-repository ppa:bitcoin/bitcoin

apt-get update

apt-get install libdb4.8-dev libdb4.8++-dev

curl https://raw.githubusercontent.com/creationix/nvm/v0.16.1/install.sh | sh

source ~/.profile

nvm install 0.10.25

nvm use 0.10.25


Install BitSend:
----------------
cd

git clone https://github.com/LIMXTEC/Bitcloud.git

cd Bitcloud


sudo ./autogen.sh

sudo ./configure

sudo make


cd /home/YOUR USERNAME/.bitcloud

nano bitcloud.conf

Edit Config :


rpcuser=USERNAME

rpcpassword= PASS

rpcallowip=127.0.0.1

rpcport=8329

daemon=1

server=1

masternode=0

masternodeprivkey=

masternodeaddr=127.0.0.1:8329


cd Bitcloud/src/

./bitcloudd

Afer some time you can check your connection with
./bitcloud-cli getinfo

Output should look like :

{
    "version" : 2000001,
    "protocolversion" : 70712,
    "walletversion" : 61000,
    "balance" :  0.00000000,
    "Darksend_balance" : 0.00000000,
    "blocks" : 2405,
    "timeoffset" : 0,
    "connections" : 12,
    "proxy" : "",
    "difficulty" : 231814.22107527,
    "testnet" : false,
    "keypoololdest" : 1503083590,
    "keypoolsize" : 1001,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00010000,
    "staking status" : "Staking Not Active",
    "errors" : ""
}

./bitcloud-cli getinfo getaccountaddress 0
This Address need the VIN = 10000 Coins

./bitcloud-cli getinfo masternode genkey

cd /home/YOUR USERNAME/.bitcloud
nano bitcloud.conf
Edit Config :

masternodeprivkey=<genkey>

./bitcloud-cli getinfo

Check your Balance and restart your Server when money arrived.

./bitcloud-cli stop
./bitcloudd

15 Confirms later check it with
./bitcloud-cli masternode debug


Have Fun with your Masternode  Cool, Bounty Wallet : B8h8ZtH6dkUgRoqJoEGzaN8YBQyafFr9HA






Thank you for this but it is the windows wallet I need this for. I will up the bounty to 4500 for your inconvenience
28  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bitcloud 2.0 - BTDX - PoS3 - Newest Masternode Core 12.2 - Quark on: August 21, 2017, 09:41:32 PM
I will offer a 4000 btdx bounty for anyone who can write a step by step process of how to set up a masternode on the new BTDX wallet
29  Alternate cryptocurrencies / Speculation (Altcoins) / Re: XtraBytes really becoming the platform to rule all. on: August 21, 2017, 08:31:55 PM
Also signed up for the new testnet and very excited for the future. Good to see some positive debate going on here with some good questions. One of the reasons I believe IMO they didn't do an ICO was because it was experimental which takes the pressure off the dev team if their vision doesn't work out. If they did an ICO and the project failed then there would be calls for blood. With it being a completely new experimental project then I think they made the right choice.
30  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bitcloud 2.0 - BTDX - PoS3 - Masternode - Quark - 1:1 snapshot from old one - on: August 20, 2017, 05:29:32 PM
Are we able to register static nodes on the new wallet yet?

here is a little addnode overview :

Code:
addnode=188.68.52.172:8329
addnode=51.15.57.35:8329
addnode=185.194.140.60:8329
addnode=51.15.60.194:8329
addnode=51.15.74.115:8329
addnode=51.15.142.165:8329
addnode=212.47.246.150:8329
addnode=51.15.75.183:8329
addnode=51.15.74.186:8329
addnode=188.68.39.1:8329

thanks but I dont know what that means, im not  very technical. please help???
31  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bitcloud 2.0 - BTDX - PoS3 - Masternode - Quark - 1:1 snapshot from old one - on: August 20, 2017, 01:43:04 PM
Are we able to register static nodes on the new wallet yet?
32  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]❁ KORECoin- Tor Service Nodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay on: August 20, 2017, 12:12:16 AM
I just sent  0.005 BTC towards the ccex vote.come on guys, when this wallet is up and running we want as many people to be able to have access to buy as possible. lets do this
33  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bitcloud 2.0 - BTDX - PoS3 - Masternode - Quark - 1:1 snapshot from old one - on: August 18, 2017, 06:57:01 PM
guys, how do we register our master nodes? I have the new wallet synced. looking very nice btw
34  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]❁ KORECoin- Tor Service Nodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay on: August 17, 2017, 07:12:35 PM
An newbie question: How to buy KORE?

Hi, you need to get an account with Bittrex. Then you can buy Kore Coin on there with your Bitcoin
35  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]❁ KORECoin- Tor Service Nodes, Browser, VoIP, Aether OS, KOREPhone, KOREbay on: August 17, 2017, 05:53:01 PM
any bounties?

I just asked MikeMike, and he said that we might need some help when it comes to translation for some of the other language OP pages. We might also have some other bounties in the future, but there still needs to be some internal discussions as to what those might be.

STAY TUNED TO THIS THREAD FOR MORE INFO!

Good to have you on board clutch
36  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ KoreCoin v2.0 ★★ [KORE]New ERA - VOIP WALLET -100% ANON - 100% PoS - PoBAnon on: August 15, 2017, 06:11:58 PM
Great work MikeMike, good to have you organising things as you have been. Will there be a function in the wallet to go straight into a tor browser?
37  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ KoreCoin v2.0 ★★ [KORE]New ERA - VOIP WALLET -100% ANON - 100% PoS - PoBAnon on: August 13, 2017, 03:24:46 PM
I just voted another 40 kores worth of coins on ccex, come on guys we can do this
38  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ KoreCoin v2.0 ★★ [KORE]New ERA - VOIP WALLET -100% ANON - 100% PoS - PoBAnon on: August 10, 2017, 05:52:07 PM
I will be casting a few more votes
39  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ KoreCoin v2.0 ★★ [KORE]New ERA - VOIP WALLET -100% ANON - 100% PoS - PoBAnon on: August 08, 2017, 09:26:10 PM
The price is looking healthy
40  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★★ KoreCoin v2.0 ★★ [KORE]New ERA - VOIP WALLET -100% ANON - 100% PoS - PoBAnon on: August 03, 2017, 11:13:02 PM
i'm the only one which windows defender is detecting the .exe as malware?

Is the masternode also already for use?Smiley

U need to allow it access through your firewall
Pages: « 1 [2] 3 4 5 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!