Bitcoin Forum
May 11, 2024, 04:59:03 PM *
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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ... 280 »
  Print  
Author Topic: [ANN] Ħ [HODL] No Staking, 1% Standard Interest per Day, 750% APR For HOdlers  (Read 472773 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
lastlove9091
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
February 15, 2016, 09:18:33 PM
 #441

I invest whole of my mining money 50HODL for 1 years Smiley... I believe on our project will grow up!
1715446743
Hero Member
*
Offline Offline

Posts: 1715446743

View Profile Personal Message (Offline)

Ignore
1715446743
Reply with quote  #2

1715446743
Report to moderator
1715446743
Hero Member
*
Offline Offline

Posts: 1715446743

View Profile Personal Message (Offline)

Ignore
1715446743
Reply with quote  #2

1715446743
Report to moderator
1715446743
Hero Member
*
Offline Offline

Posts: 1715446743

View Profile Personal Message (Offline)

Ignore
1715446743
Reply with quote  #2

1715446743
Report to moderator
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715446743
Hero Member
*
Offline Offline

Posts: 1715446743

View Profile Personal Message (Offline)

Ignore
1715446743
Reply with quote  #2

1715446743
Report to moderator
1715446743
Hero Member
*
Offline Offline

Posts: 1715446743

View Profile Personal Message (Offline)

Ignore
1715446743
Reply with quote  #2

1715446743
Report to moderator
billotronic
Legendary
*
Offline Offline

Activity: 1610
Merit: 1000


Crackpot Idealist


View Profile
February 15, 2016, 10:07:17 PM
 #442

PLEASE GUYS! somebody upload a Linux wallet Cheesy

Ok, I will bite, do you not know how to compile your own? Do you need some help?

This post sums up why all this bullshit is a scam
Read It. Hate It. Change the facts that it represents.
https://bitcointalk.org/index.php?topic=1606638.msg16139644#msg16139644
samsmith16
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


View Profile WWW
February 15, 2016, 10:19:42 PM
 #443



Linux build guide


Code:
sudo apt-get update
sudo apt-get install checkinstall subversion git git-core build-essential
sudo apt-get install libssl-dev libminiupnpc-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo apt-get install build-essential libboost-all-dev automake libtool autoconf
sudo apt-get install pkg-config
sudo apt-get install git
git clone https://github.com/FreeTrade/HOdlcoin
cd HOdlcoin
./autogen.sh && ./configure --without-gui
make
make install
mkdir -p ~/.hodlcoin/
echo -e "rpcuser=rpc\nrpcpassword=1234\nserver=1\ndaemon=1\ntxindex=1" > ~/.hodlcoin/hodlcoin.conf


This will start the wallet mining

Code:
hodlcoind -gen=1 -minermemory=1 -genproclimit=8 -miningaddress="address"

minermemory= the amount of Ram in 1gb increments (1,2,3)

genproclimit=   the number of threads per 1gb of ram from "minermemory" (this number must be a power of 2 so 2,4,8,16,)

miningaddress="address" this is the address all your mined blocks will be sent to (example "HodlDsNuts57MFNiN8CMrMjC2CYAy8pwi9")


This will shut down the wallet

Code:
hodlcoin-cli stop




Royalties
pays interest on Term Deposits up to 15%!! Yes even Cold Storage!!
samsmith16
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


View Profile WWW
February 15, 2016, 10:23:18 PM
 #444

PLEASE GUYS! somebody upload a Linux wallet Cheesy

Ok, I will bite, do you not know how to compile your own? Do you need some help?


Reference the above guide.. But that is more for a headless Linux so omit the "--without-gui" if you would like the GUI


Royalties
pays interest on Term Deposits up to 15%!! Yes even Cold Storage!!
FreeTrade (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1030



View Profile
February 16, 2016, 02:39:45 AM
 #445

Bounty for CPU miner announced -

https://bitcointalk.org/index.php?topic=1366011

Membercoin - Layer 1 Coin used for the member.cash decentralized social network.
10% Interest On All Balances. Browser and Solo Mining. 100% Distributed to Users and Developers.
kevin1234a
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


Decentralizing Jesus on the Blockchain


View Profile WWW
February 16, 2016, 02:45:34 AM
 #446

this project is gaining success day by day i wonder why till now all those LLC havent sniffed in where we can exchange this puppy Smiley

GoldenBTC
Full Member
***
Offline Offline

Activity: 145
Merit: 100


View Profile
February 16, 2016, 03:25:42 AM
 #447

this project is gaining success day by day i wonder why till now all those LLC havent sniffed in where we can exchange this puppy Smiley
wait,wait,I need to mine more before it get listed. Grin

FogHorn_LegHorn
Full Member
***
Offline Offline

Activity: 245
Merit: 100


View Profile
February 16, 2016, 03:31:51 AM
 #448



Linux build guide


Code:
sudo apt-get update
sudo apt-get install checkinstall subversion git git-core build-essential
sudo apt-get install libssl-dev libminiupnpc-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo apt-get install build-essential libboost-all-dev automake libtool autoconf
sudo apt-get install pkg-config
sudo apt-get install git
git clone https://github.com/FreeTrade/HOdlcoin
cd HOdlcoin
./autogen.sh && ./configure --without-gui
make
make install
mkdir -p ~/.hodlcoin/
echo -e "rpcuser=rpc\nrpcpassword=1234\nserver=1\ndaemon=1\ntxindex=1" > ~/.hodlcoin/hodlcoin.conf


This will start the wallet mining

Code:
hodlcoind -gen=1 -minermemory=1 -genproclimit=8 -miningaddress="address"

minermemory= the amount of Ram in 1gb increments (1,2,3)

genproclimit=   the number of threads per 1gb of ram from "minermemory" (this number must be a power of 2 so 2,4,8,16,)

miningaddress="address" this is the address all your mined blocks will be sent to (example "HodlDsNuts57MFNiN8CMrMjC2CYAy8pwi9")


This will shut down the wallet

Code:
hodlcoin-cli stop




OK, first off this did not work for me on Ubuntu 14.04. What am I missing? I deleted the without gui and still didn't work. Is it possible to download WIN wallet and mining using Wine? Thanks.
Fuzzbawls
Hero Member
*****
Offline Offline

Activity: 750
Merit: 500



View Profile
February 16, 2016, 03:45:48 AM
 #449



Linux build guide


Code:
sudo apt-get update
sudo apt-get install checkinstall subversion git git-core build-essential
sudo apt-get install libssl-dev libminiupnpc-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo apt-get install build-essential libboost-all-dev automake libtool autoconf
sudo apt-get install pkg-config
sudo apt-get install git
git clone https://github.com/FreeTrade/HOdlcoin
cd HOdlcoin
./autogen.sh && ./configure --without-gui
make
make install
mkdir -p ~/.hodlcoin/
echo -e "rpcuser=rpc\nrpcpassword=1234\nserver=1\ndaemon=1\ntxindex=1" > ~/.hodlcoin/hodlcoin.conf


This will start the wallet mining

Code:
hodlcoind -gen=1 -minermemory=1 -genproclimit=8 -miningaddress="address"

minermemory= the amount of Ram in 1gb increments (1,2,3)

genproclimit=   the number of threads per 1gb of ram from "minermemory" (this number must be a power of 2 so 2,4,8,16,)

miningaddress="address" this is the address all your mined blocks will be sent to (example "HodlDsNuts57MFNiN8CMrMjC2CYAy8pwi9")


This will shut down the wallet

Code:
hodlcoin-cli stop




OK, first off this did not work for me on Ubuntu 14.04. What am I missing? I deleted the without gui and still didn't work. Is it possible to download WIN wallet and mining using Wine? Thanks.

GUI has further library dependencies
Code:
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler
FogHorn_LegHorn
Full Member
***
Offline Offline

Activity: 245
Merit: 100


View Profile
February 16, 2016, 04:05:16 AM
 #450



Linux build guide


Code:
sudo apt-get update
sudo apt-get install checkinstall subversion git git-core build-essential
sudo apt-get install libssl-dev libminiupnpc-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo apt-get install build-essential libboost-all-dev automake libtool autoconf
sudo apt-get install pkg-config
sudo apt-get install git
git clone https://github.com/FreeTrade/HOdlcoin
cd HOdlcoin
./autogen.sh && ./configure --without-gui
make
make install
mkdir -p ~/.hodlcoin/
echo -e "rpcuser=rpc\nrpcpassword=1234\nserver=1\ndaemon=1\ntxindex=1" > ~/.hodlcoin/hodlcoin.conf


This will start the wallet mining

Code:
hodlcoind -gen=1 -minermemory=1 -genproclimit=8 -miningaddress="address"

minermemory= the amount of Ram in 1gb increments (1,2,3)

genproclimit=   the number of threads per 1gb of ram from "minermemory" (this number must be a power of 2 so 2,4,8,16,)

miningaddress="address" this is the address all your mined blocks will be sent to (example "HodlDsNuts57MFNiN8CMrMjC2CYAy8pwi9")


This will shut down the wallet

Code:
hodlcoin-cli stop




OK, first off this did not work for me on Ubuntu 14.04. What am I missing? I deleted the without gui and still didn't work. Is it possible to download WIN wallet and mining using Wine? Thanks.

GUI has further library dependencies
Code:
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler


I am not a Linux user so have not idea what this says. can a person make a guide for idiots. start to end, 1,2,3,steps for idiot linix usiers. on ubuntu 14.04.
Arrakeen
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


Offer escrow, receive negative trust


View Profile
February 16, 2016, 06:07:18 AM
 #451

Still can't open the wallet!

Installation worked fine, but when I try to run the .exe with user or admin privileges, the splash screen loads as normal, minimizes to an icon in the taskbar, but disappears upon mouse-over (not even running at this point).  What gives? Should I be doing something differently?
lastlove9091
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
February 16, 2016, 06:14:25 AM
 #452

Can i run mining on one wallet at more than 2PCs?
Nthused
Legendary
*
Offline Offline

Activity: 1554
Merit: 1001



View Profile
February 16, 2016, 06:31:08 AM
 #453

Can i run mining on one wallet at more than 2PCs?

No it is best to run individual wallets per PC otherwise problems can occur.

Mine on a separate wallet each PC and then just transfer the balance (if you get any) to your main wallet.
samsmith16
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


View Profile WWW
February 16, 2016, 07:26:53 AM
Last edit: February 16, 2016, 07:41:26 AM by samsmith16
 #454



Linux build guide


Code:
sudo apt-get update
sudo apt-get install checkinstall subversion git git-core build-essential
sudo apt-get install libssl-dev libminiupnpc-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo apt-get install build-essential libboost-all-dev automake libtool autoconf
sudo apt-get install pkg-config
sudo apt-get install git
git clone https://github.com/FreeTrade/HOdlcoin
cd HOdlcoin
./autogen.sh && ./configure --without-gui
make
make install
mkdir -p ~/.hodlcoin/
echo -e "rpcuser=rpc\nrpcpassword=1234\nserver=1\ndaemon=1\ntxindex=1" > ~/.hodlcoin/hodlcoin.conf


This will start the wallet mining

Code:
hodlcoind -gen=1 -minermemory=1 -genproclimit=8 -miningaddress="address"

minermemory= the amount of Ram in 1gb increments (1,2,3)

genproclimit=   the number of threads per 1gb of ram from "minermemory" (this number must be a power of 2 so 2,4,8,16,)

miningaddress="address" this is the address all your mined blocks will be sent to (example "HodlDsNuts57MFNiN8CMrMjC2CYAy8pwi9")


This will shut down the wallet

Code:
hodlcoin-cli stop




OK, first off this did not work for me on Ubuntu 14.04. What am I missing? I deleted the without gui and still didn't work. Is it possible to download WIN wallet and mining using Wine? Thanks.

GUI has further library dependencies
Code:
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler


I am not a Linux user so have not idea what this says. can a person make a guide for idiots. start to end, 1,2,3,steps for idiot linix usiers. on ubuntu 14.04.

So if your not a Linux user is there a reason you are using Linux?


Royalties
pays interest on Term Deposits up to 15%!! Yes even Cold Storage!!
samsmith16
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


View Profile WWW
February 16, 2016, 07:35:35 AM
 #455

Can i run mining on one wallet at more than 2PCs?

Please clarify your question? Do you mean you are pointing 2PC's at the same address? Like -miningaddress="address" bc this is just fine to do.. Do you mean that you want to pool both PC's resources to the same wallet?


Royalties
pays interest on Term Deposits up to 15%!! Yes even Cold Storage!!
samsmith16
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


View Profile WWW
February 16, 2016, 07:53:52 AM
 #456

Still can't open the wallet!

Installation worked fine, but when I try to run the .exe with user or admin privileges, the splash screen loads as normal, minimizes to an icon in the taskbar, but disappears upon mouse-over (not even running at this point).  What gives? Should I be doing something differently?


Man I wish we could help... not one of us have seen this nor do we have an idea what could be causing it... Maybe someone out there has seen something like it before?


Royalties
pays interest on Term Deposits up to 15%!! Yes even Cold Storage!!
doedz
Hero Member
*****
Offline Offline

Activity: 1106
Merit: 502



View Profile
February 16, 2016, 08:23:34 AM
 #457

what is difference mining supply and interest supply??  Huh

               ▄█▀ ▄▄▄▄ ▀▀▄▄
           ▄█▀ ▄▄█▀▀   ▀█▄▄▀▀█▄▄
          ▀▀  ▀▀          ▀▀█▄█▀
    ▄▄▀  ▄█▀▀                    ▄   ▄▄
  ▄█▀▄▄█▀           ▄▄           ▀▀█▄ ▀█
 ▄▀ █▀     ▄▄██▄▄   ██   ▄▄██▄▄      █▄ █
 █ ▀█   ▄▄█▀▀   ▀██▄▄█▄▄█▀▀  ▀▀██▄▄   █ █
 █     █▀ ▄▄█▀▀█▄▄ ▀██▀  ▄██▀█▄▄ ▀▀█  █ █
 █  ▄  █ ██▀ ▄▄▄ ▀█ ██ █▀▀ ▄▄▄ ▀██ █  █ █
 █ ██  ▀ ██ █▀▀▀█▄▄ ▀█ ▄▄█▀▀▀▀█ ██ ▀  █ █
   ██    █▀ ▄▄█▄  ▀▀███▀▀  ▄▄▄  ▀█    ▀ █
   ██    ▄▄██▀ ▄▄█▄ ██  █▄▄ ▀▀██▄▄      █
 █ ██    ▀▀ ▄▄█▀▀ ▄▄███▄ ▀▀██▄▄ ▀       █
 █  █      ▀▀▀ ▄██▀▀▄█ ▀██▄▄ ▀▀       █ █
 █  █         ▀▀▀   ██    ▀▀▀         █ █
 ▀█ ▀▄▄             ██              ▄█ ▄█
  ▀█▄ ▀▀▄▄          ██          ▄▄█▀ ▄█▀
     ▀█▄▄▀▀▀        ██       ▄▄ ▀▄▄█▀▀
        ▀▀█▄   ▄▄        ▄▄█▀▀   ▀
            ▀█▄▄▀▀█▄▄▄▄▄▀▀ ▄█▀
               ▀▀█▄▄▀▀ ▄▄█▀
 
E M I R E X
─── إمركس ───
   
...Whitepaper...
   
The Infrastructure for the
New Digital Economy
   
▄▄▄▄▄▄▄▄▄▄
▄▄██████████████▄▄
▄████████████████████▄
████████████████████████
▄█████████▀▀▀▀▀▀▀▀▀▀███████
████████▀           ████████
██████████████████████████████
█████████            █████████
█████████  ██████████████████▀
████████▄           ████████
▀█████████▄▄▄▄▄▄▄▄▄▄███████▀
▀████████████████████████▀
▀████████████████████▀
▀███████████████▀▀
▀▀██████▀▀▀
 
E M R X
 
─ Token ─
 
...LEARN MORE...
   
   
   
   
...Register...
[/cen
Fuzzbawls
Hero Member
*****
Offline Offline

Activity: 750
Merit: 500



View Profile
February 16, 2016, 08:24:42 AM
 #458

what is difference mining supply and interest supply??  Huh

page one is your friend! Wink
FreeTrade (OP)
Legendary
*
Offline Offline

Activity: 1428
Merit: 1030



View Profile
February 16, 2016, 08:34:40 AM
 #459

what is difference mining supply and interest supply??  Huh

HODL is created in two ways . . . by mining . . . that's 50 additional HODL per block at the moment . . . and awarded as interest . . . which varies but always goes to existing balances.

The interest supply is large, but not really inflationary as it is going to existing hodlers - it's more like an ongoing stock-split. The mining supply is quite large at the moment, but will shrink in percentage terms quite quickly, so HODL will actually be a very low-inflation coin in a year or so.




Membercoin - Layer 1 Coin used for the member.cash decentralized social network.
10% Interest On All Balances. Browser and Solo Mining. 100% Distributed to Users and Developers.
lastlove9091
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
February 16, 2016, 08:59:37 AM
 #460

Can i run mining on one wallet at more than 2PCs?

Please clarify your question? Do you mean you are pointing 2PC's at the same address? Like -miningaddress="address" bc this is just fine to do.. Do you mean that you want to pool both PC's resources to the same wallet?
i mean that i will copy this wallet.dat to PC2 and run PC1, PC2 at the same time Smiley
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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ... 280 »
  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!