MANIFEST-000002

+1 vote
Dear support,

 

What do I wrong?

I read some aswers in the Q&A, but I could not found a solution.

 

Unzip in: C:\Thinapp\Portable\Multichain-windows-2.0-alpha-1

CMD as Administrator
cd C:\Thinapp\Portable\Multichain-windows-2.0-alpha-1
multichain-util create chain1
 MultiChain 2.0 alpha 1 Utilities (latest protocol 20001)
 Blockchain parameter set was successfully generated.
 You can edit it in C:\Users\AndrÚ\AppData\Roaming\MultiChain\chain1\params.dat before running multichaind for the first time.
 To generate blockchain please run "multichaind chain1 -daemon".

cd C:\Users\André\AppData\Roaming\MultiChain\chain1
dir
 23-12-2017  11:01                81 multichain.conf
 23-12-2017  11:01             8.544 params.dat

C:\Thinapp\Portable\Multichain-windows-2.0-alpha-1
multichaind chain1 -daemon
 Firewall -> Yes for privite networks

 MultiChain 2.0 alpha 1 Daemon (latest protocol 20001)
 Looking for genesis block...
 Genesis block found
 Other nodes can connect to this node using:
 multichaind chain1@169.254.142.181:9265
 This host has multiple IP addresses, so from some networks:
 multichaind chain1@169.254.84.13:9265
 multichaind chain1@192.168.0.101:9265
 Node started

Second CMD as Administrator
cd C:\Thinapp\Portable\Multichain-windows-2.0-alpha-1
multichaind chain1@192.168.0.101:9265
 MultiChain 2.0 alpha 1 Daemon (latest protocol 20001)
 IO error: C:\Users\AndrÚ\AppData\Roaming\MultiChain\chain1\permissions.db\MANIFEST-000002: De ingang is ongeldig.
 ERROR: Couldn't initialize permission database for blockchain chain1. Probably multichaind for this blockchain is already running. Exiting...

 

Best regards,

Andre.
asked Dec 23, 2017 by Andre

1 Answer

0 votes

If you want to run two nodes on the same blockchain on the same computer, you need to use the -datadir runtime parameter to give them separate directories.

answered Dec 24, 2017 by MultiChain
...