Bitcoin Forum
May 05, 2024, 10:12:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 52 53 »
  Print  
Author Topic: [ANN] Exclusive Coin EXCL 3.0 - MasterNodes, ProofOfStake, 5 years old, Android!  (Read 116940 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
bumbacoin
Legendary
*
Offline Offline

Activity: 1638
Merit: 1036



View Profile
April 24, 2017, 12:31:42 AM
 #521

this is going to be a quick and slightly messy post Smiley i'm not going in depth to how you do each step, so hopefully you can work it out or someone else can expand it
it uses the exclusivecoind.exe which is the command line wallet, no gui, so you send it rpc calls to interact with it.

a basic method to address the seeming issue where running multiple masternode with a single exclusivecoin instance is problematic, they stop after a while.

i use a workaround in linux where i setup a cronjob to restart them every 15 minutes.
the basic format is

Code:
*/15 * * * * * exclusivecoind masternode start-many

to replicate this in windows you need a couple basic steps, not to mention setting up yr actual masternodes.

1) you need the exclusivecoind.exe available here https://github.com/exclfork/ExclusiveCoin/tree/master/releases
to run the coind the exclusivecoin.conf file will need
Code:
rpcuser=yourusername
rpcpassword=youruserpassword
2) a bat file to run.
in the bat file, will be a simple loop to send a command to the exclusivecoind.exe

1- download the file,
make sure you added rpcuser/rpcpassword to your .conf file
to run you will need a command prompt, cd to where file is located
Code:
start /b exclusivecoind.exe
using "start" means it will run in background so you can interface with it eg. "exclusivecoind.exe getinfo"
2- in a windows explorer navigate to where you want the bat file to run (mine is in same location as coind.exe),
right click > create new text file
rename to "whatever.bat"
right click file > edit
Code:
:loop
exclusivecoind.exe masternode start-many
timeout /t 900 /nobreak
goto :loop
open another command terminal, navigate to where the bat file is then start it.
Code:
whatever.bat

done.
now you can send rpc commands to the coind in the first command window while the second just loops until you close it.
if yr masternodes stop due to the "issue", then every 15 minutes (900 seconds) the command to start-many should kick them back into life.

NOTE.
you cannot run the qt-wallet and teh coind at the same time unless you use seperate datadirectories.


try this if if your masternode/s stops unpredictably.

💦☔️🐳💚💖💛
go to
cryptobetfair.com
ask for a voucher

████████████████
██████████████
█████████████
██████████████
██████████████
███████████
█████████
███████████
████████████
████████████
███████████
█████████████
██████████████
███████████████
████████████████
████████████████
🐠👻🍗🌳🐵
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714903933
Hero Member
*
Offline Offline

Posts: 1714903933

View Profile Personal Message (Offline)

Ignore
1714903933
Reply with quote  #2

1714903933
Report to moderator
1714903933
Hero Member
*
Offline Offline

Posts: 1714903933

View Profile Personal Message (Offline)

Ignore
1714903933
Reply with quote  #2

1714903933
Report to moderator
1714903933
Hero Member
*
Offline Offline

Posts: 1714903933

View Profile Personal Message (Offline)

Ignore
1714903933
Reply with quote  #2

1714903933
Report to moderator
abedds
Member
**
Offline Offline

Activity: 64
Merit: 10


View Profile
April 24, 2017, 12:41:01 AM
 #522



the linux wallet link is broken Sad
Infibite Nit
Member
**
Offline Offline

Activity: 66
Merit: 10


View Profile
April 24, 2017, 04:21:52 AM
 #523

Can someone give me information on the masternodes: how many currently exist, what the average reward per day/month is? thanks
Maleda
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
April 24, 2017, 07:41:09 AM
 #524

Thank you bumbacoin, I will try it Smiley.
Termie
Sr. Member
****
Offline Offline

Activity: 642
Merit: 292



View Profile
April 24, 2017, 08:52:11 AM
Last edit: April 24, 2017, 11:02:02 AM by Termie
 #525

Can someone give me information on the masternodes: how many currently exist, what the average reward per day/month is? thanks

a few days ago 68 masternodes were running.
~1440 blocks/day
0.5 EXCL/block masternode reward
divided by 68 > ~10 EXCL/day
tehMoonwalker
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile WWW
April 24, 2017, 02:23:06 PM
 #526

updates please  Roll Eyes
joscmc
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
April 24, 2017, 02:36:58 PM
 #527

Guys, in your honest opinions, is it worth holding this coin. What is the road-map for this coin to get me excited about it? Thanks
choffan
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
April 24, 2017, 04:41:45 PM
 #528

Hi i was wondering if anyone could help me with this.

I have 5000 coins in my wallet but when i unlock them for staking it says; not staking because you don't have mature coins.

the 5000 coins i have got 5106 confirmations and i have received masternode payments so what could be the problem?

is it so that you can stake and run a masternode at the same time??

mfgex
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile
April 25, 2017, 01:43:51 AM
 #529

is this the least expensive POS masternode coin?  i read 5000 coins, which i think is like 0.75BTC or something.  is that true?
Infibite Nit
Member
**
Offline Offline

Activity: 66
Merit: 10


View Profile
April 25, 2017, 03:46:24 AM
 #530

Can someone give me information on the masternodes: how many currently exist, what the average reward per day/month is? thanks

a few days ago 68 masternodes were running.
~1440 blocks/day
0.5 EXCL/block masternode reward
divided by 68 > ~10 EXCL/day

Thank you for the info!

Anywhere I can find recent updates/roadmap? Is there actual development going on, the website looks a little sketchy. What is the Exclusive Outlet?
choffan
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
April 25, 2017, 03:48:20 AM
 #531

is this the least expensive POS masternode coin?  i read 5000 coins, which i think is like 0.75BTC or something.  is that true?

yeah it is one of the cheapest ones. There or some other ones that do cost less. However the masternode rewards is 0.5 where as other coins will either give 1 or more. So lets say you buy 2 masternodes then it is actually a bit more expensive. One masternode ranges from 850 to 935 us dollar atm
exclusivecoin (OP)
Full Member
***
Offline Offline

Activity: 195
Merit: 100

EXCL Coin Official Developer


View Profile WWW
April 25, 2017, 06:54:51 PM
 #532

NEW CODE!! UPDATE NODES PLEASE


1.2 https://github.com/exclfork/ExclusiveCoin

    bump version: 1.2.0
    Fix for TX relay issues
    Change vNodes.empty() to vNodes.size() < 3
    wallet: fix boost::get usage with boost 1.58
    bump protocol version: 61404



OSX/Windows binarie coming within 24h

EXCL 3.0. Trading @ Bittrex and MORE - Official Thread https://bitcointalk.org/index.php?topic=1546005.0, 2014 created.
om83
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
April 25, 2017, 08:10:04 PM
 #533

i love this project and their system masternode
wait and see
the price will pump,pump and pump...

Zoin Marketing & Communication
Termie
Sr. Member
****
Offline Offline

Activity: 642
Merit: 292



View Profile
April 25, 2017, 09:39:57 PM
 #534

Anywhere I can find recent updates/roadmap? Is there actual development going on, the website looks a little sketchy. What is the Exclusive Outlet?

best if you join Slack channel. The Official EXCL info sheet was introduced there today, and dev will announce really promising news shortly.
exclusivecoin (OP)
Full Member
***
Offline Offline

Activity: 195
Merit: 100

EXCL Coin Official Developer


View Profile WWW
April 25, 2017, 11:46:22 PM
 #535

OP updated with our new graphic design. Please share it on twitter and on your blogs or posts.
Retweet please https://twitter.com/exclusivecoin/status/857018554016817152


EXCL 3.0. Trading @ Bittrex and MORE - Official Thread https://bitcointalk.org/index.php?topic=1546005.0, 2014 created.
DutchCoiner
Full Member
***
Offline Offline

Activity: 291
Merit: 100


Enterprise Blockchain Solutions


View Profile
April 26, 2017, 09:59:51 AM
 #536


► please download and share also the original "white" infosheet
► layout with its real size (768x1024) and latest updates here:
https://workupload.com/file/bvgHJvg


Just upload the files here. ZIP is extra work.

bumbacoin
Legendary
*
Offline Offline

Activity: 1638
Merit: 1036



View Profile
April 26, 2017, 10:45:40 AM
Last edit: April 26, 2017, 10:55:46 AM by bumbacoin
 #537

you can use  {img width=250} to resize images for viewing. with [] though

quote this to see how i shrunk the img below

💦☔️🐳💚💖💛
go to
cryptobetfair.com
ask for a voucher

████████████████
██████████████
█████████████
██████████████
██████████████
███████████
█████████
███████████
████████████
████████████
███████████
█████████████
██████████████
███████████████
████████████████
████████████████
🐠👻🍗🌳🐵
tehMoonwalker
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile WWW
April 26, 2017, 12:51:09 PM
 #538

good stuff!!
kronos123
Sr. Member
****
Offline Offline

Activity: 1022
Merit: 391



View Profile
April 26, 2017, 02:33:04 PM
 #539

At present a masternoda makes about 10 EXCL per day, right?

But can it be installed on the same Coin / Ip Masternode of other Coin?
mfgex
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile
April 26, 2017, 06:24:48 PM
 #540

is this the least expensive POS masternode coin?  i read 5000 coins, which i think is like 0.75BTC or something.  is that true?

yeah it is one of the cheapest ones. There or some other ones that do cost less. However the masternode rewards is 0.5 where as other coins will either give 1 or more. So lets say you buy 2 masternodes then it is actually a bit more expensive. One masternode ranges from 850 to 935 us dollar atm

thank you!  does computer need to be running 24/7 to receive stake?
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 52 53 »
  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!