Search results

  1. eduffield

    V12 Testing Thread

    Opps... copy and paste got me again.
  2. eduffield

    V12 Testing Thread

    Please update -- v0.12.0.8 This is a non critical update, however if you're testing budget proposals please update. Added mnbudget projection and changed "show" - Show now shows every proposal that is known, which seems to be the general expected behavior of the users - Added "projection" for...
  3. eduffield

    V12 Testing Thread

    The problem is you can't "reserve" a name, it would be an attack vector. The way it works is it hashes all of the proposal parameters and that's the actual "name" in the system. The name is just a handle.
  4. eduffield

    V12 Testing Thread

    Proposals can have duplicate names, which is actually OK. For security reasons, all masternode operators are required to vote using the same command string, if they change any piece of data it's a brand new proposal with no votes and the same name.
  5. eduffield

    V12 Testing Thread

    A software dev and friend of mine and actually working on something like that. It's built on open source software and can run on any webserver. I was thinking we'd eventually use that primarily, although if anyone wanted they could use the API directly. It's also open source and 100%...
  6. eduffield

    V12 Testing Thread

    Sorry, I copied them wrong! Here's the correct links: Linux32: https://dashpay.atlassian.net/builds/browse/DASHL-DEV/latest/artifact/JOB1/gitian-linux-dash-dist//dash-0.12.0-linux32.tar.gz Linux64...
  7. eduffield

    V12 Testing Thread

    Please update -- v0.12.0.7 This should fix the issues with getting stuck that many clients experienced. Please start your client with -reindex and we should all end up on the same chain. We should also compare "mnbudget show" and "mnfinalbudget show", they should be the same network wide now...
  8. eduffield

    V12 Testing Thread

    For anyone that's gotten stuck, can you send me your log? I have yet to see an instance of this happening on one of my nodes, so It's hard to debug. [email protected]
  9. eduffield

    V12 Testing Thread

    I've just begun work on the budgeting system and I'm trying to push through a finalized budget, could everyone running masternnodes vote on these budgets? proposal-moo, proposal-moo2 and proposal-qwizzle1, here are the full commands: Feel free to add more budgets also so we can start stress...
  10. eduffield

    V12 Testing Thread

    ** I've turned off enforcement for a bit, we'll converge onto the longest chain then hopefully we can get some miners and I'll turn it back on.
  11. eduffield

    V12 Testing Thread

    I think it's just the fact that we don't have many people mining, I've asked BCT to grab some miners. Hopefully that helps!
  12. eduffield

    V12 Testing Thread

    Please update -- v0.12.0.6 -fix make_windows_icon.sh script to generate testnet icons too and clean - udijn -fix debian qt icon ref -udjin -version bump -udjin -Do not show decimals for "amounts and rounds" text but show usual way - udjin -always show separator for sum tx amount and highlight...
  13. eduffield

    V12 Testing Thread

    Can anyone that got stuck send me your debug.log? (to [email protected]) I had a node stuck this morning also, deleting peers.dat and reindexing worked for it. PS: You could also try adding a peer to the main node on testnet: addnode=128.127.106.235:19999
  14. eduffield

    V12 Testing Thread

    I'm working on things in order of the way they need to function properly. So I started with masternodes pinging/broadcasting, then consensus of payments without the reference node (the reason I had to remove PoSe). I just turned on enforcement yesterday, which is working pretty well, although we...
  15. eduffield

    V12 Testing Thread

    Please update -- v0.12.0.5 -Removed need for amounts in masternode winners protocol - eduffield -Spork changes / improvements - eduffield New Command "Spork Active" : Show which sporks report as active Cleaned up the spork code and fixed some bugs with defaults -refresh en source/translations...
  16. eduffield

    V12 Testing Thread

    Testing the masternode enforcement spork, seems to be working OK! Edit: Something looks buggy, investigating
  17. eduffield

    V12 Testing Thread

    Please update -- v0.12.0.4 (version wasn't bumped correctly) - protocol bump - Autostart masternode upon startup - eduffield - added masternode status info (masternode status) - eduffield - remove unused variable - udjin - slight optimizations/readability improvements for ds - udjin - remove...
  18. eduffield

    V12 Testing Thread

    Please update -- v0.12.0.4 Changes: - version / proto bump - fixing all kind of typos etc - Udjin - added gitian builds for Raspberry Pi - Flare - Scan blocks if coinpayee cache is not present - eduffield - Coinbase Payee Cache Implementation - eduffield Masternode nLastPaid is removed and a...
  19. eduffield

    Known Issues and Improvement Ideas

    There's really no way for the network to tell that the hash you're giving them is not tampered with somehow, because they don't have access to your local file system to see if you're lying or not. With crypto in general, you need to base the security off of something everyone has access to such...
  20. eduffield

    V12 Testing Thread

    It's fixed, my host rebooted the server with the reference node. I guess I should have it auto start on boot.
Back
Top