Bitcoin Forum
May 22, 2024, 10:34:48 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 »
  Print  
Author Topic: [ANN][CRT][CRT100M] Cryptotarget - Dual Wallet Updated! v1.0.2  (Read 47801 times)
pravin
Full Member
***
Offline Offline

Activity: 120
Merit: 100


View Profile
June 08, 2015, 02:04:10 AM
 #241

Now you can mine Cryptotarget on www.xaxamining.com
Payments are now disabled until the devs fixes the bug.
You can mine now. As soon as devs fixes the bug we start the payments.


I'm not sure why you or other pools are having issues with sendmany command.

I've tried it AGAIN, this time on Linux using Python JSON just to be sure. It works fine for me...  Huh Huh Huh




I'm using a python script to check it, here is the script
Code:
from bitcoinrpc.authproxy import AuthServiceProxy, JSONRPCException

RPC_URL = "http://sobs123:321sobs@127.0.0.1:9332"

cryptotargetd = AuthServiceProxy(RPC_URL)

try:
    recipients = { '2EMnHmKh7tG3LD86UKjt9hzxDn3jyE6P2Z': 100
                 , '2GcahURJK6i8sCjQeZEVwPo3oyzMEgeJYn': 100
                 , '2KE1RboLwXLRtDQ9SXv31qXnBUEiaeyGNT': 100
                 , '2D1zVBS86qT3tBiV3618yxevvgJWRKQaim': 100
                 , '2YvEv5EmByrgsAU9kLr5cjPaCwHJAKzcSe': 100
                 , '2UhfwheB9zcc7HZ9Apd7MEpxUG8EHtpCjP': 100
                 , '2FWFctTfitqZcX4CCjc86hSDzcjghussTV': 100
                 }
    cryptotargetd.sendmany("", recipients)
except JSONRPCException as e:
    print "Error: %s" % e.error['message']

This is the transaction: http://explorer.cryptotarget.com/tx/4509864bd121808ebe06409ad09a442a895119894c79e445131c048d09317e97

Please make sure you are using whole numbers, no decimal places! This coin does not use decimal places.

If it still isn't working then please tell me what your configuration is so I can test for myself and find out why this is happening to yourselves.
So thats why my happy coins are still missing.
Pool kapitan, check da script


sahib make "quantity" more then int32 length(2147483647) (because wallet is win32) , and as per my total payment send payment was larger then this value. this cause issue. if you launch win64 wallet this issue could be resolve.
ciocgun
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


View Profile WWW
June 08, 2015, 07:27:05 AM
 #242

i was away 3 days and got 5 pages to read! nice...
but still no exchange?

zakorus
Hero Member
*****
Offline Offline

Activity: 736
Merit: 500


View Profile
June 08, 2015, 08:32:03 AM
 #243

i was away 3 days and got 5 pages to read! nice...
but still no exchange?
sadly not. it WILL happen tho.


                  ▄▀▀▀▄
                  █▀▀▀
                   ▀▀▀ ▀▄▄▀▀▀▄
                         █▀▀▀
                        ▄▀▀▀▀
                      ▄▀
                ▄█▀▀▀█▄
                ██████
                ▀█▄▄▄█▀
 
█████      █████▌ ▄▄▄ ▐█████  █████████
  ███       ███  ▐███▌  ███     ███  ▀▀
  ███       ▐██▌ █████ ▐██▌     █████
  ███  ▄▄▄   ███▐██ ██▌███      ███▀▀
▄▄███▄▄███   ▐████▌ ▐████▌    ▄▄███
▀▀▀▀▀▀▀▀▀▀    ▀▀▀▀   ▀▀▀▀     ▀▀▀▀▀
██
██
██
██
██
██
██
██

██
██
██
██
██
██
██
██
██
██
██

██
██
██
██
██
██
██
██
██
██
██

██
██
██

▄         ▄▄████▄▄▄
███▄     ▐████████▀
 ██████▄▄█████████
▀████████████████▌
  ███████████████
  ▀████████████▀
   ▄▄████████▀
 ▀▀▀▀██▀▀▀

 
             ▄▄▄
        ▄▄▄█████
  ▄▄▄████▀▀▄███
▀▀████▀ ▄██████
    █ ▄███████
     ███▀█████
           ▀█▌

      ▄▄▄████▄▄
   ▄████████████▄
 ▄████▀▀██  ▀▀████
 ████▀   ▄▄ ▐█████▌
 ██████▌ ██▀  ▐████
  ████▌   ▄▄ ▐████▌
   ▀█████▄███████▀
     ▀██████▀▀▀

          ▄▄▄ ▄▄▄
          █  ████
      ▄▄▄█▄▄▄▄ ▀
▄█████████████████▄
▀████▌  ███  ██████
  ███████████████▌
   ▀███▄▄▄▄▄████
    ▀▀███████▀▀
[/center
niceal
Member
**
Offline Offline

Activity: 209
Merit: 10


View Profile
June 08, 2015, 12:32:52 PM
 #244

As of now, three pools are unable to pay the miners
kevin1234a
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


Decentralizing Jesus on the Blockchain


View Profile WWW
June 08, 2015, 12:45:27 PM
 #245

Just an update, my pool payouts seem to working fine, I'll share the config so others can create their own pool and will set up my own pool server.

thanks a lot will do one in VM to test

ciocgun
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


View Profile WWW
June 08, 2015, 12:51:49 PM
 #246

Just an update, my pool payouts seem to working fine, I'll share the config so others can create their own pool and will set up my own pool server.

i can rent also some hash for testing

pravin
Full Member
***
Offline Offline

Activity: 120
Merit: 100


View Profile
June 08, 2015, 12:56:36 PM
 #247

Just an update, my pool payouts seem to working fine, I'll share the config so others can create their own pool and will set up my own pool server.


it was bug in wallet or something else?
pravin
Full Member
***
Offline Offline

Activity: 120
Merit: 100


View Profile
June 08, 2015, 01:03:03 PM
 #248

Just an update, my pool payouts seem to working fine, I'll share the config so others can create their own pool and will set up my own pool server.


it was bug in wallet or something else?

Wallet is fine, I have automatic and manual payments working, I'm not sure why your pool is incompatible.  Embarrassed

are you using wallet  is 64bit compiled?
pravin
Full Member
***
Offline Offline

Activity: 120
Merit: 100


View Profile
June 08, 2015, 01:16:34 PM
 #249

Just an update, my pool payouts seem to working fine, I'll share the config so others can create their own pool and will set up my own pool server.


it was bug in wallet or something else?

Wallet is fine, I have automatic and manual payments working, I'm not sure why your pool is incompatible.  Embarrassed

are you using wallet  is 64bit compiled?

Yes my friend, I have tried both 32-bit and 64-bit wallet on both Windows and Linux. Working no problem for me, even with big amount:





recently i receive error " transaction is to large" when sending manual payment of amount "3266953428310"
pravin
Full Member
***
Offline Offline

Activity: 120
Merit: 100


View Profile
June 08, 2015, 01:35:49 PM
 #250

All pending payments are sent to miners with below addresses:

2HA5VoMV2K2oNn9woAC6cNBBKfRhLaVUd9
2LXqSVvN9eTKc6mLRJLqQ4B3vwRCFLevLf
2J9vKHM3zqPVc9PhtMGW8pLEAFcBvYCqRV
2XdsyV7ThMVPp65PxSmWmjpoL1ctW1rJDk
2V4LHVmMJBxM4P23AU44tUYUrfVv8mPtXF
2GcahURJK6i8sCjQeZEVwPo3oyzMEgeJYn
2K9tTft9jCy4jvTxGL2ppdYmoa5Xcz4PXY
2LXqSVvN9eTKc6mLRJLqQ4B3vwRCFLevLf

xblack86
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
June 08, 2015, 01:40:44 PM
 #251

Thanks
maxvolts
Full Member
***
Offline Offline

Activity: 226
Merit: 100


View Profile
June 08, 2015, 01:52:19 PM
 #252

As of now, three pools are unable to pay the miners

As of now, there isn't even 3 pools operating. Why podt FUD?

ciocgun
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


View Profile WWW
June 08, 2015, 02:00:11 PM
 #253

when does your pool come online dev?

xaxuke
Sr. Member
****
Offline Offline

Activity: 285
Merit: 250


View Profile
June 08, 2015, 02:02:12 PM
 #254

Xaxamining will do manual payments in 8 hours and will close the cryptotarget pool until the bug were fixed.
niceal
Member
**
Offline Offline

Activity: 209
Merit: 10


View Profile
June 08, 2015, 02:04:29 PM
 #255

I can confirm the credibility of minerpools.. Always good.

It was just the miners' performance that made him very unhappy.. He shut down the pool..



B-MoneyXcan
Hero Member
*****
Offline Offline

Activity: 633
Merit: 500


B Money Prepaid Mastercard bmoney.io


View Profile WWW
June 08, 2015, 03:56:22 PM
 #256

when does your pool come online dev?

Hopefully by tomorrow at latest, I need to purchase a dedicated server and set it up.  Smiley


Gotta say dev, as crazy as the concept of this coin seems and with the issues, you're serious! Smiley

minerpools
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


( ͡° ͜ʖ ͡°)


View Profile WWW
June 08, 2015, 05:20:00 PM
 #257

This is the same issue that's been bugging this coin since launch:

cryptotarget-cli sendtoaddress 2P2k8oguuGTZiazJAZoUExGiY9ZtGEG666 75692530783
error: {"code":-1,"message":"value is type real, expected int"}


It's not just a decimals issue, the coin value is just too high for it to be handled with "int" which is why i requested such change since launch, do you realize  how long this will take to split up each of these tx for the miners?.

EDIT:

cryptotarget-cli sendtoaddress 2P2k8oguuGTZiazJAZoUExGiY9ZtGEG666 7569253
error: {"code":-1,"message":"value is type real, expected int"}


Not even after removing 4 digits is this coin working. Dev, please fix this or i'll have to send you the wallet .dat and the db dump because I won't send 10000 tx here.

niceal
Member
**
Offline Offline

Activity: 209
Merit: 10


View Profile
June 08, 2015, 05:25:42 PM
 #258

This is the same issue that's been bugging this coin since launch:

cryptotarget-cli sendtoaddress 2P2k8oguuGTZiazJAZoUExGiY9ZtGEG666 75692530783
error: {"code":-1,"message":"value is type real, expected int"}


It's not just a decimals issue, the coin value is just too high for it to be handled with "int" which is why i requested such change since launch, do you realize  how long this will take to split up each of these tx for the miners?.

EDIT:

cryptotarget-cli sendtoaddress 2P2k8oguuGTZiazJAZoUExGiY9ZtGEG666 7569253
error: {"code":-1,"message":"value is type real, expected int"}


Not even after removing 4 digits is this coin working. Dev, please fix this or i'll have to send you the wallet .dat and the db dump because I won't send 10000 tx here.


I think, the dev and pool need to communicate as soon as possible to solve the problem.
xiaoqiao
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
June 09, 2015, 12:01:40 AM
 #259

This is the same issue that's been bugging this coin since launch:

cryptotarget-cli sendtoaddress 2P2k8oguuGTZiazJAZoUExGiY9ZtGEG666 75692530783
error: {"code":-1,"message":"value is type real, expected int"}


It's not just a decimals issue, the coin value is just too high for it to be handled with "int" which is why i requested such change since launch, do you realize  how long this will take to split up each of these tx for the miners?.

EDIT:

cryptotarget-cli sendtoaddress 2P2k8oguuGTZiazJAZoUExGiY9ZtGEG666 7569253
error: {"code":-1,"message":"value is type real, expected int"}


Not even after removing 4 digits is this coin working. Dev, please fix this or i'll have to send you the wallet .dat and the db dump because I won't send 10000 tx here.


Did you update to version 1.0.1 yet? I released that about 2 days ago and it should fix your issue.

pool?
kevin1234a
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


Decentralizing Jesus on the Blockchain


View Profile WWW
June 09, 2015, 12:59:08 AM
 #260

just suggested on c-cex, hope they will list it against one of the markets.

Quote
Thank You for Your suggestion. We will take it to consideration

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!