Bitcoin Forum
July 02, 2024, 10:42:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 5 6 7 8 9 10 »
41  Local / 山寨币 / Re: 最近为什么SEMUX很火,这个币有什么技术优势吗? on: December 20, 2017, 03:35:38 PM
我已经撸了,一天两次,一次0.3个币,很不错的活动

好的,感谢,有网址吗,我去试试
42  Local / 山寨币 / 最近为什么SEMUX很火,这个币有什么技术优势吗? on: December 20, 2017, 02:38:01 PM
老铁们,最近好像SEMUX很火的样子,值得撸吗?哪里有水龙头免费撸的?
43  Local / 山寨币 / Re: SEMUX水龙头(faucet)升级版-撸的多送的多额外奖励-撸一次价值3元了 on: December 20, 2017, 02:25:47 PM
为什么这段时间SEMUX这么火???
44  Local / 山寨币 / Re: SEMUX水龙头(faucet)升级版-撸的多送的多额外奖励-撸一次价值3元了 on: December 20, 2017, 01:09:02 PM
支持,支持
45  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SEM] Semux - Official Thread - 🚀 BTC Airdrop Now 🚀 on: December 18, 2017, 05:08:16 AM
Already set the signature
46  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Chaucha: Educational cryptocurrency for Latin America on: December 18, 2017, 02:54:00 AM
IMPORTANT STATEMENT FROM MPOS-POOLS

We have technical issues. All coins are safe, but database was lost.
All mpos-pools users have to send in pm their wallet address
and expexted amount of coins on the pool.

We will collect this information during 72 hours.
After that we will not accept new addresses.

All payments will be proceed in 72 hours

Brother, my money

47  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Chaucha: Educational cryptocurrency for Latin America on: December 18, 2017, 01:41:59 AM
A ylimp pool needs support

Accurate statistics

http://cdpool.xyz
48  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Chaucha: Educational cryptocurrency for Latin America on: December 16, 2017, 03:24:19 AM
New pool

Ports:


Database version mismatch (Installed: , Current: 1.0.2). Database update required, please import any new SQL files. Cronjobs have been halted.





Asics:         3513
Nicehash:   3514
Low diff:     3515


49  Alternate cryptocurrencies / Announcements (Altcoins) / Re: new alt coin fxnow coin is rady on: December 14, 2017, 12:36:04 PM
Jokes? The difficulty is so big, and the block is over 10000? Cheesy Cheesy Cheesy Cheesy Cheesy Cheesy
50  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Galactrum [ORE] :: Autonomous :: Self-Governed :: Voting :: Masternodes :: on: December 13, 2017, 06:06:06 AM
GALACTRUM (ORE) MINING POOL

http://cdpool.xyz/

Fee  : 2% Only

Code:
-o stratum+tcp://cdpool.xyz:4533 -u <WALLET_ADDRESS> -p c=ORE
51  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Chaucha: Educational cryptocurrency for Latin America on: December 13, 2017, 03:27:03 AM
as an early miner I never believed this coin would take value and mined just 2 days. today it's over 1000% 24h and I sold for 1000 dollars.


This is crazy



The game of the left hand and the right hand has changed the official browsers. Now we can't hold money rank and more information. All of them are for buying money, but the money in their hands is huge.
52  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]★CryptoBridge★BCO★🔹Decentralized EXchange 📈RELEASED NOW BETA🔹 on: December 12, 2017, 03:00:46 AM
I want to say that the official is a fool? Since all of the gains are needed, why STAKING DURATION also acquiescence in January, and then 0 returns?
53  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Sucre (SUCR) X11 based cryptocurrency POW, Masternode, Private and Instant Send on: December 05, 2017, 04:14:50 AM


root@vultr:~/.sucrcore/sentinel# ~/.sucrcore/sentinel/venv/bin/python ~/.sucrcore/sentinel/bin/sentinel.py
[Errno 2] No such file or directory: '~/.sucrcore/sucr.conf'
DashCore must be installed and configured, including JSONRPC access in dash.conf


It tells you that your sucr.conf file is missing, do you have it?



It's not lost, it's in the folder
54  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Sucre (SUCR) X11 based cryptocurrency POW, Masternode, Private and Instant Send on: December 05, 2017, 03:14:55 AM

Took me some time to set up few masternodes. Below is a complete guide how to set them up on Ubuntu VPS and local Windows wallet.

Deploy Ubuntu 16.04 VPS and do the following:

# --------------------------
# 1. Install dependencies
# --------------------------
Code:
sudo apt -y update && sudo apt -y install build-essential libssl-dev libdb++-dev libboost-all-dev libcrypto++-dev libqrencode-dev libminiupnpc-dev libgmp-dev libgmp3-dev autoconf autogen automake libtool autotools-dev pkg-config bsdmainutils software-properties-common libzmq3-dev libminiupnpc-dev libssl-dev libevent-dev

sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev -y

# --------------------------
# 2. Clone repo
# --------------------------
Code:
git clone https://github.com/sucremoneda/SucreCore.git
git clone https://github.com/dashpay/dash.git

To fix the bug remove ~/SucreCore/src/secp256k1:

Code:
rm -rf ~/SucreCore/src/secp256k1

Copy secp256k1 from dash repo

Code:
cp -r ~/dash/src/secp256k1 ~/SucreCore/src/secp256k1

# --------------------------
# 3. Build sucre
# --------------------------

Code:
cd SucreCore
find . -name "*.sh" -exec sudo chmod 755 {} \;
./autogen.sh
./configure
make

# --------------------------
# 4. Run sucrd daemon
# --------------------------
Code:
~/SucreCore/src/sucrd -daemon

# --------------------------
# 5. Stop sucrd daemon
# --------------------------
Code:
~/SucreCore/src/sucr-cli stop

# --------------------------
# 6. Edit config file
# --------------------------
Code:
vi ~/.sucrcore/sucr.conf

Code:
rpcuser=USERNAME
rpcpassword=PASSWORD

addnode=45.76.32.90
addnode=188.166.44.128
addnode=128.199.180.97

# --------------------------
# 7. Start sucrd
# --------------------------

Code:
~/SucreCore/src/sucrd -daemon

# --------------------------
# 8. Check last block synced
# --------------------------
Code:
~/SucreCore/src/sucr-cli getmininginfo

Code:
{
  "blocks": 0,
  "currentblocksize": 0,
  "currentblocktx": 0,
  "difficulty": 0.000244140625,
  "errors": "",
  "genproclimit": 1,
  "networkhashps": 0,
  "pooledtx": 0,
  "testnet": false,
  "chain": "main",
  "generate": false
}

# --------------------------
# 9. Generate private key on VPS
# --------------------------

Code:
~/SucreCore/src/sucr-cli masternode genkey

# MASTERNODE_PRIVATE_KEY will be generated

# --------------------------
# 10. On Windows wallet open the console
# --------------------------

Code:
getaccountaddress MASTERNODE_1

# --------------------------
# 10. Send 1000 SUCR to the address above and wait for 15 confirmations
# --------------------------


# --------------------------
# 11. Update your sucr.conf file on VPS
# --------------------------

Code:
vi ~/.sucrcore/sucr.conf

Code:

rpcuser=USERNAME
rpcpassword=PASSWORD
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
rpcport=9918
port=9336
listen=1
server=1
daemon=1
logtimestamps=1
maxconnections=256
masternode=1
externalip=VPS_IP_ADDRESS
bind=VPS_IP_ADDRESS:9336
masternodeprivkey=MASTERNODE_PRIVATE_KEY

addnode=45.76.32.90
addnode=188.166.44.128
addnode=128.199.180.97




# ------------------------------------------------------------------------------
# 12. Install sentinel
# ------------------------------------------------------------------------------

Code:
sudo apt-get install -y virtualenv

cd
cd .sucrcore
git clone https://github.com/dashpay/sentinel.git
cd sentinel
virtualenv venv
venv/bin/pip install -r requirements.txt



Edit sentinel.conf

Code:
vi ~/.sucrcore/sentinel/sentinel.conf 


PASTE below into sentinel.conf file

Code:
dash_conf=~/.sucrcore/sucr.conf
network=mainnet
db_name=database/sentinel.db
db_driver=sqlite



Stop sucrd

Code:
~/SucreCore/src/sucr-cli stop

Start sucrd

Code:
~/SucreCore/src/sucrd -daemon

If see error: "Error: Cannot obtain a lock on data directory ~/.sucrcore. Sucr Core is probably already running.":

Code:
ps axwuu | grep sucr
sudo kill -9 23511

Code:
~/SucreCore/src/sucr-cli getinfo
~/SucreCore/src/sucr-cli  masternode status


Code:
# {
#   "outpoint": "0000000000000000000000000000000000000000000000000000000000000000-xxxxxx",
#   "service": "[::]:0",
#   "status": "Node just started, not yet activated"
# }

Code:
~/SucreCore/src/sucr-cli mnsync status # UNTIL SYNCS LIKE BELOW


Code:
{
  "AssetID": 999,
  "AssetName": "MASTERNODE_SYNC_FINISHED",
  "AssetStartTime": 1512118746,
  "Attempt": 0,
  "IsBlockchainSynced": true,
  "IsMasternodeListSynced": true,
  "IsWinnersListSynced": true,
  "IsSynced": true,
  "IsFailed": false
}


Run sentinel

Code:

~/.sucrcore/sentinel/venv/bin/python ~/.sucrcore/sentinel/bin/sentinel.py


Set up cronjob

Code:
crontab -e

# PASTE to the file
* * * * * cd ~/.sucrcore/sentinel && ./venv/bin/python bin/sentinel.py >/dev/null 2>&1


# --------------------------
# 13. On Windows Wallet console
# --------------------------

Code:
masternode outputs


Code:
{
  "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx1": "1", # MASTERNODE_1
  "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx2": "0"  # MASTERNODE_2
}


On Windows edit masternode.conf file:

Code:
#LABEL PUBLICIP:PORT MASTERNODEKEY COLLATERALTX INDEX

MASTERNODE VPS_IP_ADDRESS:14520 MASTERNODE_PRIVATE_KEY TX 1

MASTERNODE01 VPS_1_IP_ADDRESS:9336 MASTERNODE_1_PRIVATE_KEY xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx1 1
MASTERNODE02 VPS_1_IP_ADDRESS:9336 MASTERNODE_2_PRIVATE_KEY xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx2 0

On Windows wallet console start masternode:
Code:
walletpassphrase "your wallet passphrase" 120
masternode start-alias MASTERNODE_1
masternode start-alias MASTERNODE_2



root@vultr:~/.sucrcore/sentinel# ~/.sucrcore/sentinel/venv/bin/python ~/.sucrcore/sentinel/bin/sentinel.py
[Errno 2] No such file or directory: '~/.sucrcore/sucr.conf'
DashCore must be installed and configured, including JSONRPC access in dash.conf
55  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BEST ICO][STN] Steneum Coin on: November 30, 2017, 02:11:00 AM
-= cdpool.xyz =- http://cdpool.xyz - added Steneum (scrypt):
Code:

-o stratum+tcp://cdpool.xyz:3433 -u <WALLET_ADDRESS> -p c=STN
56  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN + AIRDROP] 🌟BTC LITE🌟 - Bitcoin made Lighter, Faster and Cheaper - BTCL on: November 27, 2017, 02:29:05 PM
Good luck to project, I hope it will sucess. Lighter,faster and cheaper is good.
57  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Chaucha: Educational cryptocurrency for Latin America on: November 25, 2017, 11:04:46 AM
pool

http://cdpool.xyz/
58  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] OrionCoin - Crypto Innovations for Maritime Industry on: November 24, 2017, 02:46:56 AM
Are there rewards for setting up ylimp pools and block browsers for coins?
59  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ▓▓▓ ►► ►[ANN] Br1mCoin [BR1M] ✔ x11 Algo ✔ Savings & Wealth creation◄◄◄ ▓▓▓ on: November 24, 2017, 01:47:28 AM

cannot leh. U check again.
We tried on different ISP here in Malaysia. site not loading

This domain does not know why the analysis is unsuccessful, you can use
http://cdpool.xyz:3002/
60  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ▓▓▓ ►► ►[ANN] Br1mCoin [BR1M] ✔ x11 Algo ✔ Savings & Wealth creation◄◄◄ ▓▓▓ on: November 23, 2017, 12:21:42 PM
block browser

br1m.cdpool.xyz


pool

cdpool.xyz



site is not loading, please recheck.

Can load ah
Pages: « 1 2 [3] 4 5 6 7 8 9 10 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!