Nooo...Shouldn't it be dashsend??:what:
Nooo...Shouldn't it be dashsend??:what:
While attempting to repair my wallet, I get a block read error and the wallet crashes.
2015-03-21 19:57:37 CheckBlock() : Is initial download, skipping masternode payment check 1954This was a newly created directory for testnet3 and I have been able to duplicate the problem.
2015-03-21 19:57:37 UpdateTip: new best=000000ce41d63525e8c03769db51e037baa447d2c7f8d44142944a88191d9e74 height=1954 log2_work=32.791178 tx=2033 date=2015-02-08 18:20:54 progress=0.083559
2015-03-21 19:57:37 ProcessBlock: ACCEPTED
2015-03-21 19:57:37 CheckBlock() : Is initial download, skipping masternode payment check 1955
2015-03-21 19:57:37 Unable to open file c:\testnet\testnet3\blocks\blk00000.dat
2015-03-21 19:57:37 ERROR: ReadBlockFromDisk : OpenBlockFile failed
2015-03-21 19:57:37 *** Failed to read block
same as a normal MN, but then run the command ./dashd -testnetI know that I should know this, but can anyone give me a link on setting up a testnet masternode on my home (linux) computer?
We have these arrows in traditional scheme on the overview
Also, are we going to create a new IRC channel? Or will it remain darkcoin?
Did you start the client from the command line with -testnet? My windows batch file looks like this:downloaded the testnet dash-qt from this link
https://darkcointalk.org/threads/v0-11-2-x-testing.4202/page-15#post-47918
setup dash.conf as below
rpcuser=xxxxx
rpcpassword=xxxxx
rpcallowip=127.0.0.1
testnet=1
daemon=1
but when i launched the dash-qt, it is still binding to port 9999 running in mainnet generating the address with X instead of testnet
what else i need to do? thanks
ah, thanks...i didnt run with -testnet switch, in linux we don't need right?Did you start the client from the command line with -testnet? My windows batch file looks like this:
start dash-qt -testnet -datadir=c:\testnet
exit
same folder as the qt exe filedrkrooster: Where did you put your dash.conf?
you need -conf=c:\path\to\qtexe\folder\dash.confsame folder as the qt exe file