Bitcoin Forum
June 17, 2024, 06:06:28 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 [365] 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 »
  Print  
Author Topic: 💸  DigiCube  🔷  NOW ON RAWX (NEW MCXNOW)  💸  EARN 50K CUBE/WEEK WITH TWITTER!  (Read 460435 times)
D3m0nKinGx
Hero Member
*****
Offline Offline

Activity: 1638
Merit: 507


The snake which cannot cast its skin has to die


View Profile
September 27, 2016, 04:13:17 AM
 #7281

Technical Question for the daemon

Let's say I want to send some coins with a script,

Digicubed sendtoaddress XXXXX 10 coins -> it works

100 coins, it works
1000 coins? No go




I have a script that uses sendtoaddress and sendmany, and it sends 2M+ coins at a time, without a problem. does it give you an error when you issue the sendtoaddress command with 1000 coins?

.
.
.
▬◇
▬◇▬◆
▬◇▬◇▬◆
.
.







███
███░░░███
███░░░░░░░░░███
███░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░███
███░░░░███░░░░░░░░░░░░░░░███░░░░███
███░░░░░░░░░███░░░░░░░░░███░░░░░░░░░███
███░░░░░░░░░███░░░███░░░░░░░░░███
███░░░░░░░░░███░░░░░░░░░███
███░░░░███░░░░░░░░░░░░░░░███░░░░███
███░░░░░░░░░███░░░░░░░░░███░░░░░░░░░███
███░░░░░░░░░███░░░███░░░░░░░░░███
███░░░░░░░░░███░░░░░░░░░███
███░░░░░░░░░░░░░░░███
███░░░░░░░░░███
███░░░███
███
.
.
.
◇▬
◆▬◇▬
◆▬◇▬◇▬
.
.
linenoise
Sr. Member
****
Offline Offline

Activity: 304
Merit: 290


View Profile WWW
September 27, 2016, 04:16:07 AM
 #7282

error: {"code":-4,"message":"Error: Transaction creation failed  "}

Nothing else in debug or anything.
D3m0nKinGx
Hero Member
*****
Offline Offline

Activity: 1638
Merit: 507


The snake which cannot cast its skin has to die


View Profile
September 27, 2016, 04:18:28 AM
 #7283

error: {"code":-4,"message":"Error: Transaction creation failed  "}

Nothing else in debug or anything.

did you test it in the console?


EDIT:

sorry forgot you said daemon lol.

uhm...tbh not really sure...check your balances... do the listaccounts command. and possibly move all the coins to the "" account. then try the command

.
.
.
▬◇
▬◇▬◆
▬◇▬◇▬◆
.
.







███
███░░░███
███░░░░░░░░░███
███░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░███
███░░░░███░░░░░░░░░░░░░░░███░░░░███
███░░░░░░░░░███░░░░░░░░░███░░░░░░░░░███
███░░░░░░░░░███░░░███░░░░░░░░░███
███░░░░░░░░░███░░░░░░░░░███
███░░░░███░░░░░░░░░░░░░░░███░░░░███
███░░░░░░░░░███░░░░░░░░░███░░░░░░░░░███
███░░░░░░░░░███░░░███░░░░░░░░░███
███░░░░░░░░░███░░░░░░░░░███
███░░░░░░░░░░░░░░░███
███░░░░░░░░░███
███░░░███
███
.
.
.
◇▬
◆▬◇▬
◆▬◇▬◇▬
.
.
linenoise
Sr. Member
****
Offline Offline

Activity: 304
Merit: 290


View Profile WWW
September 27, 2016, 04:20:00 AM
 #7284

error: {"code":-4,"message":"Error: Transaction creation failed  "}

Nothing else in debug or anything.

did you test it in the console?

Yeah, it hangs for quite awhile before giving the error. Spots had mentioned something about byte size, unsure how to change that.

iGotSpots
Legendary
*
Offline Offline

Activity: 2548
Merit: 1054


CPU Web Mining 🕸️ on webmining.io


View Profile WWW
September 27, 2016, 04:23:57 AM
 #7285

Small inputs can put you above byte size. Combine all the small inputs into slightly larger, then those into slightly larger. You can combine up to 876 inputs per block

linenoise
Sr. Member
****
Offline Offline

Activity: 304
Merit: 290


View Profile WWW
September 27, 2016, 04:25:31 AM
 #7286

Small inputs can put you above byte size. Combine all the small inputs into slightly larger, then those into slightly larger. You can combine up to 876 inputs per block

Any suggestions on how to do this from the command line / RPC for scripting purposes?
D3m0nKinGx
Hero Member
*****
Offline Offline

Activity: 1638
Merit: 507


The snake which cannot cast its skin has to die


View Profile
September 27, 2016, 04:32:01 AM
 #7287

Small inputs can put you above byte size. Combine all the small inputs into slightly larger, then those into slightly larger. You can combine up to 876 inputs per block

Any suggestions on how to do this from the command line / RPC for scripting purposes?

sendmany command. which you can send specific amounts to multiple addresses

.
.
.
▬◇
▬◇▬◆
▬◇▬◇▬◆
.
.







███
███░░░███
███░░░░░░░░░███
███░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░███
███░░░░███░░░░░░░░░░░░░░░███░░░░███
███░░░░░░░░░███░░░░░░░░░███░░░░░░░░░███
███░░░░░░░░░███░░░███░░░░░░░░░███
███░░░░░░░░░███░░░░░░░░░███
███░░░░███░░░░░░░░░░░░░░░███░░░░███
███░░░░░░░░░███░░░░░░░░░███░░░░░░░░░███
███░░░░░░░░░███░░░███░░░░░░░░░███
███░░░░░░░░░███░░░░░░░░░███
███░░░░░░░░░░░░░░░███
███░░░░░░░░░███
███░░░███
███
.
.
.
◇▬
◆▬◇▬
◆▬◇▬◇▬
.
.
iGotSpots
Legendary
*
Offline Offline

Activity: 2548
Merit: 1054


CPU Web Mining 🕸️ on webmining.io


View Profile WWW
September 27, 2016, 04:55:46 AM
 #7288

This is more of a sendfrom scenario

linenoise
Sr. Member
****
Offline Offline

Activity: 304
Merit: 290


View Profile WWW
September 27, 2016, 05:34:04 AM
 #7289

If my wallet only has one account, only one deposit to it, how would I combine inputs in order to send a small amount like 1000?

Or would a sendmany work here so I could send the 1000 and also send a chunk to another wallet I own?

D3m0nKinGx
Hero Member
*****
Offline Offline

Activity: 1638
Merit: 507


The snake which cannot cast its skin has to die


View Profile
September 27, 2016, 05:52:33 AM
 #7290

If my wallet only has one account, only one deposit to it, how would I combine inputs in order to send a small amount like 1000?

Or would a sendmany work here so I could send the 1000 and also send a chunk to another wallet I own?



Is this a one-time thing or you trying to send random/static amounts on a regular basis?

If it's just one-time then just use sendtoaddress <address> <amount>

otherwise:

sendmany "<account>" '{"<address>":<amount>,"<address>":<amount>,...etc}' 1 "comment"

.
.
.
▬◇
▬◇▬◆
▬◇▬◇▬◆
.
.







███
███░░░███
███░░░░░░░░░███
███░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░███
███░░░░███░░░░░░░░░░░░░░░███░░░░███
███░░░░░░░░░███░░░░░░░░░███░░░░░░░░░███
███░░░░░░░░░███░░░███░░░░░░░░░███
███░░░░░░░░░███░░░░░░░░░███
███░░░░███░░░░░░░░░░░░░░░███░░░░███
███░░░░░░░░░███░░░░░░░░░███░░░░░░░░░███
███░░░░░░░░░███░░░███░░░░░░░░░███
███░░░░░░░░░███░░░░░░░░░███
███░░░░░░░░░░░░░░░███
███░░░░░░░░░███
███░░░███
███
.
.
.
◇▬
◆▬◇▬
◆▬◇▬◇▬
.
.
iGotSpots
Legendary
*
Offline Offline

Activity: 2548
Merit: 1054


CPU Web Mining 🕸️ on webmining.io


View Profile WWW
September 27, 2016, 06:01:53 AM
 #7291

Create a new address

sendfrom oldaddresslabel newaddress 1
sendfrom oldaddresslabel newaddress 1
sendfrom oldaddresslabel newaddress 1
sendfrom oldaddresslabel newaddress 1
sendfrom oldaddresslabel newaddress 1
sendfrom oldaddresslabel newaddress 1
sendfrom oldaddresslabel newaddress 1
sendfrom oldaddresslabel newaddress 1
sendfrom oldaddresslabel newaddress 1
sendfrom oldaddresslabel newaddress 1
sendfrom oldaddresslabel newaddress 1
sendfrom oldaddresslabel newaddress 1
sendfrom oldaddresslabel newaddress 1
sendfrom oldaddresslabel newaddress 1
sendfrom oldaddresslabel newaddress 1
sendfrom oldaddresslabel newaddress 1
sendfrom oldaddresslabel newaddress 1
sendfrom oldaddresslabel newaddress 1
sendfrom oldaddresslabel newaddress 1
sendfrom oldaddresslabel newaddress 1
sendfrom oldaddresslabel newaddress 1
sendfrom oldaddresslabel newaddress 1
sendfrom oldaddresslabel newaddress 1
sendfrom oldaddresslabel newaddress 1
sendfrom oldaddresslabel newaddress 1

sendfrom newaddress oldaddress 1000

mrphuong
Full Member
***
Offline Offline

Activity: 244
Merit: 100


View Profile
September 27, 2016, 03:44:55 PM
 #7292

http://www.presstab.pw/phpexplorer/CUBE/address.php?address=CQuvVxGxwAxpT8Cx9ihSeJcApJYhjAnsLy

negative equity - 30 million
Nobitcoin
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


In holiday we trust


View Profile
September 27, 2016, 03:55:32 PM
 #7293


Ouch that must hurt. There's always a positive to a negative now there's less CUBE available to buy. Last count there's only around 200 million available.
mrphuong
Full Member
***
Offline Offline

Activity: 244
Merit: 100


View Profile
September 27, 2016, 04:11:49 PM
 #7294


Ouch that must hurt. There's always a positive to a negative now there's less CUBE available to buy. Last count there's only around 200 million available.

bleutrade, rawx, cryptopia
is about 180 million.
not much to purchase early price increases, you think like me?
iGotSpots
Legendary
*
Offline Offline

Activity: 2548
Merit: 1054


CPU Web Mining 🕸️ on webmining.io


View Profile WWW
September 27, 2016, 04:17:57 PM
 #7295

If everyone is waiting for someone else to move markets or put up buy support to instill confidence, then it will never move

Even if you low-ball, just to have more BTC on buy side, it will help, even if orders never get filled

iGotSpots
Legendary
*
Offline Offline

Activity: 2548
Merit: 1054


CPU Web Mining 🕸️ on webmining.io


View Profile WWW
September 27, 2016, 04:19:19 PM
 #7296

If everyone is waiting for someone else to move markets or put up buy support to instill confidence, then it will never move

Even if you low-ball, just to have more BTC on buy side, it will help, even if orders never get filled

I've got CUBE to a place where the community needs to help out now. I've spent a lot of time and money getting it this far, now I need you guys to help a little more. We are almost there, the markets are thin and ready to move

gregofdoom
Legendary
*
Offline Offline

Activity: 1834
Merit: 1006



View Profile
September 27, 2016, 05:28:47 PM
 #7297

iGotSpots, You blocked my PM ... please unlock.
iGotSpots
Legendary
*
Offline Offline

Activity: 2548
Merit: 1054


CPU Web Mining 🕸️ on webmining.io


View Profile WWW
September 27, 2016, 05:38:02 PM
 #7298

iGotSpots, You blocked my PM ... please unlock.

If you are curious why, take a look at my trust ratings and search for your username

gregofdoom
Legendary
*
Offline Offline

Activity: 1834
Merit: 1006



View Profile
September 27, 2016, 05:43:51 PM
 #7299

iGotSpots, You blocked my PM ... please unlock.

If you are curious why, take a look at my trust ratings and search for your username

I understand, but I would like to write you a few words.
iGotSpots
Legendary
*
Offline Offline

Activity: 2548
Merit: 1054


CPU Web Mining 🕸️ on webmining.io


View Profile WWW
September 27, 2016, 05:49:41 PM
 #7300

Go ahead and write them here, then

Pages: « 1 ... 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 [365] 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 »
  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!