cryptomaxsun
Legendary
Offline
Activity: 2744
Merit: 1387
Ukrainians will resist
|
|
May 04, 2017, 02:18:15 PM |
|
How compilled for linux?
|
❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘ ❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
|
|
|
Rolihlahla (OP)
Member
Offline
Activity: 70
Merit: 10
Chaincoin Founder
|
|
May 05, 2017, 09:41:50 AM |
|
|
|
|
|
roidudisco
|
|
May 05, 2017, 11:31:41 AM |
|
if somebody care, my adapted & tested chaincoind daemon start script with autostart for the standard Masternode Setup on Ubuntu 16.04 (and higher) copy text into a new file /etc/systemd/system/chaincoind.service [Unit] Description=chaincoin's distributed currency daemon After=network.target
[Service] User=root Group=root
Type=forking PIDFile=/root/.chaincoin/chaincoind.pid ExecStart=/usr/local/bin/chaincoind -daemon -pid=/root/.chaincoin/chaincoind.pid -conf=/root/.chaincoin/chaincoin.conf -datadir=/root/.chaincoin #-disablewallet
Restart=always PrivateTmp=true TimeoutStopSec=60s TimeoutStartSec=2s StartLimitInterval=120s StartLimitBurst=5
[Install] WantedBy=multi-user.target
run systemctl reenable chaincoind reload config systemctl daemon-reload systemctl restart chaincoind or better reboot and check for startup with systemctl status chaincoind advantage is its autostart on reboot and also on daemon crash Nice script. Did the same thing exist on Windows platform ?
|
|
|
|
CryptoMaik
|
|
May 05, 2017, 01:27:55 PM |
|
There are a lot of Masternodes from 1 IP, i suggest to update the protocol to only accept 1 masternode pro IP (like Transfercoin did a few weeks ago).
1 IP 1 node is better for the network.
|
CryptoMaik ✔
|
|
|
Blockhunter
|
|
May 06, 2017, 12:35:22 PM |
|
There are a lot of Masternodes from 1 IP, i suggest to update the protocol to only accept 1 masternode pro IP (like Transfercoin did a few weeks ago).
1 IP 1 node is better for the network.
I'm not sure 🤔 if you need more hardware to run MN's it would be likely that more coins move back to exchanges possibly holding back the price. But who knows. ....
|
|
|
|
dbc23
|
|
May 08, 2017, 04:38:28 PM |
|
So.... where are they at with the rebrand? Seems to be languishing.
|
|
|
|
Rolihlahla (OP)
Member
Offline
Activity: 70
Merit: 10
Chaincoin Founder
|
|
May 08, 2017, 05:19:53 PM |
|
So.... where are they at with the rebrand? Seems to be languishing.
Rebranding is going well. We've launched a new web site and the rebranded wallet was released a few days ago.
|
|
|
|
Crypto23
Newbie
Offline
Activity: 8
Merit: 0
|
|
May 08, 2017, 11:06:13 PM |
|
"The ChainCoin algorithm produces > 960 blocks per day, @ 8 coins per block which is 7680 coins daily 25% of the reward is distributed to masternode holders."
if 25% goes to the master node , where does the other 75% go?
|
|
|
|
phatkiller
|
|
May 09, 2017, 04:02:55 AM |
|
"The ChainCoin algorithm produces > 960 blocks per day, @ 8 coins per block which is 7680 coins daily 25% of the reward is distributed to masternode holders."
if 25% goes to the master node , where does the other 75% go?
To the miners
|
|
|
|
TheAwkwardBrit
Member
Offline
Activity: 106
Merit: 10
|
|
May 11, 2017, 12:41:52 PM |
|
There doesn't seem to be much going on with this coin at the moment, any new updates coming soon?
|
|
|
|
cryptomaxsun
Legendary
Offline
Activity: 2744
Merit: 1387
Ukrainians will resist
|
|
May 11, 2017, 04:04:36 PM Last edit: May 12, 2017, 04:45:10 AM by cryptomaxsun |
|
In Linux, the daemon does not start, writes the initialization error of the wallet. File wallet.dat is not present. How in Linux to create it, or what to run with what parameters?
|
❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘ ❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
|
|
|
snorklepuss1
Newbie
Offline
Activity: 11
Merit: 0
|
|
May 12, 2017, 08:44:20 PM |
|
not capable of masternode: Could not connect to 172.xxx.x.xxx:xxx
I'm sure there is a easy way to solve this and yes I'm boob , and yes I've googled 322 things, attempted to change firewall setting tried to understand forwarding ports.
I just can't do it
any helpers out there?
|
|
|
|
|
Th3End
Member
Offline
Activity: 79
Merit: 10
|
|
May 15, 2017, 04:04:18 PM |
|
Hey guys I was wondering if I can run a masternode on a raspberry pi? Thanks!
|
|
|
|
spoid
|
|
May 15, 2017, 05:55:03 PM Last edit: May 15, 2017, 06:09:28 PM by spoid |
|
Hey guys I was wondering if I can run a masternode on a raspberry pi? Thanks!
shouldn't be a problem as long as you can provide it with a static public IP address (probably have to buy one somewhere, domestic ISPs/providers usually do not give you one for free) That said, you will probably need a good power supply in order to have a high uptime, and microSD cards are probably not meant for such constant wear-and-tear (the master node writes the whole blockchain to disk). They are also notorious for corrupting your data on a bad system shutdown. So you might have to connect a physical hard disk. I have never looked into this though, just google for some DASH raspberry master node tutorials and you'll be fine. Unless you are really enthusiastic about using a raspberry just for the coolness factor (and low electricity cost), paying for a small VPS will save you a lot of time and headache and thereby money. Another question: is there a way to see how many masternodes currently exist in total?
|
|
|
|
cjbriere
Newbie
Offline
Activity: 32
Merit: 0
|
|
May 15, 2017, 06:46:57 PM |
|
Hey guys I was wondering if I can run a masternode on a raspberry pi? Thanks!
shouldn't be a problem as long as you can provide it with a static public IP address (probably have to buy one somewhere, domestic ISPs/providers usually do not give you one for free) That said, you will probably need a good power supply in order to have a high uptime, and microSD cards are probably not meant for such constant wear-and-tear (the master node writes the whole blockchain to disk). They are also notorious for corrupting your data on a bad system shutdown. So you might have to connect a physical hard disk. I have never looked into this though, just google for some DASH raspberry master node tutorials and you'll be fine. Unless you are really enthusiastic about using a raspberry just for the coolness factor (and low electricity cost), paying for a small VPS will save you a lot of time and headache and thereby money. Another question: is there a way to see how many masternodes currently exist in total? Tools -> debug console: masternode count
|
|
|
|
Blockhunter
|
|
May 16, 2017, 01:38:50 AM |
|
Hey guys I was wondering if I can run a masternode on a raspberry pi? Thanks!
shouldn't be a problem as long as you can provide it with a static public IP address (probably have to buy one somewhere, domestic ISPs/providers usually do not give you one for free) That said, you will probably need a good power supply in order to have a high uptime, and microSD cards are probably not meant for such constant wear-and-tear (the master node writes the whole blockchain to disk). They are also notorious for corrupting your data on a bad system shutdown. So you might have to connect a physical hard disk. I have never looked into this though, just google for some DASH raspberry master node tutorials and you'll be fine. Unless you are really enthusiastic about using a raspberry just for the coolness factor (and low electricity cost), paying for a small VPS will save you a lot of time and headache and thereby money. Another question: is there a way to see how many masternodes currently exist in total? Tools -> debug console: masternode count masternode count has been rapidly growing
|
|
|
|
Inves
Member
Offline
Activity: 168
Merit: 10
|
|
May 16, 2017, 02:10:37 AM |
|
masternode does not work
|
|
|
|
Lercker
|
|
May 16, 2017, 04:29:44 AM |
|
Anybody set up a remote masternode between two windows computers? My master wallet does not want to parse my masternode config. Was trying to avoid having to run a local with my coins on it. What am I missing?
|
|
|
|
jacafbiz
|
|
May 16, 2017, 04:56:19 AM |
|
This year is the year for Masternode coins. I'm looking to set up one masternode but I'm not technical enough to set up one, can anyone give me a link to set up one masternode and also how many nodes is allowed per ip.
|
|
|
|
|