i will create a fix, which allows to run multiple nodes with one pubkey soon for my service
i will create a fix, which allows to run multiple nodes with one pubkey soon for my service
I wasn't complaining .. lol... I think it's better if you keep each masternode running from a different pubkey.. It's better for customers to check on payment for each of their nodes, but it's up to you.i will create a fix, which allows to run multiple nodes with one pubkey soon for my service
I wasn't complaining .. lol... I think it's better if you keep each masternode running from a different pubkey.. It's better for customers to check on payment for each of their nodes, but it's up to you.
We were just talking about how it's possible to run many masternodes from a same public address.
Lol Better yet: figure out how we can run multiple nodes one from just one vin
Edited grammar
So no way anybody could ever figure a way to do it? Good to hear, that's reassuring... thank you.That is absolutely out of the question, unless the devs would allow for multiples of 1k per vin, that would be a huge headache. In essence it goes against the whole idea behind PoSe.
.
testnet=1
windowtitle=Testnet Main Wallet
rpcuser=local_tests
rpcpassword=3osdgsdgq346w457473oji8PKMAD3t3Hv4p
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
logtimestamps=1
testnet=1
rpcuser=yidakee_REMOTE
rpcpassword=5g2xjSP4dVcbzbzvxcsfgvAHaeBxdB9QLSGAVN71yW
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
masternode=1
masternodeprivkey=91jwRK3siru3XrtEizLH2da7PY4XtXxkTbM2Cx97wV4QRyJL7BK
maxconnections=6
externalip=172.82.139.56
This is what i have in my dash.conf:Ok, running into start-many troubles... have 6 servers up and running. 1k sent to individual pubkeys, >16 confirms.
Local dash.conf
local masternode.conf;
Example of remote dash.conf
What am I missing?
masternode.conf is read only on wallet start and should sit in testnet3 folder for testnetOk, running into start-many troubles... have 6 servers up and running. 1k sent to individual pubkeys, >16 confirms.
Local dash.conf
local masternode.conf;
Example of remote dash.conf
What am I missing?
Ok, running into start-many troubles... have 6 servers up and running. 1k sent to individual pubkeys, >16 confirms.
Local dash.conf
local masternode.conf;
Example of remote dash.conf
What am I missing?
root@testnetMN2:~# ./dash-cli masternode debug
Masternode successfully started
root@testnetMN2:~#
"one" : {
"URL" : "one",
"Hash" : "54ed739babfb64c22650356a2cadb46f70b5e5eab2494a2ad97530f7411a8ee6",
"FeeHash" : "e416f326336ae7fb74787e7d6aec05c637d50e918d3b1dc6295c4671bc02a5f4",
"BlockStart" : 79000,
"BlockEnd" : 84025,
"TotalPaymentCount" : 100,
"RemainingPaymentCount" : 69,
"PaymentAddress" : "yGbkPVGTRitMVcZ4Rfy1S1SVgSRBmuasWN",
"Ratio" : 0.00000000,
"Yeas" : 0,
"Nays" : 0,
"Abstains" : 0,
"TotalPayment" : 100.00000000,
"MonthlyPayment" : 1.00000000,
"IsEstablished" : true,
"IsValid" : true,
"IsValidReason" : "",
"fValid" : true
},
"Test4" : {
"URL" : "https://www.test.com",
"Hash" : "90e3bdbd2878ca48868c175471611f5edeac636bf598ac9d5aaa6269a219247c",
"FeeHash" : "e1893fd720ec4d23a70d2f3a960effc9838c3e281568c3eaa80e68ecc1ff2014",
"BlockStart" : 79000,
"BlockEnd" : 84025,
"TotalPaymentCount" : 100,
"RemainingPaymentCount" : 69,
"PaymentAddress" : "y1Hxv8FExZXokcvuX4XG6XjzXzizm2CGZK",
"Ratio" : 1.00000000,
"Yeas" : 9,
"Nays" : 0,
"Abstains" : 0,
"TotalPayment" : 2000.00000000,
"MonthlyPayment" : 20.00000000,
"IsEstablished" : true,
"IsValid" : true,
"IsValidReason" : "",
"fValid" : true
},
"evan-fund" : {
"URL" : "http://www.evan-fund.com/",
"Hash" : "aa327bf15a6a68df1d5e70c8e09a460cd0f987b0ae3845866269e73cd8e8f596",
"FeeHash" : "e7743faf8c087d20888d10cac0f8b0d0ed67c902edecba64bf6f231aac208894",
"BlockStart" : 79000,
"BlockEnd" : 84025,
"TotalPaymentCount" : 100,
"RemainingPaymentCount" : 69,
"PaymentAddress" : "y5HFJjbe1oaLh8rZLzXKda3RZQDhJeiidM",
"Ratio" : 1.00000000,
"Yeas" : 16,
"Nays" : 0,
"Abstains" : 0,
"TotalPayment" : 400.00000000,
"MonthlyPayment" : 4.00000000,
"IsEstablished" : true,
"IsValid" : true,
"IsValidReason" : "",
"fValid" : true
}
}
UdjinM6 - does he have to have these in his config:
masternode=1
masternodeprivkey=91jwRK3siru3XrtEizLH2da7PY4XtXxkTbM2Cx97wV4QRyJL7BK
maxconnections=6
externalip=172.82.139.56
Or he does because he's running his own servers? unlike me and bertlebbert running our nodes from a cloud service?
Nope, no bug here, testnet allows any port besides 9999UdjinM6 - good catch on tMN2 port... but funny thing is... it activated. Let me check server side...
EDIT:
Confirmed. Is it a bug? Is it a plane? oor is it that testnet no longer forces to bind at 19999
server has listen=1
.
+1 for masternodeprivkeyI pretty much think so moli - again - unless things have changed. The privkey provides the handshake between cold and remote and is necessary in the remote dash.conf. What may no longer be needed is the externalip? Many people started using masternodeaddr instead, externalip is kinda legacy "old school" masternode stuff from early days
I also still use "getaccountaddress 0" although it's not needed any more. Old habits die hard :tongue:
.
What are the names/hashes of your proposals?UdjinM6 - I'm not 100% sure, but I think moocowmoo (pinging dr.moo ...) told me that for some reason his servers were more stable when using masternodeaddr instead on externalip. I am 99% sure it was him once on IRC.
Anyway, I successfully submitted 2 proposals but they are not showing, and successfully vote-many on an existing one. Last time I submitted it showed up immediately.
Tried to vote-many on my proposals, but is says "proposal not found" - any idea?
.