Bitcoin Forum
June 27, 2024, 03:36:10 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 »
  Print  
Author Topic: [ANN][SPK] SPARKS | NO ICO | Masternodes 50% | Neoscrypt |  (Read 45316 times)
hasndz87777777
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
April 29, 2018, 05:35:09 AM
 #641

And well I think this is a sign of the pumping process that will happen again. No doubt that investment will lead to a point of profit, don't be doubting it and remain optimistic.
StifflersMoM69
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
April 30, 2018, 07:36:28 PM
 #642

Hi!

I am new here and would appreciate if somone could help me with my masternode.

It is ENABLED
Sparks-cli masternode status returns
Code:
 "status": "Masternode successfully started"
watch ~/Sparks-cli mnsync status returns
Code:
{
  "AssetID": 999,
  "AssetName": "MASTERNODE_SYNC_FINISHED",
  "Attempt": 0,
  "IsBlockchainSynced": true,
  "IsMasternodeListSynced": true,
  "IsWinnersListSynced": true,
  "IsSynced": true,
  "IsFailed": false
}
so everything seems fine.

But sentinel (venv/bin/python bin/sentinel.py) is getting me this error and the MN gets status EXPIRED after a couple of hours
Code:
  File "bin/sentinel.py", line 265, in <module>
    main()
  File "bin/sentinel.py", line 209, in main
    sentinel_ping(dashd)
  File "bin/sentinel.py", line 73, in sentinel_ping
    dashd.ping()
  File "lib/dashd.py", line 248, in ping
    self.rpc_command('sentinelping', config.sentinel_version)
  File "lib/dashd.py", line 42, in rpc_command
    return self.rpc_connection.__getattr__(params[0])(*params[1:])
  File "/root/.Sparks/sentinel/venv/local/lib/python2.7/site-packages/bitcoinrpc/authproxy.py", line 141, in __call__
    raise JSONRPCException(response['error'])
bitcoinrpc.authproxy.JSONRPCException: -32601: Method not found

Sparks.conf looks like this
Code:
rpcuser=someusername
rpcpassword=somepwd
rpcallowip=127.0.0.1
rpcport=8818
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
masternode=1
externalip=EXTERNAL_IP
srgmnr
Jr. Member
*
Offline Offline

Activity: 37
Merit: 3


View Profile
May 01, 2018, 10:27:50 AM
 #643

Hi,
I have A LOT error messages in debug.log, they are something like this:

2018-05-01 10:19:36 CGovernanceVote::IsValid -- VerifyMessage() failed, error: Keys don't match: pubkey=02cba140526a820309487593856c0b13a7458, pubkeyFromSig=9c0043ce9384795388722621b50eccc6fe0, strMessage=09183490b038c6442b5564dcee4d434327ead3021f76d96b3c2fd624343732ee0d60-1|6f93b410254539615dbfa0bb793457d9c491774d9f6c4d370545a75bfb4|3|1|1524765662, vchSig=Gyj3xu6EAxrvjBdE3kj4h5lk3j4hx3wWwfixtRj5ORR0Qh8kj3h4kl5hUPG0P9T/XO66W+oCB3l34Wkw1K1MJd5/8=


and CPU load over 40%

any ideas?

thanks
l3pox
Legendary
*
Offline Offline

Activity: 2576
Merit: 1135


There's no need to be upset


View Profile
May 02, 2018, 07:19:44 PM
 #644

is it dead?

.
.DuelbitsSPORTS.
▄▄▄███████▄▄▄
▄▄█████████████████▄▄
▄██████████████████████▄
██████████████████████████
███████████████████████████
██████████████████████████████
██████████████████████████████
█████████████████████████████
███████████████████████████
█████████████████████████
▀████████████████████████
▀▀███████████████████
██████████████████████████████
██
██
██
██

██
██
██
██

██
██
██
████████▄▄▄▄██▄▄▄██
███▄█▀▄▄▀███▄█████
█████████████▀▀▀██
██▀ ▀██████████████████
███▄███████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
▀█████████████████████▀
▀▀███████████████▀▀
▀▀▀▀█▀▀▀▀
OFFICIAL EUROPEAN
BETTING PARTNER OF
ASTON VILLA FC
██
██
██
██

██
██
██
██

██
██
██
10%   CASHBACK   
          100%   MULTICHARGER   
StifflersMoM69
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
May 03, 2018, 06:26:30 PM
 #645

They are active on discord. Support also.
BartVanseer
Newbie
*
Offline Offline

Activity: 112
Merit: 0


View Profile
May 06, 2018, 09:48:23 AM
 #646

Hi!

I am new here and would appreciate if somone could help me with my masternode.

It is ENABLED
Sparks-cli masternode status returns
Code:
 "status": "Masternode successfully started"
watch ~/Sparks-cli mnsync status returns
Code:
{
  "AssetID": 999,
  "AssetName": "MASTERNODE_SYNC_FINISHED",
  "Attempt": 0,
  "IsBlockchainSynced": true,
  "IsMasternodeListSynced": true,
  "IsWinnersListSynced": true,
  "IsSynced": true,
  "IsFailed": false
}
so everything seems fine.

But sentinel (venv/bin/python bin/sentinel.py) is getting me this error and the MN gets status EXPIRED after a couple of hours
Code:
  File "bin/sentinel.py", line 265, in <module>
    main()
  File "bin/sentinel.py", line 209, in main
    sentinel_ping(dashd)
  File "bin/sentinel.py", line 73, in sentinel_ping
    dashd.ping()
  File "lib/dashd.py", line 248, in ping
    self.rpc_command('sentinelping', config.sentinel_version)
  File "lib/dashd.py", line 42, in rpc_command
    return self.rpc_connection.__getattr__(params[0])(*params[1:])
  File "/root/.Sparks/sentinel/venv/local/lib/python2.7/site-packages/bitcoinrpc/authproxy.py", line 141, in __call__
    raise JSONRPCException(response['error'])
bitcoinrpc.authproxy.JSONRPCException: -32601: Method not found

Sparks.conf looks like this
Code:
rpcuser=someusername
rpcpassword=somepwd
rpcallowip=127.0.0.1
rpcport=8818
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
masternode=1
externalip=EXTERNAL_IP


It seems you are missing
Code:
masternodeprivkey=938yh49g4hbrg98h4rg0934htg0
in you conf file, can you check that first?
tross
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
May 11, 2018, 09:53:22 AM
 #647

Clutzykid.com
Scrypt & Alt mining Pool


Masternode coins & more!

Sparks has been added to the pool!

Come mine with us!

ccminer.exe -a neoscrypt -o stratum+tcp://clutzykid.com:4233 -u <SPK Address> -p c=SPK -------------------------------
ccminer.exe -a neoscrypt -o stratum+tcp://clutzykid.com:4233 -u <SPK Address> -p c=SPK,d=512   <<change difficulty
ccminer.exe -a neoscrypt -o stratum+tcp://clutzykid.com:4233 -u <SPK Address> -p c=SPK,rig1 <<add name of rig-----



Pool is located in Europe on a dedicated server! Come out lets get some coins!


http://cpumining.zapto.org/ <<<<<pow coin mining    http://solominer.ddns.net/<<<<<<< is the place to mine! 
Burstcoin mining POC mining
lanndrysmith
Newbie
*
Offline Offline

Activity: 112
Merit: 0


View Profile
May 12, 2018, 01:20:35 PM
 #648

I want to ask about the purpose of this project? The benefits are quite interesting.Waiting for good news and a bright future!
fleer
Full Member
***
Offline Offline

Activity: 364
Merit: 100



View Profile
May 12, 2018, 02:26:25 PM
 #649

I want to ask about the purpose of this project? The benefits are quite interesting.Waiting for good news and a bright future!

it was a quick pump and dump, devs disappeared.  likely russians from the kremlin.

●                                                           Z I X X                                                           ●
[     DISCORD     ]  [    TWITTER    ]  [ ANN THREAD ]  [   FACEBOOK   ]
|    Automated Shared MNs    |   80% Masternode Rewards   |    Highest "Locked %"    |
vaniril
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
May 12, 2018, 03:31:36 PM
 #650

Work hard and see result in the future bro   Cool
PoseidonDev
Copper Member
Newbie
*
Offline Offline

Activity: 266
Merit: 0

https://posq.space


View Profile WWW
May 13, 2018, 04:04:41 PM
 #651

Masternodes.Directory are giving away 5 x free coin listings on Twitter Smiley



Tweet: https://twitter.com/MasternodesDir/status/994363272567644163
Website: https://masternodes.directory/

AikaPool
Hero Member
*****
Offline Offline

Activity: 889
Merit: 500

AikaPool admin


View Profile WWW
May 15, 2018, 05:41:09 AM
 #652

The wallet v0.12.1.3 works unstably! (Last version from Github)
Peers are constantly disconnected.

Code:
2018-05-15 05:31:19 CGovernanceManager::Sync -- sent 1 objects and 0 votes to peer=1266
2018-05-15 05:31:20 keypool reserve 51
2018-05-15 05:31:20 keypool return 51
2018-05-15 05:31:21 CMasternodePayments::FillBlockPayee -- Masternode payment 900020750 to GgyHWWjnMBFxFdFupux3LCqDzZ7BD794iC
2018-05-15 05:31:21 CreateNewBlock(): total size 3072 txs: 2 fees: 41500 sigops 104
2018-05-15 05:31:28 ThreadSocketHandler -- removing node: peer=1265 addr=66.70.142.255:8890 nRefCount=2 fNetworkNode=1 fInbound=0 fMasternode=1
2018-05-15 05:31:52 UpdateTip: new best=0000000015356ffa188d0a6819a40f367a67433aeb1826941b0f9758a3b35525  height=97463  log2_work=55.764467  tx=132622  date=2018-05-15 05:31:32 progress=0.999991  cache=0.5MiB(1730tx)
2018-05-15 05:31:52 ProcessNewBlock : ACCEPTED
2018-05-15 05:31:52 CMasternodePayments::FillBlockPayee -- Masternode payment 900002260 to GQhSxuczSD1V1ujBKTDZoVCmdJcky3w2y2
2018-05-15 05:31:52 CreateNewBlock(): total size 1225 txs: 1 fees: 4520 sigops 102
2018-05-15 05:31:58 keypool reserve 51
2018-05-15 05:31:58 keypool return 51
2018-05-15 05:31:59 Closing Masternode connection: peer=1266, addr=69.46.16.199:8890
2018-05-15 05:31:59 Closing Masternode connection: peer=1267, addr=96.68.92.98:8890
2018-05-15 05:31:59 Closing Masternode connection: peer=1268, addr=107.174.85.142:8890
2018-05-15 05:31:59 Closing Masternode connection: peer=1269, addr=144.217.7.154:8890
2018-05-15 05:31:59 Closing Masternode connection: peer=1270, addr=149.56.46.55:8890
2018-05-15 05:31:59 Closing Masternode connection: peer=1271, addr=149.56.254.238:8890
2018-05-15 05:31:59 CMasternodeMan::CheckAndRemove
2018-05-15 05:31:59 CMasternodeMan::CheckAndRemove -- Masternodes: 1019, peers who asked us for Masternode list: 0, peers we asked for Masternode list: 0, entries in Masternode list we asked for: 0, masternode index size: 1053, nDsqCount
: 0
2018-05-15 05:31:59 CMasternodePayments::CheckAndRemove -- Votes: 50093, Blocks: 5011
2018-05-15 05:31:59 ThreadSocketHandler -- removing node: peer=1266 addr=69.46.16.199:8890 nRefCount=2 fNetworkNode=1 fInbound=0 fMasternode=1
2018-05-15 05:31:59 ThreadSocketHandler -- removing node: peer=1267 addr=96.68.92.98:8890 nRefCount=2 fNetworkNode=1 fInbound=0 fMasternode=1
2018-05-15 05:31:59 ThreadSocketHandler -- removing node: peer=1268 addr=107.174.85.142:8890 nRefCount=2 fNetworkNode=1 fInbound=0 fMasternode=1
2018-05-15 05:31:59 ThreadSocketHandler -- removing node: peer=1269 addr=144.217.7.154:8890 nRefCount=2 fNetworkNode=1 fInbound=0 fMasternode=1
2018-05-15 05:31:59 ThreadSocketHandler -- removing node: peer=1270 addr=149.56.46.55:8890 nRefCount=2 fNetworkNode=1 fInbound=0 fMasternode=1
2018-05-15 05:31:59 ThreadSocketHandler -- removing node: peer=1271 addr=149.56.254.238:8890 nRefCount=2 fNetworkNode=1 fInbound=0 fMasternode=1
2

fleer
Full Member
***
Offline Offline

Activity: 364
Merit: 100



View Profile
May 15, 2018, 11:02:40 AM
 #653

It seems like this is a promising project, when almost all projects rely on ICO so here there is no ICO and hope to be available soon in many exchanges like binance or livecoin.

all those icos are scams, this coin was also a scam but didnt use ico

●                                                           Z I X X                                                           ●
[     DISCORD     ]  [    TWITTER    ]  [ ANN THREAD ]  [   FACEBOOK   ]
|    Automated Shared MNs    |   80% Masternode Rewards   |    Highest "Locked %"    |
loutchano
Hero Member
*****
Offline Offline

Activity: 618
Merit: 500



View Profile WWW
May 15, 2018, 11:08:01 PM
 #654

New Pool  SPARKS


http://mineblocks.ch/

Configure Your Miners

stratum+tcp://stratum.mineblocks.ch:3149 -u YOUR WALLET -p x

Ports 3149,3150,3151 All ports Vardiff


Twitter : https://twitter.com/MineBlocksPool

Telegram : https://t.me/mineblocksp

Discord : https://discord.gg/xFwaE8Q

Happy Mining

sparksjosh
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
May 16, 2018, 04:22:47 AM
Last edit: May 20, 2018, 02:36:55 PM by sparksjosh
 #655

Hello all,

Sparks (SPK) is being taken over by a new team as the original developer had abandoned the project. A hard fork will occur at Block 100k and we will keep the original Ticker and Name. Please connect through the links below and download the updated wallet - version 12.2.5 available through the GitHub

We are a very active community on Discord and have the support of all the exchanges. We will soon be the dev team behind the project after the fork occurs.

Discord Link: https://discord.gg/TaYsEsX
Website: sparkscoin.io
Logo: Use from website
Explorer: Official explorer coming soon and link to be provided
Source Code/Wallet Link: https://github.com/SparksReborn/sparkspay/releases
Twitter: https://twitter.com/Sparkscoin
sparksjosh
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
May 16, 2018, 04:31:24 AM
 #656

The wallet v0.12.1.3 works unstably! (Last version from Github)
Peers are constantly disconnected.

Code:
2018-05-15 05:31:19 CGovernanceManager::Sync -- sent 1 objects and 0 votes to peer=1266
2018-05-15 05:31:20 keypool reserve 51
2018-05-15 05:31:20 keypool return 51
2018-05-15 05:31:21 CMasternodePayments::FillBlockPayee -- Masternode payment 900020750 to GgyHWWjnMBFxFdFupux3LCqDzZ7BD794iC
2018-05-15 05:31:21 CreateNewBlock(): total size 3072 txs: 2 fees: 41500 sigops 104
2018-05-15 05:31:28 ThreadSocketHandler -- removing node: peer=1265 addr=66.70.142.255:8890 nRefCount=2 fNetworkNode=1 fInbound=0 fMasternode=1
2018-05-15 05:31:52 UpdateTip: new best=0000000015356ffa188d0a6819a40f367a67433aeb1826941b0f9758a3b35525  height=97463  log2_work=55.764467  tx=132622  date=2018-05-15 05:31:32 progress=0.999991  cache=0.5MiB(1730tx)
2018-05-15 05:31:52 ProcessNewBlock : ACCEPTED
2018-05-15 05:31:52 CMasternodePayments::FillBlockPayee -- Masternode payment 900002260 to GQhSxuczSD1V1ujBKTDZoVCmdJcky3w2y2
2018-05-15 05:31:52 CreateNewBlock(): total size 1225 txs: 1 fees: 4520 sigops 102
2018-05-15 05:31:58 keypool reserve 51
2018-05-15 05:31:58 keypool return 51
2018-05-15 05:31:59 Closing Masternode connection: peer=1266, addr=69.46.16.199:8890
2018-05-15 05:31:59 Closing Masternode connection: peer=1267, addr=96.68.92.98:8890
2018-05-15 05:31:59 Closing Masternode connection: peer=1268, addr=107.174.85.142:8890
2018-05-15 05:31:59 Closing Masternode connection: peer=1269, addr=144.217.7.154:8890
2018-05-15 05:31:59 Closing Masternode connection: peer=1270, addr=149.56.46.55:8890
2018-05-15 05:31:59 Closing Masternode connection: peer=1271, addr=149.56.254.238:8890
2018-05-15 05:31:59 CMasternodeMan::CheckAndRemove
2018-05-15 05:31:59 CMasternodeMan::CheckAndRemove -- Masternodes: 1019, peers who asked us for Masternode list: 0, peers we asked for Masternode list: 0, entries in Masternode list we asked for: 0, masternode index size: 1053, nDsqCount
: 0
2018-05-15 05:31:59 CMasternodePayments::CheckAndRemove -- Votes: 50093, Blocks: 5011
2018-05-15 05:31:59 ThreadSocketHandler -- removing node: peer=1266 addr=69.46.16.199:8890 nRefCount=2 fNetworkNode=1 fInbound=0 fMasternode=1
2018-05-15 05:31:59 ThreadSocketHandler -- removing node: peer=1267 addr=96.68.92.98:8890 nRefCount=2 fNetworkNode=1 fInbound=0 fMasternode=1
2018-05-15 05:31:59 ThreadSocketHandler -- removing node: peer=1268 addr=107.174.85.142:8890 nRefCount=2 fNetworkNode=1 fInbound=0 fMasternode=1
2018-05-15 05:31:59 ThreadSocketHandler -- removing node: peer=1269 addr=144.217.7.154:8890 nRefCount=2 fNetworkNode=1 fInbound=0 fMasternode=1
2018-05-15 05:31:59 ThreadSocketHandler -- removing node: peer=1270 addr=149.56.46.55:8890 nRefCount=2 fNetworkNode=1 fInbound=0 fMasternode=1
2018-05-15 05:31:59 ThreadSocketHandler -- removing node: peer=1271 addr=149.56.254.238:8890 nRefCount=2 fNetworkNode=1 fInbound=0 fMasternode=1
2


Please download 12.2.4 from this link:
Source Code: https://github.com/SparksReborn/sparkspay

We are the team behind the takeover/fork. Join our Discord: https://discord.gg/TaYsEsX
harbet.robison
Newbie
*
Offline Offline

Activity: 98
Merit: 0


View Profile
May 17, 2018, 05:56:12 PM
 #657

Could you give us more information about this coin?
tazmako
Full Member
***
Offline Offline

Activity: 350
Merit: 100


XDNA - Most innovative cryptocurrency in 2018


View Profile
May 17, 2018, 07:32:14 PM
 #658

hope new dev make this project reborn

XDNA ❱❭ Dynamic. New. Adaptable.
Revolution in PoW GPU mining | Innovation in Masternode investing
° BitGun ° T.N.T. ° XDNA Foundation °
Stable block reward even with a 10000% increase of hashrate![/url]
                 |Website| Whitepaper| Discord| Telegram | Github|                
galixxx
Full Member
***
Offline Offline

Activity: 149
Merit: 100


View Profile
May 18, 2018, 07:23:34 AM
 #659

didn't see we are having a fork. sent some spk to southexchange today but they have disabled the wallet.
is my sent amount lost now?
counterline1
Newbie
*
Offline Offline

Activity: 80
Merit: 0


View Profile
May 18, 2018, 07:58:22 AM
 #660

How can i mine this coin?
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 »
  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!