Pages:
Author

Topic: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] - page 38. (Read 379550 times)

full member
Activity: 670
Merit: 130

CActiveMasternode::ManageStatus() - Could not find suitable coins!


Try to create a new address in your wallet and send 112 coins to it, wait for 16 confirmations, reload the wallet.


hi man. thanks a lot !! i fucked up yesterday didnt have the patience to wait for your reply so i'm waiting for the wallet to sync :p
at least i kept the blockchain data so it wont be long

thanks again !!
full member
Activity: 670
Merit: 130
sooooo long time for wallet syncing....
plz help  Embarrassed Embarrassed

you just have to wait....about a week
full member
Activity: 394
Merit: 100
i like Phore
sooooo long time for wallet syncing....
plz help  Embarrassed Embarrassed
newbie
Activity: 23
Merit: 0

CActiveMasternode::ManageStatus() - Could not find suitable coins!


Try to create a new address in your wallet and send 112 coins to it, wait for 16 confirmations, reload the wallet.
sr. member
Activity: 336
Merit: 258
can someone upload up to date blockchain data somewhere?

Someone a few pages back has posted a Dropbox link with a recent blockchain

I'll try to upload fresher chaindata today... I am almost resynced after whatever knocked me (and the cryptoid blockchain explorer, apparently) off a couple days ago. There is still a working explorer (somewhat) through the "Coin Info" section on cryptopia, so you can check whether you are caught up to most recent block from there. I'm 200 blocks behind as of now.

Remember you need to edit the access permissions for these three files/directories to not be owned by root but by user:

8bit chain data synced through Sept. 18th 2017:
https://1drv.ms/f/s!AruK78uahXMyiuQJVVHtjddtBXPejQ


Thanks, but seems something wrong with archive:
"Error opening block database"  Sad

Same error on ubuntu 16.04 build 8bit daemon...
full member
Activity: 670
Merit: 130
masternode still needs 112 coins ??

cause everytime i try to start the masternode its says "not capable masternode: Could not connect to xxx.xxx.xxx.xxx:port"

but port is open and forwarded and ip address (public) is correct

It looks like you have a problem with the router. When the MN starts, it tries to address itself using an external address.

Try to pick up another network interface:

Code:
sudo ip link add dummy0 type dummy

sudo ip addr add xxx.xxx.xxx.xxx/32 dev dummy0

sudo ip link set dummy0 up
xxx.xxx.xxx.xxx - your external IP

I do not speak good English, so I apologize for the possible non-exact phrases.

First of all THANKS A LOT !
The connection refused error is gone, now however after the start masternode command i get:
-not capable masternode: Unknown. Check debug.log for more information.

at the debug.log:
CActiveMasternode::ManageStatus() - Checking inbound connection to 'xxx.xxx.xxx.xxxx:port'
CActiveMasternode::GetMasterNodeVin - Could not locate specified vin from possible list
CActiveMasternode::ManageStatus() - Could not find suitable coins!
CActiveMasternode::Dseep() - Error: masternode is not in a running status
CActiveMasternode::ManageStatus() - Error on Ping: masternode is not in a running statusconnected to self at xxx.xxx.xxx.xxx:diferentport, disconnecting

My wallet has enough coins
newbie
Activity: 23
Merit: 0
masternode still needs 112 coins ??

cause everytime i try to start the masternode its says "not capable masternode: Could not connect to xxx.xxx.xxx.xxx:port"

but port is open and forwarded and ip address (public) is correct

It looks like you have a problem with the router. When the MN starts, it tries to address itself using an external address.

Try to pick up another network interface:

Code:
sudo ip link add dummy0 type dummy

sudo ip addr add xxx.xxx.xxx.xxx/32 dev dummy0

sudo ip link set dummy0 up
xxx.xxx.xxx.xxx - your external IP

I do not speak good English, so I apologize for the possible non-exact phrases.
sr. member
Activity: 367
Merit: 255
can someone upload up to date blockchain data somewhere?

Someone a few pages back has posted a Dropbox link with a recent blockchain

I'll try to upload fresher chaindata today... I am almost resynced after whatever knocked me (and the cryptoid blockchain explorer, apparently) off a couple days ago. There is still a working explorer (somewhat) through the "Coin Info" section on cryptopia, so you can check whether you are caught up to most recent block from there. I'm 200 blocks behind as of now.

Remember you need to edit the access permissions for these three files/directories to not be owned by root but by user:

8bit chain data synced through Sept. 18th 2017:
https://1drv.ms/f/s!AruK78uahXMyiuQJVVHtjddtBXPejQ


Thanks, but seems something wrong with archive:
"Error opening block database"  Sad
full member
Activity: 670
Merit: 130
masternode still needs 112 coins ??

cause everytime i try to start the masternode its says "not capable masternode: Could not connect to xxx.xxx.xxx.xxx:port"

but port is open and forwarded and ip address (public) is correct
full member
Activity: 154
Merit: 100
Setup this Masternode was not easy but it works now! I think this coin has some potential but we must solve serveral things:

- Guide for setup a masternode (include bootstrap tutotial)
- Fix the website
- Fix the blockeplorer
- Fix the horible OP
- Fix some nasty coding (really bad some lines)

After this its moon time!
legendary
Activity: 2576
Merit: 1073
Now open a second port to enable rpc, here I will use port 2222.

That's only required if you want to remote control the wallet, right? Seems safer to turn it off.

You know I'm not actually sure on this, 8bit party or Drays or someone could answer. I thought it was necessary if you in order to run an mn, but this may not be the case... Every mn guide I've ever seen include the rpc port. test it maybe until someone has an answer.

You do not need RPC port open, unless you want to remote control your masternode via some automated tools. In fact, better to keep it closed (or accessible only from localhost/127.0.0.1), to decrease the chance of somebody breaking your RPC password and stealing your coins.
full member
Activity: 179
Merit: 100
Now open a second port to enable rpc, here I will use port 2222.

That's only required if you want to remote control the wallet, right? Seems safer to turn it off.

You know I'm not actually sure on this, 8bit party or Drays or someone could answer. I thought it was necessary if you in order to run an mn, but this may not be the case... Every mn guide I've ever seen include the rpc port. test it maybe until someone has an answer.
full member
Activity: 574
Merit: 115
Now open a second port to enable rpc, here I will use port 2222.

That's only required if you want to remote control the wallet, right? Seems safer to turn it off.
full member
Activity: 670
Merit: 130
can someone upload up to date blockchain data somewhere?

Someone a few pages back has posted a Dropbox link with a recent blockchain

I'll try to upload fresher chaindata today... I am almost resynced after whatever knocked me (and the cryptoid blockchain explorer, apparently) off a couple days ago. There is still a working explorer (somewhat) through the "Coin Info" section on cryptopia, so you can check whether you are caught up to most recent block from there. I'm 200 blocks behind as of now.

Remember you need to edit the access permissions for these three files/directories to not be owned by root but by user:

8bit chain data synced through Sept. 18th 2017:
https://1drv.ms/f/s!AruK78uahXMyiuQJVVHtjddtBXPejQ



I'm happy to see this this coin keeps clinging on to life.  I'd like to see it rebooted.  Anyone up for that?  Is there a dev still around for it?

well it has the most masternodes already  Grin
still win wallet is buggy cannot stay synced, sync takes forever while draining your cpu whether you are in linux or windows
but if you manage to sync it in linux its ok !

dev shows up occasionally.
member
Activity: 106
Merit: 10
can someone upload up to date blockchain data somewhere?

Someone a few pages back has posted a Dropbox link with a recent blockchain

I'll try to upload fresher chaindata today... I am almost resynced after whatever knocked me (and the cryptoid blockchain explorer, apparently) off a couple days ago. There is still a working explorer (somewhat) through the "Coin Info" section on cryptopia, so you can check whether you are caught up to most recent block from there. I'm 200 blocks behind as of now.

Remember you need to edit the access permissions for these three files/directories to not be owned by root but by user:

8bit chain data synced through Sept. 18th 2017:
https://1drv.ms/f/s!AruK78uahXMyiuQJVVHtjddtBXPejQ



I'm happy to see this this coin keeps clinging on to life.  I'd like to see it rebooted.  Anyone up for that?  Is there a dev still around for it?
full member
Activity: 670
Merit: 130
thanks a lot man !!!

have a nice day !
full member
Activity: 179
Merit: 100
can someone upload up to date blockchain data somewhere?

Someone a few pages back has posted a Dropbox link with a recent blockchain

I'll try to upload fresher chaindata today... I am almost resynced after whatever knocked me (and the cryptoid blockchain explorer, apparently) off a couple days ago. There is still a working explorer (somewhat) through the "Coin Info" section on cryptopia, so you can check whether you are caught up to most recent block from there. I'm 200 blocks behind as of now.

Remember you need to edit the access permissions for these three files/directories to not be owned by root but by user:

8bit chain data synced through Sept. 18th 2017:
https://1drv.ms/f/s!AruK78uahXMyiuQJVVHtjddtBXPejQ

full member
Activity: 179
Merit: 100
can someone upload up to date blockchain data somewhere?

Someone a few pages back has posted a Dropbox link with a recent blockchain

I'll try to upload fresher chaindata today... I am almost resynced after whatever knocked me (and the cryptoid blockchain explorer, apparently) off a couple days ago. There is still a working explorer (somewhat) through the "Coin Info" section on cryptopia, so you can check whether you are caught up to most recent block from there. I'm 200 blocks behind as of now.
member
Activity: 90
Merit: 10
can someone upload up to date blockchain data somewhere?

Someone a few pages back has posted a Dropbox link with a recent blockchain
member
Activity: 90
Merit: 10
8BIT BLOCK EXPLORER HAS RESYNCED
https://chainz.cryptoid.info/8bit/


The explorer is not synced, 2 days behind.
Pages:
Jump to: