Bitcoin Forum
May 06, 2024, 11:04:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Need Coder  (Read 176 times)
^.^ (OP)
Member
**
Offline Offline

Activity: 81
Merit: 10


View Profile
October 12, 2017, 06:05:18 PM
 #1

Need someone to create a program or script that can send coins from one wallet to another via RPC ever X amount of time

Let me know your prices
1715036683
Hero Member
*
Offline Offline

Posts: 1715036683

View Profile Personal Message (Offline)

Ignore
1715036683
Reply with quote  #2

1715036683
Report to moderator
1715036683
Hero Member
*
Offline Offline

Posts: 1715036683

View Profile Personal Message (Offline)

Ignore
1715036683
Reply with quote  #2

1715036683
Report to moderator
1715036683
Hero Member
*
Offline Offline

Posts: 1715036683

View Profile Personal Message (Offline)

Ignore
1715036683
Reply with quote  #2

1715036683
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715036683
Hero Member
*
Offline Offline

Posts: 1715036683

View Profile Personal Message (Offline)

Ignore
1715036683
Reply with quote  #2

1715036683
Report to moderator
TillKoeln
Legendary
*
Offline Offline

Activity: 2282
Merit: 1051

unnamed.Exchange, join the Cool Kids!!!


View Profile WWW
October 13, 2017, 06:55:25 AM
 #2

if you dont find someone ^^ ....



-start your windows client  with daemon flag.

Code:
YourCoin-qt.exe -rpcport=12345 -rpcpassword=somepassword -rpcuser=someuser -server -daemon 

-create a .bat file. with the folowing text.

Code:
YourCoind.exe -rpcpassword=somepassword -rpcuser=someuser -rpcport=12345 sendtoaddress XXXXsomeAddressXXXX 12345.12345678
@echo off
echo Wait until timer ends ...  60 seconds
timeout /t 60

-get the Coin-Daemon itself.   example:  bitcoind.exe
-copy your new created .bat file into the same folder as the bitcoind.exe
-execute your .bat file.

....
...
..
.

The Example above will execute the daemon, which send the rpccommand in your .bat file to the windows-gui.
this happend 1 Time.  you can copy & paste the same command including the whole stuff. multiple times inside the bat file.

if you have it 2 or 99999999999 times typed ...   the bat file execute the command, make a break for x seconds and then
execute the next command ... break ..  execute .. break .. execute .. bla bla bla



example :
Code:

YourCoind.exe -rpc......
@echo off
echo Wait until timer ends ...  60 seconds
timeout /t 60

YourCoind.exe -rpc......
@echo off
echo Wait until timer ends ...  60 seconds
timeout /t 60

YourCoind.exe -rpc......
@echo off
echo Wait until timer ends ...  60 seconds
timeout /t 60

YourCoind.exe -rpc......
@echo off
echo Wait until timer ends ...  60 seconds
timeout /t 60





Pages: [1]
  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!