Bitcoin Forum
May 23, 2024, 11:33:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: yiimp + futurocoin | mining problem | bounty 0.05 btc  (Read 249 times)
mrhashbash (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 6


View Profile
November 02, 2018, 10:30:47 AM
 #1

i am trying to solo mine this coin.

I set up a mining pool yiimp, compiled wallet from source, run daemon, etc...

Check masternode option under coinfig settings of futuro coin and I always get invalid masternode payment.

Code:
CMasternodeBlockPayees::IsTransactionValid -- ERROR: Missing required payment, possible payees: 'FeUzHAQ2ga4hPC6YvpqZ7Cyom8axfCJpCB', amount: 6.659056 FUTURO
2018-11-02 10:09:41 IsBlockPayeeValid -- ERROR: Invalid masternode payment detected at height 376350: CTransaction(hash=2380e0fa64, ver=2, vin.size=1, vout.size=1, nLockTime=0)
    CTxIn(COutPoint(0000000000000000000000000000000000000000000000000000000000000000, 4294967295), coinbase 031ebe05043b22dc5b088100000d82b101007969696d7000, nSequence=0)
2018-11-02 10:09:41 ERROR: ConnectBlock(FUTURO): couldn't find masternode payments
2018-11-02 10:09:41 InvalidChainFound: invalid block=00000000000001601e24f6ca5f50da56aa0def3fc086dd6091a767c430cae2bd  height=376350  log2_work=73.139456  date=2018-11-02 10:08:59
2018-11-02 10:09:41 InvalidChainFound:  current best=000000000000017789d76b5dde39990bfa9471f234d725b905decd98000270d1  height=376349  log2_work=73.139451  date=2018-11-02 10:06:45
2018-11-02 10:09:41 ERROR: ConnectTip(): ConnectBlock 00000000000001601e24f6ca5f50da56aa0def3fc086dd6091a767c430cae2bd failed
2018-11-02 10:09:41 InvalidChainFound: invalid block=00000000000001601e24f6ca5f50da56aa0def3fc086dd6091a767c430cae2bd  height=376350  log2_work=73.139456  date=2018-11-02 10:08:59
2018-11-02 10:09:41 InvalidChainFound:  current best=000000000000017789d76b5dde39990bfa9471f234d725b905decd98000270d1  height=376349  log2_work=73.139451  date=2018-11-02 10:06:45

Can someone tell me how did zpool and other yiimp base pools did this. I am willing to pay you for solution.

paying: 0.05 btc if anyone can solve this issue.
bor4t
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
November 12, 2018, 05:25:33 AM
 #2

have you try to check masternode option in yiimp coin config?
herrdrone
Sr. Member
****
Offline Offline

Activity: 633
Merit: 267


View Profile
November 12, 2018, 06:32:01 AM
 #3

Maybe this old thread will help: https://bitcointalk.org/index.php?topic=2288715.0;prev_next=next

RAVENCOIN BENCHMARKS-> https://ravencoinhashrate.space/
minetheplanet
Newbie
*
Offline Offline

Activity: 28
Merit: 1


View Profile
September 03, 2020, 02:02:24 AM
 #4

I have solution for you - send me a DM - ready to accept bounty Smiley
Lafu
Legendary
*
Offline Offline

Activity: 2982
Merit: 3105



View Profile
September 03, 2020, 10:50:20 AM
Last edit: September 03, 2020, 12:28:48 PM by Lafu
 #5

Thats i have done for a Masternode Coin setup on my Yiimp Pool !

You have to create a masternode adress first in the yiimp console !!!

You get some help when you type in the console : masternode help

Code:
arguments:
1. "command"        (string or set of strings, required) the command to execute

available commands:
  count        - get information about number of masternodes (deprecated options: 'total', 'ps', 'enabled', 'qualify', 'all')
  current      - print info on current masternode winner to be paid the next block (calculated locally)
  genkey       - generate new masternodeprivkey
  outputs      - print masternode compatible outputs
  start-alias  - start single remote masternode by assigned alias configured in masternode.conf
  start-<mode> - start remote masternodes configured in masternode.conf (<mode>: 'all', 'missing', 'disabled')
  status       - print masternode status information
  list         - print list of all known masternodes (see masternodelist for more info)
  list-conf    - print masternode.conf in json format
  winner       - print info on next masternode winner to vote for
  winners      - print list of masternode winners

To create the Masternode !

In Console:

masternode genkey  <--- you need this laters in the wallet.conf

getaccountaddress mn1  <---- that will create the masternode account adress where you have to ship the coins that activate the Masternode

Send the coins to the Masternode Adress

when they confirmed type in the console masternode outputs and you get a number that you need in the masternode.conf

masternode.conf

Code:
mn1 127.0.0.1:port yourmasternodeprivkey yourmasternodeoutputs 1


That or something like that with your Coin details should be in your Wallet.conf !

Wallet.conf
Code:
rpcuser=yiimprpc
rpcpassword=yourpassword
rpcport=yourport
rpcthreads=8
rpcallowip=127.0.0.1
# onlynet=ipv4
maxconnections=12
daemon=1
gen=0

externalip=
port=your port
masternode=0  (when the wallet is fully synced change it to 1)
masternodeprivkey=your masternode pkey

To start the masternode on yiimp conole type masternode start-alias mn1 in the console

If the masternode has started you will get this message in the console:

Code:
{
    "alias": "mn1",
    "result": "successful"
}

Hope this helps maybe , that i have done for a masternode i run on my pool !

You also should setup a stratum port for the coin !

Source : From my pool wallet.conf , masternode conf , yiimp pool console !

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!