• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

v0.10.9.x Help test RC2 forking issues

Status
Not open for further replies.
Damn. the darkcoin-qt file from form darkcoin.io gives me this error.
Code:
bash: ./darkcoin-qt: cannot execute binary file: Exec format error
This is even with being able to compile the forkfix branch.
 
This is with Xubuntu 14.04 64bit Not sure why it won't run especially considering that I'm able to compile the source fine.

Code:
-rwxrwxr-x  1 propulsion propulsion 55440028 Jun  7 15:08 darkcoind*
-rwxrwxr-x  1 propulsion propulsion 11950181 Jun  7 15:06 darkcoin-qt*
 
This is with Xubuntu 14.04 64bit Not sure why it won't run especially considering that I'm able to compile the source fine.

Code:
-rwxrwxr-x  1 propulsion propulsion 55440028 Jun  7 15:08 darkcoind*
-rwxrwxr-x  1 propulsion propulsion 11950181 Jun  7 15:06 darkcoin-qt*
I don't know either. use darkcoind for test.
 
Even darkcoind gives the same error.
Really weird. I don't know either. You can see the permissions set to executable.
 
Last edited by a moderator:
still shooting for the 18th? or sooner ?

20% must be working, my last 2 payments are approx twice what the have been
Code:
        "account" : "",
        "address" : "mw23256bSTqEkP6ThTRrY3KNicB9cfwzLR",
        "category" : "immature",
        "amount" : 30.20000000,
        "confirmations" : 24,
        "generated" : true,
        "blockhash" : "000000022193ffd84e03611dcde827144a0e7e83d43013221c88b488f11542e3",
        "blockindex" : 0,
        "blocktime" : 1402187796,
        "txid" : "eeccafd954de7e9b59e2b07e4ef06eab43fde6546e879640f7500380d5afdb2e",
        "time" : 1402187796,
        "timereceived" : 1402187822
 
Confirmed.
Masternode paid reward * 0.2 + tx fee * 0.2

Code:
   "vout" : [

        {

            "value" : 166.09920000,

            "n" : 0,

            "scriptPubKey" : {

                "asm" : "OP_DUP OP_HASH160 0b7ec9b32682fbef7c506463112d78cb49ae6559 OP_EQUALVERIFY OP_CHECKSIG",

                "hex" : "76a9140b7ec9b32682fbef7c506463112d78cb49ae655988ac",

                "reqSigs" : 1,

                "type" : "pubkeyhash",

                "addresses" : [

                    "mgZjcYLnrbsNANnBY73AY2dzFFWurf1yd4"

                ]

            }

        },

        {

            "value" : 42.20000000,

            "n" : 1,

            "scriptPubKey" : {

                "asm" : "OP_DUP OP_HASH160 75d86ae5f4d39b751b2716696b23d9b768bca315 OP_EQUALVERIFY OP_CHECKSIG",

                "hex" : "76a91475d86ae5f4d39b751b2716696b23d9b768bca31588ac",

                "reqSigs" : 1,

                "type" : "pubkeyhash",

                "addresses" : [

                    "mrG4cTKi1Luewv3WWu8rQfT6mTosTybRS1"

                ]

            }

        },

        {

            "value" : 2.53200000,

            "n" : 2,

            "scriptPubKey" : {

                "asm" : "OP_DUP OP_HASH160 ed65b4975464863f2ed078eda195928145fb5c5d OP_EQUALVERIFY OP_CHECKSIG",

                "hex" : "76a914ed65b4975464863f2ed078eda195928145fb5c5d88ac",

                "reqSigs" : 1,

                "type" : "pubkeyhash",

                "addresses" : [

                    "n3ACH8oL6b6gwbediqgNBKALWKnZfvHyco"

                ]

            }

        },

        {

            "value" : 0.16880000,

            "n" : 3,

            "scriptPubKey" : {

                "asm" : "OP_DUP OP_HASH160 f7b4d36b702e937f19396b6481eb534f1d25d830 OP_EQUALVERIFY OP_CHECKSIG",

                "hex" : "76a914f7b4d36b702e937f19396b6481eb534f1d25d83088ac",

                "reqSigs" : 1,

                "type" : "pubkeyhash",

                "addresses" : [

                    "n46hpSJPKsM5VTWB1dt5VZc37afHYek5Ej"

                ]

            }

        }

    ],
 
Status
Not open for further replies.
Back
Top