Bitcoin Forum
April 20, 2024, 04:24:42 AM *
News: Latest Bitcoin Core release: 26.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 36 37 38 39 40 41 42 »
  Print  
Author Topic: [ANN] [BOD] Bloodcoin|End the Bloodshed|0.11.2.29| POW|Quark|NO ICO|Masternodes  (Read 68663 times)
coinut
Full Member
***
Offline Offline

Activity: 253
Merit: 100


View Profile
July 11, 2015, 10:04:01 PM
 #441

are you running a masternode.conf?
Even in the event that an attacker gains more than 50% of the network's computational power, only transactions sent by the attacker could be reversed or double-spent. The network would not be destroyed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713587082
Hero Member
*
Offline Offline

Posts: 1713587082

View Profile Personal Message (Offline)

Ignore
1713587082
Reply with quote  #2

1713587082
Report to moderator
1713587082
Hero Member
*
Offline Offline

Posts: 1713587082

View Profile Personal Message (Offline)

Ignore
1713587082
Reply with quote  #2

1713587082
Report to moderator
1713587082
Hero Member
*
Offline Offline

Posts: 1713587082

View Profile Personal Message (Offline)

Ignore
1713587082
Reply with quote  #2

1713587082
Report to moderator
go6ooo1212
Legendary
*
Offline Offline

Activity: 1512
Merit: 1000


quarkchain.io


View Profile
July 11, 2015, 10:08:17 PM
 #442

are you running a masternode.conf?


No I deleted it Smiley
SalimNagamato (OP)
Legendary
*
Offline Offline

Activity: 924
Merit: 1000



View Profile
July 12, 2015, 07:48:34 AM
 #443

idcray and suprnova pools updated wallets
in ffpool i see the blocks are not paying to masternodes. checking with them

not hashing, folding and curing (check FLDC merged-folding! reuse good GPUs)
go6ooo1212
Legendary
*
Offline Offline

Activity: 1512
Merit: 1000


quarkchain.io


View Profile
July 12, 2015, 08:58:42 AM
 #444

It seems now I have only one active node, and someone has a broken one :
Code:


{
    "94.242.59.71:5011" : "ENABLED",
    "213.168.249.109:5011" : "ENABLED",
    "45.79.151.37:5011" : "ENABLED",
    "101.161.49.196:5011" : "POS_ERROR",
    "71.237.125.226:5011" : "ENABLED",
    "46.238.44.222:5011" : "ENABLED",
    "101.161.49.196:5011" : "ENABLED"
}
Leesminer
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
July 12, 2015, 10:16:19 AM
Last edit: July 16, 2015, 05:11:48 PM by grue
 #445

Wallet update for masternodes version 0.11.2.26

Windows wallet: http://www.bloodcoin.cc/DL/bloodcoin-v0.11.2.26-qt.exe
OSX wallet: http://www.bloodcoin.cc/DL/Bloodcoin-v0.11.2.26-Qt.app.zip
source: https://github.com/blood2/bloodcoin-0.9

* when I updated my Windows wallet, i had to go into Settings->Options, and reset to default settings
  unless the Fee was too high.



Pools, exchanges, nodes: please update from latest push to github https://github.com/blood2/bloodcoin-0.9

notice: daemon name changed. now using bloodcoind

how to update daemon (from source):

cd bloodcoin-0.9
make clean
git pull
./autogen.sh
./configure --disable-tests --disable-dependency-tracking --disable-maintainer-mode --without-gui
make
strip src/bloodcoind

(or use your own procedure ... better to run make clean, before git pull. or make a new git clone)




maternode payment start time: 2015-07-12 18:00:00 GMT
block reward percentage 20% flat.
amount of coins to activate masternode: exactly 100,000 BOD


please update


Allright just updated my wallet.

Let's see if I can set up a masternode  Smiley

Good job dev.
SalimNagamato (OP)
Legendary
*
Offline Offline

Activity: 924
Merit: 1000



View Profile
July 12, 2015, 02:37:57 PM
 #446

still waiting for ocminer, ffpool, idray, we-mine-coins, yobit to update. please update ASAP, masternode payments suppose to start tomorrow
let me know once you are on latest 0.11.2.26 and if everything (payouts too) works fine

thanks


Updated

We have updated too

ffpool
added pull request to git
https://github.com/blood2/yaamp/commit/d3cb461657026f757660181cd0e1d460b72f4f81
please fix your pool and recompile ASAP to support Bloodcoin's new masternodes
payment enforce starts today
I think this will fix the issue

thank you

not hashing, folding and curing (check FLDC merged-folding! reuse good GPUs)
SalimNagamato (OP)
Legendary
*
Offline Offline

Activity: 924
Merit: 1000



View Profile
July 12, 2015, 04:17:01 PM
Last edit: July 12, 2015, 07:58:09 PM by SalimNagamato
 #447

* still didn't get reply from Yobit about wallet update. (they are updating now)


also YAAMP based pools please update your software to support BOD masternode
see pull request for code change https://github.com/globalzon/yaamp/pull/1

not hashing, folding and curing (check FLDC merged-folding! reuse good GPUs)
bones261
Legendary
*
Offline Offline

Activity: 1806
Merit: 1826



View Profile
July 13, 2015, 04:08:46 AM
 #448

basically it is the same procedure as DASH's masternodes
(will be glad if other community members help to perfect instructions for less technical people)

short howto:

0. make sure port 5011 is being forwarded to the PC running the wallet.

1. go to wallet, to Tools->Debug console

2. find account address to fund with exactly 100,000 BOD (in 1 transaction), type in debug console:

getaccountaddress 0

3. send 100k BOD and wait 15 confirmations (with 1 transactions of exactly 100000)

4. in wallet debug console:

masternode genkey


5. edit bloodcoin.conf, add masternode's configuration:

masternodeprivkey=the string from step 4's genkey
masternode=1
masternodeaddr=your.external.ip:5011

6. restart wallet, go to debug cosole:

masternode start

7. your should see your IP when running in debug console:

masternode list

(example: )
Code:
21:54:25

masternode list


21:54:25

{
    "94.242.59.71:5011" : "ENABLED"
}


Salim, you may want to add these instructions to the OP, or link to it in the OP, so it doesn't get lost as this thread grows.
SalimNagamato (OP)
Legendary
*
Offline Offline

Activity: 924
Merit: 1000



View Profile
July 13, 2015, 06:00:16 AM
 #449

added link in OP, will make an instruction page on the website too

also wrote a workaround for initial wallet sync  (first run wallet with command line arguments: -connect=ns000.bloodcoin.cc -listen 0, or add to bloodcoin.conf)
initial blcokchain download getting very slow after few thousands blocks
the workaround works well, until i find and fix this bug

not hashing, folding and curing (check FLDC merged-folding! reuse good GPUs)
SalimNagamato (OP)
Legendary
*
Offline Offline

Activity: 924
Merit: 1000



View Profile
July 13, 2015, 06:55:48 AM
 #450

* still didn't get reply from Yobit about wallet update. (they are updating now)


also YAAMP based pools please update your software to support BOD masternode
see pull request for code change https://github.com/globalzon/yaamp/pull/1

ffpool seem good now... and payment to masternode is working
still waiting on yobit to update if they compiled.

and going to release new version tonight/tomorrow for everyone (pools+nodes)
to try fix new wallet's initial block download

not hashing, folding and curing (check FLDC merged-folding! reuse good GPUs)
SalimNagamato (OP)
Legendary
*
Offline Offline

Activity: 924
Merit: 1000



View Profile
July 13, 2015, 02:04:47 PM
Last edit: July 13, 2015, 04:40:49 PM by SalimNagamato
 #451

Mandatory update

please update to version 0.11.2.28

added checkpoint, and a fix to syncing issues  (it fixed on my test environment after everyone updated)
also disabled building tests binaries by default.
rejecting old protocol version clients as peers...

all nodes and pools and exchange please update !

sorry for making you work hard Smiley
but its important for all to be on same version

Windows wallet: http://www.bloodcoin.cc/DL/bloodcoin-v0.11.2.28-qt.exe
OSX http://www.bloodcoin.cc/DL/Bloodcoin-v0.11.2.28-Qt.app.zip
Git https://github.com/blood2/bloodcoin-0.9

not hashing, folding and curing (check FLDC merged-folding! reuse good GPUs)
YoBit
Legendary
*
Offline Offline

Activity: 1007
Merit: 1010

★YoBit.Net★


View Profile WWW
July 13, 2015, 03:19:47 PM
 #452

BOD wallet updated!

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.YoBit AirDrop $.|.Get 700 YoDollars for Free!.🏆
SalimNagamato (OP)
Legendary
*
Offline Offline

Activity: 924
Merit: 1000



View Profile
July 13, 2015, 04:18:39 PM
 #453

waiting on pools and nodes to update. also it would be lovely if MPOS pools will try to fix their stats

so.... this coin started as a sharkcoin clone (sharkcoin's son).
then we had to fork, to fix for the coin's parameters.
and then moved to Quark 0.9 branch

and now. we go Dark

this is the first quark based with Masternodes
I know this is not very innovative yet. but it was a lot of work



not hashing, folding and curing (check FLDC merged-folding! reuse good GPUs)
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
July 13, 2015, 04:19:15 PM
 #454

waiting on pools and nodes to update. also it would be lovely if MPOS pools will try to fix their stats

so.... this coin started as a sharkcoin clone (sharkcoin's son).
then we had to fork, to fix for the coin's parameters.
and then moved to Quark 0.9 branch

and now. we go Dark

this is the first quark based with Masternodes
I know this is not very innovative yet. but it was a lot of work



Updated !

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
SalimNagamato (OP)
Legendary
*
Offline Offline

Activity: 924
Merit: 1000



View Profile
July 13, 2015, 06:25:19 PM
 #455

thank you ocminer
you are, as always... doing great service to the altcoins.

nodes, rest of pools ... update! Smiley

not hashing, folding and curing (check FLDC merged-folding! reuse good GPUs)
ffpool.net
Member
**
Offline Offline

Activity: 82
Merit: 10


View Profile
July 13, 2015, 06:26:20 PM
 #456

http://ffpool.net updated too !
saymissme
Sr. Member
****
Offline Offline

Activity: 260
Merit: 250


View Profile
July 14, 2015, 02:20:02 AM
 #457

idcray pool
updated!
SalimNagamato (OP)
Legendary
*
Offline Offline

Activity: 924
Merit: 1000



View Profile
July 14, 2015, 04:46:57 AM
Last edit: July 14, 2015, 03:25:08 PM by SalimNagamato
 #458

thank you for updating
also all nodes and solo miners need to update. (i see at least 2 node still with 0.11.2.26 - it is important you update too)

tested new wallet sync from scratch, and it works better now

not hashing, folding and curing (check FLDC merged-folding! reuse good GPUs)
SalimNagamato (OP)
Legendary
*
Offline Offline

Activity: 924
Merit: 1000



View Profile
July 14, 2015, 03:06:47 PM
 #459

is anyone interested in joining me working for this coin ?
for forming a bigger team of people developing and promoting

especially needed is web designer, graphics designer and CSS programmer.
also needed is more promotion and community

right now only 2.3 million coins in the premine wallet. so bounties are not going to be big.
not looking to pay bounties. but i wish, if there is any developer out there in the community, to join me in a team to support the coin

it is too quiet in here

not hashing, folding and curing (check FLDC merged-folding! reuse good GPUs)
Leesminer
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
July 14, 2015, 04:43:47 PM
Last edit: July 16, 2015, 05:12:02 PM by grue
 #460

Mandatory update

please update to version 0.11.2.28

added checkpoint, and a fix to syncing issues  (it fixed on my test environment after everyone updated)
also disabled building tests binaries by default.
rejecting old protocol version clients as peers...

all nodes and pools and exchange please update !

sorry for making you work hard Smiley
but its important for all to be on same version

Windows wallet: http://www.bloodcoin.cc/DL/bloodcoin-v0.11.2.28-qt.exe
OSX http://www.bloodcoin.cc/DL/Bloodcoin-v0.11.2.28-Qt.app.zip
Git https://github.com/blood2/bloodcoin-0.9


Ok I have updated aswell, went smoothly.

Thanks dev Wink
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 »
  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!