Bitcoin Forum
May 12, 2024, 07:06:51 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 [All]
  Print  
Author Topic: [ANN] Xrevolution | POW | X11 | masternodes New wallet UPDATE  (Read 12709 times)
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 07:40:26 AM
Last edit: April 26, 2017, 06:58:26 AM by Coin-dev
 #1


NEW WALLET UPDATE

Xrevolution is a privacy-centric digital currency with instant transactions. It is based on the Bitcoin software, but it has a two tier network that improves it. Xrevolution allows you to remain anonymous while you make transactions, similar to cash.
With Bitcoin, transactions are published to the blockchain and you can prove who made them or to whom, but with Xrevolution the anonymization technology makes it impossible to trace them. This is important because the blockchain is accessible to anyone with an internet connection – a significant drawback for those don’t wish their transaction history and balances to be publicly available. Xrevolution does this through a mixing protocol utilizing an innovative decentralized network of servers called Masternodes, avoiding the need for a trusted third party that could compromise the integrity of the system.


Specifications

Coin Name: Xrevolution
Ticker: XREV
Algo: x11 POW
Mature: 1 Blocks
Max Coin Supply: 2100000
Block Time: 210 seconds
Block: 5 Coins and 1 for masternodes
Premine: 1000 XREV For first masternode
P2Port: 9090
RPCPort: 9091


Masternodes

What are Masternodes:
 
Simply put, a Masternode is a server connected with the network that performs certain tasks related with Nitrosend, which is what the anonymity feature is called, and gets paid for it. It is Proof of Service.

Anyone can run a Masternode. The objective is to have enough of them for decentralization so nobody controls an important fraction of Masternodes. On the other hand, to avoid bloating the network or having reckless operators, there is one condition that needs to be fulfilled: proof of ownership of 1000 XREV. The coins don't need to be in the Masternode, but they need to be kept in a certain way. If the owner moves or spends those coins, the Masternode stops working.

Masternodes are get paid by the network for the services they provide for Nitrosend. 20% of the new block's reward goes to pay the Masternodes.
Masternodes are selected from the MN list (for Masternode) by deterministic order (the one that got it's payment the most time ago and has been in the list enough time at the same time),
so in the long term all Masternodes will converge to a similar amount of rewards.


Code:
Masternode for start.
Step 1: First, open the console of your wallet and create an address for your masternode, do this by entering
"getaccountaddress MN". You can replace "MN" with whatever you would like to name your masternode.
 
Step 2: Send 1000 XREV to the address you just created. It must be exactly 1000, in one transaction.
 
Step 3: Execute "masternode genkey" in your wallet's console.
 
Step 4: Open the xrev.conf folder in the data directory for your wallet, edit it like so:
 
rpcuser=long random username
rpcpassword=longer random password
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
masternode=1
masternodeprivkey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Replace the X with the key generated when you ran "masternode genkey" in step 3.
 
Step 5: Save the xrev.conf file, close, and restart your wallet.
 
Step 6: In the console of your wallet enter "masternode start", assuming everything went well you should see a
message letting you know your masternode has been started successfully.



Mining

Download and install the wallet. Wait for generating block
In a console write setgenerate true n (n is the number of CPUs you want to use).
For stopping mining write setgenerate false.


Web site and blockexplorer

http://xrevolution.ddns.net


Poloniex: Request made Wait
Tradesatoshi: Request made Wait
Novaexchange: Request made Wait
C-cex: Request https://c-cex.com/?id=vote&coin=xrev
Bitcoin addresses contain a checksum, so it is very unlikely that mistyping an address will cause you to lose money.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 07:49:20 AM
Last edit: April 25, 2017, 08:14:59 AM by Coin-dev
 #2

destroye old data

and download new wallet

addnode=xrevolution.ddns.net
addnode=118.232.9.247
addnode=91.207.74.75
addnode=94.23.102.99
addnode=91.103.126.222
Romiraz362
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile
April 25, 2017, 08:07:33 AM
 #3

Addnode ?
Not connection

center]

            ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
         █████████████████████████▄   
       ███████                 ██████
     ██████                      ██████
    █████      ███████████▄        ████
   ████      █████████████▀         ████
  ████      █████            ██      ████
 █████     ████     ▄▄▄      ███     ████
 █████     ████   ███████   ████
 ████      ████   ███████   ████
 ████      ████   ██████    ████      ███
  ████     █████   ▀▀▀▀     ████     ████
  ████      █████            ██      ████
   ████      █████████████▄         ████
    █████      ███████████▀        ████
     ██████                       ████
       ██████
         ██████████████████████▄
             ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
SKYFchain
█▀▀▀▀▀▀█
█  ▄██
██▀  █
█  ▄██
██▀  █
█  ▄██
██▀  █
█  ▄██
██▀  █
█      █
█▄▄▄▄▄▄█

█▀▀▀▀▀▀█
█  ▄██
██▀  █
█  ▄██
██▀  █
█  ▄██
██▀  █
█  ▄██
██▀  █
█      █
█▄▄▄▄▄▄█
[/center]
cromwel79
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
April 25, 2017, 08:16:54 AM
 #4

incorrect or no genesis block found. wrong datadir for network?
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 08:27:01 AM
 #5

incorrect or no genesis block found. wrong datadir for network?

destroy all data and download new wallet
CjMapope
Legendary
*
Offline Offline

Activity: 1820
Merit: 1092


~Full-Time Minter since 2016~


View Profile WWW
April 25, 2017, 08:37:45 AM
 #6

checking this out, followed instructions from OP see what happens, seems to be mining ....

um, idk if your diff retarget works, or IS there one? Cheesy i dont think i saw anything listed in the OP.... you might wanna check that out Cheesy

Anyways, good luck on this moving forward!

edit: dif seems to be moving now, but you should list how its set in the OP! Cheesy


~Got this girl in my bed, a roof over my head, i mint a couple coins a week, and thats how i make bread~
~On the 12th day of Hatzvah, OGminer said to me: "compute root of the merkle hash tree!"~
Prohashing  -- Simply the best Multipool!
cakravothy
Hero Member
*****
Offline Offline

Activity: 868
Merit: 501


Chainjoes.com


View Profile WWW
April 25, 2017, 08:42:14 AM
 #7

how much premine dev
any bounty, if open bounty translation and you need i want reseve indonesian language dev

█▀▀▀










█▄▄▄
CHAIN JOES
▀▀▀█










▄▄▄█
█▀▀▀










█▄▄▄
|
▀▀▀█










▄▄▄█
📝
max2000irc
Hero Member
*****
Offline Offline

Activity: 527
Merit: 501


View Profile
April 25, 2017, 08:46:56 AM
 #8

Maybe a pool ? because the premine now looks better than yesterday Smiley

Thanks
gold969
Sr. Member
****
Offline Offline

Activity: 1330
Merit: 251


View Profile
April 25, 2017, 09:07:19 AM
 #9

Xrev-QT-Win 32
https://www.virustotal.com/ru/file/f3be9723b75fa5545d982ca8b28092dd45c07209835234fb40d46cd58fcc54c7/analysis/1493111119/
0 / 59
cromwel79
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
April 25, 2017, 09:17:55 AM
 #10

Please check the Windows 64 Wallet link
Romiraz362
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile
April 25, 2017, 09:24:52 AM
 #11

Xrev-QT-Win 64
https://www.virustotal.com/ru/file/27778c7bd398c58c14f717111dbae96c8d241c7fc3560461393249373a0d55f3/analysis/1493112162/
1/59

center]

            ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
         █████████████████████████▄   
       ███████                 ██████
     ██████                      ██████
    █████      ███████████▄        ████
   ████      █████████████▀         ████
  ████      █████            ██      ████
 █████     ████     ▄▄▄      ███     ████
 █████     ████   ███████   ████
 ████      ████   ███████   ████
 ████      ████   ██████    ████      ███
  ████     █████   ▀▀▀▀     ████     ████
  ████      █████            ██      ████
   ████      █████████████▄         ████
    █████      ███████████▀        ████
     ██████                       ████
       ██████
         ██████████████████████▄
             ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
SKYFchain
█▀▀▀▀▀▀█
█  ▄██
██▀  █
█  ▄██
██▀  █
█  ▄██
██▀  █
█  ▄██
██▀  █
█      █
█▄▄▄▄▄▄█

█▀▀▀▀▀▀█
█  ▄██
██▀  █
█  ▄██
██▀  █
█  ▄██
██▀  █
█  ▄██
██▀  █
█      █
█▄▄▄▄▄▄█
[/center]
gold969
Sr. Member
****
Offline Offline

Activity: 1330
Merit: 251


View Profile
April 25, 2017, 09:33:17 AM
 #12

destroye old data

and download new wallet

addnode=xrevolution.ddns.net
addnode=118.232.9.247
addnode=91.207.74.75
addnode=94.23.102.99
addnode=91.103.126.222
Is the source of the blocks not available?
Addnode ?
The_Prof
Sr. Member
****
Offline Offline

Activity: 345
Merit: 250



View Profile
April 25, 2017, 09:40:27 AM
 #13

destroye old data

and download new wallet

addnode=xrevolution.ddns.net
addnode=118.232.9.247
addnode=91.207.74.75
addnode=94.23.102.99
addnode=91.103.126.222
Is the source of the blocks not available?
Addnode ?

try 185.173.33.92 - Won't be permanent but will help for now.

Look over there...
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 09:57:35 AM
 #14

I'm away 1 hour and it's mess up apparently you do not download the right wallet update all please
You have to download during the upload and it is not good

Download all new wallets please and addnode=xrevolution.ddns.net


destroy your old wallet and data
The_Prof
Sr. Member
****
Offline Offline

Activity: 345
Merit: 250



View Profile
April 25, 2017, 10:00:32 AM
 #15

I'm away 1 hour and it's mess up apparently you do not download the right wallet update all please
You have to download during the upload and it is not good

Download all new wallets please and addnode=xrevolution.ddns.net


destroy your old wallet and data


It works fine. Network is stable. Your block amounts are a little off.

Look over there...
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 10:04:00 AM
 #16

I'm away 1 hour and it's mess up apparently you do not download the right wallet update all please
You have to download during the upload and it is not good

Download all new wallets please and addnode=xrevolution.ddns.net


destroy your old wallet and data


It works fine. Network is stable. Your block amounts are a little off.


It is absolutely necessary to reset the wallet are no longer good
We start from zero

It is no use mining destroy all your wallet because this piece will not download the new wallet
BtcVolcano
Sr. Member
****
Offline Offline

Activity: 672
Merit: 250


View Profile
April 25, 2017, 10:13:47 AM
 #17

Hello Dev. Will there be any distribution of coins, airdrop?
Perryl
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250


View Profile
April 25, 2017, 10:21:52 AM
 #18

I'm away 1 hour and it's mess up apparently you do not download the right wallet update all please
You have to download during the upload and it is not good

Download all new wallets please and addnode=xrevolution.ddns.net


destroy your old wallet and data


It works fine. Network is stable. Your block amounts are a little off.


It is absolutely necessary to reset the wallet are no longer good
We start from zero

It is no use mining destroy all your wallet because this piece will not download the new wallet

Your wallet doesn't seem to work. I have tried multiple times, deleted appdata, used nodes, etc. Always ends up in the same state. Even tried using both the 32 and 64 bit wallets. I have connections, but the wallet won't finish syncing. Ends up with "0 hours remaining". The 32 bit wallet was trying to sync masternodes and couldn't finish. The 64 bit doesn't even try to. I originally downloaded the 32 bit because even your link for the 64 bit didn't work.

This is also your second launch. The first one has plenty of issues as well. This doesn't appear to be worth the time.
scorpio18
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


Admin of CoinMiners Pools


View Profile WWW
April 25, 2017, 10:23:26 AM
 #19

I'm away 1 hour and it's mess up apparently you do not download the right wallet update all please
You have to download during the upload and it is not good

Download all new wallets please and addnode=xrevolution.ddns.net


destroy your old wallet and data


It works fine. Network is stable. Your block amounts are a little off.


It is absolutely necessary to reset the wallet are no longer good
We start from zero

It is no use mining destroy all your wallet because this piece will not download the new wallet

This is just a waste of time, the new wallet has the same problem as the old one, i can't open a pool because the wallet remain in the sync status, i can't connect with your node dev

If you want to do a new start of this coin you need to generate a new genesis block and change the version of the wallet and make them reject the older version of wallet

Code:
2017-04-25 10:02:43 CheckForkWarningConditions: Warning: Found invalid chain at least ~6 blocks longer than our best chain.
Chain state database corruption likely.

P.S: If you don't know what are you doing by messing around with the code then stop wasting our time

Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 10:27:59 AM
 #20

Hello Dev. Will there be any distribution of coins, airdrop?

Yes once everyone has synchronized the wallet


NEW WALLET AS AVAILABLE


32 & 64 bit Similar Threads

site online and blockexplorer update

happy mining
logocreator
Legendary
*
Offline Offline

Activity: 1134
Merit: 1000


www.cryptodesign.cc


View Profile WWW
April 25, 2017, 10:31:54 AM
 #21

wallet works and mining works as well..


kurbeks
Sr. Member
****
Offline Offline

Activity: 1078
Merit: 255


View Profile
April 25, 2017, 10:40:12 AM
 #22

Yep wallet works. At least 32bit one. 64bit downlaod link was down so went for 32bit.
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 10:43:05 AM
 #23

Yep wallet works. At least 32bit one. 64bit downlaod link was down so went for 32bit.

https://github.com/xrevolution-dev/Xrev/releases/download/1.0.0/Xrev-qt-win64.zip   64 bits
https://github.com/xrevolution-dev/Xrev/releases/download/1.0/Xrev-qt-win32.zip      32 bits


all member was update wallet
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
April 25, 2017, 10:46:37 AM
 #24

wallet works and mining works as well..



when i try to solo it start synching again, is this normal for you?
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 10:51:49 AM
 #25


Everything is resolved
next step
The exchange
benjy33
Legendary
*
Offline Offline

Activity: 1339
Merit: 1002


View Profile
April 25, 2017, 10:52:00 AM
 #26

wallet works and mining works as well..



Your coins are not worth, novice developer will tell you, since he does not know how to do bad wallet Grin
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
April 25, 2017, 10:52:44 AM
 #27


your coin does not allow to mine from remove connection, you should fix this, all ip that are not local don't work
Perryl
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250


View Profile
April 25, 2017, 10:54:52 AM
 #28


What makes you think everything is resolved?
epicfailman
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
April 25, 2017, 10:55:09 AM
 #29

A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses
Perryl
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250


View Profile
April 25, 2017, 11:01:41 AM
 #30

Yep wallet works. At least 32bit one. 64bit downlaod link was down so went for 32bit.

https://github.com/xrevolution-dev/Xrev/releases/download/1.0.0/Xrev-qt-win64.zip   64 bits
https://github.com/xrevolution-dev/Xrev/releases/download/1.0/Xrev-qt-win32.zip      32 bits


all member was update wallet

Deleted everything for like the tenth time and still the exact same issues.

Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 11:01:49 AM
 #31


your coin does not allow to mine from remove connection, you should fix this, all ip that are not local don't work
This node 91.83.204.254:9090
Works well yet it is not local
If you destroy all the data
Then download the wallet


BtcVolcano
Sr. Member
****
Offline Offline

Activity: 672
Merit: 250


View Profile
April 25, 2017, 11:02:02 AM
 #32

A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Hello.
My wallet  Xm69pvZkPE7cxtLf5tMjLtp7nWCLLXcV8N
Perryl
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250


View Profile
April 25, 2017, 11:03:21 AM
 #33


your coin does not allow to mine from remove connection, you should fix this, all ip that are not local don't work
This node 91.83.204.254:9090
Works well yet it is not local
If you destroy all the data
Then download the wallet




I've destroyed all data many times. The wallet doesn't finish syncing.
epicfailman
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
April 25, 2017, 11:06:22 AM
 #34

A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Hello.
My wallet  Xm69pvZkPE7cxtLf5tMjLtp7nWCLLXcV8N


Sent. Now I also check on my computers. Possible, we have fork chain, it's working very strange.
The_Prof
Sr. Member
****
Offline Offline

Activity: 345
Merit: 250



View Profile
April 25, 2017, 11:07:33 AM
 #35


your coin does not allow to mine from remove connection, you should fix this, all ip that are not local don't work
This node 91.83.204.254:9090
Works well yet it is not local
If you destroy all the data
Then download the wallet




I've destroyed all data many times. The wallet doesn't finish syncing.

It won't till a certain block is reached. Then the dust settles. I promise this will happen every time. Just work through it.

Look over there...
BtcVolcano
Sr. Member
****
Offline Offline

Activity: 672
Merit: 250


View Profile
April 25, 2017, 11:07:51 AM
 #36

A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Hello.
My wallet  Xm69pvZkPE7cxtLf5tMjLtp7nWCLLXcV8N


Sent. Now I also check on my computers. Possible, we have fork chain, it's working very strange.

Wallet no connections
Perryl
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250


View Profile
April 25, 2017, 11:08:31 AM
 #37

addnode=xrevmaster.ddns.net

latest chain and wallet.

Deleted chain and only using this node. Same issue.
epicfailman
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
April 25, 2017, 11:09:35 AM
 #38

A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Hello.
My wallet  Xm69pvZkPE7cxtLf5tMjLtp7nWCLLXcV8N


Sent. Now I also check on my computers. Possible, we have fork chain, it's working very strange.

Wallet no connections


Perryl
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250


View Profile
April 25, 2017, 11:10:33 AM
 #39


your coin does not allow to mine from remove connection, you should fix this, all ip that are not local don't work
This node 91.83.204.254:9090
Works well yet it is not local
If you destroy all the data
Then download the wallet




I've destroyed all data many times. The wallet doesn't finish syncing.

It won't till a certain block is reached. Then the dust settles. I promise this will happen every time. Just work through it.

It needs to catch up. I know. The behavior I am experiencing is not that. Syncing masternodes getting to 30% and then starting over is not normal. New blocks being mined and still not being synced is also not normal. There is no reason for it to still not be syncing. I haven't closed it since the last post.
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 11:11:17 AM
 #40

A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Hello.
My wallet  Xm69pvZkPE7cxtLf5tMjLtp7nWCLLXcV8N


Sent. Now I also check on my computers. Possible, we have fork chain, it's working very strange.

Wallet no connections

wallet and node work
Perryl
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250


View Profile
April 25, 2017, 11:12:13 AM
 #41

A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Hello.
My wallet  Xm69pvZkPE7cxtLf5tMjLtp7nWCLLXcV8N


Sent. Now I also check on my computers. Possible, we have fork chain, it's working very strange.

Wallet no connections

wallet and node work

Not for me. Nearly 2 hours of trying now.

I have over 100 other wallets that work perfectly fine.
The_Prof
Sr. Member
****
Offline Offline

Activity: 345
Merit: 250



View Profile
April 25, 2017, 11:13:57 AM
 #42

A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Hello.
My wallet  Xm69pvZkPE7cxtLf5tMjLtp7nWCLLXcV8N


Sent. Now I also check on my computers. Possible, we have fork chain, it's working very strange.

Wallet no connections

wallet and node work

Not for me. Nearly 2 hours of trying now.

It's the code. The syncing like that is occurring due to lack of stability. In the old days of mining the orphans used to pop up then disappear. This is a similar thing. It's just redoing the blockchain accordingly.

Look over there...
BtcVolcano
Sr. Member
****
Offline Offline

Activity: 672
Merit: 250


View Profile
April 25, 2017, 11:14:09 AM
 #43

A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Hello.
My wallet  Xm69pvZkPE7cxtLf5tMjLtp7nWCLLXcV8N


Sent. Now I also check on my computers. Possible, we have fork chain, it's working very strange.

Wallet no connections




how to set up a wallet? it is not synchronized

Perryl
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250


View Profile
April 25, 2017, 11:17:18 AM
 #44


your coin does not allow to mine from remove connection, you should fix this, all ip that are not local don't work
This node 91.83.204.254:9090
Works well yet it is not local
If you destroy all the data
Then download the wallet




I've destroyed all data many times. The wallet doesn't finish syncing.

It won't till a certain block is reached. Then the dust settles. I promise this will happen every time. Just work through it.

So how long is this expected to take?

What block height am I looking for now?

It shows 645 now. 646... 647.. it's going as fast as I can write a block number down. Sometimes it will say syncing masternodes, but doesn't finish. It goes back to 0 hours remaining. It also sometimes shows nothing. Just a little white box. 653 now. 6 active connections. Using addnode=xrevmaster.ddns.net only in my conf, aside from rpcport and stuff.

Is xrev.conf acceptable? Shouldn't it be XrevCore.conf?




Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 11:17:50 AM
 #45

A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Hello.
My wallet  Xm69pvZkPE7cxtLf5tMjLtp7nWCLLXcV8N


Sent. Now I also check on my computers. Possible, we have fork chain, it's working very strange.

Wallet no connections

wallet and node work

Not for me. Nearly 2 hours of trying now.

I have over 100 other wallets that work perfectly fine.

you have destroy all data and download new wallet-qt ??
http://img4.hostingpics.net/pics/708314Sanstitre.png

A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Hello.
My wallet  Xm69pvZkPE7cxtLf5tMjLtp7nWCLLXcV8N


Sent. Now I also check on my computers. Possible, we have fork chain, it's working very strange.

Wallet no connections

http://savepic.ru/13685281.png


how to set up a wallet? it is not synchronized

http://s016.radikal.ru/i337/1704/7f/20da51126ba5.png
addnode=185.173.33.92
addnode=155.207.34.49
Is xrev.conf
tarolog
Sr. Member
****
Offline Offline

Activity: 630
Merit: 250



View Profile
April 25, 2017, 11:17:58 AM
 #46

A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Xw2k5qMpuB1BCNgN98evxW6dd7pyJMJJ6i    wallet 64 bit
Perryl
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250


View Profile
April 25, 2017, 11:18:55 AM
Last edit: April 26, 2017, 02:01:45 PM by mprep
 #47

A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Hello.
My wallet  Xm69pvZkPE7cxtLf5tMjLtp7nWCLLXcV8N


Sent. Now I also check on my computers. Possible, we have fork chain, it's working very strange.

Wallet no connections

wallet and node work

Not for me. Nearly 2 hours of trying now.

It's the code. The syncing like that is occurring due to lack of stability. In the old days of mining the orphans used to pop up then disappear. This is a similar thing. It's just redoing the blockchain accordingly.

It's not syncing, though. I'm at 11 connections, nearly 10 minutes of the wallet being opened, and it still hasn't finished syncing. This isn't normal behavior. Not from my perspective. I know how to sync a wallet and solo mine, it's just not working for me.



A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Hello.
My wallet  Xm69pvZkPE7cxtLf5tMjLtp7nWCLLXcV8N


Sent. Now I also check on my computers. Possible, we have fork chain, it's working very strange.

Wallet no connections

wallet and node work

Not for me. Nearly 2 hours of trying now.

I have over 100 other wallets that work perfectly fine.

you have destroy all data and download new wallet-qt ??
http://img4.hostingpics.net/pics/708314Sanstitre.png


Yes. I did it yesterday but that didn't work. I woke up right aroudn the time you posted and downloaded the 32 bit wallet because the 64 bit link didn't even work. Then, the 64 bit link was working so I tried with that. Then, I downloaded it when you posted to download a new wallet. Then, I downloaded the one you posted a few posts ago. Each time I have deleted all chain data from my roaming folder and deleted the entire wallet. Each time I have ended up at the same error. W10 64 bit.
epicfailman
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
April 25, 2017, 11:21:30 AM
 #48

A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Xw2k5qMpuB1BCNgN98evxW6dd7pyJMJJ6i    wallet 64 bit

Sent.
What about wallet? It sync?
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 11:24:07 AM
 #49

On my side 5 nodes are connected and synchronized well

http://img4.hostingpics.net/pics/217710Sanstitre.png
BtcVolcano
Sr. Member
****
Offline Offline

Activity: 672
Merit: 250


View Profile
April 25, 2017, 11:25:23 AM
 #50

A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Xw2k5qMpuB1BCNgN98evxW6dd7pyJMJJ6i    wallet 64 bit

Sent.
What about wallet? It sync?

no
Perryl
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250


View Profile
April 25, 2017, 11:26:22 AM
 #51

On my side 5 nodes are connected and synchronized well

http://img4.hostingpics.net/pics/217710Sanstitre.png

Well, I guess you can keep this coin all to yourself then.
tarolog
Sr. Member
****
Offline Offline

Activity: 630
Merit: 250



View Profile
April 25, 2017, 11:27:05 AM
 #52

A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Xw2k5qMpuB1BCNgN98evxW6dd7pyJMJJ6i    wallet 64 bit

Sent.
What about wallet? It sync?

No.

 After sync - sync add data - unsync - sync - sync add data - unsync

Evening all worked good. Now - bad - after updating wallet
The_Prof
Sr. Member
****
Offline Offline

Activity: 345
Merit: 250



View Profile
April 25, 2017, 11:28:20 AM
 #53

addnode=185.173.33.92

Has 18 connections from people. Keep using it for now till we pass block 2k. then it should settle. It is linked to the original node as well so it's the route I am using for my other machines.

~Prof


Look over there...
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 11:30:31 AM
 #54

A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Xw2k5qMpuB1BCNgN98evxW6dd7pyJMJJ6i    wallet 64 bit

Sent.
What about wallet? It sync?

no
http://s16.radikal.ru/i191/1704/2b/18533b3bef53.png

download blockchain

http://xrevolution.ddns.net/XrevCore.rar


The_Prof you have wrong wallet delete all and download new qt wallet
The_Prof
Sr. Member
****
Offline Offline

Activity: 345
Merit: 250



View Profile
April 25, 2017, 11:35:07 AM
 #55

A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Xw2k5qMpuB1BCNgN98evxW6dd7pyJMJJ6i    wallet 64 bit

Sent.
What about wallet? It sync?

no


download blockchain

http://xrevolution.ddns.net/XrevCore.rar


The_Prof you have wrong wallet delete all and download new qt wallet

It's not just me then. Everyone linked to me does then.

Look over there...
Perryl
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250


View Profile
April 25, 2017, 11:35:46 AM
Last edit: April 26, 2017, 02:02:05 PM by mprep
 #56

A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Xw2k5qMpuB1BCNgN98evxW6dd7pyJMJJ6i    wallet 64 bit

Sent.
What about wallet? It sync?

no


download blockchain

http://xrevolution.ddns.net/XrevCore.rar


The_Prof you have wrong wallet delete all and download new qt wallet

Deleted data, nothing in .conf, and using your bootstrap. SAME ISSUE.



A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Xw2k5qMpuB1BCNgN98evxW6dd7pyJMJJ6i    wallet 64 bit

Sent.
What about wallet? It sync?

no


download blockchain

http://xrevolution.ddns.net/XrevCore.rar


The_Prof you have wrong wallet delete all and download new qt wallet

It's not just me then. Everyone linked to me does then.


Who knows. Maybe that explains why I can't sync.
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 11:37:39 AM
 #57

A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Xw2k5qMpuB1BCNgN98evxW6dd7pyJMJJ6i    wallet 64 bit

Sent.
What about wallet? It sync?

no
http://s16.radikal.ru/i191/1704/2b/18533b3bef53.png

download blockchain

http://xrevolution.ddns.net/XrevCore.rar


The_Prof you have wrong wallet delete all and download new qt wallet

It's not just me then. Everyone linked to me does then.


yes exact All members have to update their portfolio of members have already done it and its roll
delete all data
download qt
download blockchain

http://xrevolution.ddns.net/XrevCore.rar
Perryl
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250


View Profile
April 25, 2017, 11:38:05 AM
 #58

A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Xw2k5qMpuB1BCNgN98evxW6dd7pyJMJJ6i    wallet 64 bit

Sent.
What about wallet? It sync?

no


download blockchain

http://xrevolution.ddns.net/XrevCore.rar


The_Prof you have wrong wallet delete all and download new qt wallet

It's not just me then. Everyone linked to me does then.


yes exact All members have to update their portfolio of members have already done it and its roll
delete all data
download qt
download blockchain

http://xrevolution.ddns.net/XrevCore.rar

And when that doesn't work?
Romiraz362
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile
April 25, 2017, 11:39:00 AM
 #59



All it's work.

center]

            ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
         █████████████████████████▄   
       ███████                 ██████
     ██████                      ██████
    █████      ███████████▄        ████
   ████      █████████████▀         ████
  ████      █████            ██      ████
 █████     ████     ▄▄▄      ███     ████
 █████     ████   ███████   ████
 ████      ████   ███████   ████
 ████      ████   ██████    ████      ███
  ████     █████   ▀▀▀▀     ████     ████
  ████      █████            ██      ████
   ████      █████████████▄         ████
    █████      ███████████▀        ████
     ██████                       ████
       ██████
         ██████████████████████▄
             ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
SKYFchain
█▀▀▀▀▀▀█
█  ▄██
██▀  █
█  ▄██
██▀  █
█  ▄██
██▀  █
█  ▄██
██▀  █
█      █
█▄▄▄▄▄▄█

█▀▀▀▀▀▀█
█  ▄██
██▀  █
█  ▄██
██▀  █
█  ▄██
██▀  █
█  ▄██
██▀  █
█      █
█▄▄▄▄▄▄█
[/center]
The_Prof
Sr. Member
****
Offline Offline

Activity: 345
Merit: 250



View Profile
April 25, 2017, 11:39:06 AM
 #60

A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Xw2k5qMpuB1BCNgN98evxW6dd7pyJMJJ6i    wallet 64 bit

Sent.
What about wallet? It sync?

no


download blockchain

http://xrevolution.ddns.net/XrevCore.rar


The_Prof you have wrong wallet delete all and download new qt wallet

It's not just me then. Everyone linked to me does then.


yes exact All members have to update their portfolio of members have already done it and its roll
delete all data
download qt
download blockchain

http://xrevolution.ddns.net/XrevCore.rar

And when that doesn't work?

Was the same chain. Like I said originally, just keep it going till 2k blocks.

Look over there...
benjy33
Legendary
*
Offline Offline

Activity: 1339
Merit: 1002


View Profile
April 25, 2017, 11:41:16 AM
 #61



WALLET ALL COINS  AND POST
Perryl
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250


View Profile
April 25, 2017, 11:42:31 AM
 #62

A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Xw2k5qMpuB1BCNgN98evxW6dd7pyJMJJ6i    wallet 64 bit

Sent.
What about wallet? It sync?

no


download blockchain

http://xrevolution.ddns.net/XrevCore.rar


The_Prof you have wrong wallet delete all and download new qt wallet

It's not just me then. Everyone linked to me does then.


yes exact All members have to update their portfolio of members have already done it and its roll
delete all data
download qt
download blockchain

http://xrevolution.ddns.net/XrevCore.rar

And when that doesn't work?

Was the same chain. Like I said originally, just keep it going till 2k blocks.

Keep what going? Waiting for 2k blocks and seeing if it will sync then?

Why hasn't this happened with any other currency? Obviously, the developer is failing somewhere along the lines.
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 11:45:21 AM
 #63

A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Xw2k5qMpuB1BCNgN98evxW6dd7pyJMJJ6i    wallet 64 bit

Sent.
What about wallet? It sync?

no
http://s16.radikal.ru/i191/1704/2b/18533b3bef53.png

download blockchain

http://xrevolution.ddns.net/XrevCore.rar


The_Prof you have wrong wallet delete all and download new qt wallet

It's not just me then. Everyone linked to me does then.


yes exact All members have to update their portfolio of members have already done it and its roll
delete all data
download qt
download blockchain

http://xrevolution.ddns.net/XrevCore.rar

And when that doesn't work?

Was the same chain. Like I said originally, just keep it going till 2k blocks.

Keep what goes? Waiting for 2k blocks and seeing if it will sync then?

Why hasn't this happened with any other currency? Obviously, the developer is failing somewhere along the lines.


This chain is dead it's other chain
The_Prof
Sr. Member
****
Offline Offline

Activity: 345
Merit: 250



View Profile
April 25, 2017, 11:45:48 AM
 #64

If you read the previous post about orphans it would explain a bit. Plus it's not new. I have seen this a few times.

Look over there...
cointron
Hero Member
*****
Offline Offline

Activity: 896
Merit: 500


View Profile
April 25, 2017, 11:48:35 AM
 #65

Exchange ?
benjy33
Legendary
*
Offline Offline

Activity: 1339
Merit: 1002


View Profile
April 25, 2017, 11:50:54 AM
 #66

Exchange ?

Without exchange your coins are not worth
octavarium
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
April 25, 2017, 11:52:06 AM
 #67

yeah,, where exchanges ?
 Grin Grin Grin Grin Grin Grin Grin
benjy33
Legendary
*
Offline Offline

Activity: 1339
Merit: 1002


View Profile
April 25, 2017, 11:55:06 AM
 #68

yeah,, where exchanges ?
 Grin Grin Grin Grin Grin Grin Grin

Your coins are not worth anything , delete wallet

Perryl
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250


View Profile
April 25, 2017, 11:55:33 AM
 #69

If you read the previous post about orphans it would explain a bit. Plus it's not new. I have seen this a few times.

I read your previous post. I'm not skipping over yours like you obviously are to mine. I asked several questions that went unanswered. It is still not syncing. With 13 connections and the .conf only having one node added. The one you linked me.

Neither you or the dev have been able to assist with this issue. The dev says you're on the wrong chain, you say your chain is the same as his bootstrap.

My last post was 12 minutes ago. Do you think it's normal to wait 12 minutes for a new chain to sync on a 120 mbps connection?
manasd
Sr. Member
****
Offline Offline

Activity: 377
Merit: 250

Next Generation Antivirus


View Profile
April 25, 2017, 11:55:42 AM
 #70

addnode=xrevmaster.ddns.net

latest chain and wallet.

Deleted chain and only using this node. Same issue.


17:55:30

Method not found (code -32601)

R
         ▄▄███████▄▄
      ▄███████████████▄
    ▄███████████████████▄
   ███████████▀███████████
  ████████▀▀     ▀▀████████
 ████████           ████████
▐███████             ███████▌
▐███████             ███████▌
 ████████           ████████
  ████████▄▄     ▄▄████████
   ███████████▄███████████
    ▀███████████████████▀
      ▀███████████████▀
         ▀▀███████▀▀
MAD              ▒█████▒
       ██████  ░░░██████
  █████░░░░  ░░░  ░░░  ░█████
 ██░  ░░░  ░░░  ░░░  ░░░ ██ ██
 ██ ░░░  ░░░ █████ ░░░ ██░  ██
 ██░░  ░█▄  ░▀███▀░░ ██░░  ░██
 ██  ░░░ ▀█▄█▄▄ ▄▄███░  ░░░██
 ██▒░░  ░░░████░███░  ░░░ ▒██
  ██  ░░▄█████████████▄░  ░██
  ██░░░█▀░░████░████░░▀█░░░██
   ██  ░░▄█████ ███▀█▄░░░ ██
    ██░▄███░░ █░█░  ░▀█▄ ██
     ████░░  ░░░  ░░░  ░██
      ████ ░░░  ░░░  ░███
        ███▄▄▄▄▄▄▄▄▄███
           ▀▀▀▀▀▀▀▀
[] FACEBOOK
TWITTER
LINKEDIN
MEDIUM
TELEGRAM
ANN THREAD
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 11:56:37 AM
 #71

exchange soon

on demand tradesatoshi, c-cex, yobit and poloniex

addnode=xrevolution.ddns.net
logocreator
Legendary
*
Offline Offline

Activity: 1134
Merit: 1000


www.cryptodesign.cc


View Profile WWW
April 25, 2017, 11:57:01 AM
 #72

Code:
Ho to enable and start running masternode?


1000 coins sent to new generated masternode address
masternode key generated and added to conf file

masternode start

Error: Not capable masternode: Could not connect to xxx.xxx.xxx.xxx:9090


my conf file:

rpcuser=xxx
rpcpassword=xxx
externalip=xxx.xxx.xxx.xxx
rpcallowip=127.0.0.1
rpcport=9091
port=9090
upnp=1
server=1
listen=1
daemon=1
rescan=0
reindex=1
defaultkey=1
logtimestamps=1
maxconnections=256
masternode=1
masternodeprivkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
verifychain=0
dns=1
rpcthreads=30
addnode=185.173.33.92


Do i need to do something with "masternode.conf" file?
because i see one masternode is already runnnng, can you help me to run mine too ?

Perryl
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250


View Profile
April 25, 2017, 11:58:59 AM
 #73

A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Xw2k5qMpuB1BCNgN98evxW6dd7pyJMJJ6i    wallet 64 bit

Sent.
What about wallet? It sync?

no


download blockchain

http://xrevolution.ddns.net/XrevCore.rar


The_Prof you have wrong wallet delete all and download new qt wallet

It's not just me then. Everyone linked to me does then.


yes exact All members have to update their portfolio of members have already done it and its roll
delete all data
download qt
download blockchain

http://xrevolution.ddns.net/XrevCore.rar

And when that doesn't work?

Was the same chain. Like I said originally, just keep it going till 2k blocks.

Keep what goes? Waiting for 2k blocks and seeing if it will sync then?

Why hasn't this happened with any other currency? Obviously, the developer is failing somewhere along the lines.


This chain is dead it's other chain


I'm using your bootstrap. Are you saying you linked me a dead chain?
The_Prof
Sr. Member
****
Offline Offline

Activity: 345
Merit: 250



View Profile
April 25, 2017, 12:01:44 PM
 #74

If you read the previous post about orphans it would explain a bit. Plus it's not new. I have seen this a few times.

I read your previous post. I'm not skipping over yours like you obviously are to mine. I asked several questions that went unanswered. It is still not syncing. With 13 connections and the .conf only having one node added. The one you linked me.

Neither you or the dev have been able to assist with this issue. The dev says you're on the wrong chain, you say your chain is the same as his bootstrap.

My last post was 12 minutes ago. Do you think it's normal to wait 12 minutes for a new chain to sync on a 120 mbps connection?

I guess your right. But the point I was trying to get across was until the difficulty is higher and the chains moves more slowly then the wallet will always show that syncing at 0 hours behind. If you watch the blockchain it does move accordingly and at a fast rate. I was not really concerned about the connection.

Look over there...
manasd
Sr. Member
****
Offline Offline

Activity: 377
Merit: 250

Next Generation Antivirus


View Profile
April 25, 2017, 12:02:38 PM
 #75

A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Xw2k5qMpuB1BCNgN98evxW6dd7pyJMJJ6i    wallet 64 bit

XqdacqnRgcxCXynqFoZYqXy3SVVfTaio4Z   wallet 64 bit

R
         ▄▄███████▄▄
      ▄███████████████▄
    ▄███████████████████▄
   ███████████▀███████████
  ████████▀▀     ▀▀████████
 ████████           ████████
▐███████             ███████▌
▐███████             ███████▌
 ████████           ████████
  ████████▄▄     ▄▄████████
   ███████████▄███████████
    ▀███████████████████▀
      ▀███████████████▀
         ▀▀███████▀▀
MAD              ▒█████▒
       ██████  ░░░██████
  █████░░░░  ░░░  ░░░  ░█████
 ██░  ░░░  ░░░  ░░░  ░░░ ██ ██
 ██ ░░░  ░░░ █████ ░░░ ██░  ██
 ██░░  ░█▄  ░▀███▀░░ ██░░  ░██
 ██  ░░░ ▀█▄█▄▄ ▄▄███░  ░░░██
 ██▒░░  ░░░████░███░  ░░░ ▒██
  ██  ░░▄█████████████▄░  ░██
  ██░░░█▀░░████░████░░▀█░░░██
   ██  ░░▄█████ ███▀█▄░░░ ██
    ██░▄███░░ █░█░  ░▀█▄ ██
     ████░░  ░░░  ░░░  ░██
      ████ ░░░  ░░░  ░███
        ███▄▄▄▄▄▄▄▄▄███
           ▀▀▀▀▀▀▀▀
[] FACEBOOK
TWITTER
LINKEDIN
MEDIUM
TELEGRAM
ANN THREAD
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 12:03:46 PM
 #76

Code:
Ho to enable and start running masternode?


1000 coins sent to new generated masternode address
masternode key generated and added to conf file

masternode start

Error: Not capable masternode: Could not connect to xxx.xxx.xxx.xxx:9090


my conf file:

rpcuser=xxx
rpcpassword=xxx
externalip=xxx.xxx.xxx.xxx
rpcallowip=127.0.0.1
rpcport=9091
port=9090
upnp=1
server=1
listen=1
daemon=1
rescan=0
reindex=1
defaultkey=1
logtimestamps=1
maxconnections=256
masternode=1
masternodeprivkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
verifychain=0
dns=1
rpcthreads=30
addnode=185.173.33.92


Do i need to do something with "masternode.conf" file?
because i see one masternode is already runnnng, can you help me to run mine too ?


Code:
What are Masternodes:

1: Open the console of your wallet and enter the command:
   getaccountaddress MN
   masternode genkey
2: Send 1000 xrev to the address you just created. It must be exactly 1000, in one transaction.
3: Open the console of your wallet and enter the command:
   masternode outputs
4: Open or create the xrev.conf in folder directory for your wallet (C:\Users\Username\AppData\Roaming\xrevcore), write the following:
   masternode=1
   masternodeprivkey=masternode_genkey
 5: Open the masternode.conf in folder directory for your wallet (C:\Users\Username\AppData\Roaming\xrevcore), and edit as follows:
   MN your_box_ip:9090 masternode_genkey masternode_outputs
6: Close, and restart your wallet.
7: Open the console of your wallet and enter the command:
   masternode start-mn


Perryl Not at all but the string of 2000 block no longer exists it must start from zero

Chain stabilized by masternodes
The_Prof
Sr. Member
****
Offline Offline

Activity: 345
Merit: 250



View Profile
April 25, 2017, 12:04:04 PM
 #77

A little experiment. Who wants to get 5 coins for free, write down the address of the wallet, I'll send it, just write (preferably with a screenshot) it came or not. Check for the first 10 addresses

Xw2k5qMpuB1BCNgN98evxW6dd7pyJMJJ6i    wallet 64 bit

Sent.
What about wallet? It sync?

no


download blockchain

http://xrevolution.ddns.net/XrevCore.rar


The_Prof you have wrong wallet delete all and download new qt wallet

It's not just me then. Everyone linked to me does then.


yes exact All members have to update their portfolio of members have already done it and its roll
delete all data
download qt
download blockchain

http://xrevolution.ddns.net/XrevCore.rar

And when that doesn't work?

Was the same chain. Like I said originally, just keep it going till 2k blocks.

Keep what goes? Waiting for 2k blocks and seeing if it will sync then?

Why hasn't this happened with any other currency? Obviously, the developer is failing somewhere along the lines.


This chain is dead it's other chain


I'm using your bootstrap. Are you saying you linked me a dead chain?

I am leaving my wallet open and running. My opinion is it will settle and all will be good. I am happy to keep loading blockchains if the dev requires but I will not be deleting everything and starting again. My view would be to wait. But it is his coin and he must decide.

Look over there...
epicfailman
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
April 25, 2017, 12:05:26 PM
 #78

At all.
1. Sync issue - YES
2. Maybe fork - YES
3. "Easy" start - YES
4. No pool - YES
5. No GPU mining - YES
6. No ASIC mining - YES
7. ...
8. ...
9. PRETTY LOGO - "@#$% YES!
cointron
Hero Member
*****
Offline Offline

Activity: 896
Merit: 500


View Profile
April 25, 2017, 12:14:28 PM
 #79

Working ok, synced, mining.-
antaja
Full Member
***
Offline Offline

Activity: 232
Merit: 100



View Profile
April 25, 2017, 12:15:36 PM
 #80

no sync, so only 1 masternodes run from the dev, feels like a 20% founder reward
Perryl
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250


View Profile
April 25, 2017, 12:21:03 PM
 #81

If you read the previous post about orphans it would explain a bit. Plus it's not new. I have seen this a few times.

I read your previous post. I'm not skipping over yours like you obviously are to mine. I asked several questions that went unanswered. It is still not syncing. With 13 connections and the .conf only having one node added. The one you linked me.

Neither you or the dev have been able to assist with this issue. The dev says you're on the wrong chain, you say your chain is the same as his bootstrap.

My last post was 12 minutes ago. Do you think it's normal to wait 12 minutes for a new chain to sync on a 120 mbps connection?

I guess your right. But the point I was trying to get across was until the difficulty is higher and the chains moves more slowly then the wallet will always show that syncing at 0 hours behind. If you watch the blockchain it does move accordingly and at a fast rate. I was not really concerned about the connection.

It should only show as behind until it syncs. Once it has downloaded all of the required data to sync there should be a checkmark and it should be up to date. At that point, I can mine. I cannot begin solo-mining before that because it is waiting for the chain to download.

I had it sync, once, but then after I restarted the wallet it wouldn't sync again. This was a couple chain deletions ago, maybe I was on the wrong chain. Now, it synced a few minutes ago, but I had a very basic conf and had to do some modifications if I want to begin solo-mining. However, I get 2 different errors based on whether I use xrev.conf or XrevCore.conf. Either way, the mining did not work the first time around. Now I'm still waiting for the chain to sync. Restarting the wallet has resulted in a waiting period of 10 minutes so far and it's only at 58% of "synchronizing additional data". It might sync, or it might get to like 90% and start over again at 0%.

What have you put in your .conf to mine? What have you named your .conf?

I get a "no method" error when using xrev.conf. In my experience, the .conf is supposed to have the same name as the folder it's in. Obviously, I have no idea if this is necessary, but when I add a .conf that is named XrevCore.conf it says "connection refused".

.conf
rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=9091
port=9090
server=1
listen=1
daemon=1
addnode=185.173.33.92

.bat
ccminer-x64 -a x11 -o http://127.0.0.1:9091 -u username -p password --show-diff --cpu-priority 4
pause

What am I doing wrong? I've used the same setup to mine dozens of coins solo.

The wallet is finally up-to-date after about 20 minutes. All I did is restart it right after it was fully up-to-date, and it took 20 minutes to sync again. Still getting connection refused, though.
[2017-04-25 08:18:00] HTTP request failed: Failed to connect to 127.0.0.1 port 9091: Connection refused
[2017-04-25 08:18:00] get_work failed, retry after 30 seconds

I'd have to restart my wallet and wait another 20 minutes to try something else. lol.
talikila
Sr. Member
****
Offline Offline

Activity: 255
Merit: 250


View Profile
April 25, 2017, 12:21:45 PM
 #82

I just read this thread  but I can not see any pools for this coin. when is the pool available for mining?
how to make a solo-mining for this coin?  Thanks.
tarolog
Sr. Member
****
Offline Offline

Activity: 630
Merit: 250



View Profile
April 25, 2017, 12:21:59 PM
 #83

How many block in new blockchain - 1320 ?
manasd
Sr. Member
****
Offline Offline

Activity: 377
Merit: 250

Next Generation Antivirus


View Profile
April 25, 2017, 12:22:39 PM
Last edit: April 26, 2017, 02:02:22 PM by mprep
 #84

Code:
Ho to enable and start running masternode?


1000 coins sent to new generated masternode address
masternode key generated and added to conf file

masternode start

Error: Not capable masternode: Could not connect to xxx.xxx.xxx.xxx:9090


my conf file:

rpcuser=xxx
rpcpassword=xxx
externalip=xxx.xxx.xxx.xxx
rpcallowip=127.0.0.1
rpcport=9091
port=9090
upnp=1
server=1
listen=1
daemon=1
rescan=0
reindex=1
defaultkey=1
logtimestamps=1
maxconnections=256
masternode=1
masternodeprivkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
verifychain=0
dns=1
rpcthreads=30
addnode=185.173.33.92


Do i need to do something with "masternode.conf" file?
because i see one masternode is already runnnng, can you help me to run mine too ?


Code:
What are Masternodes:

1: Open the console of your wallet and enter the command:
   getaccountaddress MN
   masternode genkey
2: Send 1000 xrev to the address you just created. It must be exactly 1000, in one transaction.
3: Open the console of your wallet and enter the command:
   masternode outputs
4: Open or create the xrev.conf in folder directory for your wallet (C:\Users\Username\AppData\Roaming\xrevcore), write the following:
   masternode=1
   masternodeprivkey=masternode_genkey
 5: Open the masternode.conf in folder directory for your wallet (C:\Users\Username\AppData\Roaming\xrevcore), and edit as follows:
   MN your_box_ip:9090 masternode_genkey masternode_outputs
6: Close, and restart your wallet.
7: Open the console of your wallet and enter the command:
   masternode start-mn


Perryl Not at all but the string of 2000 block no longer exists it must start from zero

Chain stabilized by masternodes

DEV can you send me 1000 coins to run masternode, thanks
XqdacqnRgcxCXynqFoZYqXy3SVVfTaio4Z



How many block in new blockchain - 1320 ?
1318?

R
         ▄▄███████▄▄
      ▄███████████████▄
    ▄███████████████████▄
   ███████████▀███████████
  ████████▀▀     ▀▀████████
 ████████           ████████
▐███████             ███████▌
▐███████             ███████▌
 ████████           ████████
  ████████▄▄     ▄▄████████
   ███████████▄███████████
    ▀███████████████████▀
      ▀███████████████▀
         ▀▀███████▀▀
MAD              ▒█████▒
       ██████  ░░░██████
  █████░░░░  ░░░  ░░░  ░█████
 ██░  ░░░  ░░░  ░░░  ░░░ ██ ██
 ██ ░░░  ░░░ █████ ░░░ ██░  ██
 ██░░  ░█▄  ░▀███▀░░ ██░░  ░██
 ██  ░░░ ▀█▄█▄▄ ▄▄███░  ░░░██
 ██▒░░  ░░░████░███░  ░░░ ▒██
  ██  ░░▄█████████████▄░  ░██
  ██░░░█▀░░████░████░░▀█░░░██
   ██  ░░▄█████ ███▀█▄░░░ ██
    ██░▄███░░ █░█░  ░▀█▄ ██
     ████░░  ░░░  ░░░  ░██
      ████ ░░░  ░░░  ░███
        ███▄▄▄▄▄▄▄▄▄███
           ▀▀▀▀▀▀▀▀
[] FACEBOOK
TWITTER
LINKEDIN
MEDIUM
TELEGRAM
ANN THREAD
logocreator
Legendary
*
Offline Offline

Activity: 1134
Merit: 1000


www.cryptodesign.cc


View Profile WWW
April 25, 2017, 12:23:23 PM
Last edit: April 26, 2017, 02:02:38 PM by mprep
 #85

how to fix this ?





How many block in new blockchain - 1320 ?
1318?

1681

Perryl
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250


View Profile
April 25, 2017, 12:24:28 PM
Last edit: April 26, 2017, 02:02:57 PM by mprep
 #86

By the way, clicking "About Xrev Core" causes the wallet to crash.




You're definitely on a different blockchain than I am then. 1331 atm.
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 12:25:15 PM
 #87

How many block in new blockchain - 1320 ?
1318?
1333
manasd
Sr. Member
****
Offline Offline

Activity: 377
Merit: 250

Next Generation Antivirus


View Profile
April 25, 2017, 12:26:40 PM
 #88


check here
http://xrevolution.ddns.net/

R
         ▄▄███████▄▄
      ▄███████████████▄
    ▄███████████████████▄
   ███████████▀███████████
  ████████▀▀     ▀▀████████
 ████████           ████████
▐███████             ███████▌
▐███████             ███████▌
 ████████           ████████
  ████████▄▄     ▄▄████████
   ███████████▄███████████
    ▀███████████████████▀
      ▀███████████████▀
         ▀▀███████▀▀
MAD              ▒█████▒
       ██████  ░░░██████
  █████░░░░  ░░░  ░░░  ░█████
 ██░  ░░░  ░░░  ░░░  ░░░ ██ ██
 ██ ░░░  ░░░ █████ ░░░ ██░  ██
 ██░░  ░█▄  ░▀███▀░░ ██░░  ░██
 ██  ░░░ ▀█▄█▄▄ ▄▄███░  ░░░██
 ██▒░░  ░░░████░███░  ░░░ ▒██
  ██  ░░▄█████████████▄░  ░██
  ██░░░█▀░░████░████░░▀█░░░██
   ██  ░░▄█████ ███▀█▄░░░ ██
    ██░▄███░░ █░█░  ░▀█▄ ██
     ████░░  ░░░  ░░░  ░██
      ████ ░░░  ░░░  ░███
        ███▄▄▄▄▄▄▄▄▄███
           ▀▀▀▀▀▀▀▀
[] FACEBOOK
TWITTER
LINKEDIN
MEDIUM
TELEGRAM
ANN THREAD
antaja
Full Member
***
Offline Offline

Activity: 232
Merit: 100



View Profile
April 25, 2017, 12:52:52 PM
 #89

lol what is that on block 1597?
CjMapope
Legendary
*
Offline Offline

Activity: 1820
Merit: 1092


~Full-Time Minter since 2016~


View Profile WWW
April 25, 2017, 01:02:35 PM
 #90

@perryl  

read your error " get_work failed"   Cheesy take a guess the problem Cheesy

did you even CHECK to see if the wallet supported GETWORK thru RPC? i would say you did NOT Cheesy

theres no getwork, external mining will be different

lol what is that on block 1597?


i am on 1734, like the explorer, not sure what happened to all you guys ;p

~Got this girl in my bed, a roof over my head, i mint a couple coins a week, and thats how i make bread~
~On the 12th day of Hatzvah, OGminer said to me: "compute root of the merkle hash tree!"~
Prohashing  -- Simply the best Multipool!
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 01:04:14 PM
 #91

everything is fine ?
doremi
Hero Member
*****
Offline Offline

Activity: 654
Merit: 500


View Profile
April 25, 2017, 01:04:23 PM
 #92

@perryl  

read your error " get_work failed"   Cheesy take a guess the problem Cheesy

did you even CHECK to see if the wallet supported GETWORK thru RPC? i would say you did NOT Cheesy

theres no getwork, external mining will be different

lol what is that on block 1597?


i am on 1734, like the explorer, not sure what happened to all you guys ;p


hash   000000dcd10e824d1dced50d7d0348ca10eadc2c12495acef0bef4f6b7d772ae
confirmations   3
size   441
height   1597
version   536870912
merkleroot   c7f81b993b35122230154ec5fdbd2ff1dd48197c5db21faaa9ae4efb85c9b3f5
time   1493124571
nonce   6915
bits   1e00ffff
difficulty   0.00390625
previousblockhash   000000ddd8a9fff106e96921a9eafc562ce40914b0a6de957d83a026f9f51185
nextblockhash   000000ca733b719320a64ef1b25f858475201334ac8ad3fb800ebc6ab07bde3b
tx   0f848b96f6c598657cc11696ce7c17eacfd3e2045801790400e25c4091be2a39
4.00003616 -> XbatgcZRyQSRuvQ6z5RGkWkkPzYistpUGJ
1.00000904 -> XnrduNPdFWG8swP4oyXQ1erEbvmNeX8BY5
tx   dba0b739dde58c93cfa33d73ccf250a9531835c72ba90552d139fd1891b4a221
1000 -> XeDhGNouW34DfXyFhyep9PYD1DbtjYhTjw
997999.9999166 -> Xvfo71Ss9zGPp16wp1QhomK1JqF8WmDQZm
Perryl
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250


View Profile
April 25, 2017, 01:05:30 PM
 #93

@perryl  

read your error " get_work failed"   Cheesy take a guess the problem Cheesy

did you even CHECK to see if the wallet supported GETWORK thru RPC? i would say you did NOT Cheesy

theres no getwork, external mining will be different

lol what is that on block 1597?


i am on 1734, like the explorer, not sure what happened to all you guys ;p

I think they mean this.

http://prntscr.com/f0mp0t

I didn't check, no. I've always considered that standard. lol.
CjMapope
Legendary
*
Offline Offline

Activity: 1820
Merit: 1092


~Full-Time Minter since 2016~


View Profile WWW
April 25, 2017, 01:08:56 PM
 #94

@perryl  

read your error " get_work failed"   Cheesy take a guess the problem Cheesy

did you even CHECK to see if the wallet supported GETWORK thru RPC? i would say you did NOT Cheesy

theres no getwork, external mining will be different

lol what is that on block 1597?


i am on 1734, like the explorer, not sure what happened to all you guys ;p

I think they mean this.

http://prntscr.com/f0mp0t

I didn't check, no. I've always considered that standard. lol.


it is standard, not sure the plan here, makes pools hard :/

ya there must be some forks or something, what a shame :/ who knows whats real then on our coins Sad

~Got this girl in my bed, a roof over my head, i mint a couple coins a week, and thats how i make bread~
~On the 12th day of Hatzvah, OGminer said to me: "compute root of the merkle hash tree!"~
Prohashing  -- Simply the best Multipool!
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
April 25, 2017, 01:09:06 PM
 #95


your coin does not allow to mine from remove connection, you should fix this, all ip that are not local don't work
This node 91.83.204.254:9090
Works well yet it is not local
If you destroy all the data
Then download the wallet




no i mean internal ip are not allowed such as 192.168 etc...
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 01:11:36 PM
 #96


your coin does not allow to mine from remove connection, you should fix this, all ip that are not local don't work
This node 91.83.204.254:9090
Works well yet it is not local
If you destroy all the data
Then download the wallet




no i mean internal ip are not allowed such as 192.168 etc...

box ip ??
antaja
Full Member
***
Offline Offline

Activity: 232
Merit: 100



View Profile
April 25, 2017, 01:16:41 PM
 #97

@perryl  

read your error " get_work failed"   Cheesy take a guess the problem Cheesy

did you even CHECK to see if the wallet supported GETWORK thru RPC? i would say you did NOT Cheesy

theres no getwork, external mining will be different

lol what is that on block 1597?


i am on 1734, like the explorer, not sure what happened to all you guys ;p

I think they mean this.

http://prntscr.com/f0mp0t

I didn't check, no. I've always considered that standard. lol.
does that mean 999 masternodes?
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 01:20:38 PM
 #98

@perryl  

read your error " get_work failed"   Cheesy take a guess the problem Cheesy

did you even CHECK to see if the wallet supported GETWORK thru RPC? i would say you did NOT Cheesy

theres no getwork, external mining will be different

lol what is that on block 1597?


i am on 1734, like the explorer, not sure what happened to all you guys ;p

I think they mean this.

http://prntscr.com/f0mp0t

I didn't check, no. I've always considered that standard. lol.
does that mean 999 masternodes?

Bug apartment
doremi
Hero Member
*****
Offline Offline

Activity: 654
Merit: 500


View Profile
April 25, 2017, 01:22:35 PM
 #99


Block   Hash   Difficulty   Time (UTC)   Tx# · Value out
1885   00000011bfe47e6f…   0.00   2017-Apr-24 17:51:42   1 · 5.00
1884   000000002fcb199c…   0.00   2017-Apr-24 17:51:40   1 · 5.00
1883   0000001ce2f60f16…   0.00   2017-Apr-24 17:51:20   2 · 100005.00
1882   000000d7e61db3b2…   0.00   2017-Apr-24 17:50:50   1 · 5.00
1881   000000ac5cc9c6b6…   0.00   2017-Apr-24 17:50:26   1 · 5.00
1880   000000297381694a…   0.00   2017-Apr-24 17:49:58   1 · 5.00
1879   00000018b24c3ce7…   0.00   2017-Apr-24 17:49:19   1 · 5.00
1878   0000004315c9bb8f…   0.00   2017-Apr-24 17:49:17   1 · 5.00
1877   000000264ab21486…   0.00   2017-Apr-24 17:48:42   2 · 100010.00
1876   00000041adac015b…   0.00   2017-Apr-24 17:48:32   1 · 5.00
1875   000000ebd2d68def…   0.00   2017-Apr-24 17:48:05   1 · 5.00
1874   000000e43d956f2d…   0.00   2017-Apr-24 17:47:44   1 · 5.00


need another restart i guess
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
April 25, 2017, 01:22:44 PM
 #100


your coin does not allow to mine from remove connection, you should fix this, all ip that are not local don't work
This node 91.83.204.254:9090
Works well yet it is not local
If you destroy all the data
Then download the wallet




no i mean internal ip are not allowed such as 192.168 etc...

box ip ??

vmware ip, i'm trying to connect to one of those where i put all my scam coin and it say that the ip is not allowed in the config, if i create another config called xrevcore it repeat synching from zero
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 01:27:08 PM
 #101

addnode=155.207.34.49
addnode=217.77.59.45
addnode=94.23.102.99
addnode=176.226.131.78
addnode=116.16.215.138
addnode=85.117.114.209
addnode=181.229.231.4
addnode=46.39.39.19
addnode=118.232.9.247
addnode=36.81.252.174
addnode=217.231.130.114
addnode=115.178.236.188
addnode=105.228.10.134
addnode=115.178.236.188
addnode=169.255.197.79
addnode=185.173.33.92
addnode=185.150.154.164
addnode=103.47.134.56
addnode=46.172.213.12
addnode=5.76.84.43
addnode=2.87.177.211
addnode=37.72.70.152
addnode=91.151.111.250
addnode=118.232.9.247
addnode=85.117.114.209
addnode=217.77.59.45


your coin does not allow to mine from remove connection, you should fix this, all ip that are not local don't work
This node 91.83.204.254:9090
Works well yet it is not local
If you destroy all the data
Then download the wallet




no i mean internal ip are not allowed such as 192.168 etc...

box ip ??

vmware ip, i'm trying to connect to one of those where i put all my scam coin and it say that the ip is not allowed in the config, if i create another config called xrevcore it repeat synching from zero

No ip is allowed
scorpio18
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


Admin of CoinMiners Pools


View Profile WWW
April 25, 2017, 01:30:13 PM
 #102

No pools for this coin, i have managed to sync the wallet to the main chain but still the wallet remain in sync state and the stratum can't create new work if the wallet not showing that is fully synced


Code:
xrev core is syncing with network...

Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 01:33:48 PM
 #103


Block   Hash   Difficulty   Time (UTC)   Tx# · Value out
1885   00000011bfe47e6f…   0.00   2017-Apr-24 17:51:42   1 · 5.00
1884   000000002fcb199c…   0.00   2017-Apr-24 17:51:40   1 · 5.00
1883   0000001ce2f60f16…   0.00   2017-Apr-24 17:51:20   2 · 100005.00
1882   000000d7e61db3b2…   0.00   2017-Apr-24 17:50:50   1 · 5.00
1881   000000ac5cc9c6b6…   0.00   2017-Apr-24 17:50:26   1 · 5.00
1880   000000297381694a…   0.00   2017-Apr-24 17:49:58   1 · 5.00
1879   00000018b24c3ce7…   0.00   2017-Apr-24 17:49:19   1 · 5.00
1878   0000004315c9bb8f…   0.00   2017-Apr-24 17:49:17   1 · 5.00
1877   000000264ab21486…   0.00   2017-Apr-24 17:48:42   2 · 100010.00
1876   00000041adac015b…   0.00   2017-Apr-24 17:48:32   1 · 5.00
1875   000000ebd2d68def…   0.00   2017-Apr-24 17:48:05   1 · 5.00
1874   000000e43d956f2d…   0.00   2017-Apr-24 17:47:44   1 · 5.00


need another restart i guess

no


http://img4.hostingpics.net/pics/475389Sanstitre.png

No pools for this coin, i have managed to sync the wallet to the main chain but still the wallet remain in sync state and the stratum can't create new work if the wallet not showing that is fully synced


Code:
xrev core is syncing with network...

wallet full sync
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
April 25, 2017, 01:37:34 PM
 #104

addnode=155.207.34.49
addnode=217.77.59.45
addnode=94.23.102.99
addnode=176.226.131.78
addnode=116.16.215.138
addnode=85.117.114.209
addnode=181.229.231.4
addnode=46.39.39.19
addnode=118.232.9.247
addnode=36.81.252.174
addnode=217.231.130.114
addnode=115.178.236.188
addnode=105.228.10.134
addnode=115.178.236.188
addnode=169.255.197.79
addnode=185.173.33.92
addnode=185.150.154.164
addnode=103.47.134.56
addnode=46.172.213.12
addnode=5.76.84.43
addnode=2.87.177.211
addnode=37.72.70.152
addnode=91.151.111.250
addnode=118.232.9.247
addnode=85.117.114.209
addnode=217.77.59.45


your coin does not allow to mine from remove connection, you should fix this, all ip that are not local don't work
This node 91.83.204.254:9090
Works well yet it is not local
If you destroy all the data
Then download the wallet




no i mean internal ip are not allowed such as 192.168 etc...

box ip ??

vmware ip, i'm trying to connect to one of those where i put all my scam coin and it say that the ip is not allowed in the config, if i create another config called xrevcore it repeat synching from zero

No ip is allowed

xrev is the config file name? try yourself put 192.168.xx.* and see in the xrev.conf, it say not allowed
doremi
Hero Member
*****
Offline Offline

Activity: 654
Merit: 500


View Profile
April 25, 2017, 01:38:26 PM
 #105


Block   Hash   Difficulty   Time (UTC)   Tx# · Value out
1885   00000011bfe47e6f…   0.00   2017-Apr-24 17:51:42   1 · 5.00
1884   000000002fcb199c…   0.00   2017-Apr-24 17:51:40   1 · 5.00
1883   0000001ce2f60f16…   0.00   2017-Apr-24 17:51:20   2 · 100005.00
1882   000000d7e61db3b2…   0.00   2017-Apr-24 17:50:50   1 · 5.00
1881   000000ac5cc9c6b6…   0.00   2017-Apr-24 17:50:26   1 · 5.00
1880   000000297381694a…   0.00   2017-Apr-24 17:49:58   1 · 5.00
1879   00000018b24c3ce7…   0.00   2017-Apr-24 17:49:19   1 · 5.00
1878   0000004315c9bb8f…   0.00   2017-Apr-24 17:49:17   1 · 5.00
1877   000000264ab21486…   0.00   2017-Apr-24 17:48:42   2 · 100010.00
1876   00000041adac015b…   0.00   2017-Apr-24 17:48:32   1 · 5.00
1875   000000ebd2d68def…   0.00   2017-Apr-24 17:48:05   1 · 5.00
1874   000000e43d956f2d…   0.00   2017-Apr-24 17:47:44   1 · 5.00


need another restart i guess

no


http://img4.hostingpics.net/pics/475389Sanstitre.png

No pools for this coin, i have managed to sync the wallet to the main chain but still the wallet remain in sync state and the stratum can't create new work if the wallet not showing that is fully synced


Code:
xrev core is syncing with network...

wallet full sync

no?wth are those coins come from ?
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 01:40:46 PM
 #106

addnode=155.207.34.49
addnode=217.77.59.45
addnode=94.23.102.99
addnode=176.226.131.78
addnode=116.16.215.138
addnode=85.117.114.209
addnode=181.229.231.4
addnode=46.39.39.19
addnode=118.232.9.247
addnode=36.81.252.174
addnode=217.231.130.114
addnode=115.178.236.188
addnode=105.228.10.134
addnode=115.178.236.188
addnode=169.255.197.79
addnode=185.173.33.92
addnode=185.150.154.164
addnode=103.47.134.56
addnode=46.172.213.12
addnode=5.76.84.43
addnode=2.87.177.211
addnode=37.72.70.152
addnode=91.151.111.250
addnode=118.232.9.247
addnode=85.117.114.209
addnode=217.77.59.45


your coin does not allow to mine from remove connection, you should fix this, all ip that are not local don't work
This node 91.83.204.254:9090
Works well yet it is not local
If you destroy all the data
Then download the wallet




no i mean internal ip are not allowed such as 192.168 etc...

box ip ??

vmware ip, i'm trying to connect to one of those where i put all my scam coin and it say that the ip is not allowed in the config, if i create another config called xrevcore it repeat synching from zero

No ip is allowed

xrev is the config file name? try yourself put 192.168.xx.* and see in the xrev.conf, it say not allowed

my config : xrev.conf

rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
rpcuser=xxxxxxxxxxx
rpcpassword=xxxxxxxxxxxxxx
masternode=1
masternodeprivkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
externalip=box ip

doremi Already it is not mine
scorpio18
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


Admin of CoinMiners Pools


View Profile WWW
April 25, 2017, 01:42:27 PM
 #107


Block   Hash   Difficulty   Time (UTC)   Tx# · Value out
1885   00000011bfe47e6f…   0.00   2017-Apr-24 17:51:42   1 · 5.00
1884   000000002fcb199c…   0.00   2017-Apr-24 17:51:40   1 · 5.00
1883   0000001ce2f60f16…   0.00   2017-Apr-24 17:51:20   2 · 100005.00
1882   000000d7e61db3b2…   0.00   2017-Apr-24 17:50:50   1 · 5.00
1881   000000ac5cc9c6b6…   0.00   2017-Apr-24 17:50:26   1 · 5.00
1880   000000297381694a…   0.00   2017-Apr-24 17:49:58   1 · 5.00
1879   00000018b24c3ce7…   0.00   2017-Apr-24 17:49:19   1 · 5.00
1878   0000004315c9bb8f…   0.00   2017-Apr-24 17:49:17   1 · 5.00
1877   000000264ab21486…   0.00   2017-Apr-24 17:48:42   2 · 100010.00
1876   00000041adac015b…   0.00   2017-Apr-24 17:48:32   1 · 5.00
1875   000000ebd2d68def…   0.00   2017-Apr-24 17:48:05   1 · 5.00
1874   000000e43d956f2d…   0.00   2017-Apr-24 17:47:44   1 · 5.00


need another restart i guess

no


http://img4.hostingpics.net/pics/475389Sanstitre.png

No pools for this coin, i have managed to sync the wallet to the main chain but still the wallet remain in sync state and the stratum can't create new work if the wallet not showing that is fully synced


Code:
xrev core is syncing with network...

wallet full sync

Yes the wallet is fully synced with the network but the wallet is reporting that is still syncing, this is what i'm telling you, the pool stratum can't create work for the miners if the wallet is reporting that is not fully synced

benjy33
Legendary
*
Offline Offline

Activity: 1339
Merit: 1002


View Profile
April 25, 2017, 01:42:39 PM
 #108

tradesatosis is shit exange  volumen 0 , Pay fee yobit, or novaechange Stiff of shit
manasd
Sr. Member
****
Offline Offline

Activity: 377
Merit: 250

Next Generation Antivirus


View Profile
April 25, 2017, 01:46:40 PM
 #109

tradesatosis is shit exange  volumen 0 , Pay fee yobit, or novaechange Stiff of shit
ignor shit exchanges and got ot bittrex and ccex

R
         ▄▄███████▄▄
      ▄███████████████▄
    ▄███████████████████▄
   ███████████▀███████████
  ████████▀▀     ▀▀████████
 ████████           ████████
▐███████             ███████▌
▐███████             ███████▌
 ████████           ████████
  ████████▄▄     ▄▄████████
   ███████████▄███████████
    ▀███████████████████▀
      ▀███████████████▀
         ▀▀███████▀▀
MAD              ▒█████▒
       ██████  ░░░██████
  █████░░░░  ░░░  ░░░  ░█████
 ██░  ░░░  ░░░  ░░░  ░░░ ██ ██
 ██ ░░░  ░░░ █████ ░░░ ██░  ██
 ██░░  ░█▄  ░▀███▀░░ ██░░  ░██
 ██  ░░░ ▀█▄█▄▄ ▄▄███░  ░░░██
 ██▒░░  ░░░████░███░  ░░░ ▒██
  ██  ░░▄█████████████▄░  ░██
  ██░░░█▀░░████░████░░▀█░░░██
   ██  ░░▄█████ ███▀█▄░░░ ██
    ██░▄███░░ █░█░  ░▀█▄ ██
     ████░░  ░░░  ░░░  ░██
      ████ ░░░  ░░░  ░███
        ███▄▄▄▄▄▄▄▄▄███
           ▀▀▀▀▀▀▀▀
[] FACEBOOK
TWITTER
LINKEDIN
MEDIUM
TELEGRAM
ANN THREAD
antaja
Full Member
***
Offline Offline

Activity: 232
Merit: 100



View Profile
April 25, 2017, 01:49:08 PM
 #110

addnode=155.207.34.49
addnode=217.77.59.45
addnode=94.23.102.99
addnode=176.226.131.78
addnode=116.16.215.138
addnode=85.117.114.209
addnode=181.229.231.4
addnode=46.39.39.19
addnode=118.232.9.247
addnode=36.81.252.174
addnode=217.231.130.114
addnode=115.178.236.188
addnode=105.228.10.134
addnode=115.178.236.188
addnode=169.255.197.79
addnode=185.173.33.92
addnode=185.150.154.164
addnode=103.47.134.56
addnode=46.172.213.12
addnode=5.76.84.43
addnode=2.87.177.211
addnode=37.72.70.152
addnode=91.151.111.250
addnode=118.232.9.247
addnode=85.117.114.209
addnode=217.77.59.45


your coin does not allow to mine from remove connection, you should fix this, all ip that are not local don't work
This node 91.83.204.254:9090
Works well yet it is not local
If you destroy all the data
Then download the wallet




no i mean internal ip are not allowed such as 192.168 etc...

box ip ??

vmware ip, i'm trying to connect to one of those where i put all my scam coin and it say that the ip is not allowed in the config, if i create another config called xrevcore it repeat synching from zero

No ip is allowed

xrev is the config file name? try yourself put 192.168.xx.* and see in the xrev.conf, it say not allowed

my config : xrev.conf

rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
rpcuser=xxxxxxxxxxx
rpcpassword=xxxxxxxxxxxxxx
masternode=1
masternodeprivkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
externalip=box ip

doremi Already it is not mine

so there are more than 1m coins mined already?
benjy33
Legendary
*
Offline Offline

Activity: 1339
Merit: 1002


View Profile
April 25, 2017, 01:49:23 PM
 #111

tradesatosis is shit exange  volumen 0 , Pay fee yobit, or novaechange Stiff of shit
ignor shit exchanges and got ot bittrex and ccex

this shitcoin,  Do not open a good exchange this coin is crap, your coins are worth nothing dev resets block chain when you want
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 01:51:36 PM
 #112

tradesatosis is shit exange  volumen 0 , Pay fee yobit, or novaechange Stiff of shit

yobit on demand and nova exchange pay 0.4 for instantly

bounty for btc novaexchange :

0.01 btc ===> 20000 xrev
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
April 25, 2017, 01:53:01 PM
 #113

addnode=155.207.34.49
addnode=217.77.59.45
addnode=94.23.102.99
addnode=176.226.131.78
addnode=116.16.215.138
addnode=85.117.114.209
addnode=181.229.231.4
addnode=46.39.39.19
addnode=118.232.9.247
addnode=36.81.252.174
addnode=217.231.130.114
addnode=115.178.236.188
addnode=105.228.10.134
addnode=115.178.236.188
addnode=169.255.197.79
addnode=185.173.33.92
addnode=185.150.154.164
addnode=103.47.134.56
addnode=46.172.213.12
addnode=5.76.84.43
addnode=2.87.177.211
addnode=37.72.70.152
addnode=91.151.111.250
addnode=118.232.9.247
addnode=85.117.114.209
addnode=217.77.59.45


your coin does not allow to mine from remove connection, you should fix this, all ip that are not local don't work
This node 91.83.204.254:9090
Works well yet it is not local
If you destroy all the data
Then download the wallet




no i mean internal ip are not allowed such as 192.168 etc...

box ip ??

vmware ip, i'm trying to connect to one of those where i put all my scam coin and it say that the ip is not allowed in the config, if i create another config called xrevcore it repeat synching from zero

No ip is allowed

xrev is the config file name? try yourself put 192.168.xx.* and see in the xrev.conf, it say not allowed

my config : xrev.conf

rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
rpcuser=xxxxxxxxxxx
rpcpassword=xxxxxxxxxxxxxx
masternode=1
masternodeprivkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
externalip=box ip

doremi Already it is not mine

yeah that is local mining i'm talking about remote, which is not working to allow remote mining to another machine you need to add rpcallowip=192.168.1.* this is true for all coins, but with your coin this is not allowed
bspus
Legendary
*
Offline Offline

Activity: 2165
Merit: 1002



View Profile
April 25, 2017, 01:58:49 PM
 #114

so for now this is cpu only wallet mining?


benjy33
Legendary
*
Offline Offline

Activity: 1339
Merit: 1002


View Profile
April 25, 2017, 01:59:45 PM
 #115

tradesatosis is shit exange  volumen 0 , Pay fee yobit, or novaechange Stiff of shit

yobit on demand and nova exchange pay 0.4 for instantly

bounty for btc novaexchange :

0.01 btc ===> 20000 xrev

you sell  0.00000050 btc for coin , You do not know how to sell your own currencies go to something else  Grin
cran
Full Member
***
Offline Offline

Activity: 181
Merit: 100


View Profile
April 25, 2017, 01:59:56 PM
 #116

Who will be the first mining pool?
benjy33
Legendary
*
Offline Offline

Activity: 1339
Merit: 1002


View Profile
April 25, 2017, 02:00:54 PM
 #117

shit dev, shit coin , shit price, shit wallet, shit exange loooooooooooooooooooooooooooooooooooooolllllllllllllllllllllllllllllllllllll Roll Eyes Roll Eyes
benjy33
Legendary
*
Offline Offline

Activity: 1339
Merit: 1002


View Profile
April 25, 2017, 02:03:35 PM
 #118

Who will be the first mining pool?

There is nothing interesting for this shit, all very badly done since 1 day , sorry you lost time here
manasd
Sr. Member
****
Offline Offline

Activity: 377
Merit: 250

Next Generation Antivirus


View Profile
April 25, 2017, 02:04:13 PM
 #119

tradesatosis is shit exange  volumen 0 , Pay fee yobit, or novaechange Stiff of shit

yobit on demand and nova exchange pay 0.4 for instantly

bounty for btc novaexchange :

0.01 btc ===> 20000 xrev
i can do it for 500 000 xrev

R
         ▄▄███████▄▄
      ▄███████████████▄
    ▄███████████████████▄
   ███████████▀███████████
  ████████▀▀     ▀▀████████
 ████████           ████████
▐███████             ███████▌
▐███████             ███████▌
 ████████           ████████
  ████████▄▄     ▄▄████████
   ███████████▄███████████
    ▀███████████████████▀
      ▀███████████████▀
         ▀▀███████▀▀
MAD              ▒█████▒
       ██████  ░░░██████
  █████░░░░  ░░░  ░░░  ░█████
 ██░  ░░░  ░░░  ░░░  ░░░ ██ ██
 ██ ░░░  ░░░ █████ ░░░ ██░  ██
 ██░░  ░█▄  ░▀███▀░░ ██░░  ░██
 ██  ░░░ ▀█▄█▄▄ ▄▄███░  ░░░██
 ██▒░░  ░░░████░███░  ░░░ ▒██
  ██  ░░▄█████████████▄░  ░██
  ██░░░█▀░░████░████░░▀█░░░██
   ██  ░░▄█████ ███▀█▄░░░ ██
    ██░▄███░░ █░█░  ░▀█▄ ██
     ████░░  ░░░  ░░░  ░██
      ████ ░░░  ░░░  ░███
        ███▄▄▄▄▄▄▄▄▄███
           ▀▀▀▀▀▀▀▀
[] FACEBOOK
TWITTER
LINKEDIN
MEDIUM
TELEGRAM
ANN THREAD
gegebitlover
Member
**
Offline Offline

Activity: 116
Merit: 10


View Profile
April 25, 2017, 02:05:09 PM
 #120

I type setgenerate true n 4 in the console nothing happens how to do please? thank you

benjy33
Legendary
*
Offline Offline

Activity: 1339
Merit: 1002


View Profile
April 25, 2017, 02:05:55 PM
 #121

tradesatosis is shit exange  volumen 0 , Pay fee yobit, or novaechange Stiff of shit

yobit on demand and nova exchange pay 0.4 for instantly

bounty for btc novaexchange :

0.01 btc ===> 20000 xrev

You pay the quota like all the developers do or if you put your coins in the ass , Do not ask for alms Grin
gegebitlover
Member
**
Offline Offline

Activity: 116
Merit: 10


View Profile
April 25, 2017, 02:06:05 PM
 #122

15:57:34

Error: Error parsing JSON:n

benjy33
Legendary
*
Offline Offline

Activity: 1339
Merit: 1002


View Profile
April 25, 2017, 02:08:41 PM
Last edit: April 26, 2017, 02:03:22 PM by mprep
 #123

tradesatosis is shit exange  volumen 0 , Pay fee yobit, or novaechange Stiff of shit

yobit on demand and nova exchange pay 0.4 for instantly

bounty for btc novaexchange :

0.01 btc ===> 20000 xrev
i can do it for 500 000 xrev

i can do it for 1000 xrev  Grin Grin



https://www.tradesatoshi.com/Exchange/?market=XREV_BTC

GO GO GO dev dump premine at 1 sat
cointron
Hero Member
*****
Offline Offline

Activity: 896
Merit: 500


View Profile
April 25, 2017, 02:29:29 PM
 #124

How much silence!
gegebitlover
Member
**
Offline Offline

Activity: 116
Merit: 10


View Profile
April 25, 2017, 02:30:15 PM
 #125

dev or guy can you help me to setup my wallet for mining in console i tape setgenerate true n 4   - Error: Error parsing JSON:n ?

jacobthecoiner
Member
**
Offline Offline

Activity: 60
Merit: 10


View Profile
April 25, 2017, 02:32:19 PM
 #126

another clone of dash? what's new in this coin?

manasd
Sr. Member
****
Offline Offline

Activity: 377
Merit: 250

Next Generation Antivirus


View Profile
April 25, 2017, 02:32:32 PM
 #127

dev or guy can you help me to setup my wallet for mining in console i tape setgenerate true n 4   - Error: Error parsing JSON:n ?
without n

type
setgenerate true 4

R
         ▄▄███████▄▄
      ▄███████████████▄
    ▄███████████████████▄
   ███████████▀███████████
  ████████▀▀     ▀▀████████
 ████████           ████████
▐███████             ███████▌
▐███████             ███████▌
 ████████           ████████
  ████████▄▄     ▄▄████████
   ███████████▄███████████
    ▀███████████████████▀
      ▀███████████████▀
         ▀▀███████▀▀
MAD              ▒█████▒
       ██████  ░░░██████
  █████░░░░  ░░░  ░░░  ░█████
 ██░  ░░░  ░░░  ░░░  ░░░ ██ ██
 ██ ░░░  ░░░ █████ ░░░ ██░  ██
 ██░░  ░█▄  ░▀███▀░░ ██░░  ░██
 ██  ░░░ ▀█▄█▄▄ ▄▄███░  ░░░██
 ██▒░░  ░░░████░███░  ░░░ ▒██
  ██  ░░▄█████████████▄░  ░██
  ██░░░█▀░░████░████░░▀█░░░██
   ██  ░░▄█████ ███▀█▄░░░ ██
    ██░▄███░░ █░█░  ░▀█▄ ██
     ████░░  ░░░  ░░░  ░██
      ████ ░░░  ░░░  ░███
        ███▄▄▄▄▄▄▄▄▄███
           ▀▀▀▀▀▀▀▀
[] FACEBOOK
TWITTER
LINKEDIN
MEDIUM
TELEGRAM
ANN THREAD
cointron
Hero Member
*****
Offline Offline

Activity: 896
Merit: 500


View Profile
April 25, 2017, 02:33:43 PM
 #128

Dev, somehow we would all help to get the coin into an exchange. I understand it is expensive. But you must be honest, could you?  Smiley
doremi
Hero Member
*****
Offline Offline

Activity: 654
Merit: 500


View Profile
April 25, 2017, 02:35:16 PM
 #129

wake up guys,this coin dead already
epicfailman
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
April 25, 2017, 02:35:57 PM
 #130

another clone of dash? what's new in this coin?

Super logo
Interesting quests on start
Nobody cares about fork in chain
ASIC and GPU protected
 Wink
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 02:36:33 PM
 #131

Than in bad language but 43 knots when
cointron
Hero Member
*****
Offline Offline

Activity: 896
Merit: 500


View Profile
April 25, 2017, 02:37:55 PM
Last edit: April 26, 2017, 11:56:11 AM by mprep
 #132

Than in bad language but 43 knots when
hashrate is increasing Smiley



Dev, police are on the way.-
kurbeks
Sr. Member
****
Offline Offline

Activity: 1078
Merit: 255


View Profile
April 25, 2017, 02:51:06 PM
Last edit: April 26, 2017, 11:56:29 AM by mprep
 #133

another clone of dash? what's new in this coin?

Super logo
Interesting quests on start
Nobody cares about fork in chain
ASIC and GPU protected
 Wink

until first pool show up



tradesatosis is shit exange  volumen 0 , Pay fee yobit, or novaechange Stiff of shit

yobit on demand and nova exchange pay 0.4 for instantly

bounty for btc novaexchange :

0.01 btc ===> 20000 xrev

Nova can be done with about 0.015-0.02 if you wanna do 250 votes.
bspus
Legendary
*
Offline Offline

Activity: 2165
Merit: 1002



View Profile
April 25, 2017, 02:57:23 PM
 #134

How can I check total coins in circulation right now?

If total coins ever are really 2.1 million and each block is 5 coins, what happens after block 420000 or so?

edit: I can actually see that in the block explorer

But I can also see that blocks 1 and 4 have 100000 coins each so premine is 200000 not 1000

cointron
Hero Member
*****
Offline Offline

Activity: 896
Merit: 500


View Profile
April 25, 2017, 03:00:38 PM
 #135

How can I check total coins in circulation right now?

If total coins ever are really 2.1 million and each block is 5 coins, what happens after block 420000 or so?

I particularly detest the scammers. I accuse no one without proof.-
Dev Tell us, how many coins are there?


 Dev are you still there?
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 03:04:47 PM
 #136

How can I check total coins in circulation right now?

If total coins ever are really 2.1 million and each block is 5 coins, what happens after block 420000 or so?

I particularly detest the scammers. I accuse no one without proof.-
Dev Tell us, how many coins are there?


 Dev are you still there?
1000 xrev
total 2 100 000 XREV
cointron
Hero Member
*****
Offline Offline

Activity: 896
Merit: 500


View Profile
April 25, 2017, 03:07:12 PM
 #137

How can I check total coins in circulation right now?

If total coins ever are really 2.1 million and each block is 5 coins, what happens after block 420000 or so?

I particularly detest the scammers. I accuse no one without proof.-
Dev Tell us, how many coins are there?


 Dev are you still there?
200 000 xrev
total 2 100 000 XREV

If so, correct the data. There above says 1000 instead of 200000.-
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 03:12:10 PM
 #138

Good to be clear why treat me to scammer because apparently the portfolios synchronizes well everyone mine with not far 50 nodes then explain me if you still have problems
cointron
Hero Member
*****
Offline Offline

Activity: 896
Merit: 500


View Profile
April 25, 2017, 03:14:08 PM
 #139

Good to be clear why treat me to scammer because apparently the portfolios synchronizes well everyone mine with not far 50 nodes then explain me if you still have problems

Please change it, like this:
Specifications

Coin Name: Xrevolution
Ticker: XREV
Algo: x11 POW
Mature: 1 Blocks
Max Coin Supply: 2100000
Block Time: 210 seconds
Block: 5 Coins and 1 for masternodes
Premine: 200 000 XREV For first masternode
P2Port: 9090
RPCPort: 9091
gegebitlover
Member
**
Offline Offline

Activity: 116
Merit: 10


View Profile
April 25, 2017, 03:28:13 PM
 #140

is good ?

Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 03:34:28 PM
 #141

Good to be clear why treat me to scammer because apparently the portfolios synchronizes well everyone mine with not far 50 nodes then explain me if you still have problems

Please change it, like this:
Specifications

Coin Name: Xrevolution
Ticker: XREV
Algo: x11 POW
Mature: 1 Blocks
Max Coin Supply: 2100000
Block Time: 210 seconds
Block: 5 Coins and 1 for masternodes
Premine: 200 000 XREV For first masternode
P2Port: 9090
RPCPort: 9091

gegebitlover  oui mais vu la difficulté cela risque de prendre du temps attend que la diff baisse Wink

yes 200 000 not possible To prove my good times I can always distributed 199,000 xrev
max2000irc
Hero Member
*****
Offline Offline

Activity: 527
Merit: 501


View Profile
April 25, 2017, 03:40:08 PM
 #142

Or you can burn them if you want any real miner to your coin...

Thanks
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 03:43:39 PM
 #143

Or you can burn them if you want any real miner to your coin...

Thanks

that is to say ?
gegebitlover
Member
**
Offline Offline

Activity: 116
Merit: 10


View Profile
April 25, 2017, 03:54:33 PM
 #144

Good to be clear why treat me to scammer because apparently the portfolios synchronizes well everyone mine with not far 50 nodes then explain me if you still have problems

Please change it, like this:
Specifications

Coin Name: Xrevolution
Ticker: XREV
Algo: x11 POW
Mature: 1 Blocks
Max Coin Supply: 2100000
Block Time: 210 seconds
Block: 5 Coins and 1 for masternodes
Premine: 200 000 XREV For first masternode
P2Port: 9090
RPCPort: 9091

gegebitlover  oui mais vu la difficulté cela risque de prendre du temps attend que la diff baisse Wink

yes 200 000 not possible To prove my good times I can always distributed 199,000 xrev

ok merci  Wink

est-ce qu'il faut que je configure le fichier du portefeuille ou je laisse blanc ? merci

Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 03:56:10 PM
Last edit: April 26, 2017, 11:58:06 AM by mprep
 #145

Good to be clear why treat me to scammer because apparently the portfolios synchronizes well everyone mine with not far 50 nodes then explain me if you still have problems

Please change it, like this:
Specifications

Coin Name: Xrevolution
Ticker: XREV
Algo: x11 POW
Mature: 1 Blocks
Max Coin Supply: 2100000
Block Time: 210 seconds
Block: 5 Coins and 1 for masternodes
Premine: 200 000 XREV For first masternode
P2Port: 9090
RPCPort: 9091

gegebitlover  oui mais vu la difficulté cela risque de prendre du temps attend que la diff baisse Wink

yes 200 000 not possible To prove my good times I can always distributed 199,000 xrev

ok merci  Wink

est-ce qu'il faut que je configure le fichier du portefeuille ou je laisse blanc ? merci
vous pouvez laisser blanc



for the 199 000 XREV

open bounty for translation ect......
cointron
Hero Member
*****
Offline Offline

Activity: 896
Merit: 500


View Profile
April 25, 2017, 04:07:28 PM
 #146

for the 199 000 XREV

open bounty for translation ect......


And the remaining 800000 of block 1597?



hash   000000dcd10e824d1dced50d7d0348ca10eadc2c12495acef0bef4f6b7d772ae
confirmations   3
size   441
height   1597
version   536870912
merkleroot   c7f81b993b35122230154ec5fdbd2ff1dd48197c5db21faaa9ae4efb85c9b3f5
time   1493124571
nonce   6915
bits   1e00ffff
difficulty   0.00390625
previousblockhash   000000ddd8a9fff106e96921a9eafc562ce40914b0a6de957d83a026f9f51185
nextblockhash   000000ca733b719320a64ef1b25f858475201334ac8ad3fb800ebc6ab07bde3b
tx   0f848b96f6c598657cc11696ce7c17eacfd3e2045801790400e25c4091be2a39
   4.00003616 -> XbatgcZRyQSRuvQ6z5RGkWkkPzYistpUGJ
   1.00000904 -> XnrduNPdFWG8swP4oyXQ1erEbvmNeX8BY5
tx   dba0b739dde58c93cfa33d73ccf250a9531835c72ba90552d139fd1891b4a221
   1000 -> XeDhGNouW34DfXyFhyep9PYD1DbtjYhTjw
   997999.9999166 -> Xvfo71Ss9zGPp16wp1QhomK1JqF8WmDQZm
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 04:10:20 PM
 #147

for the 199 000 XREV

open bounty for translation ect......


And the remaining 800000 of block 1597?



hash   000000dcd10e824d1dced50d7d0348ca10eadc2c12495acef0bef4f6b7d772ae
confirmations   3
size   441
height   1597
version   536870912
merkleroot   c7f81b993b35122230154ec5fdbd2ff1dd48197c5db21faaa9ae4efb85c9b3f5
time   1493124571
nonce   6915
bits   1e00ffff
difficulty   0.00390625
previousblockhash   000000ddd8a9fff106e96921a9eafc562ce40914b0a6de957d83a026f9f51185
nextblockhash   000000ca733b719320a64ef1b25f858475201334ac8ad3fb800ebc6ab07bde3b
tx   0f848b96f6c598657cc11696ce7c17eacfd3e2045801790400e25c4091be2a39
   4.00003616 -> XbatgcZRyQSRuvQ6z5RGkWkkPzYistpUGJ
   1.00000904 -> XnrduNPdFWG8swP4oyXQ1erEbvmNeX8BY5
tx   dba0b739dde58c93cfa33d73ccf250a9531835c72ba90552d139fd1891b4a221
   1000 -> XeDhGNouW34DfXyFhyep9PYD1DbtjYhTjw
   997999.9999166 -> Xvfo71Ss9zGPp16wp1QhomK1JqF8WmDQZm
I am only 200,000
cointron
Hero Member
*****
Offline Offline

Activity: 896
Merit: 500


View Profile
April 25, 2017, 04:12:18 PM
 #148

So who transferred a million? ( i have all day boy )
tnosura99
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
April 25, 2017, 04:14:11 PM
 #149

please opened bounty campaign sir
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 04:17:07 PM
 #150

It is not normal I have observed it I have even find other but this and impossible because there is only 1200000 xrev in total

bounty translate for 20000 xrev
CjMapope
Legendary
*
Offline Offline

Activity: 1820
Merit: 1092


~Full-Time Minter since 2016~


View Profile WWW
April 25, 2017, 04:18:34 PM
 #151

So who transferred a million? ( i have all day boy )


O snap!   is there some TRICKERY AFOOT? Cheesy

idk why any dev would try to hide anything, users familar with code can just LOOK through the lines haha
 
theres been some forks that might be another chain, idk seems to be some users REALLY pushy about and exchange and the OP is too, haha,sneaky fuckers everywhere in this thread Cheesy





~Got this girl in my bed, a roof over my head, i mint a couple coins a week, and thats how i make bread~
~On the 12th day of Hatzvah, OGminer said to me: "compute root of the merkle hash tree!"~
Prohashing  -- Simply the best Multipool!
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
April 25, 2017, 04:21:17 PM
 #152

https://github.com/xrevolution-dev/Xrev/blob/master/src/main.cpp#L1747

open your eyes ...

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 04:24:16 PM
 #153


exact but the block are mined before me Sad
So the lucky winner to 1 million
epicfailman
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
April 25, 2017, 04:27:01 PM
 #154


exact but the block are mined before me Sad
So the lucky winner to 1 million

So dump for 1 satoshi is really
Good news everyone!
EuroLine
Hero Member
*****
Offline Offline

Activity: 521
Merit: 500


View Profile
April 25, 2017, 04:27:24 PM
 #155

I can't see where any premine. a million?? Are you kidding, so small....  Cheesy

Servers been shutted down forever. Working on compensate program.
If need a pool public or private PM me.
antaja
Full Member
***
Offline Offline

Activity: 232
Merit: 100



View Profile
April 25, 2017, 04:28:02 PM
 #156

lol that must be a lie after another, waste of electricity, nice try
luvbeening
Full Member
***
Offline Offline

Activity: 226
Merit: 100


View Profile
April 25, 2017, 04:31:16 PM
 #157


exact but the block are mined before me Sad
So the lucky winner to 1 million

the better solution for this is another restart and this time set your premine properly at 1000
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 04:36:51 PM
 #158


exact but the block are mined before me Sad
So the lucky winner to 1 million

the better solution for this is another restart and this time set your premine properly at 1000

Would everyone agree?
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 04:43:00 PM
 #159

It makes me want to redo the wallet given the number of nodes

distribution 999 000 coin for free and bounty
cointron
Hero Member
*****
Offline Offline

Activity: 896
Merit: 500


View Profile
April 25, 2017, 04:45:12 PM
 #160

There is no way back. The guy is a scammer.-
btw50
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
April 25, 2017, 04:46:12 PM
 #161

yes, agree
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 04:49:18 PM
 #162

distribution 999 000 coin for free and bounty
btw50
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
April 25, 2017, 04:52:32 PM
 #163

It makes me want to redo the wallet given the number of nodes

distribution 999 000 coin for free and bounty

wont be any good at all, no one going to mine knowing that 1 mil ready to dump
there wont be any value. it good to restart again.
The_Prof
Sr. Member
****
Offline Offline

Activity: 345
Merit: 250



View Profile
April 25, 2017, 04:55:52 PM
 #164

It makes me want to redo the wallet given the number of nodes

distribution 999 000 coin for free and bounty

wont be any good at all, no one going to mine knowing that 1 mil ready to dump
there wont be any value. it good to restart again.

Eff that.

Look over there...
EuroLine
Hero Member
*****
Offline Offline

Activity: 521
Merit: 500


View Profile
April 25, 2017, 04:56:32 PM
 #165

You kidding, just launched two masternodes....

Servers been shutted down forever. Working on compensate program.
If need a pool public or private PM me.
The_Prof
Sr. Member
****
Offline Offline

Activity: 345
Merit: 250



View Profile
April 25, 2017, 04:58:28 PM
 #166

You kidding, just launched two masternodes....

Managed to get one going a few hours ago. What a mission dealing with everything and everyone only to start again.

Look over there...
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 05:03:55 PM
 #167

I do not start again but give these 999 000 xrev
So the story is closed
cointron
Hero Member
*****
Offline Offline

Activity: 896
Merit: 500


View Profile
April 25, 2017, 05:12:25 PM
 #168

I do not start again but give these 999 000 xrev
So the story is closed

Then start right now. 50K per user.-
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 05:14:12 PM
 #169

I do not start again but give these 999 000 xrev
So the story is closed

Then start right now. 50K per user.-

ok
The_Prof
Sr. Member
****
Offline Offline

Activity: 345
Merit: 250



View Profile
April 25, 2017, 05:15:00 PM
 #170

I do not start again but give these 999 000 xrev
So the story is closed

Then start right now. 50K per user.-

ok

Don't be ridiculous. You need 1k for a masternode. Have a 1k per user giveaway. Min postcount.

Look over there...
doremi
Hero Member
*****
Offline Offline

Activity: 654
Merit: 500


View Profile
April 25, 2017, 05:29:21 PM
 #171

pm send and nothing receive............
cointron
Hero Member
*****
Offline Offline

Activity: 896
Merit: 500


View Profile
April 25, 2017, 05:34:07 PM
 #172






Scammer!
vanillagalaxy
Full Member
***
Offline Offline

Activity: 179
Merit: 100


View Profile
April 25, 2017, 05:34:42 PM
 #173

not sure if this is true or not....pm send
octavarium
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
April 25, 2017, 05:37:16 PM
 #174

maybe you must vote yobit for airdrop,,
 Grin Grin Grin Grin Grin
cointron
Hero Member
*****
Offline Offline

Activity: 896
Merit: 500


View Profile
April 25, 2017, 05:38:52 PM
 #175

3 millions premine.-

Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 05:39:13 PM
 #176

Anything more than the total mdr
octavarium
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
April 25, 2017, 05:43:50 PM
 #177

Another 150,000 for bounty
what ?
cointron
Hero Member
*****
Offline Offline

Activity: 896
Merit: 500


View Profile
April 25, 2017, 05:46:06 PM
 #178

Download this: http://xrevolution.ddns.net/XrevCore.rar  Wallet inside. Check it.  3 Million there all the time.
I've been reading you lying for hours. Kid.-
dellzxd
Sr. Member
****
Offline Offline

Activity: 555
Merit: 250


View Profile
April 25, 2017, 05:47:19 PM
 #179

thanks received 50k
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 05:55:48 PM
 #180

bounty finish send 1 000 000 xrev
cointron
Hero Member
*****
Offline Offline

Activity: 896
Merit: 500


View Profile
April 25, 2017, 05:57:50 PM
 #181

bounty finish send 1 000 000 xrev

And now what will you do with the other 2 million?  Grin
cointron
Hero Member
*****
Offline Offline

Activity: 896
Merit: 500


View Profile
April 25, 2017, 06:14:08 PM
 #182

This boy broke all records. He has made history in BTT. I've never seen anything so bizarre. Total nonsense.-
dellzxd
Sr. Member
****
Offline Offline

Activity: 555
Merit: 250


View Profile
April 25, 2017, 06:17:59 PM
 #183

This boy broke all records. He has made history in BTT. I've never seen anything so bizarre. Total nonsense.-
why ? cause he tried to scam a lot of times ? =D at least some dudes got free coin...
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 06:20:29 PM
 #184

Those who are not happy and well stop mining and break you

Now let's go and go until the exchange
dellzxd
Sr. Member
****
Offline Offline

Activity: 555
Merit: 250


View Profile
April 25, 2017, 06:25:41 PM
 #185

Those who are not happy and well stop mining and break you

Now let's go and go until the exchange
gonna list on yobit or nova ? think yobit is better
luksbit
Sr. Member
****
Offline Offline

Activity: 1204
Merit: 252



View Profile
April 25, 2017, 06:27:15 PM
 #186

Those who are not happy and well stop mining and break you

Now let's go and go until the exchange

To mining need to have: 0.01400010 xrev? 

 Embarrassed
dellzxd
Sr. Member
****
Offline Offline

Activity: 555
Merit: 250


View Profile
April 25, 2017, 06:33:50 PM
 #187

Those who are not happy and well stop mining and break you

Now let's go and go until the exchange

To mining need to have: 0.01400010 xrev? 

 Embarrassed
i can sent 1k to you.
cointron
Hero Member
*****
Offline Offline

Activity: 896
Merit: 500


View Profile
April 25, 2017, 06:34:56 PM
 #188

Those who are not happy and well stop mining and break you

Now let's go and go until the exchange

To mining need to have: 0.01400010 xrev?  

 Embarrassed


To mining this you need much courage and little common sense.-
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 06:37:41 PM
 #189

Those who are not happy and well stop mining and break you

Now let's go and go until the exchange
gonna list on yobit or nova ? think yobit is better

i am paid for novaexchange Wink
longestline
Member
**
Offline Offline

Activity: 72
Merit: 10


View Profile
April 25, 2017, 06:40:01 PM
 #190

If I believe in it: Are any masternodes online?

If I don't believe in it: Is there a way to verify the max coin supply somehow?
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 06:48:04 PM
 #191

Do not be so nasty if you are not here to report
Perryl
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250


View Profile
April 25, 2017, 06:53:16 PM
 #192

Do not be so nasty if you are not here to report

Not being nasty. You robbed me of enough time already. Just find the whole thing funny. In a ridiculous sort of way.
cointron
Hero Member
*****
Offline Offline

Activity: 896
Merit: 500


View Profile
April 25, 2017, 06:57:42 PM
 #193

Dev, next time do not include your wallet with the blockchain. 
It was revealing to see your millions of coins while you lied to us. Check the screenshots and keep yourself quiet. You gave pity and shame.-
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 06:59:33 PM
 #194

Dev, next time do not include your wallet with the blockchain. 
It was revealing to see your millions of coins while you lied to us. Check the screenshots and keep yourself quiet. You gave pity and shame.-

Jealous?
Perryl
Sr. Member
****
Offline Offline

Activity: 504
Merit: 250


View Profile
April 25, 2017, 07:00:41 PM
 #195

Dev, next time do not include your wallet with the blockchain. 
It was revealing to see your millions of coins while you lied to us. Check the screenshots and keep yourself quiet. You gave pity and shame.-

Jealous?

LOL.

That response is gold.
CarloP
Full Member
***
Offline Offline

Activity: 230
Merit: 250


Who knows dominates in good and evil!


View Profile
April 25, 2017, 07:02:11 PM
 #196

wallet works and mining works as well..



Hi guys. After installing wallet and add conf correctly I set console for mining.

1.Do I need to set any other parameter?
2. How long have you received the first coins?
CarloP
Full Member
***
Offline Offline

Activity: 230
Merit: 250


Who knows dominates in good and evil!


View Profile
April 25, 2017, 07:42:26 PM
 #197

Hi Coin-dev

1. I installed wallet

2. Write this in conf file:
addnode=xrevolution.ddns.net
addnode=118.232.9.247
addnode=91.207.74.75
addnode=94.23.102.99
addnode=91.103.126.222

3. Restart the wallet

4 After the wallet was syncronized in console I wrote setgenerate true 4

5. After 1 hour mining 0 Xrev in balance. Is it normal?
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 07:44:09 PM
 #198

Hi Coin-dev

1. I installed wallet

2. Write this in conf file:
addnode=xrevolution.ddns.net
addnode=118.232.9.247
addnode=91.207.74.75
addnode=94.23.102.99
addnode=91.103.126.222

3. Restart the wallet

4 After the wallet was syncronized in console I wrote setgenerate true 4

5. After 1 hour mining 0 Xrev in balance. Is it normal?

getdifficulty it's long
dellzxd
Sr. Member
****
Offline Offline

Activity: 555
Merit: 250


View Profile
April 25, 2017, 07:57:19 PM
 #199

didnt worked the masternode tutorial on op... trying to set up but unsuccessful and how setup multiple masternode ? its a little confusing
CarloP
Full Member
***
Offline Offline

Activity: 230
Merit: 250


Who knows dominates in good and evil!


View Profile
April 25, 2017, 08:00:54 PM
 #200

Hi Coin-dev

1. I installed wallet

2. Write this in conf file:
addnode=xrevolution.ddns.net
addnode=118.232.9.247
addnode=91.207.74.75
addnode=94.23.102.99
addnode=91.103.126.222

3. Restart the wallet

4 After the wallet was syncronized in console I wrote setgenerate true 4

5. After 1 hour mining 0 Xrev in balance. Is it normal?

getdifficulty it's long

Ok I will wait for coins. The important thing is that it is normal
bibit714
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
April 25, 2017, 08:05:01 PM
 #201

hi there Dev,
you need to remove all the post that got address in it NOW
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2017, 08:07:41 PM
 #202

didnt worked the masternode tutorial on op... trying to set up but unsuccessful and how setup multiple masternode ? its a little confusing

masternode.conf:
Example: mn1 127.0.0.2:19999 93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg 2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c 0

mn1 it's your address
console qt tape getaccountaddress mn1

127.0.0.1:9090

93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg your privetekey masternode
console qt tape masternode genkey

2bcd3c84c84f87eaa86e4e56834c92927a07f9e18718810b92e0d0324456a67c 0 transaction of 1000 xrev

send 1000 xrev to your mn1 address and console qt tape masternde outputs and relace transaction id

in xrev.conf
masternodegenkey=your key
masternode=1

repeat any
Daltonik
Legendary
*
Offline Offline

Activity: 2520
Merit: 1490


View Profile
April 25, 2017, 08:14:23 PM
 #203

didnt worked the masternode tutorial on op... trying to set up but unsuccessful and how setup multiple masternode ? its a little confusing

I did as in a hat, only changed xrev.conf
Port 9090 must be open. (Check your router and Firewall)
Step 1: First, open the console of your wallet and create an address for your masternode, do this by entering
"getaccountaddress MN". You can replace "MN" with whatever you would like to name your masternode.
 
Step 2: Send 1000 XREV to the address you just created. It must be exactly 1000, in one transaction.
 
Step 3: Execute "masternode genkey" in your wallet's console.
 
Step 4: Open the xrev.conf folder in the data directory for your wallet, edit it like so:
 
rpcuser=long random username
rpcpassword=longer random password
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
externalip=your external IP address :9090
logtimestamps=1
maxconnections=256
masternode=1
masternodeprivkey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Replace the X with the key generated when you ran "masternode genkey" in step 3.
 
Step 5: Save the xrev.conf file.
 
Step 6: In the console of your wallet enter "masternode start" Masternode input must have at least 15 confirmations
MaxMuze
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
April 25, 2017, 08:19:05 PM
 #204

Those who are not happy and well stop mining and break you

Now let's go and go until the exchange

To mining need to have: 0.01400010 xrev? 

 Embarrassed
i can sent 1k to you.

Hi, please share the love I also would like to setup a node Addr : Xha1FbPQ4z72iGzmbdC3nK7uTufvaW9Eex

Thanks in advance
RobbWorld
Member
**
Offline Offline

Activity: 82
Merit: 10


View Profile WWW
April 25, 2017, 10:24:16 PM
 #205

Topic is started today and there are 13 pages. I thought there are giveaway.

USC Developer
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
April 25, 2017, 10:29:06 PM
 #206

it start with pow mining, ofcourse people will come fast . anyway this project sounds awesome as it has masternode. Kiss
nid125
Sr. Member
****
Offline Offline

Activity: 510
Merit: 254


ImpulsX


View Profile
April 26, 2017, 12:59:01 AM
 #207

Those who are not happy and well stop mining and break you

Now let's go and go until the exchange

To mining need to have: 0.01400010 xrev? 

 Embarrassed


 I cant read this any more longer..
Can you read it ?
You click on START MIXING , For you this means START MINING hmm?

To start mining go to tools-debug console- tab console and paste on bottom - setgenerate true n - but n chenge for numbers of your processor cores you want to use - example - setgenerate true 4, to stop mining paste setgenerate false 4

DEV, can I also have some free coins for testing etc please
XhwPDeeuQE4sv5CYAfD1yNd7LYBJkXYGDz
Thanks
BossBee
Hero Member
*****
Offline Offline

Activity: 682
Merit: 540



View Profile
April 26, 2017, 01:12:32 AM
 #208

Soooo a Copy and paste Dash  Shocked

What else is this coin bringing to the table?

           ▀██▄ ▄██▀
            ▐█████▌
           ▄███▀███▄
         ▄████▄  ▀███▄
       ▄███▀ ▀██▄  ▀███▄
     ▄███▀  ▄█████▄  ▀███▄
   ▄███▀  ▄███▀ ▀███▄  ▀███▄
  ███▀  ▄████▌   ▐████▄  ▀███
 ███   ██▀  ██▄ ▄██  ▀██   ███
███   ███  ███   ███  ███   ███
███   ███   ███████   ███   ███
 ███   ███▄▄       ▄▄███   ███
  ███▄   ▀▀█████████▀▀   ▄███
   ▀████▄▄           ▄▄████▀
      ▀▀███████████████▀▀
DeepOnion




   ▄▄▄▄▄          ▄▄██████▄
 ▄█▀▀▀▀▀█▄      ▄███▀▀   ▀██
 ▀       ▀     ██▀
    ▄███▄          ▄█████▄
   ███████ █      █████████
           █
          █     █▄            ▄█
█▄       █      ▀██▄▄      ▄▄██▀
 ███▄▄▄▀▀█▄▄▄███▀ ▀▀██████████
  ██ ██▄ ▀▀▄███▄    ▄▄▄██  ██
   ██ ▀█████▀ ▀██████▀▀▀  ██
    ██                ▄▄  ██
     ██  ▀▀▀▀███▀▀▀▀▀    ██
      ██    ███
       ██   ███
        ██   ███
Highly Secure
Instant Confirmations
Secure Wallet
      ▄▄██████████▄▄
    ▄███▀▀      ▀▀█▀   ▄▄
   ███▀              ▄███
  ███              ▄███▀   ▄▄
 ███▌  ▄▄▄▄      ▄███▀   ▄███
▐███  ██████   ▄███▀   ▄███▀
███▌ ███  ███▄███▀   ▄███▀
███▌ ███   ████▀   ▄███▀
███▌  ███   █▀   ▄███▀  ███
▐███   ███     ▄███▀   ███
 ███▌   ███  ▄███▀     ███
  ███    ██████▀      ███
   ███▄             ▄███
    ▀███▄▄       ▄▄███▀
      ▀▀███████████▀▀
luksbit
Sr. Member
****
Offline Offline

Activity: 1204
Merit: 252



View Profile
April 26, 2017, 01:17:20 AM
 #209

Those who are not happy and well stop mining and break you

Now let's go and go until the exchange

To mining need to have: 0.01400010 xrev? 

 Embarrassed


 I cant read this any more longer..
Can you read it ?
You click on START MIXING , For you this means START MINING hmm?

To start mining go to tools-debug console- tab console and paste on bottom - setgenerate true n - but n chenge for numbers of your processor cores you want to use - example - setgenerate true 4, to stop mining paste setgenerate false 4

DEV, can I also have some free coins for testing etc please
XhwPDeeuQE4sv5CYAfD1yNd7LYBJkXYGDz
Thanks


Really, I was fooled by my eyes ... the correct one is START MIXING .. Thanks ae for the correction Smiley

sKroXx
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
April 26, 2017, 01:24:42 AM
 #210

3 millions premine.-



Why is people ignoring this  Roll Eyes

do you think this will be the next dash with the same premine  Grin
HopeCrypto
Sr. Member
****
Offline Offline

Activity: 686
Merit: 250



View Profile
April 26, 2017, 01:36:30 AM
 #211

3 millions premine.-



Why is people ignoring this  Roll Eyes

do you think this will be the next dash with the same premine  Grin


Max Coin Supply: 2.100.000

Premine - 3.000.000.


Why? Premine > Max Supply?
talikila
Sr. Member
****
Offline Offline

Activity: 255
Merit: 250


View Profile
April 26, 2017, 02:02:49 AM
Last edit: April 26, 2017, 03:18:24 AM by talikila
 #212

3 millions premine.-



Why is people ignoring this  Roll Eyes

do you think this will be the next dash with the same premine  Grin


Max Coin Supply: 2.100.000

Premine - 3.000.000.


Why? Premine > Max Supply?


I don't know what about full supply for this coin. it seems it's not clear when it started launching.

I'm still waiting for new information from Dev and I will make a desicion whether to go in or go out for this project ?

Baldjohn
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
April 26, 2017, 02:30:28 AM
 #213

Yep wallet works. At least 32bit one. 64bit downlaod link was down so went for 32bit.

https://github.com/xrevolution-dev/Xrev/releases/download/1.0.0/Xrev-qt-win64.zip   64 bits
https://github.com/xrevolution-dev/Xrev/releases/download/1.0/Xrev-qt-win32.zip      32 bits


all member was update wallet
Hi dev,the 64bits link can't download
MadHatt597
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
April 26, 2017, 02:54:54 AM
 #214

Yep wallet works. At least 32bit one. 64bit downlaod link was down so went for 32bit.

https://github.com/xrevolution-dev/Xrev/releases/download/1.0.0/Xrev-qt-win64.zip   64 bits
https://github.com/xrevolution-dev/Xrev/releases/download/1.0/Xrev-qt-win32.zip      32 bits


all member was update wallet
Hi dev,the 64bits link can't download

That link worked for me.
Try again.
dellzxd
Sr. Member
****
Offline Offline

Activity: 555
Merit: 250


View Profile
April 26, 2017, 03:24:25 AM
 #215

so, if i want to setup multiple master nodes
masternodeprivkey= 6gVcxjE3c4wpktuYFYf2K5KYncVpzMhQK4iRdZ9B1NZTh1n  65zGgVcxjE3ktuYFYfKYncVpzMhQK4iRdZ9B1NZTh1n  65zGgVcxjE3c4pktuYFYf2K5VpzMhQK4iRdZ9B1NZTh1n
?
roony
Full Member
***
Offline Offline

Activity: 196
Merit: 100


Did you see the roonies on him???


View Profile
April 26, 2017, 03:40:31 AM
 #216

Why are masternodes all the craze these days? Isn't it just another way of rewarding even more the centralized mining structures?  Huh Huh

Don't be rude, stop staring at my brows.
MaxMuze
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
April 26, 2017, 06:16:06 AM
 #217

didnt worked the masternode tutorial on op... trying to set up but unsuccessful and how setup multiple masternode ? its a little confusing

I did as in a hat, only changed xrev.conf
Port 9090 must be open. (Check your router and Firewall)
Step 1: First, open the console of your wallet and create an address for your masternode, do this by entering
"getaccountaddress MN". You can replace "MN" with whatever you would like to name your masternode.
 
Step 2: Send 1000 XREV to the address you just created. It must be exactly 1000, in one transaction.
 
Step 3: Execute "masternode genkey" in your wallet's console.
 
Step 4: Open the xrev.conf folder in the data directory for your wallet, edit it like so:
 
rpcuser=long random username
rpcpassword=longer random password
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
externalip=your external IP address :9090
logtimestamps=1
maxconnections=256
masternode=1
masternodeprivkey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Replace the X with the key generated when you ran "masternode genkey" in step 3.
 
Step 5: Save the xrev.conf file.
 
Step 6: In the console of your wallet enter "masternode start" Masternode input must have at least 15 confirmations

I followed your instructions fully but when I run step 6 I get the follwing error:
Not capable masternode: Could not connect to xxx.xxx.xxx.xxx:9090

I've replaced my IP with x's.

One more question, when sending 1000 tokens to the master node address a fee is charged. Should this charge be deleted from the amount being sent or from the available balance?
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 26, 2017, 06:54:57 AM
 #218

Stop believing that 3 million pieces are released because there are only 2 100 000 pieces available two chains have had to mix

https://c-cex.com/?id=vote&coin=xrev
Stockton
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 26, 2017, 08:37:47 AM
 #219

Hello,
Is there any way to get 1000coins for be a masternode, instead of mining?
benjy33
Legendary
*
Offline Offline

Activity: 1339
Merit: 1002


View Profile
April 26, 2017, 08:44:08 AM
 #220

Hello,
Is there any way to get 1000coins for be a masternode, instead of mining?

I'll sell them how much you would pay
Stockton
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 26, 2017, 08:51:39 AM
 #221

Hello,
Is there any way to get 1000coins for be a masternode, instead of mining?

I'll sell them how much you would pay

I'll send you a private message soon.
benjy33
Legendary
*
Offline Offline

Activity: 1339
Merit: 1002


View Profile
April 26, 2017, 09:36:58 AM
Last edit: April 26, 2017, 11:57:08 AM by mprep
 #222

Interested buyers 1 masternode send private message



Mining too hard Shocked , 1 hour  1 block loollll
Angel Di
Sr. Member
****
Offline Offline

Activity: 588
Merit: 251

EVOS


View Profile
April 26, 2017, 12:11:33 PM
 #223

watching is not the first day, people suffer. maybe the developer of this joy. Tongue
Baldjohn
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
April 26, 2017, 12:37:18 PM
 #224

Hello,
Is there any way to get 1000coins for be a masternode, instead of mining?

I'll sell them how much you would pay
Hi,how much with 1000coins?
benjy33
Legendary
*
Offline Offline

Activity: 1339
Merit: 1002


View Profile
April 26, 2017, 12:40:51 PM
 #225

Hello,
Is there any way to get 1000coins for be a masternode, instead of mining?

I'll sell them how much you would pay
Hi,how much with 1000coins?

private msn
dellzxd
Sr. Member
****
Offline Offline

Activity: 555
Merit: 250


View Profile
April 26, 2017, 01:18:27 PM
 #226

what i do with masternode output adress ?
manasd
Sr. Member
****
Offline Offline

Activity: 377
Merit: 250

Next Generation Antivirus


View Profile
April 26, 2017, 03:06:28 PM
Last edit: April 26, 2017, 03:50:32 PM by manasd
 #227

didnt worked the masternode tutorial on op... trying to set up but unsuccessful and how setup multiple masternode ? its a little confusing

I did as in a hat, only changed xrev.conf
Port 9090 must be open. (Check your router and Firewall)
Step 1: First, open the console of your wallet and create an address for your masternode, do this by entering
"getaccountaddress MN". You can replace "MN" with whatever you would like to name your masternode.
 
Step 2: Send 1000 XREV to the address you just created. It must be exactly 1000, in one transaction.
 
Step 3: Execute "masternode genkey" in your wallet's console.
 
Step 4: Open the xrev.conf folder in the data directory for your wallet, edit it like so:
 
rpcuser=long random username
rpcpassword=longer random password
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
externalip=your external IP address :9090
logtimestamps=1
maxconnections=256
masternode=1
masternodeprivkey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Replace the X with the key generated when you ran "masternode genkey" in step 3.
 
Step 5: Save the xrev.conf file.
 
Step 6: In the console of your wallet enter "masternode start" Masternode input must have at least 15 confirmations


21:49:25

Not capable masternode: Could not connect to ip:9090

R
         ▄▄███████▄▄
      ▄███████████████▄
    ▄███████████████████▄
   ███████████▀███████████
  ████████▀▀     ▀▀████████
 ████████           ████████
▐███████             ███████▌
▐███████             ███████▌
 ████████           ████████
  ████████▄▄     ▄▄████████
   ███████████▄███████████
    ▀███████████████████▀
      ▀███████████████▀
         ▀▀███████▀▀
MAD              ▒█████▒
       ██████  ░░░██████
  █████░░░░  ░░░  ░░░  ░█████
 ██░  ░░░  ░░░  ░░░  ░░░ ██ ██
 ██ ░░░  ░░░ █████ ░░░ ██░  ██
 ██░░  ░█▄  ░▀███▀░░ ██░░  ░██
 ██  ░░░ ▀█▄█▄▄ ▄▄███░  ░░░██
 ██▒░░  ░░░████░███░  ░░░ ▒██
  ██  ░░▄█████████████▄░  ░██
  ██░░░█▀░░████░████░░▀█░░░██
   ██  ░░▄█████ ███▀█▄░░░ ██
    ██░▄███░░ █░█░  ░▀█▄ ██
     ████░░  ░░░  ░░░  ░██
      ████ ░░░  ░░░  ░███
        ███▄▄▄▄▄▄▄▄▄███
           ▀▀▀▀▀▀▀▀
[] FACEBOOK
TWITTER
LINKEDIN
MEDIUM
TELEGRAM
ANN THREAD
dellzxd
Sr. Member
****
Offline Offline

Activity: 555
Merit: 250


View Profile
April 26, 2017, 04:03:37 PM
 #228

didnt worked the masternode tutorial on op... trying to set up but unsuccessful and how setup multiple masternode ? its a little confusing

I did as in a hat, only changed xrev.conf
Port 9090 must be open. (Check your router and Firewall)
Step 1: First, open the console of your wallet and create an address for your masternode, do this by entering
"getaccountaddress MN". You can replace "MN" with whatever you would like to name your masternode.
 
Step 2: Send 1000 XREV to the address you just created. It must be exactly 1000, in one transaction.
 
Step 3: Execute "masternode genkey" in your wallet's console.
 
Step 4: Open the xrev.conf folder in the data directory for your wallet, edit it like so:
 
rpcuser=long random username
rpcpassword=longer random password
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
externalip=your external IP address :9090
logtimestamps=1
maxconnections=256
masternode=1
masternodeprivkey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Replace the X with the key generated when you ran "masternode genkey" in step 3.
 
Step 5: Save the xrev.conf file.
 
Step 6: In the console of your wallet enter "masternode start" Masternode input must have at least 15 confirmations


21:49:25

Not capable masternode: Could not connect to ip:9090



sent a pm to you... hope it helps...
manasd
Sr. Member
****
Offline Offline

Activity: 377
Merit: 250

Next Generation Antivirus


View Profile
April 26, 2017, 04:56:45 PM
 #229

didnt worked the masternode tutorial on op... trying to set up but unsuccessful and how setup multiple masternode ? its a little confusing

I did as in a hat, only changed xrev.conf
Port 9090 must be open. (Check your router and Firewall)
Step 1: First, open the console of your wallet and create an address for your masternode, do this by entering
"getaccountaddress MN". You can replace "MN" with whatever you would like to name your masternode.
 
Step 2: Send 1000 XREV to the address you just created. It must be exactly 1000, in one transaction.
 
Step 3: Execute "masternode genkey" in your wallet's console.
 
Step 4: Open the xrev.conf folder in the data directory for your wallet, edit it like so:
 
rpcuser=long random username
rpcpassword=longer random password
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
externalip=your external IP address :9090
logtimestamps=1
maxconnections=256
masternode=1
masternodeprivkey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Replace the X with the key generated when you ran "masternode genkey" in step 3.
 
Step 5: Save the xrev.conf file.
 
Step 6: In the console of your wallet enter "masternode start" Masternode input must have at least 15 confirmations


21:49:25

Not capable masternode: Could not connect to ip:9090



sent a pm to you... hope it helps...
thanks, will try tomorrow

R
         ▄▄███████▄▄
      ▄███████████████▄
    ▄███████████████████▄
   ███████████▀███████████
  ████████▀▀     ▀▀████████
 ████████           ████████
▐███████             ███████▌
▐███████             ███████▌
 ████████           ████████
  ████████▄▄     ▄▄████████
   ███████████▄███████████
    ▀███████████████████▀
      ▀███████████████▀
         ▀▀███████▀▀
MAD              ▒█████▒
       ██████  ░░░██████
  █████░░░░  ░░░  ░░░  ░█████
 ██░  ░░░  ░░░  ░░░  ░░░ ██ ██
 ██ ░░░  ░░░ █████ ░░░ ██░  ██
 ██░░  ░█▄  ░▀███▀░░ ██░░  ░██
 ██  ░░░ ▀█▄█▄▄ ▄▄███░  ░░░██
 ██▒░░  ░░░████░███░  ░░░ ▒██
  ██  ░░▄█████████████▄░  ░██
  ██░░░█▀░░████░████░░▀█░░░██
   ██  ░░▄█████ ███▀█▄░░░ ██
    ██░▄███░░ █░█░  ░▀█▄ ██
     ████░░  ░░░  ░░░  ░██
      ████ ░░░  ░░░  ░███
        ███▄▄▄▄▄▄▄▄▄███
           ▀▀▀▀▀▀▀▀
[] FACEBOOK
TWITTER
LINKEDIN
MEDIUM
TELEGRAM
ANN THREAD
fapar
Sr. Member
****
Offline Offline

Activity: 1414
Merit: 267


Undeads.com - P2E Runner Game


View Profile
April 26, 2017, 05:07:42 PM
Last edit: April 26, 2017, 05:29:53 PM by fapar
 #230

Hello!
Help me pls.
1. Im generate masternode adress - OK
2. Send 1000 xrev on this adress but i see:  
Not send 1000xrev, only fee:
Cтaтyc: 45 пoдтвepждeний
Дaтa: 26.04.2017 16:09
Пoлный дeбит: -1000.00000000 XREV
Пoлный кpeдит: 1000.00000000 XREV
Кoмиccия: -0.00006780 XREV
Чиcтaя cyммa: -0.00006780 XREV
ID тpaнзaкции: fb0d1f97d9f4d032616f1555761b5fccd41daf7efe7640c7e4aa0c0b58500599-000

💀|.
   ▄▄▄▄█▄▄              ▄▄█▀▀  ▄▄▄▄▄█      ▄▄    ▄█▄
  ▀▀▀████████▄  ▄██    ███▀ ▄████▀▀▀     ▄███   ▄███
    ███▀▄▄███▀ ███▀   ███▀  ▀█████▄     ▄███   ████▄
  ▄███████▀   ███   ▄███       ▀▀████▄▄███████████▀
▀▀███▀▀███    ███ ▄████       ▄▄████▀▀████   ▄███
 ██▀    ▀██▄  ██████▀▀   ▄▄█████▀▀   ███▀   ▄██▀
          ▀▀█  ▀▀▀▀ ▄██████▀▀       ███▀    █▀
                                      ▀
.
.PLAY2EARN.RUNNER.GAME.
||VIRAL
REF.SYSTEM
GAME
|
████████████████████████████
████████████████████████████
████████████████████████████
██████ ▄▀██████████  ███████
███████▄▀▄▀██████  █████████
█████████▄▀▄▀██  ███████████
███████████▄▀▄ █████████████
███████████  ▄▀▄▀███████████
█████████  ████▄▀▄▀█████████
███████  ████████▄▀ ████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████▀▀▄██████▄▀▀████████
███████  ▀        ▀  ███████
██████                ██████
█████▌   ███    ███   ▐█████
█████▌   ▀▀▀    ▀▀▀   ▐█████
██████                ██████
███████▄  ▀██████▀  ▄███████
████████████████████████████
████████████████████████████
████████████████████████████
enunrom
Sr. Member
****
Offline Offline

Activity: 574
Merit: 265



View Profile
April 26, 2017, 05:33:01 PM
 #231

Hello!
Help me pls.
1. Im generate masternode adress - OK
2. Send 1000 xrev on this adress but i see: 
Not send 1000xrev, only fee.

It's correct, you only see fee and you still have the same coins in total.
Wait until the transaction is confirmed, and then continue with the next steps.
fapar
Sr. Member
****
Offline Offline

Activity: 1414
Merit: 267


Undeads.com - P2E Runner Game


View Profile
April 26, 2017, 05:57:54 PM
 #232

It's correct, you only see fee and you still have the same coins in total.
Wait until the transaction is confirmed, and then continue with the next steps.

My problem - externalip=your external IP address :9090
I forgot to specify my ip in the config

And

Not capable masternode: Could not connect to myip:9090

💀|.
   ▄▄▄▄█▄▄              ▄▄█▀▀  ▄▄▄▄▄█      ▄▄    ▄█▄
  ▀▀▀████████▄  ▄██    ███▀ ▄████▀▀▀     ▄███   ▄███
    ███▀▄▄███▀ ███▀   ███▀  ▀█████▄     ▄███   ████▄
  ▄███████▀   ███   ▄███       ▀▀████▄▄███████████▀
▀▀███▀▀███    ███ ▄████       ▄▄████▀▀████   ▄███
 ██▀    ▀██▄  ██████▀▀   ▄▄█████▀▀   ███▀   ▄██▀
          ▀▀█  ▀▀▀▀ ▄██████▀▀       ███▀    █▀
                                      ▀
.
.PLAY2EARN.RUNNER.GAME.
||VIRAL
REF.SYSTEM
GAME
|
████████████████████████████
████████████████████████████
████████████████████████████
██████ ▄▀██████████  ███████
███████▄▀▄▀██████  █████████
█████████▄▀▄▀██  ███████████
███████████▄▀▄ █████████████
███████████  ▄▀▄▀███████████
█████████  ████▄▀▄▀█████████
███████  ████████▄▀ ████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████▀▀▄██████▄▀▀████████
███████  ▀        ▀  ███████
██████                ██████
█████▌   ███    ███   ▐█████
█████▌   ▀▀▀    ▀▀▀   ▐█████
██████                ██████
███████▄  ▀██████▀  ▄███████
████████████████████████████
████████████████████████████
████████████████████████████
benjy33
Legendary
*
Offline Offline

Activity: 1339
Merit: 1002


View Profile
April 26, 2017, 06:20:44 PM
 #233

i sell 1000 for 0.001 btc interes send me private
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 26, 2017, 07:06:42 PM
 #234

i sell 1000 for 0.001 btc interes send me private

wait exchange
enunrom
Sr. Member
****
Offline Offline

Activity: 574
Merit: 265



View Profile
April 26, 2017, 07:25:43 PM
 #235

Who help me with this:

Not capable masternode: Can't detect valid external address. Please consider using the externalip configuration option if problem persists. Make sure to use IPv4 address only.
MaxMuze
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
April 26, 2017, 07:27:24 PM
 #236

didnt worked the masternode tutorial on op... trying to set up but unsuccessful and how setup multiple masternode ? its a little confusing

I did as in a hat, only changed xrev.conf
Port 9090 must be open. (Check your router and Firewall)
Step 1: First, open the console of your wallet and create an address for your masternode, do this by entering
"getaccountaddress MN". You can replace "MN" with whatever you would like to name your masternode.
 
Step 2: Send 1000 XREV to the address you just created. It must be exactly 1000, in one transaction.
 
Step 3: Execute "masternode genkey" in your wallet's console.
 
Step 4: Open the xrev.conf folder in the data directory for your wallet, edit it like so:
 
rpcuser=long random username
rpcpassword=longer random password
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
externalip=your external IP address :9090
logtimestamps=1
maxconnections=256
masternode=1
masternodeprivkey=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Replace the X with the key generated when you ran "masternode genkey" in step 3.
 
Step 5: Save the xrev.conf file.
 
Step 6: In the console of your wallet enter "masternode start" Masternode input must have at least 15 confirmations


21:49:25

Not capable masternode: Could not connect to ip:9090



sent a pm to you... hope it helps...

I have the same problem please help.
playersfun
Copper Member
Full Member
***
Offline Offline

Activity: 475
Merit: 121



View Profile
April 26, 2017, 07:33:45 PM
 #237

wanna buy these coins. pm me if you have some coins.
tarolog
Sr. Member
****
Offline Offline

Activity: 630
Merit: 250



View Profile
April 26, 2017, 07:35:06 PM
 #238

i think - need supporters, ideas ... Wallet, msternodes - good, but people must wait coins... For what Xrevolution?
dellzxd
Sr. Member
****
Offline Offline

Activity: 555
Merit: 250


View Profile
April 26, 2017, 08:31:40 PM
 #239

how i change my masternode status from pre enabled to enabled ?
benjy33
Legendary
*
Offline Offline

Activity: 1339
Merit: 1002


View Profile
April 26, 2017, 08:47:30 PM
 #240

i sell 1000 for 0.001 btc interes send me private

wait exchange

I will not wait for any exchange since you have no interest in listing it, pay the fee as all devs do, if I can sell them I sell them Wink
bitwonder
Sr. Member
****
Offline Offline

Activity: 374
Merit: 250


View Profile
April 26, 2017, 09:20:10 PM
Last edit: April 26, 2017, 09:35:40 PM by bitwonder
 #241

i sell 1000 for 0.001 btc interes send me private

wait exchange

I will not wait for any exchange since you have no interest in listing it, pay the fee as all devs do, if I can sell them I sell them Wink

i will buy ALL your coins at your rate 1000 for 0.001 btc. so how many left you got ?
nid125
Sr. Member
****
Offline Offline

Activity: 510
Merit: 254


ImpulsX


View Profile
April 26, 2017, 10:44:55 PM
 #242

i sell 1000 for 0.001 btc interes send me private

wait exchange

I will not wait for any exchange since you have no interest in listing it, pay the fee as all devs do, if I can sell them I sell them Wink

i will buy ALL your coins at your rate 1000 for 0.001 btc. so how many left you got ?

Not that sweet, this price is for 1 coin lol
Otherwise this deal will be taken by me already lol
enunrom
Sr. Member
****
Offline Offline

Activity: 574
Merit: 265



View Profile
April 26, 2017, 11:11:29 PM
 #243

Hello
Has anyone compiled xrevd (or can compile it) for linux 14.04 64 bits?
regards
Crypto268
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
April 27, 2017, 12:26:25 AM
 #244

Hi
Does anyone know how to configure xrev.conf and masternode.conf for multiple masternodes? will be much appreciated.

Regards
bitwonder
Sr. Member
****
Offline Offline

Activity: 374
Merit: 250


View Profile
April 27, 2017, 04:01:19 AM
 #245

Hi
Does anyone know how to configure xrev.conf and masternode.conf for multiple masternodes? will be much appreciated.

Regards

me too, could not setup the masternode.conf . would need a copy of Dev or anyone been running sample setup
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 27, 2017, 08:29:30 AM
 #246

Masternode.conf
#label address youripbox:9090 your genkey masternode your transaction outputs


label address                           go to console qt and tape getaccount address test and send 1000 xrev to this address
youripbox:9090                       your box ip
your genkey masternode        go to console qt and tape masternode genkey
your transaction outputs          go to console qt and tape masternode outputs exemple XXXXXXXXXXXXXXXXXXXXXXXX 2

replace all to masternode.conf

for xrev.conf :

rpcuser=XXXX
rpcpassword=XXXXXXXXX
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
masternode=1
masternodegenkey= your masternode genkey
Daltonik
Legendary
*
Offline Offline

Activity: 2520
Merit: 1490


View Profile
April 27, 2017, 08:42:44 AM
 #247

Dev,when will the exchange?
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 27, 2017, 08:45:27 AM
Last edit: April 27, 2017, 09:37:48 PM by mprep
 #248

Dev,when will the exchange?

Soon i hope on novaexchange

c-cex vote is open



BOUNTY :
Listing voting on the following Exchanges: c-cex



i sell masternode
benjy33
Legendary
*
Offline Offline

Activity: 1339
Merit: 1002


View Profile
April 27, 2017, 01:44:10 PM
 #249

i sell masternode

I understand that your sale is to pay the fee to list on echange no ?
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 27, 2017, 02:12:40 PM
 #250

i sell masternode

I understand that your sale is to pay the fee to list on echange no ?

yes
benjy33
Legendary
*
Offline Offline

Activity: 1339
Merit: 1002


View Profile
April 27, 2017, 02:22:02 PM
 #251

i sell masternode

I understand that your sale is to pay the fee to list on echange no ?

yes

ok is good Wink
dellzxd
Sr. Member
****
Offline Offline

Activity: 555
Merit: 250


View Profile
April 27, 2017, 04:48:36 PM
 #252

coin dev, why my status is "pre enabled" Huh i tried aaa looooootttt of things...  i managed to put multiple masternode but...
Crypto268
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
April 27, 2017, 07:06:08 PM
 #253

i have the same problem. status show pre-enabled and after some time it changes to POS ban.. any advice? tried to setup 3 but only first one changes to enabled.
enunrom
Sr. Member
****
Offline Offline

Activity: 574
Merit: 265



View Profile
April 27, 2017, 10:30:25 PM
 #254

Hi
Does anyone know how to configure xrev.conf and masternode.conf for multiple masternodes? will be much appreciated.

Regards

The only thing you have to do is repeat the same steps as the first:

in you xrev.conf

rpcuser=xxxxxxxxxxxxxxxxxxxxxx
rpcpassword=xxxxxxxxxxxxxxxxxxxxxx
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
externalip=your external IP:9090
logtimestamps=1
maxconnections=256
masternode=1
masternodeprivkey=your genkey masternode1
masternodeprivkey=your genkey masternode2
masternodeprivkey=your genkey masternode3


in you masternode.conf

LABEL(a name to call your masternode) MN IP:PORT(Your masternode IP,port is always 9090) MASTERNODEPRIVKEY(masternode genkey) TRANSACTION_HASH(The collateral tx.hash) INDEX(The Index is always 0 or 1)

Here put as many lines as master node you have(one line under another).It should be with the same ones that you put in the xrev.conf.
Then on the console, to start up all the masternodes at the same time you write start-many masternode. If everything went well the masternodes should start.

Sorry for my English, I hope you understand what I wanted to explain.


CjMapope
Legendary
*
Offline Offline

Activity: 1820
Merit: 1092


~Full-Time Minter since 2016~


View Profile WWW
April 27, 2017, 11:30:43 PM
 #255

I mined with OPs nodes from start, did a resync all my coins are invalid, fail haha

i guess that what i get for fucking with these shitcoins, good thing i only used my CPU ;p

meh, had that dirty attempta-hidden premine anyways, they just want the community to list it for their dump ;p

~Got this girl in my bed, a roof over my head, i mint a couple coins a week, and thats how i make bread~
~On the 12th day of Hatzvah, OGminer said to me: "compute root of the merkle hash tree!"~
Prohashing  -- Simply the best Multipool!
doremi
Hero Member
*****
Offline Offline

Activity: 654
Merit: 500


View Profile
April 28, 2017, 09:17:33 AM
 #256

amazing!i still can mine this coin with a crappy cpu,seems good to have a try on it,who knows it might be Dash2 here  Grin
sashasergeevich
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
April 28, 2017, 10:29:35 AM
 #257

Кaк пoлyчить 1000 XRev???
BtcMan2009
Sr. Member
****
Offline Offline

Activity: 1022
Merit: 340



View Profile
April 28, 2017, 10:44:49 AM
 #258

How watching this topic. See for a long time people can not get the coins, dev apparently mocks. Perhaps he laughs at people who want to get coins))
coinsmarkets
Full Member
***
Offline Offline

Activity: 157
Merit: 100


View Profile WWW
April 28, 2017, 11:48:38 PM
 #259

added  to  exchange .
https://coinsmarkets.com/trade-DOG-XREV.htm


Node : coinsmarkets.com:9090

API URL :
 Wink

Trade your coin at Coinsmarkets  - Trading in automatic mode/Generate coins POS /Get free coins
dellzxd
Sr. Member
****
Offline Offline

Activity: 555
Merit: 250


View Profile
April 29, 2017, 01:05:41 AM
 #260

whyyyy ? some help here please... fucking status pre enabled...
fapar
Sr. Member
****
Offline Offline

Activity: 1414
Merit: 267


Undeads.com - P2E Runner Game


View Profile
April 29, 2017, 09:22:18 AM
 #261

whyyyy ? some help here please... fucking status pre enabled...

Hello!
Check your port 9090 status - open/close.

My masternode dont work due to this:

09:23:11

masternode start


09:23:17

Not capable masternode: Could not connect to ip:9090

Port close from ISP

💀|.
   ▄▄▄▄█▄▄              ▄▄█▀▀  ▄▄▄▄▄█      ▄▄    ▄█▄
  ▀▀▀████████▄  ▄██    ███▀ ▄████▀▀▀     ▄███   ▄███
    ███▀▄▄███▀ ███▀   ███▀  ▀█████▄     ▄███   ████▄
  ▄███████▀   ███   ▄███       ▀▀████▄▄███████████▀
▀▀███▀▀███    ███ ▄████       ▄▄████▀▀████   ▄███
 ██▀    ▀██▄  ██████▀▀   ▄▄█████▀▀   ███▀   ▄██▀
          ▀▀█  ▀▀▀▀ ▄██████▀▀       ███▀    █▀
                                      ▀
.
.PLAY2EARN.RUNNER.GAME.
||VIRAL
REF.SYSTEM
GAME
|
████████████████████████████
████████████████████████████
████████████████████████████
██████ ▄▀██████████  ███████
███████▄▀▄▀██████  █████████
█████████▄▀▄▀██  ███████████
███████████▄▀▄ █████████████
███████████  ▄▀▄▀███████████
█████████  ████▄▀▄▀█████████
███████  ████████▄▀ ████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████▀▀▄██████▄▀▀████████
███████  ▀        ▀  ███████
██████                ██████
█████▌   ███    ███   ▐█████
█████▌   ▀▀▀    ▀▀▀   ▐█████
██████                ██████
███████▄  ▀██████▀  ▄███████
████████████████████████████
████████████████████████████
████████████████████████████
benjy33
Legendary
*
Offline Offline

Activity: 1339
Merit: 1002


View Profile
April 29, 2017, 09:54:04 AM
 #262

added  to  exchange .
https://coinsmarkets.com/trade-DOG-XREV.htm


Node : coinsmarkets.com:9090

API URL :
 Wink

shit exchange close!!!!!!!
CarloP
Full Member
***
Offline Offline

Activity: 230
Merit: 250


Who knows dominates in good and evil!


View Profile
April 29, 2017, 01:25:33 PM
 #263

added  to  exchange .
https://coinsmarkets.com/trade-DOG-XREV.htm


Node : coinsmarkets.com:9090

API URL :
 Wink

Excellent....
Coin-dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 29, 2017, 02:30:22 PM
 #264

I can not connect  Sad
Crypto268
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
May 01, 2017, 05:49:41 PM
 #265

Hi Coin-Dev

What is the latest development on this project? Is there any road map? can we expect a listing on bigger exchanges. Please give us an update.

Regards

mybit9
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile WWW
May 02, 2017, 04:21:45 AM
 #266

hello there Dev,

do you got any new to tell us ?
talikila
Sr. Member
****
Offline Offline

Activity: 255
Merit: 250


View Profile
May 02, 2017, 08:03:23 AM
 #267

When is this coin listed on the exchange as C-CEX or Livecoin.?
I have not yet seen the potential of this coin as well as detailed development to attract the investors .
dellzxd
Sr. Member
****
Offline Offline

Activity: 555
Merit: 250


View Profile
May 03, 2017, 06:30:05 AM
 #268

so. coin is dead ? =/ hoped it to hit a exchange...
doremi
Hero Member
*****
Offline Offline

Activity: 654
Merit: 500


View Profile
May 03, 2017, 02:40:36 PM
 #269

so. coin is dead ? =/ hoped it to hit a exchange...

it is not dead,ppl are mining it with cpu quietly
wolf one
Member
**
Offline Offline

Activity: 133
Merit: 22


View Profile
May 03, 2017, 02:46:11 PM
 #270

the number of the exchange  is so low
Valkad
Member
**
Offline Offline

Activity: 65
Merit: 10


View Profile
May 03, 2017, 03:15:32 PM
 #271

I can not go to http://xrevolution.ddns.net/. Did anyone succeed?

HUG - HNLhjuzyQ1LHXctvYYA76LpjtUQEaJ7HJe
enunrom
Sr. Member
****
Offline Offline

Activity: 574
Merit: 265



View Profile
May 03, 2017, 03:19:27 PM
 #272

I can not go to http://xrevolution.ddns.net/. Did anyone succeed?

I tried it two days ago and the web did not work either.
realistic1
Full Member
***
Offline Offline

Activity: 155
Merit: 100


View Profile
May 03, 2017, 03:22:08 PM
 #273

I have a hunch this is a scam attempt at copying the principles behind XBY to grab people's BTC.
tnosura99
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
May 03, 2017, 04:08:02 PM
 #274

I cant connect , node not  working
Danimore
Full Member
***
Offline Offline

Activity: 294
Merit: 123


The World’s First Blockchain Core


View Profile WWW
May 03, 2017, 04:15:09 PM
 #275

When is this coin listed on the exchange as C-CEX or Livecoin.?
I have not yet seen the potential of this coin as well as detailed development to attract the investors .


It seems a rubbish coin which dev is trying to attract investors to join
There is not anything potential for this project. Just copy and paste it then he can creat a new coin .
 it's very easy to make a new coin

▄▄▄▄▄▄▄▄▄▄▄ ▄ ■        SKYNET        ■ ▄ ▄▄▄▄▄▄▄▄▄▄▄
▐▬▬▬▬▬▬▬▬▬▬     PRIVATE SALE is LIVE     ▬▬▬▬▬▬▬▬▬▬▌
Whitepaper   Bounty   Bitcointalk   ■   Facebook   Twitter   Telegram
fitraok09
Legendary
*
Offline Offline

Activity: 1049
Merit: 1009

TRX: TCRKDukYt2zDie9vJDhToKrP3tyTV29U48


View Profile
May 04, 2017, 12:49:10 AM
 #276

dev was not active since April 30, 2017, 08:44:12 AM bitcointalk time, no deal in exchange, this coin has been dead
Stockton
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
May 04, 2017, 07:19:48 AM
 #277

Hi, I just tried to send the 1000coin for the generated masternode address as the descriptions shows... but I got Transaction too large error message.
Any idea?
Crypto268
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
May 04, 2017, 08:17:11 PM
 #278

Coin-Dev

Have you aborted this Project? If you are still working on it, could you give us an update? Hope coin gets on a proper exchange soon.
benjy33
Legendary
*
Offline Offline

Activity: 1339
Merit: 1002


View Profile
May 08, 2017, 09:54:23 AM
 #279

coin dead?
talikila
Sr. Member
****
Offline Offline

Activity: 255
Merit: 250


View Profile
May 08, 2017, 05:20:47 PM
 #280

When is this coin listed on the exchange as C-CEX or Livecoin.?
I have not yet seen the potential of this coin as well as detailed development to attract the investors .


It seems a rubbish coin which dev is trying to attract investors to join
There is not anything potential for this project. Just copy and paste it then he can creat a new coin .
 it's very easy to make a new coin

Your thought is the same as mine and nothing to do with this coin.
It must be dead if Dev only wants to collect money without investing on technical specifications of this coin.
kurbeks
Sr. Member
****
Offline Offline

Activity: 1078
Merit: 255


View Profile
May 08, 2017, 07:23:08 PM
 #281

Unless it makes into exchange, dev won't be making any money.
octavarium
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
May 13, 2017, 11:47:24 AM
 #282



wallet working fine
 Grin Grin Grin Grin
MadHatt597
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
May 16, 2017, 06:21:26 PM
 #283

I can not connect  Sad

Any progress?
Need a little more information on your coin...
Baldjohn
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
May 18, 2017, 12:56:17 AM
 #284

coin dead?
Danimore
Full Member
***
Offline Offline

Activity: 294
Merit: 123


The World’s First Blockchain Core


View Profile WWW
May 18, 2017, 03:38:59 PM
 #285

coin dead?

Yes. Dev only wants to make some experiences for this field .It's not worth investing.
You should go to find another projects to invest . it wastes  your time.

▄▄▄▄▄▄▄▄▄▄▄ ▄ ■        SKYNET        ■ ▄ ▄▄▄▄▄▄▄▄▄▄▄
▐▬▬▬▬▬▬▬▬▬▬     PRIVATE SALE is LIVE     ▬▬▬▬▬▬▬▬▬▬▌
Whitepaper   Bounty   Bitcointalk   ■   Facebook   Twitter   Telegram
doremi
Hero Member
*****
Offline Offline

Activity: 654
Merit: 500


View Profile
May 18, 2017, 03:51:29 PM
 #286

coin dead?

Yes. Dev only wants to make some experiences for this field .It's not worth investing.
You should go to find another projects to invest . it wastes  your time.


some ppl are still mining on it with cpu,therefore it is not dead yet,but i agree that dev lack of experiences for he not even realised that he actually accidently successful created a valid chain...lol.
stakedev
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
June 07, 2017, 04:30:44 AM
 #287

has anybody wallet? link from op broken. thx
john yuan
Full Member
***
Offline Offline

Activity: 154
Merit: 100


0x3a730F3323481De284C92Ad82764D095f188B41b


View Profile
July 09, 2017, 06:18:54 PM
 #288

Can continue to dig well
Expected value growth Wink
bitwonder
Sr. Member
****
Offline Offline

Activity: 374
Merit: 250


View Profile
January 10, 2018, 05:09:40 PM
Last edit: January 10, 2018, 07:05:19 PM by bitwonder
 #289

if this were still to continue from the beginning it probably worth millions in marketcap right now

as all the masternode been doing very well. and all the old coins suddenly worth a lot .

Dev might consider reopen this. were there anyone still mining this

maybe someone take over
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 [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!