Bitcoin Forum
May 07, 2024, 08:25:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: .
. - 0 (0%)
. - 0 (0%)
Total Voters: 0

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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 »
  Print  
Author Topic: [ANN][TX]TRANSFER - BITTREX - MULTIPOOL - ANDROID - POW/POS,TOR, MN, Stealth  (Read 119906 times)
Jerry S
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
August 16, 2015, 02:36:27 AM
 #141

trying to stake a few hundreds of it, with small amounts and few big ones
1715113543
Hero Member
*
Offline Offline

Posts: 1715113543

View Profile Personal Message (Offline)

Ignore
1715113543
Reply with quote  #2

1715113543
Report to moderator
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715113543
Hero Member
*
Offline Offline

Posts: 1715113543

View Profile Personal Message (Offline)

Ignore
1715113543
Reply with quote  #2

1715113543
Report to moderator
1715113543
Hero Member
*
Offline Offline

Posts: 1715113543

View Profile Personal Message (Offline)

Ignore
1715113543
Reply with quote  #2

1715113543
Report to moderator
ozboy2014
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
August 16, 2015, 03:52:36 AM
 #142

got me 1st 150 staking...  Grin
ozboy2014
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
August 16, 2015, 05:50:06 AM
Last edit: August 16, 2015, 07:06:29 AM by ozboy2014
 #143

can somebody tell me how masternodes works ? or where i can find some releveant information please ?

Transfer send is performed by Masternodes, servers operating on a decentralized volunteer network which have the responsibility of signing the transactions.  Random Masternodes are then elected to perform the coin mixing.

Masternodes are trust-less, in the sense that they cannot steal user coins, and the combination of multiple Masternodes ensures that no single node has full knowledge of both inputs and outputs in the transaction process.

To avoid a "bad actor" scenario, in which many Masternodes are operated by an adversary who wants to de-anonymize transactions, a deterrent has been put in place in which 100 000 TX are required to own and operate a Masternode. As an incentive for operating a Masternode, chosen nodes currently earn 50% of the mining rewards.

How to setup a Masternode

To start a Masternode you need 100 000 TX in one input block.
The input must have 10 confirms, before trying to setup masternode.

Use console command:


Code:
masternode genkey

Copy the result and place that in trasfer.conf :
change other values depending on your setup

Code:
rpcallowip=127.0.0.1
rpcuser=REPLACEME
rpcpassword=REPLACEME
server=1
daemon=1
listen=1
staking=0
port=REPLACEMEWITHYOURPORT
masternodeaddr=YourIPAddress:9999 (address should be in the format 123.456.789.123:9999 or asjkasjakssa.onion:9999)
masternode=1
masternodeprivkey=ValueGeneratedByGenKeyCommand

make sure Port 9999 can accept incoming connections

Restart wallet and use Console command:

Code:
masternode start


Do you need a dedicated server to setup Masternode? how long does it take for a Masternode to start earning?
Transfer dev (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
August 16, 2015, 07:38:57 AM
 #144

can somebody tell me how masternodes works ? or where i can find some releveant information please ?

Transfer send is performed by Masternodes, servers operating on a decentralized volunteer network which have the responsibility of signing the transactions.  Random Masternodes are then elected to perform the coin mixing.

Masternodes are trust-less, in the sense that they cannot steal user coins, and the combination of multiple Masternodes ensures that no single node has full knowledge of both inputs and outputs in the transaction process.

To avoid a "bad actor" scenario, in which many Masternodes are operated by an adversary who wants to de-anonymize transactions, a deterrent has been put in place in which 100 000 TX are required to own and operate a Masternode. As an incentive for operating a Masternode, chosen nodes currently earn 50% of the mining rewards.

How to setup a Masternode

To start a Masternode you need 100 000 TX in one input block.
The input must have 10 confirms, before trying to setup masternode.

Use console command:


Code:
masternode genkey

Copy the result and place that in trasfer.conf :
change other values depending on your setup

Code:
rpcallowip=127.0.0.1
rpcuser=REPLACEME
rpcpassword=REPLACEME
server=1
daemon=1
listen=1
staking=0
port=REPLACEMEWITHYOURPORT
masternodeaddr=YourIPAddress:9999 (address should be in the format 123.456.789.123:9999 or asjkasjakssa.onion:9999)
masternode=1
masternodeprivkey=ValueGeneratedByGenKeyCommand

make sure Port 9999 can accept incoming connections

Restart wallet and use Console command:

Code:
masternode start


Do you need a dedicated server to setup Masternode? how long does it take for a Masternode to start earning?

Dedicated server can be your pc, laptop or any workstation (with working wallet).
Masternode starts earning in 10 minutes. (probably less)
ozboy2014
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
August 16, 2015, 10:11:07 AM
 #145

Thanks Dev.

"not capable masternode: Could not connect to xxx.xxx.xxx.xxx:9999"

is that because I haven't got full coins in wallet (some were staking)
Transfer dev (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
August 16, 2015, 10:30:22 AM
Last edit: August 16, 2015, 11:34:45 AM by Transfer dev
 #146

Thanks Dev.

"not capable masternode: Could not connect to xxx.xxx.xxx.xxx:9999"

is that because I haven't got full coins in wallet (some were staking)


Hi


Check you PM.

You can´t stake if you want use masternode. (one or another... not both)
Is your transfer.conf on the place? (Windows   %AppData%/transfer/transfer.conf)


transfer.conf

rpcallowip=127.0.0.1
rpcuser=REPLACEME
rpcpassword=REPLACEME
server=1
daemon=1
listen=1
staking=0
port=9999
masternodeaddr=YourIPAddress:9999 (address should be in the format 123.456.789.123:9999)
masternode=1
masternodeprivkey=ValueGeneratedByGenKeyCommand


* if you get any errors, try starting wallet with masternode=0 before the genkey command.

I can see 4 working masternodes now in wallet. Only one of them use port 9999. ( or try 9001, 17170)


Edit: I will make youtube tutorial ( in 24 hours).

Dave (Pairex)
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
August 16, 2015, 11:34:52 AM
 #147

Grow with us guys  Smiley

https://twitter.com/pairexchange
coldfusion
Full Member
***
Offline Offline

Activity: 231
Merit: 100


View Profile
August 16, 2015, 12:29:41 PM
 #148

Looks like someone is trying to keep the price below 356 on Yobit.
Sir_Astral
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


View Profile
August 16, 2015, 12:34:39 PM
 #149

Looks like someone is trying to keep the price below 356 on Yobit.

Someone is trying to accumulate.  Smiley
ozboy2014
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
August 16, 2015, 01:40:06 PM
 #150

Thanks Dev.

"not capable masternode: Could not connect to xxx.xxx.xxx.xxx:9999"

is that because I haven't got full coins in wallet (some were staking)


Hi


Check you PM.

You can´t stake if you want use masternode. (one or another... not both)
Is your transfer.conf on the place? (Windows   %AppData%/transfer/transfer.conf)


transfer.conf

rpcallowip=127.0.0.1
rpcuser=REPLACEME
rpcpassword=REPLACEME
server=1
daemon=1
listen=1
staking=0
port=9999
masternodeaddr=YourIPAddress:9999 (address should be in the format 123.456.789.123:9999)
masternode=1
masternodeprivkey=ValueGeneratedByGenKeyCommand


* if you get any errors, try starting wallet with masternode=0 before the genkey command.

I can see 4 working masternodes now in wallet. Only one of them use port 9999. ( or try 9001, 17170)


Edit: I will make youtube tutorial ( in 24 hours).



Nope.. followed everything down to a T.. given up.. I'll just stick with staking. Might be something with win 8.1.. I had a DarkSend error.. Is the wallet a replication from DASH wallet?
Joshua kingpin
Member
**
Offline Offline

Activity: 121
Merit: 10


View Profile
August 16, 2015, 04:09:49 PM
 #151

Looks like someone is trying to keep the price below 356 on Yobit.

Someone is trying to accumulate.  Smiley

Me too.  Cheesy. I believe we will see sub 100 sat in the few days.

▰   SEMUX   -   An innovative high-performance blockchain platform   ▰
■▬▬▬▬▬      Powered by Semux BFT consensus algorithm      ▬▬▬▬▬■
Github   -   Discord   -   Twitter   -   Telegram   -   Airdrop to BTC holders
ret
Sr. Member
****
Offline Offline

Activity: 264
Merit: 250


View Profile
August 16, 2015, 04:41:22 PM
 #152

Looks like someone is trying to keep the price below 356 on Yobit.

Someone is trying to accumulate.  Smiley

Me too.  Cheesy. I believe we will see sub 100 sat in the few days.
100sat? or 1000Sat...
ankylotic
Sr. Member
****
Offline Offline

Activity: 477
Merit: 501



View Profile
August 16, 2015, 05:10:02 PM
 #153

I keep getting this error when setting up masternode:

not capable masternode: Unknown. Check debug.log for more information

GUI: QTextCursor::setPosition: Position '1' out of range
donnyespo
Hero Member
*****
Offline Offline

Activity: 827
Merit: 1000


Twitter: @bitcoin_dad


View Profile
August 16, 2015, 05:18:13 PM
 #154

Looks like someone is trying to keep the price below 356 on Yobit.

Someone is trying to accumulate.  Smiley

Me too.  Cheesy. I believe we will see sub 100 sat in the few days.
100sat? or 1000Sat...

im thinking more like 1000, still a low market cap

            ▄▄████▄▄
        ▄▄██████████████▄▄
      ███████████████████████▄▄
      ▀▀█████████████████████████
██▄▄       ▀▀█████████████████████
██████▄▄        ▀█████████████████
███████████▄▄       ▀▀████████████
███████████████▄▄        ▀████████
████████████████████▄▄       ▀▀███
 ▀▀██████████████████████▄▄
     ▀▀██████████████████████▄▄
▄▄        ▀██████████████████████▄
████▄▄        ▀▀██████████████████
█████████▄▄        ▀▀█████████████
█████████████▄▄        ▀▀█████████
██████████████████▄▄        ▀▀████
▀██████████████████████▄▄
  ▀▀████████████████████████
      ▀▀█████████████████▀▀
           ▀▀███████▀▀



.SEMUX
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
  Semux uses .100% original codebase.
  Superfast with .30 seconds instant finality.
  Tested .5000 tx per block. on open network
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
ret
Sr. Member
****
Offline Offline

Activity: 264
Merit: 250


View Profile
August 16, 2015, 05:25:47 PM
 #155

Looks like someone is trying to keep the price below 356 on Yobit.

Someone is trying to accumulate.  Smiley

Me too.  Cheesy. I believe we will see sub 100 sat in the few days.
100sat? or 1000Sat...

im thinking more like 1000, still a low market cap
me too,want believe that this coin go to .001sat.
Only 5 days...
Sir_Astral
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


View Profile
August 16, 2015, 06:45:29 PM
 #156

Website, TOR, masternodes, Win/Mac wallets, no premine, block explorer. This coin is worth more than coins without any features/website + premine.
logocreator
Legendary
*
Offline Offline

Activity: 1134
Merit: 1000


www.cryptodesign.cc


View Profile WWW
August 16, 2015, 09:23:58 PM
 #157

My coins are stucked on that new exchange, lumecamp, more then 2 days.

Transfer dev (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
August 16, 2015, 09:56:22 PM
 #158

My coins are stucked on that new exchange, lumecamp, more then 2 days.
I lost some coins there too.
I will delist that exchange from OP.
ozboy2014
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
August 16, 2015, 10:40:03 PM
 #159

I keep getting this error when setting up masternode:

not capable masternode: Unknown. Check debug.log for more information

GUI: QTextCursor::setPosition: Position '1' out of range

Same here.
ankylotic
Sr. Member
****
Offline Offline

Activity: 477
Merit: 501



View Profile
August 16, 2015, 11:09:58 PM
 #160

I keep getting this error when setting up masternode:

not capable masternode: Unknown. Check debug.log for more information

GUI: QTextCursor::setPosition: Position '1' out of range

Same here.

Dev please assist
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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 »
  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!