• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

how to run on local machine masternode ?

mraksel

Member
15-07-18 07:49:03 ProcessBlock: ACCEPTED
2015-07-18 07:49:04 CActiveMasternode::ManageStatus() - Checking inbound connection to 'xxxx:9999'
2015-07-18 07:49:07 CDarksendPool::UpdateState() - Can't set state to ERROR or SUCCESS as a Masternode.
2015-07-18 07:49:09 CActiveMasternode::ManageStatus() - not capable: Could not connect to xxxx:9999
2015-07-18 07:49:09 CActiveMasternode::ManageStatus() - Checking inbound connection to 'xxxx:9999'
2015-07-18 07:49:14 CActiveMasternode::ManageStatus() - not capable: Could not connect to xxxx:9999
2015-07-18 07:49:37 CDarksendPool::UpdateState() - Can't set state to ERROR or SUCCESS as a Masternode.
2015-07-18 07:50:08 CDarksendPool::UpdateState() - Can't set state to ERROR or SUCCESS as a Masternode.
2015-07-18 07:50:15 CActiveMasternode::ManageStatus() - Checking inbound connection to 'xxxx:9999'
2015-07-18 07:50:20 CActiveMasternode::ManageStatus() - not capable: Could not connect to xxxx:9999
2015-07-18 07:50:38 CDarksendPool::UpdateState() - Can't set state to ERROR or SUCCESS as a Masternode.
2015-07-18 07:50:40 CheckBlock() : Using non-specific masternode payments 667
2015-07-18 07:50:40 CheckBlock() : Found payment(1|10000000000) or payee(1|3QJmnh) nHeight 667.
2015-07-18 07:50:40 CheckBlock() : Using non-specific masternode payments 667
2015-07-18 07:50:40 CheckBlock() : Found payment(1|10000000000) or payee(1|3QJmnh) nHeight 667.
2015-07-18 07:51:08 CDarksendPool::UpdateState() - Can't set state to ERROR or SUCCESS as a Masternode.
2015-07-18 07:51:20 CActiveMasternode::ManageStatus() - Checking inbound connection to 'xxxx:9999'


masternode start-many



{
"overall" : "Successfully started 0 masternodes, failed to start 1, total 1",
"detail" : {
"status" : {
"alias" : "mn1",
"result" : "failed",
"errorMessage" : "could not allocate vin"
}
}
}

how its fix ?
 
check two things:
1 - if the tx id is 100% sure - vin
2 - have you opened the 9999 port on your vps?
 
15-07-18 07:49:03 ProcessBlock: ACCEPTED
2015-07-18 07:49:04 CActiveMasternode::ManageStatus() - Checking inbound connection to 'xxxx:9999'
2015-07-18 07:49:07 CDarksendPool::UpdateState() - Can't set state to ERROR or SUCCESS as a Masternode.
2015-07-18 07:49:09 CActiveMasternode::ManageStatus() - not capable: Could not connect to xxxx:9999
2015-07-18 07:49:09 CActiveMasternode::ManageStatus() - Checking inbound connection to 'xxxx:9999'
2015-07-18 07:49:14 CActiveMasternode::ManageStatus() - not capable: Could not connect to xxxx:9999
2015-07-18 07:49:37 CDarksendPool::UpdateState() - Can't set state to ERROR or SUCCESS as a Masternode.
2015-07-18 07:50:08 CDarksendPool::UpdateState() - Can't set state to ERROR or SUCCESS as a Masternode.
2015-07-18 07:50:15 CActiveMasternode::ManageStatus() - Checking inbound connection to 'xxxx:9999'
2015-07-18 07:50:20 CActiveMasternode::ManageStatus() - not capable: Could not connect to xxxx:9999
2015-07-18 07:50:38 CDarksendPool::UpdateState() - Can't set state to ERROR or SUCCESS as a Masternode.
2015-07-18 07:50:40 CheckBlock() : Using non-specific masternode payments 667
2015-07-18 07:50:40 CheckBlock() : Found payment(1|10000000000) or payee(1|3QJmnh) nHeight 667.
2015-07-18 07:50:40 CheckBlock() : Using non-specific masternode payments 667
2015-07-18 07:50:40 CheckBlock() : Found payment(1|10000000000) or payee(1|3QJmnh) nHeight 667.
2015-07-18 07:51:08 CDarksendPool::UpdateState() - Can't set state to ERROR or SUCCESS as a Masternode.
2015-07-18 07:51:20 CActiveMasternode::ManageStatus() - Checking inbound connection to 'xxxx:9999'


masternode start-many



{
"overall" : "Successfully started 0 masternodes, failed to start 1, total 1",
"detail" : {
"status" : {
"alias" : "mn1",
"result" : "failed",
"errorMessage" : "could not allocate vin"
}
}
}

how its fix ?

i try use runing 2 wallet end try using vmware , end its not work (
 
tnx flare for pointing out, moved all posts here

mraksel please
1) use appropriate subforum (tips and tricks in Mn guides was not the best choice)
2) do not cross post
 
14:44:38

masternode list


14:44:38

{
"xxx.xxx.x.xx:9999" : "ENABLED",
"xxx.xxx.x.xx:9999" : "ENABLED"
}


14:45:27

masternode debug


14:45:27

masternode started remotely


but its not work in debug ...

i make how in this guid https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=1867820

CheckBlock() : Using non-specific masternode payments 881
2015-07-18 11:45:47 CheckBlock() : Found payment(1|10000000000) or payee(1|3QJmnh) nHeight 881.
2015-07-18 11:45:47 CheckBlock() : Using non-specific masternode payments 881
2015-07-18 11:45:47 CheckBlock() : Found payment(1|10000000000) or payee(1|3QJmnh) nHeight 881.
2015-07-18 11:45:48 CDarksendPool::UpdateState() - Can't set state to ERROR or SUCCESS as a Masternode.
 
how it config for test net ?

windowtitle=sheeps
addnode=128.127.106.235:19999
testnet=1
rpcuser=myusername
rpcpassword=pass
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
masternode=1
masternodeprivkey='deposit exactly 1000 testdash to your own address and use masternode genkey and place here'
 
how i can test dark send on test net ?
- Guide to get on Testnet (Linux) and other Testnet tools and resources:
https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=3407922

- Get the test coins (tDASH) from the faucets listed on that link.

- Click on button "Start Darksend Mixing" and wait for the wallet to mix some Darksend coins. (If you want to change the amount to be mixed and the rounds for Darksend, go to Settings > Options > Main)

- When you have enough coins mixed at the rounds you set, you will see Darksend balance on the "Overview" and "Send" screens. When you spend the Darksend coins, it will say "Darksent" on the Transaction screen.

- Note that the more rounds added to your mixing, the harder it is to trace your transactions. Currently the rounds is set at 8 rounds by default, but you can manually set it up to 16 rounds, i think, as I have tested 16 rounds, more fun.)

This is how you test Darksend on Testnet.
 
Back
Top