Pages:
Author

Topic: 🚀🚀🚀🚀 | GorillaBucks | Custom Multipool LIVE | Social Media Network | 💵🐵💵 - page 32. (Read 133306 times)

member
Activity: 112
Merit: 10
If you do set it up for BUCKS, you should write down your steps and I'll format it like the guide I have now
I'll work on that but trying to find out if you can have two remote MN's off one local wallet. Not looking like it less I'm reading in to this wrong.

But ya, what about a Linux installion for BUCKS ?

What I'm reading uses wget etc to grab and install the linux on the remote machine.

Why not set up a bounty for it?  Roll Eyes
member
Activity: 112
Merit: 10
Screw it, why not... really want to be able to do this and it has to be possible in some respect since IGS brought it up but can't seem to clarify in the way he originally meant.

Snippet: You can auto-launch with walletpassphrase

BOUNTY TIME !!!

50 bucks to the FIRST correct solution to the linked post in this thread !

https://bitcointalksearch.org/topic/m.11765543

You have to put the RPC config in your conf file:
Code:
rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=3333

Then you make your call using curl like this:

curl --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "walletpassphrase", "params": ["", 99999, true] }' -H 'content-type: text/plain;' http://:@127.0.0.1:3333


Cheesy
Please send them to this stealth address:
cYBjoey3EfezH2qJDekP4QHiB6zhEykt2BifBVcGgET3GPDbRFsSsxjNg9XXaR2ywzfnnQwvbqkJoRZ pjiHCLYe7UCTot36TMTB1jb

Gracias

Edit: And double Gracias because I learned something new today Cheesy

Edit2: ["", 99999, true]
99999 : timeout
true : for staking only
Probably shoulda mentioned this is on a windows machine but I can't get this to work even using a batch file. Might just have to give up on this little endeavor.

You start the wallet and AFTER the wallet is running you execute the curl command. You do have to install curl on windows. And create a scheduled task to run after boot. Give a little time like 5 mins. And that should do it.


Edit: And obviously, if you have more than one wallet running , your RPC port should be different for each wallet.
hero member
Activity: 518
Merit: 501
why coin control don't work? I try to send come coins, after I select them, and enter passphrase there is nothing happening.

Working fine for me...

please tell me how you do it

My screen doesn't show check boxes next to the amounts but I click where they should be and at the top of the screen it shows how many coins I've selected in the various different wallets. Click close. Put in sending addresses and poof! Vegas has a nice guide on his website.
sr. member
Activity: 541
Merit: 250
why coin control don't work? I try to send come coins, after I select them, and enter passphrase there is nothing happening.

Working fine for me...

please tell me how you do it
hero member
Activity: 518
Merit: 501
why coin control don't work? I try to send come coins, after I select them, and enter passphrase there is nothing happening.

Working fine for me...
sr. member
Activity: 541
Merit: 250
why coin control don't work? I try to send come coins, after I select them, and enter passphrase there is nothing happening.
legendary
Activity: 1064
Merit: 1001
If you do set it up for BUCKS, you should write down your steps and I'll format it like the guide I have now
I'll work on that but trying to find out if you can have two remote MN's off one local wallet. Not looking like it less I'm reading in to this wrong.

But ya, what about a Linux installion for BUCKS ?

What I'm reading uses wget etc to grab and install the linux on the remote machine.
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
If you do set it up for BUCKS, you should write down your steps and I'll format it like the guide I have now
legendary
Activity: 1064
Merit: 1001
I found one guide that might work, which mentioned linux remote and windows local.

I could have a cloud based VPS I can use but not sure what to do about the remote client, when will there be a LINUX version ? Or will there ?
legendary
Activity: 1064
Merit: 1001
I'm sure theres guides on there on it already
I've found a few pertaining to DASH but reading em and comprehending em are two totally diff things, plus most of what I have found is based on linux installations. I mean there's talk of conf file remote and conf file local but not much beyond that like ok, once conf files are done, here's how to get your windows mn to talk to your windows wallet. Not to mention I havent as of yet found info on other than conf files, telling the mn which wallet address it needs to manipulate on the local machine.
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
I'm sure theres guides on there on it already
legendary
Activity: 1064
Merit: 1001
Sure, use Create instead of Create Local, but that's a process I won't be doing a walkthrough for now or be helping with
What if I was willing to pay for the time ? Provided we could agree on an acceptable fee ?

Edit: Both bands and the "main" wallet would be on one machine with unique ports like they are now.
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
Sure, use Create instead of Create Local, but that's a process I won't be doing a walkthrough for now or be helping with
legendary
Activity: 1064
Merit: 1001
To keep coins in one wallet, could "unlocked" bands be set up where no funds are help which RPC in to the locked wallet for fund manipulation ?

I've been trying to read up a lil on masternodes and it seems dash can do something like this as it mentions local and remote conf files or I'm just completely mis reading shit.

Ideally to easy track transactions accross multiple bands it would be nice to view it all from one wallet.
sr. member
Activity: 541
Merit: 250
I used to have one connection, but now even with conf file I have 0 connections Sad
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
legendary
Activity: 1064
Merit: 1001
@IGS, the last seem time is a personal pet peeve, anyway to make the Last Seen time local to the machine the clients on ?
legendary
Activity: 1064
Merit: 1001
Screw it, why not... really want to be able to do this and it has to be possible in some respect since IGS brought it up but can't seem to clarify in the way he originally meant.

Snippet: You can auto-launch with walletpassphrase

BOUNTY TIME !!!

50 bucks to the FIRST correct solution to the linked post in this thread !

https://bitcointalksearch.org/topic/m.11765543

You have to put the RPC config in your conf file:
Code:
rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=3333

Then you make your call using curl like this:

curl --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "walletpassphrase", "params": ["", 99999, true] }' -H 'content-type: text/plain;' http://:@127.0.0.1:3333


Cheesy
Please send them to this stealth address:
cYBjoey3EfezH2qJDekP4QHiB6zhEykt2BifBVcGgET3GPDbRFsSsxjNg9XXaR2ywzfnnQwvbqkJoRZ pjiHCLYe7UCTot36TMTB1jb

Gracias

Edit: And double Gracias because I learned something new today Cheesy

Edit2: ["", 99999, true]
99999 : timeout
true : for staking only
Probably shoulda mentioned this is on a windows machine but I can't get this to work even using a batch file. Might just have to give up on this little endeavor.
legendary
Activity: 1064
Merit: 1001
Did that, waiting to see what happens but will suck if I have to keep monitoring it all the time like this lol
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
So I have two bands that have been connected for ~7hrs... 24.154.55.93:11839/11840 but only one seems to be getting paid. Anyone else have ne thin similar ?

Edit: Just got another payment to band 2...







Click start all or remove and recreate
Pages:
Jump to: